Trace number 2061952

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 10.9883 11.1658

General information on the benchmark

Namecsp/allsquares/
normalized-squares-27-27.xml
MD5SUMd4a95218d374567a2e179115c5d58ded
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9883
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size84
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:58:30 2009
0.05/0.08	c 0	PID 11403
0.05/0.08	c 0	HOST node60.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2061952-1247327910.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061952-1247327910.xml' 'HOME/temp.csp'
0.06/0.64	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.74	c 1	Parsing HOME/temp.csp
0.62/0.85	c 1	parsed 3246 expressions
0.62/0.86	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.86	c 1	Converting to clausal form CSP
0.62/0.88	c 1	converted 325 (10%) expressions
0.62/0.89	c 1	converted 650 (20%) expressions
0.62/0.89	c 1	converted 974 (30%) expressions
0.62/0.89	c 1	converted 1299 (40%) expressions
0.94/1.05	c 1	converted 1623 (50%) expressions
1.04/1.11	c 1	converted 1948 (60%) expressions
1.04/1.15	c 1	converted 2273 (70%) expressions
1.04/1.17	c 1	converted 2597 (80%) expressions
1.13/1.20	c 1	converted 2922 (90%) expressions
2.03/2.17	c 2	converted 3246 (100%) expressions
2.03/2.18	c 2	CSP : 6498 integers, 2966 booleans, 19282 clauses, largest domain size 85
2.03/2.18	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.03/2.18	c 2	Propagation in CSP
2.14/2.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.26	c 2	CSP : 6498 integers, 2966 booleans, 19282 clauses, largest domain size 85
2.14/2.26	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.14/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.14/2.29	c 2	CSP : 6498 integers, 2966 booleans, 19282 clauses, largest domain size 85
2.14/2.29	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.24/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.33/2.41	c 2	650 (10%) CSP integer variables are encoded (3668 clauses, 45563 bytes)
2.33/2.41	c 2	1300 (20%) CSP integer variables are encoded (3668 clauses, 45563 bytes)
2.33/2.42	c 2	1950 (30%) CSP integer variables are encoded (6756 clauses, 85707 bytes)
2.33/2.43	c 2	2600 (40%) CSP integer variables are encoded (11002 clauses, 147146 bytes)
2.33/2.44	c 2	3249 (50%) CSP integer variables are encoded (15055 clauses, 207941 bytes)
2.33/2.44	c 3	3899 (60%) CSP integer variables are encoded (19301 clauses, 271631 bytes)
2.33/2.46	c 3	4549 (70%) CSP integer variables are encoded (23547 clauses, 335321 bytes)
2.33/2.47	c 3	5199 (80%) CSP integer variables are encoded (27600 clauses, 396116 bytes)
2.33/2.47	c 3	5849 (90%) CSP integer variables are encoded (31846 clauses, 459806 bytes)
2.33/2.48	c 3	6498 (100%) CSP integer variables are encoded (36092 clauses, 523496 bytes)
2.62/2.73	c 3	1929 (10%) CSP clauses are encoded (149145 clauses, 2510292 bytes)
3.02/3.14	c 3	3857 (20%) CSP clauses are encoded (219018 clauses, 4148364 bytes)
3.61/3.75	c 4	5785 (30%) CSP clauses are encoded (268579 clauses, 5823185 bytes)
4.11/4.30	c 4	7713 (40%) CSP clauses are encoded (313126 clauses, 7474416 bytes)
4.71/4.83	c 5	9641 (50%) CSP clauses are encoded (357417 clauses, 9102454 bytes)
5.61/5.71	c 6	11570 (60%) CSP clauses are encoded (522813 clauses, 13239796 bytes)
6.20/6.37	c 6	13498 (70%) CSP clauses are encoded (577388 clauses, 15272790 bytes)
6.80/6.92	c 7	15426 (80%) CSP clauses are encoded (621935 clauses, 16924980 bytes)
7.31/7.47	c 8	17354 (90%) CSP clauses are encoded (667147 clauses, 18593566 bytes)
8.11/8.27	c 8	19282 (100%) CSP clauses are encoded (826607 clauses, 22582652 bytes)
8.11/8.27	c 8	19282 CSP clauses encoded
8.11/8.27	c 8	Writing map file : HOME/temp.map
8.11/8.28	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.11/8.28	c 8	SAT : 45498 SAT variables, 826607 SAT clauses, 22582652 bytes
8.11/8.28	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.19/8.33	c 8	SOLVING HOME/temp.cnf
8.19/8.33	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.19/8.33	c 8	This is MiniSat 2.0 beta
8.19/8.33	c 8	WARNING: for repeatability, setting FPU to use double precision
8.19/8.33	c 8	============================[ Problem Statistics ]=============================
8.19/8.33	c 8	|                                                                             |
8.19/8.33	c 8	|  Number of variables:  45498                                                |
8.19/8.33	c 8	|  Number of clauses:    826607                                               |
8.67/8.84	c 9	|  Parsing time:         0.43         s                                       |
8.67/8.87	c 9	============================[ Search Statistics ]==============================
8.67/8.87	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.67/8.87	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.67/8.87	c 9	===============================================================================
8.67/8.87	c 9	|         0 |   45498   826607  3411416 |   275535        0    nan |  0.000 % |
9.05/9.21	c 9	|       100 |   45498   826607  3411416 |   303089      100     32 |  0.000 % |
9.45/9.66	c 10	|       252 |   45498   826607  3411416 |   333398      252     46 |  0.000 % |
9.95/10.17	c 10	|       478 |   45498   826607  3411416 |   366737      478     40 |  0.000 % |
10.54/10.75	c 11	===============================================================================
10.54/10.75	c 11	restarts              : 4
10.54/10.75	c 11	conflicts             : 621            (269 /sec)
10.54/10.75	c 11	decisions             : 1991           (1.76 % random) (863 /sec)
10.54/10.75	c 11	propagations          : 1822372        (789709 /sec)
10.54/10.75	c 11	conflict literals     : 23726          (32.15 % deleted)
10.54/10.75	c 11	Memory used           : 45.13 MB
10.54/10.75	c 11	CPU time              : 2.30765 s
10.54/10.75	c 11	
10.54/10.77	c 11	SATISFIABLE
10.54/10.78	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.54/10.78	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.63/10.85	c 11	Decoding HOME/temp.out
10.84/11.04	s SATISFIABLE
10.92/11.10	v 34 18 34 59 29 52 51 27 18 62 51 72 50 20 35 19 20 0 0 0 63 37 35 27 59 58 0 26 36 47 65 24 11 17 29 27 2 0 0 69 37 69 68 51 27 65 45 63 47 24 0 38 12 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0
10.92/11.11	c 11	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.92/11.16	c 11	CPU 10.96 (0.06 0.03 10.47 0.4)
10.92/11.16	c 11	END Sat Jul 11 17:58:41 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061952-1247327910/watcher-2061952-1247327910 -o /tmp/evaluation-result-2061952-1247327910/solver-2061952-1247327910 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2061952-1247327910.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.94 1.90 4/73 11403
/proc/meminfo: memFree=706000/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=12268 CPUtime=0
/proc/11403/stat : 11403 (sugar) R 11401 11403 10025 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19854034 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271903144958 0 0 4224 0 0 0 0 17 1 0 0
/proc/11403/statm: 3067 316 241 3 0 167 0

[startup+0.0645039 s]
/proc/loadavg: 1.90 1.94 1.90 4/73 11403
/proc/meminfo: memFree=706000/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16212 CPUtime=0.05
/proc/11403/stat : 11403 (sugar) R 11401 11403 10025 0 -1 4194304 951 0 0 0 4 1 0 0 18 0 1 0 19854034 16601088 919 996147200 4194304 4206940 548682068608 18446744073709551615 271912104845 0 0 4224 0 0 0 0 17 1 0 0
/proc/11403/statm: 4053 919 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.104507 s]
/proc/loadavg: 1.90 1.94 1.90 4/73 11403
/proc/meminfo: memFree=706000/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.06
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301524 s]
/proc/loadavg: 1.90 1.94 1.90 4/73 11403
/proc/meminfo: memFree=706000/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.06
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701563 s]
/proc/loadavg: 1.90 1.94 1.90 4/73 11403
/proc/meminfo: memFree=706000/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.62
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1292 5366 0 1 5 1 52 4 16 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 1.90 1.94 1.90 4/84 11425
/proc/meminfo: memFree=692344/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.62
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1309 5366 0 1 5 1 52 4 15 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
[pid=11416] ppid=11403 vsize=5356 CPUtime=0
/proc/11416/stat : 11416 (sh) S 11403 11403 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11416/statm: 1339 233 193 169 0 50 0
[pid=11417] ppid=11416 vsize=868564 CPUtime=0.81
/proc/11417/stat : 11417 (java) S 11416 11403 10025 0 -1 0 7670 0 1 0 77 4 0 0 18 0 9 0 19854101 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11417/statm: 217141 6890 2567 9 0 211646 0
[pid=11417/tid=11418] ppid=11416 vsize=868564 CPUtime=0.48
/proc/11417/task/11418/stat : 11418 (java) R 11416 11403 10025 0 -1 64 2697 0 1 0 47 1 0 0 20 0 9 0 19854102 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4126570561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11419] ppid=11416 vsize=868564 CPUtime=0.12
/proc/11417/task/11419/stat : 11419 (java) S 11416 11403 10025 0 -1 64 2777 0 0 0 11 1 0 0 16 0 9 0 19854103 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11420] ppid=11416 vsize=868564 CPUtime=0
/proc/11417/task/11420/stat : 11420 (java) S 11416 11403 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19854103 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11421] ppid=11416 vsize=868564 CPUtime=0
/proc/11417/task/11421/stat : 11421 (java) S 11416 11403 10025 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854103 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11422] ppid=11416 vsize=868564 CPUtime=0
/proc/11417/task/11422/stat : 11422 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19854105 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11423] ppid=11416 vsize=868564 CPUtime=0.18
/proc/11417/task/11423/stat : 11423 (java) S 11416 11403 10025 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 19854105 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11424] ppid=11416 vsize=868564 CPUtime=0
/proc/11417/task/11424/stat : 11424 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19854105 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11425] ppid=11416 vsize=868564 CPUtime=0
/proc/11417/task/11425/stat : 11425 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19854105 889409536 6890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890788

[startup+3.10278 s]
/proc/loadavg: 1.91 1.94 1.90 3/84 11425
/proc/meminfo: memFree=676984/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.63
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1310 5366 0 1 5 2 52 4 15 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
[pid=11416] ppid=11403 vsize=5356 CPUtime=0
/proc/11416/stat : 11416 (sh) S 11403 11403 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11416/statm: 1339 233 193 169 0 50 0
[pid=11417] ppid=11416 vsize=868728 CPUtime=2.39
/proc/11417/stat : 11417 (java) S 11416 11403 10025 0 -1 0 10423 0 1 0 229 10 0 0 18 0 9 0 19854101 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11417/statm: 217182 9296 2591 9 0 211659 0
[pid=11417/tid=11418] ppid=11416 vsize=868728 CPUtime=1.6
/proc/11417/task/11418/stat : 11418 (java) R 11416 11403 10025 0 -1 64 2985 0 1 0 156 4 0 0 25 0 9 0 19854102 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4126837722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11419] ppid=11416 vsize=868728 CPUtime=0.49
/proc/11417/task/11419/stat : 11419 (java) S 11416 11403 10025 0 -1 64 5180 0 0 0 46 3 0 0 16 0 9 0 19854103 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11420] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11420/stat : 11420 (java) S 11416 11403 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19854103 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11421] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11421/stat : 11421 (java) S 11416 11403 10025 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19854103 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11422] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11422/stat : 11422 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19854105 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11423] ppid=11416 vsize=868728 CPUtime=0.27
/proc/11417/task/11423/stat : 11423 (java) S 11416 11403 10025 0 -1 64 1559 0 0 0 26 1 0 0 16 0 9 0 19854105 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11424] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11424/stat : 11424 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19854105 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11425] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11425/stat : 11425 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19854105 889577472 9296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890952

[startup+6.30107 s]
/proc/loadavg: 1.91 1.94 1.90 3/84 11425
/proc/meminfo: memFree=664440/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=0.63
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1310 5366 0 1 5 2 52 4 16 0 1 0 19854034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11403/statm: 4217 1111 409 3 0 796 0
[pid=11416] ppid=11403 vsize=5356 CPUtime=0
/proc/11416/stat : 11416 (sh) S 11403 11403 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854100 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11416/statm: 1339 233 193 169 0 50 0
[pid=11417] ppid=11416 vsize=868728 CPUtime=5.57
/proc/11417/stat : 11417 (java) S 11416 11403 10025 0 -1 0 10672 0 1 0 541 16 0 0 18 0 9 0 19854101 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11417/statm: 217182 9301 2591 9 0 211659 0
[pid=11417/tid=11418] ppid=11416 vsize=868728 CPUtime=4.7
/proc/11417/task/11418/stat : 11418 (java) R 11416 11403 10025 0 -1 64 3230 0 1 0 461 9 0 0 25 0 9 0 19854102 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4126528311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11417/tid=11419] ppid=11416 vsize=868728 CPUtime=0.56
/proc/11417/task/11419/stat : 11419 (java) S 11416 11403 10025 0 -1 64 5180 0 0 0 52 4 0 0 16 0 9 0 19854103 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11417/tid=11420] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11420/stat : 11420 (java) S 11416 11403 10025 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19854103 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11421] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11421/stat : 11421 (java) S 11416 11403 10025 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19854103 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11422] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11422/stat : 11422 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19854105 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11423] ppid=11416 vsize=868728 CPUtime=0.28
/proc/11417/task/11423/stat : 11423 (java) S 11416 11403 10025 0 -1 64 1563 0 0 0 27 1 0 0 16 0 9 0 19854105 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11417/tid=11424] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11424/stat : 11424 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19854105 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11417/tid=11425] ppid=11416 vsize=868728 CPUtime=0
/proc/11417/task/11425/stat : 11425 (java) S 11416 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19854105 889577472 9301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890952

Solver just ended. Dumping a history of the last processes samples

[startup+9.50238 s]
/proc/loadavg: 1.92 1.94 1.90 3/76 11427
/proc/meminfo: memFree=649976/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=8.22
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1376 16506 0 2 6 2 787 27 15 0 1 0 19854034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1113 409 3 0 796 0
[pid=11426] ppid=11403 vsize=5356 CPUtime=0
/proc/11426/stat : 11426 (sh) S 11403 11403 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11426/statm: 1339 232 193 169 0 50 0
[pid=11427] ppid=11426 vsize=44512 CPUtime=1.13
/proc/11427/stat : 11427 (minisat) R 11426 11403 10025 0 -1 4194304 10734 0 0 0 106 7 0 0 25 0 1 0 19854867 45580288 10720 996147200 134512640 135127466 4294956256 18446744073709551615 134522684 0 0 4096 3 0 0 0 17 1 0 0
/proc/11427/statm: 11128 10720 76 150 0 10975 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 66736

[startup+10.3025 s]
/proc/loadavg: 1.92 1.94 1.90 3/76 11427
/proc/meminfo: memFree=637176/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=8.22
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1376 16506 0 2 6 2 787 27 15 0 1 0 19854034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1113 409 3 0 796 0
[pid=11426] ppid=11403 vsize=5356 CPUtime=0
/proc/11426/stat : 11426 (sh) S 11403 11403 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11426/statm: 1339 232 193 169 0 50 0
[pid=11427] ppid=11426 vsize=44908 CPUtime=1.92
/proc/11427/stat : 11427 (minisat) R 11426 11403 10025 0 -1 4194304 10820 0 0 0 185 7 0 0 25 0 1 0 19854867 45985792 10806 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 1 0 0
/proc/11427/statm: 11227 10806 76 150 0 11074 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 67132

[startup+10.7025 s]
/proc/loadavg: 1.92 1.94 1.90 3/76 11427
/proc/meminfo: memFree=637176/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=8.22
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1376 16506 0 2 6 2 787 27 15 0 1 0 19854034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1113 409 3 0 796 0
[pid=11426] ppid=11403 vsize=5356 CPUtime=0
/proc/11426/stat : 11426 (sh) S 11403 11403 10025 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19854867 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11426/statm: 1339 232 193 169 0 50 0
[pid=11427] ppid=11426 vsize=45996 CPUtime=2.32
/proc/11427/stat : 11427 (minisat) R 11426 11403 10025 0 -1 4194304 11090 0 0 0 225 7 0 0 25 0 1 0 19854867 47099904 11076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11427/statm: 11499 11076 76 150 0 11346 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 68220

[startup+11.1025 s]
/proc/loadavg: 1.92 1.94 1.90 3/84 11437
/proc/meminfo: memFree=675064/2055920 swapFree=4192956/4192956
[pid=11403] ppid=11401 vsize=16868 CPUtime=10.63
/proc/11403/stat : 11403 (sugar) S 11401 11403 10025 0 -1 4194304 1449 27944 0 2 6 2 1019 36 15 0 1 0 19854034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11403/statm: 4217 1113 409 3 0 796 0
[pid=11428] ppid=11403 vsize=5356 CPUtime=0
/proc/11428/stat : 11428 (sh) S 11403 11403 10025 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19855112 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11428/statm: 1339 233 193 169 0 50 0
[pid=11429] ppid=11428 vsize=862284 CPUtime=0.29
/proc/11429/stat : 11429 (java) S 11428 11403 10025 0 -1 0 3184 0 1 0 26 3 0 0 19 0 9 0 19855112 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11429/statm: 215571 2653 1283 9 0 210484 0
[pid=11429/tid=11430] ppid=11428 vsize=862284 CPUtime=0.2
/proc/11429/task/11430/stat : 11430 (java) R 11428 11403 10025 0 -1 64 2044 0 1 0 18 2 0 0 20 0 9 0 19855113 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11431] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11431/stat : 11431 (java) S 11428 11403 10025 0 -1 64 120 0 0 0 0 0 0 0 16 0 9 0 19855114 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11432] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11432/stat : 11432 (java) S 11428 11403 10025 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19855114 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11433] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11433/stat : 11433 (java) S 11428 11403 10025 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19855114 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11434] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11434/stat : 11434 (java) S 11428 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19855116 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11435] ppid=11428 vsize=862284 CPUtime=0.06
/proc/11429/task/11435/stat : 11435 (java) S 11428 11403 10025 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 19855116 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11436] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11436/stat : 11436 (java) S 11428 11403 10025 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19855116 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11429/tid=11437] ppid=11428 vsize=862284 CPUtime=0
/proc/11429/task/11437/stat : 11437 (java) S 11428 11403 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19855116 882978816 2653 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 884508

Child status: 0
Real time (s): 11.1658
CPU time (s): 10.9883
CPU user time (s): 10.5394
CPU system time (s): 0.448931
CPU usage (%): 98.4103
Max. virtual memory (cumulated for all children) (KiB): 891092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5394
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33478
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9458
involuntary context switches= 9362

runsolver used 0.014997 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-11 17:58:30
IDJOB=2061952
IDBENCH=53855
IDSOLVER=739
FILE ID=node60/2061952-1247327910
PBS_JOBID= 9506510
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-27-27.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2061952-1247327910/watcher-2061952-1247327910 -o /tmp/evaluation-result-2061952-1247327910/solver-2061952-1247327910 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2061952-1247327910.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d4a95218d374567a2e179115c5d58ded
RANDOM SEED=1233938842

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        706480 kB
Buffers:         57140 kB
Cached:        1221872 kB
SwapCached:          0 kB
Active:         247076 kB
Inactive:      1051140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        706480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          29908 kB
Slab:            36432 kB
Committed_AS:   208304 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node60 at 2009-07-11 17:58:41