Trace number 2078023

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 20.6609 21.0503

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-3-3.xml
MD5SUM6aa59cc35c9b0e965e1e7c4e209abfeb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06499
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:43:13 2009
0.00/0.08	c 0	PID 21874
0.07/0.08	c 0	HOST node29.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2078023-1247366592.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-2078023-1247366592.xml' 'HOME/temp.csp'
0.07/0.37	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.07/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.40	c 0	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.48	c 0	Parsing HOME/temp.csp
0.34/0.53	c 0	parsed 221 expressions
0.34/0.54	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.54	c 0	Converting to clausal form CSP
0.34/0.57	c 0	converted 23 (10%) expressions
0.34/0.57	c 0	converted 45 (20%) expressions
0.34/0.57	c 0	converted 67 (30%) expressions
0.34/0.57	c 0	converted 89 (40%) expressions
0.34/0.57	c 0	converted 111 (50%) expressions
0.34/0.57	c 0	converted 133 (60%) expressions
0.34/0.57	c 0	converted 155 (70%) expressions
0.34/0.61	c 0	converted 177 (80%) expressions
0.34/0.67	c 0	converted 199 (90%) expressions
0.34/0.77	c 0	converted 221 (100%) expressions
0.34/0.77	c 0	CSP : 308 integers, 0 booleans, 536 clauses, largest domain size 1210
0.34/0.77	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.77	c 0	Propagation in CSP
0.34/0.79	c 0	10717 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.79	c 0	CSP : 308 integers, 0 booleans, 536 clauses, largest domain size 1097
0.34/0.79	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.79	c 0	Simplifing CSP by introducing new Boolean variables
0.34/0.79	c 0	CSP : 308 integers, 0 booleans, 536 clauses, largest domain size 1097
0.34/0.79	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.82	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.83	c 0	31 (10%) CSP integer variables are encoded (674 clauses, 7272 bytes)
0.34/0.84	c 0	62 (20%) CSP integer variables are encoded (1365 clauses, 15694 bytes)
0.34/0.84	c 0	93 (30%) CSP integer variables are encoded (1948 clauses, 23273 bytes)
0.34/0.85	c 0	124 (40%) CSP integer variables are encoded (9300 clauses, 118849 bytes)
0.34/0.87	c 0	154 (50%) CSP integer variables are encoded (21325 clauses, 298075 bytes)
0.34/0.89	c 0	185 (60%) CSP integer variables are encoded (37197 clauses, 536155 bytes)
0.34/0.91	c 0	216 (70%) CSP integer variables are encoded (54342 clauses, 793330 bytes)
0.34/0.93	c 0	247 (80%) CSP integer variables are encoded (70112 clauses, 1029880 bytes)
0.34/0.95	c 0	278 (90%) CSP integer variables are encoded (84548 clauses, 1246420 bytes)
0.34/0.96	c 0	308 (100%) CSP integer variables are encoded (96471 clauses, 1425265 bytes)
0.91/1.01	c 0	54 (10%) CSP clauses are encoded (112703 clauses, 1689741 bytes)
0.91/1.05	c 1	108 (20%) CSP clauses are encoded (132680 clauses, 2033737 bytes)
1.01/1.12	c 1	161 (30%) CSP clauses are encoded (169617 clauses, 2707581 bytes)
1.10/1.30	c 1	215 (40%) CSP clauses are encoded (269948 clauses, 4544703 bytes)
1.40/1.55	c 1	268 (50%) CSP clauses are encoded (412818 clauses, 7255444 bytes)
3.17/3.31	c 3	322 (60%) CSP clauses are encoded (1442312 clauses, 27752987 bytes)
5.35/5.57	c 5	376 (70%) CSP clauses are encoded (2762114 clauses, 54079470 bytes)
7.04/7.23	c 7	429 (80%) CSP clauses are encoded (3732243 clauses, 73406928 bytes)
9.09/9.36	c 9	483 (90%) CSP clauses are encoded (4909722 clauses, 96887206 bytes)
10.57/10.82	c 10	536 (100%) CSP clauses are encoded (5725570 clauses, 113142609 bytes)
10.57/10.82	c 10	536 CSP clauses encoded
10.57/10.82	c 10	Writing map file : HOME/temp.map
10.57/10.83	c 10	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.57/10.83	c 10	SAT : 96779 SAT variables, 5725570 SAT clauses, 113142609 bytes
10.57/10.83	c 10	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.57/10.88	c 10	SOLVING HOME/temp.cnf
10.57/10.88	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.57/10.88	c 10	This is MiniSat 2.0 beta
10.57/10.88	c 10	WARNING: for repeatability, setting FPU to use double precision
10.57/10.88	c 10	============================[ Problem Statistics ]=============================
10.57/10.88	c 10	|                                                                             |
10.57/10.88	c 10	|  Number of variables:  96779                                                |
10.57/10.88	c 10	|  Number of clauses:    5725570                                              |
13.09/13.43	c 13	|  Parsing time:         2.15         s                                       |
13.19/13.57	c 13	============================[ Search Statistics ]==============================
13.19/13.57	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.19/13.57	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.19/13.57	c 13	===============================================================================
13.19/13.57	c 13	|         0 |   96779  5725570 17026793 |  1908523        0    nan |  0.000 % |
16.16/16.52	c 16	|       100 |   96765  5725570 17026793 |  2099375       96      8 |  1.332 % |
19.62/20.01	c 19	|       250 |   96760  5725570 17026793 |  2309313      245      9 |  3.136 % |
20.22/20.62	c 20	===============================================================================
20.22/20.63	c 20	restarts              : 3
20.22/20.63	c 20	conflicts             : 265            (29 /sec)
20.22/20.63	c 20	decisions             : 468            (0.85 % random) (51 /sec)
20.22/20.63	c 20	propagations          : 2844231        (307731 /sec)
20.22/20.63	c 20	conflict literals     : 2355           (38.16 % deleted)
20.22/20.63	c 20	Memory used           : 248.30 MB
20.22/20.63	c 20	CPU time              : 9.24259 s
20.22/20.63	c 20	
20.22/20.67	c 20	SATISFIABLE
20.32/20.71	c 20	DECODING HOME/temp.out WITH HOME/temp.map
20.32/20.71	c 20	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'
20.32/20.79	c 20	Decoding HOME/temp.out
20.51/20.93	s SATISFIABLE
20.51/20.94	v 7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 17 3 29 19 29 29 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 29 13 2 7 17 3 2 17 7 5 2 17 3 13 13 29 19 17 13 17 29 7 19 11 13 5 13 11 19 11 11 29 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 11 29
20.51/20.95	c 20	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.51/20.99	c 20	CPU 20.57 (0.06 0.01 19.02 1.48)
20.51/20.99	c 20	END Sun Jul 12 04:43:33 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-2078023-1247366592/watcher-2078023-1247366592 -o /tmp/evaluation-result-2078023-1247366592/solver-2078023-1247366592 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078023-1247366592.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.17 2.11 2.16 4/82 21874
/proc/meminfo: memFree=1607232/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=12268 CPUtime=0
/proc/21874/stat : 21874 (sugar) R 21872 21874 21777 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 23725397 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 0 4224 0 0 0 0 17 1 0 0
/proc/21874/statm: 3067 316 241 3 0 167 0

[startup+0.0828169 s]
/proc/loadavg: 2.17 2.11 2.16 4/82 21874
/proc/meminfo: memFree=1607232/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16740 CPUtime=0.07
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23725397 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10592 s]
/proc/loadavg: 2.17 2.11 2.16 4/82 21874
/proc/meminfo: memFree=1607232/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.07
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301927 s]
/proc/loadavg: 2.17 2.11 2.16 4/82 21874
/proc/meminfo: memFree=1607232/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.07
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70195 s]
/proc/loadavg: 2.17 2.11 2.16 4/82 21874
/proc/meminfo: memFree=1607232/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.34
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1309 4514 0 1 6 1 24 3 15 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.503 s]
/proc/loadavg: 2.17 2.11 2.16 3/93 21896
/proc/meminfo: memFree=1590568/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.34
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1310 4514 0 1 6 1 24 3 15 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
[pid=21887] ppid=21874 vsize=5356 CPUtime=0
/proc/21887/stat : 21887 (sh) S 21874 21874 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23725438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21887/statm: 1339 233 193 169 0 50 0
[pid=21888] ppid=21887 vsize=868596 CPUtime=1.06
/proc/21888/stat : 21888 (java) S 21887 21874 21777 0 -1 0 6445 0 1 0 98 8 0 0 18 0 9 0 23725438 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21888/statm: 217149 5497 2589 9 0 211626 0
[pid=21888/tid=21889] ppid=21887 vsize=868596 CPUtime=0.81
/proc/21888/task/21889/stat : 21889 (java) R 21887 21874 21777 0 -1 64 2905 0 1 0 76 5 0 0 22 0 9 0 23725439 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4126787889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21890] ppid=21887 vsize=868596 CPUtime=0.05
/proc/21888/task/21890/stat : 21890 (java) S 21887 21874 21777 0 -1 64 1362 0 0 0 5 0 0 0 16 0 9 0 23725440 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21891] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21891/stat : 21891 (java) S 21887 21874 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23725441 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21892] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21892/stat : 21892 (java) S 21887 21874 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23725441 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21893] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21893/stat : 21893 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21894] ppid=21887 vsize=868596 CPUtime=0.17
/proc/21888/task/21894/stat : 21894 (java) S 21887 21874 21777 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21895] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21895/stat : 21895 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21896] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21896/stat : 21896 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23725443 889442304 5497 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) 890820

[startup+3.10214 s]
/proc/loadavg: 2.17 2.11 2.16 3/93 21896
/proc/meminfo: memFree=1578472/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.34
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1310 4514 0 1 6 1 24 3 15 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
[pid=21887] ppid=21874 vsize=5356 CPUtime=0
/proc/21887/stat : 21887 (sh) S 21874 21874 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23725438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21887/statm: 1339 233 193 169 0 50 0
[pid=21888] ppid=21887 vsize=868596 CPUtime=2.63
/proc/21888/stat : 21888 (java) S 21887 21874 21777 0 -1 0 6973 0 1 0 242 21 0 0 18 0 9 0 23725438 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21888/statm: 217149 5497 2589 9 0 211626 0
[pid=21888/tid=21889] ppid=21887 vsize=868596 CPUtime=2.25
/proc/21888/task/21889/stat : 21889 (java) R 21887 21874 21777 0 -1 64 3433 0 1 0 210 15 0 0 25 0 9 0 23725439 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21890] ppid=21887 vsize=868596 CPUtime=0.19
/proc/21888/task/21890/stat : 21890 (java) S 21887 21874 21777 0 -1 64 1362 0 0 0 16 3 0 0 15 0 9 0 23725440 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21891] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21891/stat : 21891 (java) S 21887 21874 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23725441 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21892] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21892/stat : 21892 (java) S 21887 21874 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23725441 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21893] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21893/stat : 21893 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21894] ppid=21887 vsize=868596 CPUtime=0.17
/proc/21888/task/21894/stat : 21894 (java) S 21887 21874 21777 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21895] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21895/stat : 21895 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21896] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21896/stat : 21896 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23725443 889442304 5497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890820

[startup+6.3013 s]
/proc/loadavg: 2.16 2.11 2.16 3/93 21896
/proc/meminfo: memFree=1539944/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=0.34
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1310 4514 0 1 6 1 24 3 16 0 1 0 23725397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1111 409 3 0 796 0
[pid=21887] ppid=21874 vsize=5356 CPUtime=0
/proc/21887/stat : 21887 (sh) S 21874 21874 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23725438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21887/statm: 1339 233 193 169 0 50 0
[pid=21888] ppid=21887 vsize=868596 CPUtime=5.81
/proc/21888/stat : 21888 (java) S 21887 21874 21777 0 -1 0 8029 0 1 0 527 54 0 0 18 0 9 0 23725438 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21888/statm: 217149 5498 2589 9 0 211626 0
[pid=21888/tid=21889] ppid=21887 vsize=868596 CPUtime=5.12
/proc/21888/task/21889/stat : 21889 (java) R 21887 21874 21777 0 -1 64 4488 0 1 0 472 40 0 0 25 0 9 0 23725439 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4126437924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21890] ppid=21887 vsize=868596 CPUtime=0.48
/proc/21888/task/21890/stat : 21890 (java) S 21887 21874 21777 0 -1 64 1363 0 0 0 37 11 0 0 16 0 9 0 23725440 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21891] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21891/stat : 21891 (java) S 21887 21874 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23725441 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21892] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21892/stat : 21892 (java) S 21887 21874 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23725441 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21893] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21893/stat : 21893 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23725443 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21894] ppid=21887 vsize=868596 CPUtime=0.17
/proc/21888/task/21894/stat : 21894 (java) S 21887 21874 21777 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 23725443 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21895] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21895/stat : 21895 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23725443 889442304 5498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21888/tid=21896] ppid=21887 vsize=868596 CPUtime=0
/proc/21888/task/21896/stat : 21896 (java) S 21887 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23725443 889442304 5498 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) 890820

[startup+12.7027 s]
/proc/loadavg: 2.14 2.10 2.16 3/85 21898
/proc/meminfo: memFree=1390568/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=10.62
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1376 14289 0 2 6 1 953 102 16 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21897] ppid=21874 vsize=5356 CPUtime=0
/proc/21897/stat : 21897 (sh) S 21874 21874 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23726486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21897/statm: 1339 232 193 169 0 50 0
[pid=21898] ppid=21897 vsize=167732 CPUtime=1.79
/proc/21898/stat : 21898 (minisat) R 21897 21874 21777 0 -1 4194304 40320 0 0 0 154 25 0 0 25 0 1 0 23726486 171757568 40306 996147200 134512640 135127466 4294956256 18446744073709551615 134542092 0 0 4096 3 0 0 0 17 1 0 0
/proc/21898/statm: 41933 40306 62 150 0 41780 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 189956

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

[startup+15.9019 s]
/proc/loadavg: 2.13 2.10 2.16 3/85 21898
/proc/meminfo: memFree=1252072/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=10.62
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1376 14289 0 2 6 1 953 102 15 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21897] ppid=21874 vsize=5356 CPUtime=0
/proc/21897/stat : 21897 (sh) S 21874 21874 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23726486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21897/statm: 1339 232 193 169 0 50 0
[pid=21898] ppid=21897 vsize=251220 CPUtime=4.95
/proc/21898/stat : 21898 (minisat) R 21897 21874 21777 0 -1 4194304 60183 0 0 0 456 39 0 0 25 0 1 0 23726486 257249280 60169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21898/statm: 62805 60169 72 150 0 62652 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 273444

[startup+19.1011 s]
/proc/loadavg: 2.12 2.10 2.15 3/85 21898
/proc/meminfo: memFree=1248616/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=10.62
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1376 14289 0 2 6 1 953 102 16 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21897] ppid=21874 vsize=5356 CPUtime=0
/proc/21897/stat : 21897 (sh) S 21874 21874 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23726486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21897/statm: 1339 232 193 169 0 50 0
[pid=21898] ppid=21897 vsize=253464 CPUtime=8.11
/proc/21898/stat : 21898 (minisat) R 21897 21874 21777 0 -1 4194304 60755 0 0 0 772 39 0 0 25 0 1 0 23726486 259547136 60741 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/21898/statm: 63366 60741 75 150 0 63213 0
Current children cumulated CPU time (s) 18.73
Current children cumulated vsize (KiB) 275688

[startup+19.9012 s]
/proc/loadavg: 2.12 2.10 2.15 3/85 21898
/proc/meminfo: memFree=1248488/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=10.62
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1376 14289 0 2 6 1 953 102 16 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21897] ppid=21874 vsize=5356 CPUtime=0
/proc/21897/stat : 21897 (sh) S 21874 21874 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23726486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21897/statm: 1339 232 193 169 0 50 0
[pid=21898] ppid=21897 vsize=253596 CPUtime=8.9
/proc/21898/stat : 21898 (minisat) R 21897 21874 21777 0 -1 4194304 60787 0 0 0 851 39 0 0 25 0 1 0 23726486 259682304 60773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21898/statm: 63399 60773 75 150 0 63246 0
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (KiB) 275820

[startup+20.7028 s]
/proc/loadavg: 2.12 2.10 2.15 3/85 21898
/proc/meminfo: memFree=1248488/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=10.62
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1376 14289 0 2 6 1 953 102 15 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21897] ppid=21874 vsize=5356 CPUtime=0
/proc/21897/stat : 21897 (sh) S 21874 21874 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23726486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21897/statm: 1339 232 193 169 0 50 0
[pid=21898] ppid=21897 vsize=0 CPUtime=9.7
/proc/21898/stat : 21898 (minisat) R 21897 21874 21777 0 -1 4194308 60925 0 0 0 928 42 0 0 25 0 1 0 23726486 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/21898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.32
Current children cumulated vsize (KiB) 22224

[startup+20.9072 s]
/proc/loadavg: 2.12 2.10 2.15 3/93 21908
/proc/meminfo: memFree=1486952/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=20.34
/proc/21874/stat : 21874 (sugar) S 21872 21874 21777 0 -1 4194304 1448 75499 0 2 6 1 1881 146 16 0 1 0 23725397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21874/statm: 4217 1113 409 3 0 796 0
[pid=21899] ppid=21874 vsize=5356 CPUtime=0
/proc/21899/stat : 21899 (sh) S 21874 21874 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727469 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21899/statm: 1339 233 193 169 0 50 0
[pid=21900] ppid=21899 vsize=862284 CPUtime=0.17
/proc/21900/stat : 21900 (java) S 21899 21874 21777 0 -1 0 2965 0 1 0 16 1 0 0 18 0 9 0 23727470 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21900/statm: 215571 2436 1266 9 0 210484 0
[pid=21900/tid=21901] ppid=21899 vsize=862284 CPUtime=0.12
/proc/21900/task/21901/stat : 21901 (java) R 21899 21874 21777 0 -1 64 1970 0 1 0 12 0 0 0 20 0 9 0 23727471 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4126446471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21902] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21902/stat : 21902 (java) S 21899 21874 21777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 23727472 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21903] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21903/stat : 21903 (java) S 21899 21874 21777 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23727472 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21904] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21904/stat : 21904 (java) S 21899 21874 21777 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23727472 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21905] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21905/stat : 21905 (java) S 21899 21874 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727474 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21906] ppid=21899 vsize=862284 CPUtime=0.03
/proc/21900/task/21906/stat : 21906 (java) S 21899 21874 21777 0 -1 64 300 0 0 0 3 0 0 0 17 0 9 0 23727474 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21907] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21907/stat : 21907 (java) S 21899 21874 21777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23727474 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21900/tid=21908] ppid=21899 vsize=862284 CPUtime=0
/proc/21900/task/21908/stat : 21908 (java) S 21899 21874 21777 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 23727474 882978816 2436 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 884508

[startup+21.0022 s]
/proc/loadavg: 2.12 2.10 2.15 3/93 21908
/proc/meminfo: memFree=1486952/2055920 swapFree=4191900/4192956
[pid=21874] ppid=21872 vsize=16868 CPUtime=20.59
/proc/21874/stat : 21874 (sugar) R 21872 21874 21777 0 -1 4194304 1478 79284 0 3 6 3 1902 148 16 0 1 0 23725397 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21874/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 21.0503
CPU time (s): 20.6609
CPU user time (s): 19.0931
CPU system time (s): 1.56776
CPU usage (%): 98.1501
Max. virtual memory (cumulated for all children) (KiB): 890820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0931
system time used= 1.56776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80822
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= 30651
involuntary context switches= 31292

runsolver used 0.024996 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 04:43:12
IDJOB=2078023
IDBENCH=56703
IDSOLVER=739
FILE ID=node29/2078023-1247366592
PBS_JOBID= 9507119
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 6aa59cc35c9b0e965e1e7c4e209abfeb
RANDOM SEED=1868072594

node29.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.225
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.225
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:       1607712 kB
Buffers:         35864 kB
Cached:         172708 kB
SwapCached:        392 kB
Active:         308604 kB
Inactive:        76792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607712 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         196580 kB
Slab:            47724 kB
Committed_AS:   373260 kB
PageTables:       2268 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= 66380 MiB
End job on node29 at 2009-07-12 04:43:34