Trace number 2081553

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 103.62 104.781

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-17.xml
MD5SUM20e23229ee104462f117a47e593e32b4
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 benchmark103.62
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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 06:32:36 2009
0.00/0.08	c 0	PID 22060
0.07/0.08	c 0	HOST node2.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081553-1247373156.xml TO HOME/temp.csp
0.07/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-2081553-1247373156.xml' 'HOME/temp.csp'
0.07/0.78	c 1	89 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	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.07/0.89	c 1	Parsing HOME/temp.csp
1.02/1.16	c 1	parsed 6123 expressions
1.02/1.17	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.17	c 1	Converting to clausal form CSP
1.12/1.23	c 2	converted 613 (10%) expressions
1.32/1.41	c 2	converted 1225 (20%) expressions
1.32/1.45	c 2	converted 1837 (30%) expressions
1.32/1.47	c 2	converted 2450 (40%) expressions
1.32/1.49	c 2	converted 3062 (50%) expressions
1.42/1.51	c 2	converted 3674 (60%) expressions
1.42/1.58	c 2	converted 4287 (70%) expressions
1.51/1.60	c 2	converted 4899 (80%) expressions
1.51/1.62	c 2	converted 5511 (90%) expressions
1.51/1.64	c 2	converted 6123 (100%) expressions
1.51/1.64	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1273
1.51/1.64	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.64	c 2	Propagation in CSP
1.71/1.86	c 2	144456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.86	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 762
1.71/1.86	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.87	c 2	Simplifing CSP by introducing new Boolean variables
1.81/1.98	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 762
1.81/1.98	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.04	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.10	c 2	45 (10%) CSP integer variables are encoded (30120 clauses, 429684 bytes)
2.01/2.13	c 2	90 (20%) CSP integer variables are encoded (48270 clauses, 701934 bytes)
2.01/2.16	c 2	135 (30%) CSP integer variables are encoded (74445 clauses, 1094559 bytes)
2.01/2.19	c 3	180 (40%) CSP integer variables are encoded (98970 clauses, 1462434 bytes)
2.11/2.22	c 3	225 (50%) CSP integer variables are encoded (121320 clauses, 1840689 bytes)
2.11/2.25	c 3	270 (60%) CSP integer variables are encoded (141810 clauses, 2189019 bytes)
2.11/2.28	c 3	315 (70%) CSP integer variables are encoded (163395 clauses, 2555964 bytes)
2.21/2.31	c 3	360 (80%) CSP integer variables are encoded (187800 clauses, 2970849 bytes)
2.21/2.35	c 3	405 (90%) CSP integer variables are encoded (212820 clauses, 3396189 bytes)
2.21/2.38	c 3	450 (100%) CSP integer variables are encoded (236610 clauses, 3800619 bytes)
3.10/3.29	c 4	1548 (10%) CSP clauses are encoded (665710 clauses, 13398606 bytes)
3.78/3.92	c 4	3096 (20%) CSP clauses are encoded (972862 clauses, 20483380 bytes)
4.28/4.42	c 5	4644 (30%) CSP clauses are encoded (1203318 clauses, 25801164 bytes)
4.76/4.97	c 5	6192 (40%) CSP clauses are encoded (1469603 clauses, 31931205 bytes)
5.46/5.62	c 6	7740 (50%) CSP clauses are encoded (1794957 clauses, 39455265 bytes)
6.05/6.21	c 7	9288 (60%) CSP clauses are encoded (2086970 clauses, 46196828 bytes)
6.65/6.88	c 7	10836 (70%) CSP clauses are encoded (2417504 clauses, 54054687 bytes)
7.24/7.40	c 8	12384 (80%) CSP clauses are encoded (2677059 clauses, 60303729 bytes)
7.74/7.99	c 8	13932 (90%) CSP clauses are encoded (2970048 clauses, 67298527 bytes)
8.53/8.74	c 9	15480 (100%) CSP clauses are encoded (3362634 clauses, 76264214 bytes)
8.53/8.74	c 9	15480 CSP clauses encoded
8.53/8.74	c 9	Writing map file : HOME/temp.map
8.53/8.75	c 9	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.53/8.75	c 9	SAT : 246960 SAT variables, 3362634 SAT clauses, 76264214 bytes
8.53/8.75	c 9	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.53/8.80	c 9	SOLVING HOME/temp.cnf
8.53/8.80	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
102.97/104.13	c 104	DECODING HOME/temp.out WITH HOME/temp.map
102.97/104.13	c 104	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'
103.01/104.22	c 105	Decoding HOME/temp.out
103.45/104.66	s SATISFIABLE
103.45/104.68	v 36 37 89 88 108 109 157 156 177 178 206 205 279 278 606 550 718 719 757 756 776 775 949 948 1030 1031 1041 1042 1243 1244 0 1 288 287 373 374 393 392 474 473 560 561 652 651 713 716 768 769 879 878 995 994 1077 1078 1116 1117 1172 1173 1212 1213 0 1 63 64 136 135 210 211 369 370 465 464 500 501 525 524 560 559 673 674 764 763 963 962 991 992 1200 1201 1266 1265 0 1 29 30 178 177 274 273 353 354 525 524 649 650 669 670 718 719 744 743 855 856 877 876 1036 1035 1131 1130 1285 1286 175 176 259 258 314 313 385 384 464 465 472 471 523 522 620 621 848 849 892 893 974 973 1034 1035 1126 1125 1207 1206 1261 1262 0 1 5 4 37 36 171 170 401 402 746 745 785 786 866 867 883 882 942 941 1057 1058 1065 1066 1116 1117 1192 1193 1238 1237 11 12 63 64 160 178 225 233 284 285 362 361 411 410 454 453 507 506 569 570 593 594 643 642 778 777 1115 1114 1206 1207 4 3 29 30 112 111 191 192 209 210 277 276 449 450 573 572 692 693 806 807 889 890 947 946 1081 1082 1119 1118 1218 1219 2 1 182 178 214 213 465 464 506 507 594 593 642 643 703 701 766 767 796 797 946 947 995 996 1039 1040 1131 1130 1238 1237 0 1 38 37 90 89 160 159 225 226 327 328 385 384 520 519 578 577 595 594 785 784 889 888 1093 1094 1199 1200 1266 1265 0 1 45 44 211 212 278 279 367 368 463 477 552 551 651 650 736 735 837 836 878 879 896 895 960 950 1032 1031 1107 1106 116 115 175 176 198 199 245 244 256 255 257 258 279 278 284 285 371 370 620 621 777 778 877 887 1044 1045 1106 1107 1149 1148 0 1 373 374 594 540 623 622 679 681 703 704 734 733 827 828 855 854 874 875 913 912 939 940 991 990 1035 1036 1202 1203 43 42 127 126 313 312 482 483 623 622 687 688 736 735 779 780 856 855 962 963 1006 1005 1014 1015 1203 1204 1220 1221 1283 1284 0 1 90 91 135 136 177 176 268 269 279 278 364 365 381 380 431 432 523 522 569 570 605 604 650 651 966 967 1012 1013
103.45/104.69	c 105	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
103.53/104.74	c 105	CPU 103.55 (0.05 0.02 87.07 16.41)
103.53/104.74	c 105	END Sun Jul 12 06:34:21 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-2081553-1247373156/watcher-2081553-1247373156 -o /tmp/evaluation-result-2081553-1247373156/solver-2081553-1247373156 -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-2081553-1247373156.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 2.00 2.00 4/73 22060
/proc/meminfo: memFree=1752216/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=18576 CPUtime=0
/proc/22060/stat : 22060 (runsolver) R 22058 22060 17474 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24383304 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22060/statm: 4644 284 249 26 0 2626 0

[startup+0.0819609 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 22060
/proc/meminfo: memFree=1752216/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16740 CPUtime=0.07
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24383304 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.107348 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 22060
/proc/meminfo: memFree=1752216/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.07
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301248 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 22060
/proc/meminfo: memFree=1752216/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.07
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701327 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 22060
/proc/meminfo: memFree=1752216/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.07
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 2.06 2.00 2.00 4/84 22082
/proc/meminfo: memFree=1743616/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.76
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1309 7705 0 1 5 2 64 5 15 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
[pid=22073] ppid=22060 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22060 22060 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24383386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 233 193 169 0 50 0
[pid=22074] ppid=22073 vsize=868520 CPUtime=0.66
/proc/22074/stat : 22074 (java) S 22073 22060 17474 0 -1 0 5811 0 1 0 63 3 0 0 18 0 9 0 24383386 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22074/statm: 217130 5239 1743 9 0 211635 0
[pid=22074/tid=22075] ppid=22073 vsize=868520 CPUtime=0.44
/proc/22074/task/22075/stat : 22075 (java) R 22073 22060 17474 0 -1 64 2668 0 1 0 43 1 0 0 21 0 9 0 24383387 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 104281264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22076] ppid=22073 vsize=868520 CPUtime=0.03
/proc/22074/task/22076/stat : 22076 (java) S 22073 22060 17474 0 -1 64 981 0 0 0 3 0 0 0 16 0 9 0 24383389 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22077] ppid=22073 vsize=868520 CPUtime=0
/proc/22074/task/22077/stat : 22077 (java) S 22073 22060 17474 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24383389 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22078] ppid=22073 vsize=868520 CPUtime=0
/proc/22074/task/22078/stat : 22078 (java) S 22073 22060 17474 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24383389 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22079] ppid=22073 vsize=868520 CPUtime=0
/proc/22074/task/22079/stat : 22079 (java) S 22073 22060 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24383391 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22080] ppid=22073 vsize=868520 CPUtime=0.15
/proc/22074/task/22080/stat : 22080 (java) S 22073 22060 17474 0 -1 64 1469 0 0 0 15 0 0 0 16 0 9 0 24383391 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22081] ppid=22073 vsize=868520 CPUtime=0
/proc/22074/task/22081/stat : 22081 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24383391 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22082] ppid=22073 vsize=868520 CPUtime=0
/proc/22074/task/22082/stat : 22082 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24383391 889364480 5239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890744

[startup+3.10276 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 22082
/proc/meminfo: memFree=1727808/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.76
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1310 7705 0 1 5 2 64 5 15 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
[pid=22073] ppid=22060 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22060 22060 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24383386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 233 193 169 0 50 0
[pid=22074] ppid=22073 vsize=868716 CPUtime=2.24
/proc/22074/stat : 22074 (java) S 22073 22060 17474 0 -1 0 8768 0 1 0 211 13 0 0 18 0 9 0 24383386 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22074/statm: 217179 7645 2590 9 0 211656 0
[pid=22074/tid=22075] ppid=22073 vsize=868716 CPUtime=1.68
/proc/22074/task/22075/stat : 22075 (java) R 22073 22060 17474 0 -1 64 3057 0 1 0 160 8 0 0 25 0 9 0 24383387 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4126846908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22076] ppid=22073 vsize=868716 CPUtime=0.32
/proc/22074/task/22076/stat : 22076 (java) S 22073 22060 17474 0 -1 64 3508 0 0 0 30 2 0 0 16 0 9 0 24383389 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22077] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22077/stat : 22077 (java) S 22073 22060 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24383389 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22078] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22078/stat : 22078 (java) S 22073 22060 17474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24383389 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22079] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22079/stat : 22079 (java) S 22073 22060 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24383391 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22080] ppid=22073 vsize=868716 CPUtime=0.2
/proc/22074/task/22080/stat : 22080 (java) S 22073 22060 17474 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 24383391 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22081] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22081/stat : 22081 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24383391 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22082] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22082/stat : 22082 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24383391 889565184 7645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890940

[startup+6.30235 s]
/proc/loadavg: 2.13 2.02 2.01 3/84 22082
/proc/meminfo: memFree=1691264/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=0.76
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1310 7705 0 1 5 2 64 5 15 0 1 0 24383304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1111 409 3 0 796 0
[pid=22073] ppid=22060 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22060 22060 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24383386 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 233 193 169 0 50 0
[pid=22074] ppid=22073 vsize=868716 CPUtime=5.39
/proc/22074/stat : 22074 (java) S 22073 22060 17474 0 -1 0 9662 0 1 0 499 40 0 0 18 0 9 0 24383386 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22074/statm: 217179 7658 2590 9 0 211656 0
[pid=22074/tid=22075] ppid=22073 vsize=868716 CPUtime=4.58
/proc/22074/task/22075/stat : 22075 (java) R 22073 22060 17474 0 -1 64 3938 0 1 0 428 30 0 0 25 0 9 0 24383387 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4126537460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22076] ppid=22073 vsize=868716 CPUtime=0.58
/proc/22074/task/22076/stat : 22076 (java) S 22073 22060 17474 0 -1 64 3508 0 0 0 50 8 0 0 16 0 9 0 24383389 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22077] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22077/stat : 22077 (java) S 22073 22060 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24383389 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22078] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22078/stat : 22078 (java) S 22073 22060 17474 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24383389 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22079] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22079/stat : 22079 (java) S 22073 22060 17474 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24383391 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22080] ppid=22073 vsize=868716 CPUtime=0.22
/proc/22074/task/22080/stat : 22080 (java) S 22073 22060 17474 0 -1 64 1517 0 0 0 21 1 0 0 16 0 9 0 24383391 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22081] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22081/stat : 22081 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24383391 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22074/tid=22082] ppid=22073 vsize=868716 CPUtime=0
/proc/22074/task/22082/stat : 22082 (java) S 22073 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24383391 889565184 7658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890940

[startup+12.7025 s]
/proc/loadavg: 2.12 2.02 2.00 3/76 22084
/proc/meminfo: memFree=1645760/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=8.6
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1365 18367 0 2 5 2 784 69 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22083] ppid=22060 vsize=5356 CPUtime=0
/proc/22083/stat : 22083 (sh) S 22060 22060 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22083/statm: 1339 232 193 169 0 50 0
[pid=22084] ppid=22083 vsize=32288 CPUtime=3.82
/proc/22084/stat : 22084 (picosat) R 22083 22060 17474 0 -1 4194304 7597 0 0 0 168 214 0 0 25 0 1 0 24384185 33062912 7583 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22084/statm: 8072 7583 40 102 0 7967 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 54512

[startup+25.5019 s]
/proc/loadavg: 2.09 2.01 2.00 3/76 22084
/proc/meminfo: memFree=1596416/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=8.6
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1365 18367 0 2 5 2 784 69 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22083] ppid=22060 vsize=5356 CPUtime=0
/proc/22083/stat : 22083 (sh) S 22060 22060 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22083/statm: 1339 232 193 169 0 50 0
[pid=22084] ppid=22083 vsize=81828 CPUtime=16.51
/proc/22084/stat : 22084 (picosat) R 22083 22060 17474 0 -1 4194304 19556 0 0 0 756 895 0 0 25 0 1 0 24384185 83791872 19542 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22084/statm: 20457 19542 40 102 0 20352 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 104052

[startup+51.1015 s]
/proc/loadavg: 2.13 2.03 2.01 3/76 22084
/proc/meminfo: memFree=1548864/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=8.6
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1365 18367 0 2 5 2 784 69 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22083] ppid=22060 vsize=5356 CPUtime=0
/proc/22083/stat : 22083 (sh) S 22060 22060 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22083/statm: 1339 232 193 169 0 50 0
[pid=22084] ppid=22083 vsize=134092 CPUtime=41.86
/proc/22084/stat : 22084 (picosat) R 22083 22060 17474 0 -1 4194304 31157 0 0 0 2622 1564 0 0 25 0 1 0 24384185 137310208 31143 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22084/statm: 33523 31143 42 102 0 33418 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 156316

[startup+102.307 s]
/proc/loadavg: 2.14 2.04 2.01 3/76 22084
/proc/meminfo: memFree=1548544/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=8.6
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1365 18367 0 2 5 2 784 69 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22083] ppid=22060 vsize=5356 CPUtime=0
/proc/22083/stat : 22083 (sh) S 22060 22060 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22083/statm: 1339 232 193 169 0 50 0
[pid=22084] ppid=22083 vsize=134488 CPUtime=92.59
/proc/22084/stat : 22084 (picosat) R 22083 22060 17474 0 -1 4194304 31259 0 0 0 7694 1565 0 0 25 0 1 0 24384185 137715712 31245 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22084/statm: 33622 31245 42 102 0 33517 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 156712

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

[startup+103.902 s]
/proc/loadavg: 2.12 2.04 2.01 3/76 22084
/proc/meminfo: memFree=1548544/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=8.6
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1365 18367 0 2 5 2 784 69 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22083] ppid=22060 vsize=5356 CPUtime=0
/proc/22083/stat : 22083 (sh) S 22060 22060 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24384184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22083/statm: 1339 232 193 169 0 50 0
[pid=22084] ppid=22083 vsize=134492 CPUtime=94.16
/proc/22084/stat : 22084 (picosat) R 22083 22060 17474 0 -1 4194304 31279 0 0 0 7851 1565 0 0 25 0 1 0 24384185 137719808 31265 996147200 134512640 134931368 4294956256 18446744073709551615 134668097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22084/statm: 33623 31265 47 102 0 33518 0
Current children cumulated CPU time (s) 102.76
Current children cumulated vsize (KiB) 156716

[startup+104.302 s]
/proc/loadavg: 2.12 2.04 2.01 3/76 22084
/proc/meminfo: memFree=1548544/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=103.01
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1446 49932 0 2 5 2 8657 1637 16 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 103.01
Current children cumulated vsize (KiB) 16868

[startup+104.702 s]
/proc/loadavg: 2.12 2.04 2.01 4/84 22094
/proc/meminfo: memFree=1666688/2055920 swapFree=4192812/4192956
[pid=22060] ppid=22058 vsize=16868 CPUtime=103.01
/proc/22060/stat : 22060 (sugar) S 22058 22060 17474 0 -1 4194304 1449 49932 0 2 5 2 8657 1637 15 0 1 0 24383304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22060/statm: 4217 1113 409 3 0 796 0
[pid=22085] ppid=22060 vsize=5356 CPUtime=0
/proc/22085/stat : 22085 (sh) S 22060 22060 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24393718 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22085/statm: 1339 233 193 169 0 50 0
[pid=22086] ppid=22085 vsize=864152 CPUtime=0.52
/proc/22086/stat : 22086 (java) S 22085 22060 17474 0 -1 0 3665 0 1 0 50 2 0 0 18 0 9 0 24393718 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22086/statm: 216038 3129 1716 9 0 210543 0
[pid=22086/tid=22087] ppid=22085 vsize=864152 CPUtime=0.45
/proc/22086/task/22087/stat : 22087 (java) S 22085 22060 17474 0 -1 64 2557 0 1 0 44 1 0 0 18 0 9 0 24393719 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22088] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22088/stat : 22088 (java) S 22085 22060 17474 0 -1 64 104 0 0 0 0 0 0 0 16 0 9 0 24393721 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22089] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22089/stat : 22089 (java) S 22085 22060 17474 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24393721 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22090] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22090/stat : 22090 (java) S 22085 22060 17474 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24393721 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22091] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22091/stat : 22091 (java) S 22085 22060 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24393723 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22092] ppid=22085 vsize=864152 CPUtime=0.04
/proc/22086/task/22092/stat : 22092 (java) S 22085 22060 17474 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 24393723 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22093] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22093/stat : 22093 (java) S 22085 22060 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24393723 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22086/tid=22094] ppid=22085 vsize=864152 CPUtime=0
/proc/22086/task/22094/stat : 22094 (java) S 22085 22060 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24393723 884891648 3129 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.53
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 104.781
CPU time (s): 103.62
CPU user time (s): 87.1377
CPU system time (s): 16.4825
CPU usage (%): 98.8924
Max. virtual memory (cumulated for all children) (KiB): 891016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1378
system time used= 16.4825
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55423
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= 19727
involuntary context switches= 21587

runsolver used 0.133979 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 06:32:36
IDJOB=2081553
IDBENCH=57425
IDSOLVER=738
FILE ID=node2/2081553-1247373156
PBS_JOBID= 9507033
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 20e23229ee104462f117a47e593e32b4
RANDOM SEED=1161927658

node2.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.265
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.265
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:       1752696 kB
Buffers:         39828 kB
Cached:         174304 kB
SwapCached:          0 kB
Active:         159360 kB
Inactive:        89420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          45392 kB
Slab:            39728 kB
Committed_AS:   247284 kB
PageTables:       1900 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= 66336 MiB
End job on node2 at 2009-07-12 06:34:21