Trace number 2081652

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+picosat? (TO) 1800.06 1830.23

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-10.xml
MD5SUM40fc85c6af74c3b8c42d405c9548d811
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1383
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.05/14.16	c 0	Sugar v1-14-6 + HOME/picosat
0.07/15.43	c 1	BEGIN Sun Jul 12 06:38:24 2009
0.07/15.43	c 1	PID 24022
0.07/16.11	c 2	HOST node85.alineos.net
0.07/16.11	c 2	CONVERTING HOME/instance-2081652-1247373480.xml TO HOME/temp.csp
0.07/16.11	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081652-1247373480.xml' 'HOME/temp.csp'
1.03/22.15	c 8	94 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.03/22.17	c 8	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/22.17	c 8	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'
1.10/22.25	c 8	Parsing HOME/temp.csp
1.10/22.42	c 8	parsed 10000 expressions
1.10/22.43	c 8	parsed 10388 expressions
1.10/22.44	c 8	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/22.44	c 8	Converting to clausal form CSP
1.10/22.56	c 8	converted 1039 (10%) expressions
1.10/22.70	c 9	converted 2078 (20%) expressions
1.10/22.77	c 9	converted 3117 (30%) expressions
1.10/22.81	c 9	converted 4156 (40%) expressions
1.10/22.84	c 9	converted 5194 (50%) expressions
1.10/22.88	c 9	converted 6233 (60%) expressions
1.10/22.96	c 9	converted 7272 (70%) expressions
1.10/22.99	c 9	converted 8311 (80%) expressions
1.91/23.03	c 9	converted 9350 (90%) expressions
1.91/23.06	c 9	converted 10388 (100%) expressions
1.91/23.06	c 9	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1356
1.91/23.06	c 9	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/23.06	c 9	Propagation in CSP
2.30/23.45	c 9	181980 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/23.45	c 9	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 780
2.30/23.45	c 9	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/23.45	c 9	Simplifing CSP by introducing new Boolean variables
2.50/23.61	c 10	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 780
2.50/23.61	c 10	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/23.70	c 10	Encoding CSP to SAT : HOME/temp.cnf
2.60/23.77	c 10	60 (10%) CSP integer variables are encoded (37110 clauses, 534546 bytes)
2.70/23.82	c 10	120 (20%) CSP integer variables are encoded (74790 clauses, 1099746 bytes)
2.70/23.88	c 10	180 (30%) CSP integer variables are encoded (112020 clauses, 1682545 bytes)
2.80/23.93	c 10	240 (40%) CSP integer variables are encoded (153060 clauses, 2380225 bytes)
2.80/23.98	c 10	300 (50%) CSP integer variables are encoded (189090 clauses, 2992735 bytes)
2.90/24.03	c 10	360 (60%) CSP integer variables are encoded (226800 clauses, 3633805 bytes)
2.90/24.07	c 10	420 (70%) CSP integer variables are encoded (259830 clauses, 4195315 bytes)
3.01/24.12	c 10	480 (80%) CSP integer variables are encoded (301860 clauses, 4909825 bytes)
3.01/24.17	c 10	540 (90%) CSP integer variables are encoded (342690 clauses, 5603935 bytes)
3.10/24.22	c 10	600 (100%) CSP integer variables are encoded (375210 clauses, 6156775 bytes)
4.29/25.45	c 11	2739 (10%) CSP clauses are encoded (973287 clauses, 19687893 bytes)
5.68/26.88	c 13	5478 (20%) CSP clauses are encoded (1727988 clauses, 37340680 bytes)
6.87/28.09	c 14	8217 (30%) CSP clauses are encoded (2371660 clauses, 52408097 bytes)
8.56/29.79	c 16	10956 (40%) CSP clauses are encoded (3182059 clauses, 71409211 bytes)
9.95/31.11	c 17	13695 (50%) CSP clauses are encoded (3830659 clauses, 86998460 bytes)
11.24/33.56	c 19	16434 (60%) CSP clauses are encoded (4532776 clauses, 104192564 bytes)
12.64/34.96	c 21	19173 (70%) CSP clauses are encoded (5264691 clauses, 122097154 bytes)
14.02/36.30	c 22	21912 (80%) CSP clauses are encoded (5958040 clauses, 138981125 bytes)
15.32/37.65	c 24	24651 (90%) CSP clauses are encoded (6653362 clauses, 155833111 bytes)
17.01/39.33	c 25	27390 (100%) CSP clauses are encoded (7502526 clauses, 175723428 bytes)
17.01/39.33	c 25	27390 CSP clauses encoded
17.01/39.34	c 25	Writing map file : HOME/temp.map
17.01/39.35	c 25	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.01/39.35	c 25	SAT : 393510 SAT variables, 7502526 SAT clauses, 175723428 bytes
17.01/39.35	c 25	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.05/39.40	c 25	SOLVING HOME/temp.cnf
17.05/39.40	c 25	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1829.01	c ERROR INTERRUPTED
17.08/1829.99	s UNKNOWN
17.08/1829.99	c 1815	CPU 17.08 (0.05 0.02 15.7 1.31)
17.08/1829.99	c 1815	END Sun Jul 12 07:08:39 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081652-1247373480/watcher-2081652-1247373480 -o /tmp/evaluation-result-2081652-1247373480/solver-2081652-1247373480 -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-2081652-1247373480.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: 8.49 7.43 4.62 4/83 24022
/proc/meminfo: memFree=577192/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) R 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0

[startup+0.0271759 s]
/proc/loadavg: 8.49 7.43 4.62 4/83 24022
/proc/meminfo: memFree=577192/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) D 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101186 s]
/proc/loadavg: 8.49 7.43 4.62 4/83 24022
/proc/meminfo: memFree=577192/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) D 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301209 s]
/proc/loadavg: 8.49 7.43 4.62 4/83 24022
/proc/meminfo: memFree=577192/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) D 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.701254 s]
/proc/loadavg: 8.49 7.43 4.62 4/83 24022
/proc/meminfo: memFree=577192/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) D 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+1.50134 s]
/proc/loadavg: 8.05 7.35 4.61 2/84 24023
/proc/meminfo: memFree=563168/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=18576 CPUtime=0
/proc/24022/stat : 24022 (runsolver) D 24020 24022 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24414314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24022/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+3.10153 s]
/proc/loadavg: 8.05 7.35 4.61 1/84 24023
/proc/meminfo: memFree=558112/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=12268 CPUtime=0
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24414314 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268
heavy processes:

[startup+6.30175 s]
/proc/loadavg: 8.05 7.35 4.61 2/84 24023
/proc/meminfo: memFree=556320/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=13336 CPUtime=0.03
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 723 0 0 0 2 1 0 0 18 0 1 0 24414314 13656064 691 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24022/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336
heavy processes:

[startup+12.7015 s]
/proc/loadavg: 7.58 7.27 4.62 2/84 24023
/proc/meminfo: memFree=465952/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=15948 CPUtime=0.04
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 24414314 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24022/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948
heavy processes:

[startup+25.5029 s]
/proc/loadavg: 7.18 7.20 4.62 3/94 24044
/proc/meminfo: memFree=263504/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=1.1
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1310 9124 0 1 5 2 98 5 16 0 1 0 24414314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1111 409 3 0 796 0
[pid=24035] ppid=24022 vsize=5356 CPUtime=0
/proc/24035/stat : 24035 (sh) S 24022 24022 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24416532 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24035/statm: 1339 233 193 169 0 50 0
[pid=24036] ppid=24035 vsize=868712 CPUtime=3.29
/proc/24036/stat : 24036 (java) S 24035 24022 20253 0 -1 0 10613 0 1 0 309 20 0 0 20 0 9 0 24416532 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24036/statm: 217178 9358 2590 9 0 211655 0
[pid=24036/tid=24037] ppid=24035 vsize=868712 CPUtime=2.56
/proc/24036/task/24037/stat : 24037 (java) R 24035 24022 20253 0 -1 64 3263 0 1 0 242 14 0 0 25 0 9 0 24416533 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24038] ppid=24035 vsize=868712 CPUtime=0.5
/proc/24036/task/24038/stat : 24038 (java) S 24035 24022 20253 0 -1 64 5128 0 0 0 46 4 0 0 16 0 9 0 24416534 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24039] ppid=24035 vsize=868712 CPUtime=0
/proc/24036/task/24039/stat : 24039 (java) S 24035 24022 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24416534 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24040] ppid=24035 vsize=868712 CPUtime=0
/proc/24036/task/24040/stat : 24040 (java) S 24035 24022 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24416534 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24041] ppid=24035 vsize=868712 CPUtime=0
/proc/24036/task/24041/stat : 24041 (java) S 24035 24022 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24416536 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24042] ppid=24035 vsize=868712 CPUtime=0.21
/proc/24036/task/24042/stat : 24042 (java) S 24035 24022 20253 0 -1 64 1524 0 0 0 20 1 0 0 16 0 9 0 24416536 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24036/tid=24043] ppid=24035 vsize=868712 CPUtime=0
/proc/24036/task/24043/stat : 24043 (java) S 24035 24022 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24416536 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24036/tid=24044] ppid=24035 vsize=868712 CPUtime=0
/proc/24036/task/24044/stat : 24044 (java) S 24035 24022 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24416536 889561088 9358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 890936
heavy processes:

[startup+51.1018 s]
/proc/loadavg: 6.58 7.05 4.64 3/86 24046
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=85492 CPUtime=11.58
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 18075 0 0 0 536 622 0 0 25 0 1 0 24418255 87543808 18061 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 21373 18061 40 102 0 21268 0
Current children cumulated CPU time (s) 28.65
Current children cumulated vsize (KiB) 107716
heavy processes:

[startup+102.307 s]
/proc/loadavg: 5.00 6.56 4.61 2/86 24047
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=295156 CPUtime=62.39
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 68253 0 0 0 2924 3315 0 0 25 0 1 0 24418255 302239744 68239 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24046/statm: 73789 68239 42 102 0 73684 0
Current children cumulated CPU time (s) 79.46
Current children cumulated vsize (KiB) 317380
heavy processes:

[startup+162.301 s]
/proc/loadavg: 4.93 6.23 4.62 2/86 24047
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=295420 CPUtime=121.98
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 68366 0 0 0 8881 3317 0 0 25 0 1 0 24418255 302510080 68352 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 73855 68352 42 102 0 73750 0
Current children cumulated CPU time (s) 139.05
Current children cumulated vsize (KiB) 317644

[startup+222.301 s]
/proc/loadavg: 5.07 6.04 4.65 2/86 24047
/proc/meminfo: memFree=20112/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=295684 CPUtime=181.59
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 68439 0 0 0 14839 3320 0 0 25 0 1 0 24418255 302780416 68425 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24046/statm: 73921 68425 42 102 0 73816 0
Current children cumulated CPU time (s) 198.66
Current children cumulated vsize (KiB) 317908

[startup+282.301 s]
/proc/loadavg: 5.16 5.88 4.68 2/86 24047
/proc/meminfo: memFree=23760/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=295948 CPUtime=241.17
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 68516 0 0 0 20794 3323 0 0 25 0 1 0 24418255 303050752 68502 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 73987 68502 42 102 0 73882 0

################
# More data... #
################

/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=303608 CPUtime=1496.36
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70472 0 0 0 146249 3387 0 0 25 0 1 0 24418255 310894592 70456 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 75902 70456 48 102 0 75797 0
Current children cumulated CPU time (s) 1513.43
Current children cumulated vsize (KiB) 325832

[startup+1602.3 s]
/proc/loadavg: 2.08 3.12 4.06 3/76 24468
/proc/meminfo: memFree=1641944/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=304004 CPUtime=1556.34
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70555 0 0 0 152247 3387 0 0 25 0 1 0 24418255 311300096 70539 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76001 70539 48 102 0 75896 0
Current children cumulated CPU time (s) 1573.41
Current children cumulated vsize (KiB) 326228

[startup+1662.3 s]
/proc/loadavg: 2.03 2.91 3.93 3/76 24468
/proc/meminfo: memFree=1641560/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=304396 CPUtime=1616.31
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70654 0 0 0 158244 3387 0 0 25 0 1 0 24418255 311701504 70638 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76099 70638 48 102 0 75994 0
Current children cumulated CPU time (s) 1633.38
Current children cumulated vsize (KiB) 326620

[startup+1722.3 s]
/proc/loadavg: 2.01 2.74 3.80 3/76 24468
/proc/meminfo: memFree=1641048/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=304792 CPUtime=1676.29
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70762 0 0 0 164242 3387 0 0 25 0 1 0 24418255 312107008 70746 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76198 70746 48 102 0 76093 0
Current children cumulated CPU time (s) 1693.36
Current children cumulated vsize (KiB) 327016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.60 3.69 3/76 24468
/proc/meminfo: memFree=1640664/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=305188 CPUtime=1736.26
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70853 0 0 0 170239 3387 0 0 25 0 1 0 24418255 312512512 70837 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76297 70837 48 102 0 76192 0
Current children cumulated CPU time (s) 1753.33
Current children cumulated vsize (KiB) 327412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1829 s]
/proc/loadavg: 2.00 2.52 3.61 3/76 24468
/proc/meminfo: memFree=1640152/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=305584 CPUtime=1782.95
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70964 0 0 0 174908 3387 0 0 25 0 1 0 24418255 312918016 70948 996147200 134512640 134931368 4294956256 18446744073709551615 134524001 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76396 70948 48 102 0 76291 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 327808

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (17.08 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1782.94 s) to the 'lost time'.

[startup+1829 s]
/proc/loadavg: 2.00 2.52 3.61 3/76 24468
/proc/meminfo: memFree=1640152/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.07
/proc/24022/stat : 24022 (sugar) S 24020 24022 20253 0 -1 4194304 1365 22471 0 2 5 2 1570 130 16 0 1 0 24414314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24022/statm: 4217 1113 409 3 0 796 0
[pid=24045] ppid=24022 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24022 24022 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24418255 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24045/statm: 1339 232 193 169 0 50 0
[pid=24046] ppid=24045 vsize=305584 CPUtime=1782.95
/proc/24046/stat : 24046 (picosat) R 24045 24022 20253 0 -1 4194304 70964 0 0 0 174908 3387 0 0 25 0 1 0 24418255 312918016 70948 996147200 134512640 134931368 4294956256 18446744073709551615 134524001 0 0 4096 0 0 0 0 17 0 0 0
/proc/24046/statm: 76396 70948 48 102 0 76291 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 327808

[startup+1829.12 s]
/proc/loadavg: 2.00 2.52 3.61 3/76 24468
/proc/meminfo: memFree=1640152/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.08
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 1423 22748 0 2 5 2 1570 131 16 0 1 0 24414314 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1829.12 s]
/proc/loadavg: 2.00 2.52 3.61 3/76 24468
/proc/meminfo: memFree=1640152/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.08
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 1423 22748 0 2 5 2 1570 131 16 0 1 0 24414314 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 16868

[startup+1829.9 s]
/proc/loadavg: 2.00 2.52 3.61 2/75 24469
/proc/meminfo: memFree=1924320/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.08
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 1423 22748 0 2 5 2 1570 131 16 0 1 0 24414314 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 16868

[startup+1830.1 s]
/proc/loadavg: 2.00 2.52 3.61 2/75 24469
/proc/meminfo: memFree=1924320/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.08
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 1423 22748 0 2 5 2 1570 131 15 0 1 0 24414314 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 16868

[startup+1830.2 s]
/proc/loadavg: 2.00 2.52 3.61 2/75 24469
/proc/meminfo: memFree=1924320/2055920 swapFree=4192812/4192956
[pid=24022] ppid=24020 vsize=16868 CPUtime=17.09
/proc/24022/stat : 24022 (sugar) D 24020 24022 20253 0 -1 4194304 1423 22748 0 2 5 3 1570 131 15 0 1 0 24414314 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24022/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1782.94
#  lost CPU user time (s): 1749.08
#  lost CPU system time (s): 33.86

Real time (s): 1830.23
CPU time (s): 1800.06
CPU user time (s): 1764.85
CPU system time (s): 35.2108
CPU usage (%): 98.3516
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7656
system time used= 1.35079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24230
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22953
involuntary context switches= 21028

runsolver used 1.89371 second user time and 4.35734 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 06:38:06
IDJOB=2081652
IDBENCH=57456
IDSOLVER=738
FILE ID=node85/2081652-1247373480
PBS_JOBID= 9507101
Free space on /tmp= 125504 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-10.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-2081652-1247373480/watcher-2081652-1247373480 -o /tmp/evaluation-result-2081652-1247373480/solver-2081652-1247373480 -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-2081652-1247373480.xml

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

MD5SUM BENCH= 40fc85c6af74c3b8c42d405c9548d811
RANDOM SEED=1523733914

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        578440 kB
Buffers:          1708 kB
Cached:        1016184 kB
SwapCached:          0 kB
Active:         765432 kB
Inactive:       612952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        578440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          176596 kB
Writeback:         248 kB
Mapped:         381808 kB
Slab:            83572 kB
Committed_AS:   621868 kB
PageTables:       2624 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= 126552 MiB
End job on node85 at 2009-07-12 07:08:41