Trace number 1103161

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
galac ESAT 96.0904 96.2706

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-19_ext.xml
MD5SUM4d3852b36cec68b7c5ca2d3d3c6ce7a7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.578911
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.15/1.22	c start processing
1.15/1.22	c start relation processing
1.55/1.60	c start cnf exporting
6.90/7.09	c parsing time : 1.097
6.90/7.09	c preprocessing time : 6.968
6.90/7.09	
6.90/7.09	c Nary constraints - conflicts : 0 supports : 0
6.90/7.09	c Binary constraints - conflicts : 0 supports :103
6.90/7.09	c max arity constraint : 2
6.90/7.09	c Max Tuples generated 0
6.90/7.09	c relations : 103
6.90/7.09	c relations BDD: 0
6.90/7.09	c sampling 0/0
6.90/7.09	c vars : 3201 - clauses :  142920
6.90/7.09	
6.99/7.13	 
6.99/7.13	c --- SAT Solver Stats ---
6.99/7.13	 
6.99/7.13	c eSAT 0.1 : minisat core with additionnal features
6.99/7.13	c ============================[ Problem Statistics ]=============================
6.99/7.13	c |                                                                             |
6.99/7.13	c |  Number of variables:  3200                                                 |
6.99/7.13	c |  Number of clauses:    142920                                               |
7.01/7.25	c |  Parsing time:         0.11         s                                       |
94.75/94.93	c restarts              : 300
94.75/94.93	c conflicts             : 74191          (846 /sec)
94.75/94.93	c decisions             : 246832         (17.69 % random) (2816 /sec)
94.75/94.93	c euip                  : 15157       
94.75/94.93	c propagations          : 20145869       (229803 /sec)
94.75/94.93	c conflict literals     : 25894834       (15.13 % deleted)
94.75/94.93	c Memory used           : 58.21 MB
94.75/94.93	c CPU time              : 87.6657 s
94.75/94.93	c 
94.75/94.93	s SATISFIABLE
96.04/96.26	v 5 22 26 6 40 36 53 59 68 27 51 77 30 37 48 69 60 47 6 27 10 62 5 63 38 21 46 30 27 71 70 25 43 35 12 2 14 71 44 62

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103161-1215300581/watcher-1103161-1215300581 -o /tmp/evaluation-result-1103161-1215300581/solver-1103161-1215300581 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103161-1215300581.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.06 4/82 23595
/proc/meminfo: memFree=1711728/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=1740 CPUtime=0
/proc/23595/stat : 23595 (galacE.sh) R 23593 23595 22566 0 -1 4194304 52 0 0 0 0 0 0 0 20 0 1 0 652988501 1781760 37 996147200 4194304 4520092 548682068832 18446744073709551615 234043245940 0 0 4096 0 0 0 0 17 1 0 0
/proc/23595/statm: 435 37 28 79 0 54 0

[startup+0.0891621 s]
/proc/loadavg: 2.00 2.04 2.06 4/82 23595
/proc/meminfo: memFree=1711728/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102161 s]
/proc/loadavg: 2.00 2.04 2.06 4/82 23595
/proc/meminfo: memFree=1711728/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301183 s]
/proc/loadavg: 2.00 2.04 2.06 4/82 23595
/proc/meminfo: memFree=1711728/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702233 s]
/proc/loadavg: 2.00 2.04 2.06 4/82 23595
/proc/meminfo: memFree=1711728/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50231 s]
/proc/loadavg: 2.08 2.05 2.06 3/92 23617
/proc/meminfo: memFree=1633504/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23609] ppid=23595 vsize=812628 CPUtime=1.44
/proc/23609/stat : 23609 (java) S 23595 23595 22566 0 -1 0 21834 0 1 0 133 11 0 0 19 0 9 0 652988505 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203157 21252 1889 9 0 197138 0
[pid=23609/tid=23610] ppid=23595 vsize=812628 CPUtime=1.19
/proc/23609/task/23610/stat : 23610 (java) R 23595 23595 22566 0 -1 64 14482 0 1 0 112 7 0 0 25 0 9 0 652988506 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4126867875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23595 vsize=812628 CPUtime=0.07
/proc/23609/task/23611/stat : 23611 (java) S 23595 23595 22566 0 -1 64 5863 0 0 0 5 2 0 0 16 0 9 0 652988507 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23595 vsize=812628 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 652988507 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23595 vsize=812628 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23595 23595 22566 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652988507 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23595 vsize=812628 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23595 23595 22566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 652988509 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23595 vsize=812628 CPUtime=0.15
/proc/23609/task/23615/stat : 23615 (java) S 23595 23595 22566 0 -1 64 790 0 0 0 15 0 0 0 16 0 9 0 652988509 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23595 vsize=812628 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 652988509 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23595 vsize=812628 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652988509 832131072 21252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860200

[startup+3.10148 s]
/proc/loadavg: 2.08 2.05 2.06 4/92 23617
/proc/meminfo: memFree=1626720/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23609] ppid=23595 vsize=812760 CPUtime=3.03
/proc/23609/stat : 23609 (java) S 23595 23595 22566 0 -1 0 24872 0 1 0 290 13 0 0 19 0 9 0 652988505 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203190 24285 1911 9 0 197171 0
[pid=23609/tid=23610] ppid=23595 vsize=812760 CPUtime=2.64
/proc/23609/task/23610/stat : 23610 (java) R 23595 23595 22566 0 -1 64 14528 0 1 0 256 8 0 0 25 0 9 0 652988506 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4126892352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23595 vsize=812760 CPUtime=0.16
/proc/23609/task/23611/stat : 23611 (java) S 23595 23595 22566 0 -1 64 8813 0 0 0 13 3 0 0 16 0 9 0 652988507 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 652988507 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23595 23595 22566 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652988507 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23595 23595 22566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 652988509 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23595 vsize=812760 CPUtime=0.2
/proc/23609/task/23615/stat : 23615 (java) S 23595 23595 22566 0 -1 64 832 0 0 0 20 0 0 0 16 0 9 0 652988509 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 652988509 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652988509 832266240 24285 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860332

[startup+6.30281 s]
/proc/loadavg: 2.08 2.05 2.06 3/92 23617
/proc/meminfo: memFree=1618472/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=0.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23609] ppid=23595 vsize=812760 CPUtime=6.2
/proc/23609/stat : 23609 (java) S 23595 23595 22566 0 -1 0 24893 0 1 0 606 14 0 0 19 0 9 0 652988505 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23609/statm: 203190 24299 1912 9 0 197171 0
[pid=23609/tid=23610] ppid=23595 vsize=812760 CPUtime=5.79
/proc/23609/task/23610/stat : 23610 (java) R 23595 23595 22566 0 -1 64 14536 0 1 0 570 9 0 0 25 0 9 0 652988506 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4127009091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23611] ppid=23595 vsize=812760 CPUtime=0.16
/proc/23609/task/23611/stat : 23611 (java) S 23595 23595 22566 0 -1 64 8813 0 0 0 13 3 0 0 16 0 9 0 652988507 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23612] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23612/stat : 23612 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 652988507 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23613] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23613/stat : 23613 (java) S 23595 23595 22566 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652988507 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23614] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23614/stat : 23614 (java) S 23595 23595 22566 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 652988509 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23615] ppid=23595 vsize=812760 CPUtime=0.21
/proc/23609/task/23615/stat : 23615 (java) S 23595 23595 22566 0 -1 64 845 0 0 0 21 0 0 0 15 0 9 0 652988509 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23616] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23616/stat : 23616 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 652988509 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23609/tid=23617] ppid=23595 vsize=812760 CPUtime=0
/proc/23609/task/23617/stat : 23617 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652988509 832266240 24299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860332

[startup+12.7015 s]
/proc/loadavg: 2.07 2.05 2.06 3/84 23618
/proc/meminfo: memFree=1693352/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=15804 CPUtime=5.55
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 4159 0 0 0 554 1 0 0 25 0 1 0 652989215 16183296 3771 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 3951 3771 81 162 0 3786 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 63376

[startup+25.5018 s]
/proc/loadavg: 2.06 2.05 2.06 3/84 23618
/proc/meminfo: memFree=1684712/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=23952 CPUtime=18.36
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 6218 0 0 0 1833 3 0 0 25 0 1 0 652989215 24526848 5830 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 5988 5830 81 162 0 5823 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 71524

[startup+51.1015 s]
/proc/loadavg: 2.03 2.04 2.06 3/84 23618
/proc/meminfo: memFree=1671784/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=37012 CPUtime=43.94
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 9456 0 0 0 4388 6 0 0 25 0 1 0 652989215 37900288 9068 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 9253 9068 81 162 0 9088 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 84584

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

[startup+76.7012 s]
/proc/loadavg: 2.02 2.04 2.05 3/84 23618
/proc/meminfo: memFree=1658024/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=50792 CPUtime=69.54
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 12896 0 0 0 6945 9 0 0 25 0 1 0 652989215 52011008 12508 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 12698 12508 81 162 0 12533 0
Current children cumulated CPU time (s) 76.55
Current children cumulated vsize (KiB) 98364

[startup+89.5016 s]
/proc/loadavg: 2.02 2.03 2.05 3/84 23618
/proc/meminfo: memFree=1653864/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=55076 CPUtime=82.33
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 13980 0 0 0 8224 9 0 0 25 0 1 0 652989215 56397824 13592 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 13769 13592 81 162 0 13604 0
Current children cumulated CPU time (s) 89.34
Current children cumulated vsize (KiB) 102648

[startup+92.7019 s]
/proc/loadavg: 2.02 2.03 2.05 3/84 23618
/proc/meminfo: memFree=1651112/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=57796 CPUtime=85.53
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 14663 0 0 0 8543 10 0 0 25 0 1 0 652989215 59183104 14275 996147200 134512640 135177480 4294955968 18446744073709551615 134745114 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 14449 14275 81 162 0 14284 0
Current children cumulated CPU time (s) 92.54
Current children cumulated vsize (KiB) 105368

[startup+94.3021 s]
/proc/loadavg: 2.02 2.03 2.05 3/84 23618
/proc/meminfo: memFree=1650472/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=7.01
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 798 26604 0 1 0 0 684 17 17 0 1 0 652988501 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23595/statm: 11893 363 244 79 0 219 0
[pid=23618] ppid=23595 vsize=58828 CPUtime=87.13
/proc/23618/stat : 23618 (eSAT_static) R 23595 23595 22566 0 -1 4194304 14939 0 0 0 8703 10 0 0 25 0 1 0 652989215 60239872 14551 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/23618/statm: 14707 14551 81 162 0 14542 0
Current children cumulated CPU time (s) 94.14
Current children cumulated vsize (KiB) 106400

[startup+95.1022 s]
/proc/loadavg: 2.02 2.03 2.05 3/84 23618
/proc/meminfo: memFree=1649576/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=94.8
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 834 41745 0 1 0 0 9451 29 16 0 1 0 652988501 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 234046062674 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23595/statm: 11893 364 244 79 0 219 0
Current children cumulated CPU time (s) 94.8
Current children cumulated vsize (KiB) 47572

[startup+95.9022 s]
/proc/loadavg: 2.09 2.05 2.06 3/92 23627
/proc/meminfo: memFree=1674344/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=94.8
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 834 41745 0 1 0 0 9451 29 16 0 1 0 652988501 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 234046062674 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23595/statm: 11893 364 244 79 0 219 0
[pid=23619] ppid=23595 vsize=812772 CPUtime=0.93
/proc/23619/stat : 23619 (java) S 23595 23595 22566 0 -1 0 16017 0 1 0 87 6 0 0 18 0 9 0 652997996 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23619/statm: 203193 15437 1865 9 0 197174 0
[pid=23619/tid=23620] ppid=23595 vsize=812772 CPUtime=0.81
/proc/23619/task/23620/stat : 23620 (java) R 23595 23595 22566 0 -1 64 14386 0 1 0 76 5 0 0 24 0 9 0 652997997 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4125975782 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23621] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23621/stat : 23621 (java) S 23595 23595 22566 0 -1 64 150 0 0 0 0 0 0 0 16 0 9 0 652997999 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23622] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23622/stat : 23622 (java) S 23595 23595 22566 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 652997999 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23623] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23623/stat : 23623 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 652997999 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23624] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23624/stat : 23624 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652998001 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23625] ppid=23595 vsize=812772 CPUtime=0.1
/proc/23619/task/23625/stat : 23625 (java) S 23595 23595 22566 0 -1 64 765 0 0 0 10 0 0 0 16 0 9 0 652998001 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23626] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23626/stat : 23626 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652998001 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23627] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23627/stat : 23627 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652998001 832278528 15437 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.73
Current children cumulated vsize (KiB) 860344

[startup+96.1013 s]
/proc/loadavg: 2.09 2.05 2.06 3/92 23627
/proc/meminfo: memFree=1674344/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=94.8
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 834 41745 0 1 0 0 9451 29 16 0 1 0 652988501 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 234046062674 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23595/statm: 11893 364 244 79 0 219 0
[pid=23619] ppid=23595 vsize=812772 CPUtime=1.13
/proc/23619/stat : 23619 (java) S 23595 23595 22566 0 -1 0 16166 0 1 0 107 6 0 0 18 0 9 0 652997996 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23619/statm: 203193 15585 1865 9 0 197174 0
[pid=23619/tid=23620] ppid=23595 vsize=812772 CPUtime=0.99
/proc/23619/task/23620/stat : 23620 (java) R 23595 23595 22566 0 -1 64 14389 0 1 0 94 5 0 0 25 0 9 0 652997997 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23621] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23621/stat : 23621 (java) S 23595 23595 22566 0 -1 64 288 0 0 0 0 0 0 0 16 0 9 0 652997999 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23622] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23622/stat : 23622 (java) S 23595 23595 22566 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 652997999 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23623] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23623/stat : 23623 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 652997999 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23624] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23624/stat : 23624 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652998001 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23625] ppid=23595 vsize=812772 CPUtime=0.11
/proc/23619/task/23625/stat : 23625 (java) R 23595 23595 22566 0 -1 64 773 0 0 0 11 0 0 0 16 0 9 0 652998001 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 101660476 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23626] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23626/stat : 23626 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652998001 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23627] ppid=23595 vsize=812772 CPUtime=0
/proc/23619/task/23627/stat : 23627 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652998001 832278528 15585 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.93
Current children cumulated vsize (KiB) 860344

[startup+96.2013 s]
/proc/loadavg: 2.09 2.05 2.06 3/92 23627
/proc/meminfo: memFree=1674344/2055920 swapFree=4180580/4192956
[pid=23595] ppid=23593 vsize=47572 CPUtime=94.8
/proc/23595/stat : 23595 (galacE.sh) S 23593 23595 22566 0 -1 4194304 834 41745 0 1 0 0 9451 29 16 0 1 0 652988501 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 234046062674 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23595/statm: 11893 364 244 79 0 219 0
[pid=23619] ppid=23595 vsize=812884 CPUtime=1.24
/proc/23619/stat : 23619 (java) S 23595 23595 22566 0 -1 0 16345 0 1 0 117 7 0 0 18 0 9 0 652997996 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23619/statm: 203221 15726 1922 9 0 197174 0
[pid=23619/tid=23620] ppid=23595 vsize=812884 CPUtime=1.05
/proc/23619/task/23620/stat : 23620 (java) R 23595 23595 22566 0 -1 64 14537 0 1 0 100 5 0 0 18 0 9 0 652997997 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4126852346 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23621] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23621/stat : 23621 (java) S 23595 23595 22566 0 -1 64 288 0 0 0 0 0 0 0 16 0 9 0 652997999 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23622] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23622/stat : 23622 (java) S 23595 23595 22566 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 652997999 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23623] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23623/stat : 23623 (java) S 23595 23595 22566 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 652997999 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23624] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23624/stat : 23624 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652998001 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23625] ppid=23595 vsize=812884 CPUtime=0.15
/proc/23619/task/23625/stat : 23625 (java) S 23595 23595 22566 0 -1 64 804 0 0 0 15 0 0 0 16 0 9 0 652998001 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23626] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23626/stat : 23626 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652998001 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23619/tid=23627] ppid=23595 vsize=812884 CPUtime=0
/proc/23619/task/23627/stat : 23627 (java) S 23595 23595 22566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652998001 832393216 15726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.04
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 96.2706
CPU time (s): 96.0904
CPU user time (s): 95.6985
CPU system time (s): 0.39194
CPU usage (%): 99.8128
Max. virtual memory (cumulated for all children) (KiB): 860456

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

runsolver used 0.098984 second user time and 0.267959 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-06 01:29:41
IDJOB=1103161
IDBENCH=60291
IDSOLVER=351
FILE ID=node79/1103161-1215300581
PBS_JOBID= 7882417
Free space on /tmp= 66496 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-19_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103161-1215300581/watcher-1103161-1215300581 -o /tmp/evaluation-result-1103161-1215300581/solver-1103161-1215300581 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103161-1215300581.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d3852b36cec68b7c5ca2d3d3c6ce7a7
RANDOM SEED=1658257101

node79.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712208 kB
Buffers:         66140 kB
Cached:         201120 kB
SwapCached:       6916 kB
Active:         189792 kB
Inactive:       101660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712208 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            3832 kB
Writeback:           0 kB
Mapped:          38300 kB
Slab:            37488 kB
Committed_AS:  1215388 kB
PageTables:       1852 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= 66492 MiB
End job on node79 at 2008-07-06 01:31:17