Trace number 2080398

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 127.328 128.642

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-6.xml
MD5SUM86cc81d2eef8616c56c5321a1700a380
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.328
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:37:52 2009
0.00/0.08	c 0	PID 24051
0.00/0.08	c 0	HOST node32.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080398-1247369872.xml TO HOME/temp.csp
0.00/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-2080398-1247369872.xml' 'HOME/temp.csp'
0.06/0.82	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.79/0.94	c 1	Parsing HOME/temp.csp
0.79/1.04	c 1	parsed 2237 expressions
0.79/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.79/1.05	c 1	Converting to clausal form CSP
0.79/1.07	c 1	converted 224 (10%) expressions
0.79/1.08	c 1	converted 448 (20%) expressions
1.01/1.17	c 1	converted 672 (30%) expressions
1.11/1.26	c 1	converted 895 (40%) expressions
1.11/1.28	c 1	converted 1119 (50%) expressions
1.20/1.31	c 2	converted 1343 (60%) expressions
1.20/1.32	c 2	converted 1566 (70%) expressions
1.20/1.33	c 2	converted 1790 (80%) expressions
1.20/1.33	c 2	converted 2014 (90%) expressions
1.20/1.34	c 2	converted 2237 (100%) expressions
1.20/1.34	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1211
1.20/1.34	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.34	c 2	Propagation in CSP
1.31/1.42	c 2	72228 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.42	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 700
1.31/1.42	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.43	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.46	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 700
1.31/1.46	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.53	c 2	23 (10%) CSP integer variables are encoded (13878 clauses, 186056 bytes)
1.40/1.54	c 2	45 (20%) CSP integer variables are encoded (21345 clauses, 298061 bytes)
1.40/1.55	c 2	68 (30%) CSP integer variables are encoded (33206 clauses, 475976 bytes)
1.40/1.57	c 2	90 (40%) CSP integer variables are encoded (43905 clauses, 636461 bytes)
1.40/1.58	c 2	113 (50%) CSP integer variables are encoded (53872 clauses, 785966 bytes)
1.40/1.59	c 2	135 (60%) CSP integer variables are encoded (62535 clauses, 915911 bytes)
1.50/1.60	c 2	158 (70%) CSP integer variables are encoded (72132 clauses, 1059866 bytes)
1.50/1.62	c 2	180 (80%) CSP integer variables are encoded (82740 clauses, 1218986 bytes)
1.50/1.63	c 2	203 (90%) CSP integer variables are encoded (94081 clauses, 1389101 bytes)
1.50/1.64	c 2	225 (100%) CSP integer variables are encoded (104355 clauses, 1552354 bytes)
1.69/1.89	c 2	494 (10%) CSP clauses are encoded (218665 clauses, 3981889 bytes)
1.89/2.06	c 2	987 (20%) CSP clauses are encoded (296027 clauses, 5691230 bytes)
1.99/2.19	c 2	1481 (30%) CSP clauses are encoded (353413 clauses, 6977870 bytes)
2.19/2.32	c 3	1974 (40%) CSP clauses are encoded (415574 clauses, 8361272 bytes)
2.39/2.50	c 3	2468 (50%) CSP clauses are encoded (502184 clauses, 10299081 bytes)
2.48/2.63	c 3	2961 (60%) CSP clauses are encoded (571622 clauses, 11843873 bytes)
2.68/2.80	c 3	3455 (70%) CSP clauses are encoded (656153 clauses, 13720267 bytes)
2.78/2.93	c 3	3948 (80%) CSP clauses are encoded (720970 clauses, 15151185 bytes)
2.88/3.07	c 3	4442 (90%) CSP clauses are encoded (794838 clauses, 16759938 bytes)
3.08/3.24	c 3	4935 (100%) CSP clauses are encoded (888789 clauses, 18689278 bytes)
3.08/3.24	c 3	4935 CSP clauses encoded
3.08/3.24	c 3	Writing map file : HOME/temp.map
3.08/3.25	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.25	c 3	SAT : 107730 SAT variables, 888789 SAT clauses, 18689278 bytes
3.08/3.25	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.08/3.27	c 3	SOLVING HOME/temp.cnf
3.08/3.27	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
126.89/128.20	c 128	DECODING HOME/temp.out WITH HOME/temp.map
126.89/128.20	c 128	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'
126.89/128.28	c 128	Decoding HOME/temp.out
126.90/128.58	s SATISFIABLE
126.90/128.59	v 0 53 72 78 103 113 139 545 676 703 752 819 899 946 1174 0 107 192 222 300 386 478 542 562 668 683 769 803 963 997 16 141 285 359 422 517 546 591 662 753 842 938 964 1139 1204 30 40 293 443 591 668 751 752 819 845 872 893 996 1070 1215 0 83 135 208 287 300 328 425 485 514 602 683 803 909 1200 25 52 83 304 401 622 800 883 894 903 996 1003 1052 1131 1176 2 98 205 209 260 445 450 570 622 669 724 774 883 1053 1145 0 25 229 353 368 438 501 642 734 838 968 1025 1041 1075 1174 0 104 138 176 483 570 618 677 740 769 872 932 979 1070 1176 156 213 287 356 421 488 545 678 709 728 811 920 1081 1138 1204 0 44 192 205 328 353 428 518 613 809 858 881 935 1045 1046 194 290 386 432 500 501 539 593 709 850 920 998 1071 1130 1172 0 205 286 298 474 496 680 773 802 836 875 901 1018 1061 1141 84 162 240 269 375 426 472 518 593 773 875 933 1045 1062 1124 0 137 181 262 294 338 423 477 500 603 669 704 752 986 1031
126.90/128.60	c 129	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
126.90/128.64	c 129	CPU 127.29 (0.05 0.02 122.81 4.41)
126.90/128.64	c 129	END Sun Jul 12 05:40:01 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-2080398-1247369872/watcher-2080398-1247369872 -o /tmp/evaluation-result-2080398-1247369872/solver-2080398-1247369872 -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-2080398-1247369872.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.48 2.16 2.04 4/76 24051
/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=12268 CPUtime=0
/proc/24051/stat : 24051 (sugar) R 24049 24051 19487 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24053709 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24051/statm: 3067 316 241 3 0 167 0

[startup+0.107828 s]
/proc/loadavg: 2.48 2.16 2.04 4/76 24051
/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.06
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201838 s]
/proc/loadavg: 2.48 2.16 2.04 4/76 24051
/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.06
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301843 s]
/proc/loadavg: 2.48 2.16 2.04 4/76 24051
/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.06
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701895 s]
/proc/loadavg: 2.48 2.16 2.04 4/76 24051
/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.06
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.48 2.16 2.04 3/87 24073
/proc/meminfo: memFree=1714224/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.79
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1310 5193 0 1 5 1 69 4 15 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
[pid=24064] ppid=24051 vsize=5356 CPUtime=0
/proc/24064/stat : 24064 (sh) S 24051 24051 19487 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24053796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24064/statm: 1339 233 193 169 0 50 0
[pid=24065] ppid=24064 vsize=868580 CPUtime=0.61
/proc/24065/stat : 24065 (java) S 24064 24051 19487 0 -1 0 6890 0 1 0 57 4 0 0 18 0 9 0 24053796 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24065/statm: 217145 6110 2578 9 0 211630 0
[pid=24065/tid=24066] ppid=24064 vsize=868580 CPUtime=0.35
/proc/24065/task/24066/stat : 24066 (java) R 24064 24051 19487 0 -1 64 2711 0 1 0 34 1 0 0 18 0 9 0 24053797 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24067] ppid=24064 vsize=868580 CPUtime=0.06
/proc/24065/task/24067/stat : 24067 (java) S 24064 24051 19487 0 -1 64 1982 0 0 0 6 0 0 0 16 0 9 0 24053798 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24068] ppid=24064 vsize=868580 CPUtime=0
/proc/24065/task/24068/stat : 24068 (java) S 24064 24051 19487 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24053799 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24069] ppid=24064 vsize=868580 CPUtime=0
/proc/24065/task/24069/stat : 24069 (java) S 24064 24051 19487 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24053799 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24070] ppid=24064 vsize=868580 CPUtime=0
/proc/24065/task/24070/stat : 24070 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24053801 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24071] ppid=24064 vsize=868580 CPUtime=0.17
/proc/24065/task/24071/stat : 24071 (java) S 24064 24051 19487 0 -1 64 1498 0 0 0 16 1 0 0 16 0 9 0 24053801 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24072] ppid=24064 vsize=868580 CPUtime=0
/proc/24065/task/24072/stat : 24072 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24053801 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24073] ppid=24064 vsize=868580 CPUtime=0
/proc/24065/task/24073/stat : 24073 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24053801 889425920 6110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890804

[startup+3.10216 s]
/proc/loadavg: 2.44 2.15 2.04 3/87 24073
/proc/meminfo: memFree=1699312/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=0.79
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1310 5193 0 1 5 1 69 4 15 0 1 0 24053709 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1111 409 3 0 796 0
[pid=24064] ppid=24051 vsize=5356 CPUtime=0
/proc/24064/stat : 24064 (sh) S 24051 24051 19487 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24053796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24064/statm: 1339 233 193 169 0 50 0
[pid=24065] ppid=24064 vsize=868612 CPUtime=2.19
/proc/24065/stat : 24065 (java) S 24064 24051 19487 0 -1 0 7391 0 1 0 201 18 0 0 18 0 9 0 24053796 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24065/statm: 217153 6151 2589 9 0 211630 0
[pid=24065/tid=24066] ppid=24064 vsize=868612 CPUtime=1.77
/proc/24065/task/24066/stat : 24066 (java) R 24064 24051 19487 0 -1 64 3189 0 1 0 165 12 0 0 25 0 9 0 24053797 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4126915610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24067] ppid=24064 vsize=868612 CPUtime=0.19
/proc/24065/task/24067/stat : 24067 (java) S 24064 24051 19487 0 -1 64 1982 0 0 0 15 4 0 0 16 0 9 0 24053798 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24068] ppid=24064 vsize=868612 CPUtime=0
/proc/24065/task/24068/stat : 24068 (java) S 24064 24051 19487 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24053799 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24069] ppid=24064 vsize=868612 CPUtime=0
/proc/24065/task/24069/stat : 24069 (java) S 24064 24051 19487 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24053799 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24070] ppid=24064 vsize=868612 CPUtime=0
/proc/24065/task/24070/stat : 24070 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24053801 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24071] ppid=24064 vsize=868612 CPUtime=0.21
/proc/24065/task/24071/stat : 24071 (java) S 24064 24051 19487 0 -1 64 1521 0 0 0 20 1 0 0 16 0 9 0 24053801 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24072] ppid=24064 vsize=868612 CPUtime=0
/proc/24065/task/24072/stat : 24072 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24053801 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24073] ppid=24064 vsize=868612 CPUtime=0
/proc/24065/task/24073/stat : 24073 (java) S 24064 24051 19487 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24053801 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890836

[startup+6.30152 s]
/proc/loadavg: 2.44 2.15 2.04 3/79 24075
/proc/meminfo: memFree=1687024/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=20168 CPUtime=2.97
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 4551 0 0 0 139 158 0 0 25 0 1 0 24054037 20652032 4537 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 5042 4537 40 102 0 4937 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 42392

[startup+12.7023 s]
/proc/loadavg: 2.37 2.15 2.04 3/79 24075
/proc/meminfo: memFree=1667312/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=39396 CPUtime=9.32
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 8758 0 0 0 520 412 0 0 25 0 1 0 24054037 40341504 8744 996147200 134512640 134931368 4294956256 18446744073709551615 134522825 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 9849 8744 42 102 0 9744 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 61620

[startup+25.5017 s]
/proc/loadavg: 2.31 2.14 2.04 3/79 24075
/proc/meminfo: memFree=1667440/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=39528 CPUtime=22
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 8791 0 0 0 1788 412 0 0 25 0 1 0 24054037 40476672 8777 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 9882 8777 42 102 0 9777 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 61752

[startup+51.1016 s]
/proc/loadavg: 2.21 2.13 2.04 3/79 24075
/proc/meminfo: memFree=1666992/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=39924 CPUtime=47.36
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 8892 0 0 0 4324 412 0 0 25 0 1 0 24054037 40882176 8878 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 9981 8878 42 102 0 9876 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 62148

[startup+102.301 s]
/proc/loadavg: 2.08 2.11 2.03 3/80 24076
/proc/meminfo: memFree=1666088/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=40848 CPUtime=98.07
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9111 0 0 0 9395 412 0 0 25 0 1 0 24054037 41828352 9097 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10212 9097 42 102 0 10107 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 63072

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

[startup+102.406 s]
/proc/loadavg: 2.08 2.11 2.03 3/80 24076
/proc/meminfo: memFree=1666088/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=40848 CPUtime=98.17
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9112 0 0 0 9405 412 0 0 25 0 1 0 24054037 41828352 9098 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10212 9098 42 102 0 10107 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 63072

[startup+115.203 s]
/proc/loadavg: 2.07 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665960/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=40980 CPUtime=110.85
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9171 0 0 0 10673 412 0 0 25 0 1 0 24054037 41963520 9157 996147200 134512640 134931368 4294956256 18446744073709551615 134530843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10245 9157 42 102 0 10140 0
Current children cumulated CPU time (s) 114.01
Current children cumulated vsize (KiB) 63204

[startup+121.602 s]
/proc/loadavg: 2.06 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=41112 CPUtime=117.2
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9198 0 0 0 11307 413 0 0 25 0 1 0 24054037 42098688 9184 996147200 134512640 134931368 4294956256 18446744073709551615 134523350 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10278 9184 42 102 0 10173 0
Current children cumulated CPU time (s) 120.36
Current children cumulated vsize (KiB) 63336

[startup+124.803 s]
/proc/loadavg: 2.06 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665768/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=41112 CPUtime=120.37
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9209 0 0 0 11624 413 0 0 25 0 1 0 24054037 42098688 9195 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10278 9195 42 102 0 10173 0
Current children cumulated CPU time (s) 123.53
Current children cumulated vsize (KiB) 63336

[startup+126.401 s]
/proc/loadavg: 2.06 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665768/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=41244 CPUtime=121.95
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9214 0 0 0 11782 413 0 0 25 0 1 0 24054037 42233856 9200 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10311 9200 42 102 0 10206 0
Current children cumulated CPU time (s) 125.11
Current children cumulated vsize (KiB) 63468

[startup+128.001 s]
/proc/loadavg: 2.05 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665704/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=3.16
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1365 12932 0 2 5 2 285 24 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 19487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24054036 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=41244 CPUtime=123.54
/proc/24075/stat : 24075 (picosat) R 24074 24051 19487 0 -1 4194304 9219 0 0 0 11941 413 0 0 25 0 1 0 24054037 42233856 9205 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/24075/statm: 10311 9205 42 102 0 10206 0
Current children cumulated CPU time (s) 126.7
Current children cumulated vsize (KiB) 63468

[startup+128.401 s]
/proc/loadavg: 2.05 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665704/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=126.9
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1446 22457 0 2 5 2 12245 438 16 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 126.9
Current children cumulated vsize (KiB) 16868

[startup+128.601 s]
/proc/loadavg: 2.05 2.10 2.03 3/80 24076
/proc/meminfo: memFree=1665704/2055920 swapFree=4192812/4192956
[pid=24051] ppid=24049 vsize=16868 CPUtime=126.9
/proc/24051/stat : 24051 (sugar) S 24049 24051 19487 0 -1 4194304 1449 22457 0 2 5 2 12245 438 15 0 1 0 24053709 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 126.9
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 128.642
CPU time (s): 127.328
CPU user time (s): 122.877
CPU system time (s): 4.45032
CPU usage (%): 98.9785
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.877
system time used= 4.45032
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27904
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= 6585
involuntary context switches= 9142

runsolver used 0.176973 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 05:37:52
IDJOB=2080398
IDBENCH=57081
IDSOLVER=738
FILE ID=node32/2080398-1247369872
PBS_JOBID= 9507034
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-6.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-2080398-1247369872/watcher-2080398-1247369872 -o /tmp/evaluation-result-2080398-1247369872/solver-2080398-1247369872 -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-2080398-1247369872.xml

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

MD5SUM BENCH= 86cc81d2eef8616c56c5321a1700a380
RANDOM SEED=957620411

node32.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.236
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.236
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:       1724776 kB
Buffers:         42368 kB
Cached:         170132 kB
SwapCached:          0 kB
Active:         185696 kB
Inactive:        79020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          62928 kB
Slab:            51372 kB
Committed_AS:   288772 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node32 at 2009-07-12 05:40:01