Trace number 2062248

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+picosatSAT 34.4338 34.9188

General information on the benchmark

Namecsp/allsquares/
normalized-squares-28-28.xml
MD5SUMf089d5d42bb32345cd570359b785e582
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 benchmark15.8266
Satisfiable
(Un)Satisfiability was proved
Number of variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size89
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 18:06:18 2009
0.05/0.08	c 0	PID 11837
0.05/0.08	c 0	HOST node56.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2062248-1247328378.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-2062248-1247328378.xml' 'HOME/temp.csp'
0.07/0.67	c 1	29 domains, 1568 variables, 2 predicates, 0 relations, 1893 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.64/0.83	c 1	Parsing HOME/temp.csp
0.64/0.94	c 1	parsed 3492 expressions
0.64/0.95	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.95	c 1	Converting to clausal form CSP
0.64/0.97	c 1	converted 350 (10%) expressions
0.64/0.98	c 1	converted 699 (20%) expressions
0.64/0.98	c 1	converted 1048 (30%) expressions
0.64/0.99	c 1	converted 1397 (40%) expressions
0.98/1.15	c 1	converted 1746 (50%) expressions
1.07/1.21	c 1	converted 2096 (60%) expressions
1.07/1.26	c 1	converted 2445 (70%) expressions
1.07/1.28	c 1	converted 2794 (80%) expressions
1.17/1.31	c 1	converted 3143 (90%) expressions
2.15/2.39	c 2	converted 3492 (100%) expressions
2.15/2.39	c 2	CSP : 7086 integers, 3298 booleans, 21151 clauses, largest domain size 90
2.15/2.39	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.15/2.39	c 2	Propagation in CSP
2.25/2.48	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.25/2.48	c 2	CSP : 7086 integers, 3298 booleans, 21151 clauses, largest domain size 90
2.25/2.48	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.36/2.50	c 2	Simplifing CSP by introducing new Boolean variables
2.36/2.52	c 2	CSP : 7086 integers, 3298 booleans, 21151 clauses, largest domain size 90
2.36/2.52	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.46/2.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.46/2.67	c 3	709 (10%) CSP integer variables are encoded (4054 clauses, 50581 bytes)
2.46/2.67	c 3	1418 (20%) CSP integer variables are encoded (4054 clauses, 50581 bytes)
2.46/2.68	c 3	2126 (30%) CSP integer variables are encoded (7726 clauses, 98317 bytes)
2.46/2.69	c 3	2835 (40%) CSP integer variables are encoded (12214 clauses, 165404 bytes)
2.46/2.70	c 3	3543 (50%) CSP integer variables are encoded (16906 clauses, 235784 bytes)
2.55/2.72	c 3	4252 (60%) CSP integer variables are encoded (21598 clauses, 306164 bytes)
2.55/2.72	c 3	4961 (70%) CSP integer variables are encoded (26290 clauses, 376544 bytes)
2.55/2.73	c 3	5669 (80%) CSP integer variables are encoded (30982 clauses, 446924 bytes)
2.55/2.74	c 3	6378 (90%) CSP integer variables are encoded (35674 clauses, 517304 bytes)
2.55/2.74	c 3	7086 (100%) CSP integer variables are encoded (40366 clauses, 587684 bytes)
2.84/3.04	c 3	2116 (10%) CSP clauses are encoded (172875 clauses, 2929331 bytes)
3.54/3.71	c 4	4231 (20%) CSP clauses are encoded (257793 clauses, 5035321 bytes)
4.53/4.77	c 5	6346 (30%) CSP clauses are encoded (324368 clauses, 7467403 bytes)
5.61/5.81	c 6	8461 (40%) CSP clauses are encoded (387720 clauses, 9920575 bytes)
6.41/6.67	c 7	10576 (50%) CSP clauses are encoded (441969 clauses, 11974176 bytes)
7.79/8.09	c 8	12691 (60%) CSP clauses are encoded (645315 clauses, 17249751 bytes)
8.98/9.29	c 9	14806 (70%) CSP clauses are encoded (718336 clauses, 20085300 bytes)
9.96/10.28	c 10	16921 (80%) CSP clauses are encoded (778465 clauses, 22412012 bytes)
10.85/11.19	c 11	19036 (90%) CSP clauses are encoded (835066 clauses, 24575480 bytes)
12.14/12.46	c 12	21151 (100%) CSP clauses are encoded (1029614 clauses, 29565693 bytes)
12.14/12.46	c 12	21151 CSP clauses encoded
12.14/12.46	c 12	Writing map file : HOME/temp.map
12.14/12.48	c 12	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.14/12.48	c 12	SAT : 50688 SAT variables, 1029614 SAT clauses, 29565693 bytes
12.14/12.48	c 12	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.14/12.49	c 12	SOLVING HOME/temp.cnf
12.14/12.49	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
33.92/34.47	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.92/34.47	c 34	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'
34.02/34.55	c 35	Decoding HOME/temp.out
34.02/34.78	s SATISFIABLE
34.02/34.85	v 28 31 81 85 49 82 40 81 28 29 37 17 28 27 48 1 0 63 29 48 68 17 66 39 41 63 0 0 45 36 78 77 45 71 57 81 27 57 27 55 14 0 50 73 56 71 38 25 24 67 1 65 0 45 0 27 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 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 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 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 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 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 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 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 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 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 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 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 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0
34.02/34.86	c 35	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.02/34.91	c 35	CPU 34.4 (0.06 0.02 27.21 7.11)
34.02/34.91	c 35	END Sat Jul 11 18:06:53 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-2062248-1247328378/watcher-2062248-1247328378 -o /tmp/evaluation-result-2062248-1247328378/solver-2062248-1247328378 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2062248-1247328378.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: 2.06 1.98 1.93 4/73 11837
/proc/meminfo: memFree=821792/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=18576 CPUtime=0
/proc/11837/stat : 11837 (runsolver) R 11835 11837 10283 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19901106 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11837/statm: 4644 284 249 26 0 2626 0

[startup+0.0725381 s]
/proc/loadavg: 2.06 1.98 1.93 4/73 11837
/proc/meminfo: memFree=821792/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16344 CPUtime=0.05
/proc/11837/stat : 11837 (sugar) R 11835 11837 10283 0 -1 4194304 1011 0 0 0 4 1 0 0 18 0 1 0 19901106 16736256 979 996147200 4194304 4206940 548682068608 18446744073709551615 250988508131 0 0 4224 0 0 0 0 17 1 0 0
/proc/11837/statm: 4086 979 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102695 s]
/proc/loadavg: 2.06 1.98 1.93 4/73 11837
/proc/meminfo: memFree=821792/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.07
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301554 s]
/proc/loadavg: 2.06 1.98 1.93 4/73 11837
/proc/meminfo: memFree=821792/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.07
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701593 s]
/proc/loadavg: 2.06 1.98 1.93 4/73 11837
/proc/meminfo: memFree=821792/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.07
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.06 1.98 1.93 4/84 11859
/proc/meminfo: memFree=811208/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.64
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1309 5435 0 1 5 2 52 5 16 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
[pid=11850] ppid=11837 vsize=5356 CPUtime=0
/proc/11850/stat : 11850 (sh) S 11837 11837 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19901178 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11850/statm: 1339 233 193 169 0 50 0
[pid=11851] ppid=11850 vsize=868564 CPUtime=0.73
/proc/11851/stat : 11851 (java) S 11850 11837 10283 0 -1 0 7351 0 1 0 69 4 0 0 18 0 9 0 19901179 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11851/statm: 217141 6581 2567 9 0 211646 0
[pid=11851/tid=11852] ppid=11850 vsize=868564 CPUtime=0.4
/proc/11851/task/11852/stat : 11852 (java) R 11850 11837 10283 0 -1 64 2688 0 1 0 39 1 0 0 22 0 9 0 19901180 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4125925328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11853] ppid=11850 vsize=868564 CPUtime=0.11
/proc/11851/task/11853/stat : 11853 (java) S 11850 11837 10283 0 -1 64 2464 0 0 0 10 1 0 0 16 0 9 0 19901184 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11854] ppid=11850 vsize=868564 CPUtime=0
/proc/11851/task/11854/stat : 11854 (java) S 11850 11837 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19901184 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11855] ppid=11850 vsize=868564 CPUtime=0
/proc/11851/task/11855/stat : 11855 (java) S 11850 11837 10283 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19901184 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11856] ppid=11850 vsize=868564 CPUtime=0
/proc/11851/task/11856/stat : 11856 (java) S 11850 11837 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19901186 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11857] ppid=11850 vsize=868564 CPUtime=0.19
/proc/11851/task/11857/stat : 11857 (java) S 11850 11837 10283 0 -1 64 1500 0 0 0 19 0 0 0 16 0 9 0 19901186 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11858] ppid=11850 vsize=868564 CPUtime=0
/proc/11851/task/11858/stat : 11858 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19901186 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11859] ppid=11850 vsize=868564 CPUtime=0
/proc/11851/task/11859/stat : 11859 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19901186 889409536 6581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 890788

[startup+3.10183 s]
/proc/loadavg: 2.06 1.98 1.93 5/84 11859
/proc/meminfo: memFree=793992/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.64
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1310 5435 0 1 5 2 52 5 15 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
[pid=11850] ppid=11837 vsize=5356 CPUtime=0
/proc/11850/stat : 11850 (sh) S 11837 11837 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19901178 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11850/statm: 1339 233 193 169 0 50 0
[pid=11851] ppid=11850 vsize=868708 CPUtime=2.3
/proc/11851/stat : 11851 (java) S 11850 11837 10283 0 -1 0 10704 0 1 0 220 10 0 0 18 0 9 0 19901179 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11851/statm: 217177 9597 2591 9 0 211654 0
[pid=11851/tid=11852] ppid=11850 vsize=868708 CPUtime=1.43
/proc/11851/task/11852/stat : 11852 (java) R 11850 11837 10283 0 -1 64 2966 0 1 0 139 4 0 0 25 0 9 0 19901180 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4127148171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11853] ppid=11850 vsize=868708 CPUtime=0.56
/proc/11851/task/11853/stat : 11853 (java) S 11850 11837 10283 0 -1 64 5474 0 0 0 52 4 0 0 16 0 9 0 19901184 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11854] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11854/stat : 11854 (java) S 11850 11837 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19901184 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11855] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11855/stat : 11855 (java) S 11850 11837 10283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19901184 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11856] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11856/stat : 11856 (java) S 11850 11837 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19901186 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11857] ppid=11850 vsize=868708 CPUtime=0.29
/proc/11851/task/11857/stat : 11857 (java) S 11850 11837 10283 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 19901186 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11858] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11858/stat : 11858 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19901186 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11859] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11859/stat : 11859 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19901186 889556992 9597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 890932

[startup+6.30214 s]
/proc/loadavg: 2.06 1.98 1.93 3/84 11859
/proc/meminfo: memFree=780936/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=0.64
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1310 5435 0 1 5 2 52 5 16 0 1 0 19901106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1111 409 3 0 796 0
[pid=11850] ppid=11837 vsize=5356 CPUtime=0
/proc/11850/stat : 11850 (sh) S 11837 11837 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19901178 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11850/statm: 1339 233 193 169 0 50 0
[pid=11851] ppid=11850 vsize=868708 CPUtime=5.47
/proc/11851/stat : 11851 (java) S 11850 11837 10283 0 -1 0 10871 0 1 0 531 16 0 0 18 0 9 0 19901179 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11851/statm: 217177 9602 2591 9 0 211654 0
[pid=11851/tid=11852] ppid=11850 vsize=868708 CPUtime=4.52
/proc/11851/task/11852/stat : 11852 (java) R 11850 11837 10283 0 -1 64 3128 0 1 0 443 9 0 0 25 0 9 0 19901180 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4126558089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11853] ppid=11850 vsize=868708 CPUtime=0.62
/proc/11851/task/11853/stat : 11853 (java) S 11850 11837 10283 0 -1 64 5474 0 0 0 57 5 0 0 16 0 9 0 19901184 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11854] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11854/stat : 11854 (java) S 11850 11837 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19901184 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11855] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11855/stat : 11855 (java) S 11850 11837 10283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19901184 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11856] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11856/stat : 11856 (java) S 11850 11837 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19901186 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11857] ppid=11850 vsize=868708 CPUtime=0.3
/proc/11851/task/11857/stat : 11857 (java) S 11850 11837 10283 0 -1 64 1570 0 0 0 29 1 0 0 16 0 9 0 19901186 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11858] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11858/stat : 11858 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19901186 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11851/tid=11859] ppid=11850 vsize=868708 CPUtime=0
/proc/11851/task/11859/stat : 11859 (java) S 11850 11837 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19901186 889556992 9602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890932

[startup+12.7018 s]
/proc/loadavg: 2.05 1.98 1.93 3/84 11859
/proc/meminfo: memFree=763464/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=12.25
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1365 16970 0 2 6 2 1179 38 17 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 16868

[startup+25.503 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745992/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=12.25
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1365 16970 0 2 6 2 1179 38 17 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
[pid=11860] ppid=11837 vsize=5356 CPUtime=0
/proc/11860/stat : 11860 (sh) S 11837 11837 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19902356 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11860/statm: 1339 232 193 169 0 50 0
[pid=11861] ppid=11860 vsize=45012 CPUtime=12.86
/proc/11861/stat : 11861 (picosat) R 11860 11837 10283 0 -1 4194304 10813 0 0 0 620 666 0 0 25 0 1 0 19902357 46092288 10799 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11861/statm: 11253 10799 42 102 0 11148 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 67236

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

[startup+31.9066 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745736/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=12.25
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1365 16970 0 2 6 2 1179 38 17 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
[pid=11860] ppid=11837 vsize=5356 CPUtime=0
/proc/11860/stat : 11860 (sh) S 11837 11837 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19902356 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11860/statm: 1339 232 193 169 0 50 0
[pid=11861] ppid=11860 vsize=45796 CPUtime=19.2
/proc/11861/stat : 11861 (picosat) R 11860 11837 10283 0 -1 4194304 10894 0 0 0 1254 666 0 0 25 0 1 0 19902357 46895104 10878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11861/statm: 11449 10878 48 102 0 11344 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (KiB) 68020

[startup+33.5018 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745672/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=12.25
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1365 16970 0 2 6 2 1179 38 17 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
[pid=11860] ppid=11837 vsize=5356 CPUtime=0
/proc/11860/stat : 11860 (sh) S 11837 11837 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19902356 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11860/statm: 1339 232 193 169 0 50 0
[pid=11861] ppid=11860 vsize=45796 CPUtime=20.78
/proc/11861/stat : 11861 (picosat) R 11860 11837 10283 0 -1 4194304 10914 0 0 0 1412 666 0 0 25 0 1 0 19902357 46895104 10898 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11861/statm: 11449 10898 48 102 0 11344 0
Current children cumulated CPU time (s) 33.03
Current children cumulated vsize (KiB) 68020

[startup+34.3029 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745608/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=12.25
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1365 16970 0 2 6 2 1179 38 17 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
[pid=11860] ppid=11837 vsize=5356 CPUtime=0
/proc/11860/stat : 11860 (sh) S 11837 11837 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19902356 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11860/statm: 1339 232 193 169 0 50 0
[pid=11861] ppid=11860 vsize=45796 CPUtime=21.57
/proc/11861/stat : 11861 (picosat) R 11860 11837 10283 0 -1 4194304 10920 0 0 0 1491 666 0 0 25 0 1 0 19902357 46895104 10904 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11861/statm: 11449 10904 48 102 0 11344 0
Current children cumulated CPU time (s) 33.82
Current children cumulated vsize (KiB) 68020

[startup+34.7019 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745608/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=34.02
/proc/11837/stat : 11837 (sugar) S 11835 11837 10283 0 -1 4194304 1446 28182 0 2 6 2 2687 707 16 0 1 0 19901106 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11837/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 34.02
Current children cumulated vsize (KiB) 16868

[startup+34.91 s]
/proc/loadavg: 2.04 1.98 1.93 3/76 11861
/proc/meminfo: memFree=745608/2055920 swapFree=4192956/4192956
[pid=11837] ppid=11835 vsize=16868 CPUtime=34.41
/proc/11837/stat : 11837 (sugar) R 11835 11837 10283 0 -1 4194304 1478 32210 0 3 6 3 2721 711 16 0 1 0 19901106 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11837/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 34.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 34.9188
CPU time (s): 34.4338
CPU user time (s): 27.2749
CPU system time (s): 7.15891
CPU usage (%): 98.6108
Max. virtual memory (cumulated for all children) (KiB): 891072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2749
system time used= 7.15891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33748
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= 10667
involuntary context switches= 11318

runsolver used 0.044993 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 18:06:18
IDJOB=2062248
IDBENCH=53882
IDSOLVER=738
FILE ID=node56/2062248-1247328378
PBS_JOBID= 9506518
Free space on /tmp= 103036 MiB

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

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

MD5SUM BENCH= f089d5d42bb32345cd570359b785e582
RANDOM SEED=1533755641

node56.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.209
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.209
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:        822272 kB
Buffers:         61072 kB
Cached:         829592 kB
SwapCached:          0 kB
Active:         402884 kB
Inactive:       776700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         300748 kB
Slab:            38756 kB
Committed_AS:   412132 kB
PageTables:       2356 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= 103036 MiB
End job on node56 at 2009-07-11 18:06:53