Trace number 1055304

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 460.467 464.367

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-2.xml
MD5SUM4eb8f99621b454ba27d9f51e4d6a63a3
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 benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.06/5.16	c start processing
5.06/5.16	c start relation processing
5.56/5.60	c start cnf exporting
20.96/21.08	c parsing time : 5.039
20.96/21.08	c preprocessing time : 20.966
20.96/21.08	
20.96/21.08	c Nary constraints - conflicts : 0 supports : 0
20.96/21.08	c Binary constraints - conflicts : 265 supports :0
20.96/21.08	c max arity constraint : 2
20.96/21.08	c Max Tuples generated 13924
20.96/21.08	c relations : 264
20.96/21.08	c relations BDD: 0
20.96/21.08	c sampling 225/264
20.96/21.08	c vars : 5436 - clauses :  858300
20.96/21.08	
21.04/21.12	 
21.04/21.12	c --- SAT Solver Stats ---
21.04/21.12	 
21.04/21.12	c eSAT 0.1 : minisat core with additionnal features
21.04/21.12	c ============================[ Problem Statistics ]=============================
21.04/21.12	c |                                                                             |
21.04/21.12	c |  Number of variables:  5435                                                 |
21.04/21.12	c |  Number of clauses:    858300                                               |
21.06/21.59	c |  Parsing time:         0.40         s                                       |
459.83/463.70	c restarts              : 108
459.83/463.70	c conflicts             : 724            (2 /sec)
459.83/463.70	c decisions             : 41677          (66.33 % random) (95 /sec)
459.83/463.70	c euip                  : 221         
459.83/463.70	c propagations          : 305173         (696 /sec)
459.83/463.70	c conflict literals     : 51623          (12.31 % deleted)
459.83/463.70	c Memory used           : 68.18 MB
459.83/463.70	c CPU time              : 438.655 s
459.83/463.70	c 
459.83/463.70	s SATISFIABLE
460.42/464.35	v 3 34 94 122 136 13 26 71 86 145 9 19 42 78 89 102 118 131 142 145 6 102 115 131 135 0 3 10 30 136 23 47 58 70 97 51 61 102 116 126 3 44 80 108 136 9 17 25 63 78

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-1055304-1215059371/watcher-1055304-1215059371 -o /tmp/evaluation-result-1055304-1215059371/solver-1055304-1215059371 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055304-1215059371.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.00 2.00 4/82 21226
/proc/meminfo: memFree=1743104/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=8652 CPUtime=0
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 661666735 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 2163 280 208 79 0 156 0
[pid=21227] ppid=21226 vsize=8688 CPUtime=0
/proc/21227/stat : 21227 (galacE.sh) S 21226 21226 13828 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 661666735 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21227/statm: 2172 286 209 79 0 165 0
[pid=21228] ppid=21227 vsize=8728 CPUtime=0
/proc/21228/stat : 21228 (galacE.sh) R 21227 21226 13828 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 661666735 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 230266826023 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21228/statm: 2182 290 209 79 0 175 0

[startup+0.0830129 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21226
/proc/meminfo: memFree=1743104/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101012 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21226
/proc/meminfo: memFree=1743104/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301051 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21226
/proc/meminfo: memFree=1743104/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701124 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21226
/proc/meminfo: memFree=1743104/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50227 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 21248
/proc/meminfo: memFree=1696432/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21240] ppid=21226 vsize=812736 CPUtime=1.46
/proc/21240/stat : 21240 (java) S 21226 21226 13828 0 -1 0 16125 0 1 0 139 7 0 0 20 0 9 0 661666738 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21240/statm: 203184 15340 2586 9 0 197165 0
[pid=21240/tid=21241] ppid=21226 vsize=812736 CPUtime=0.77
/proc/21240/task/21241/stat : 21241 (java) R 21226 21226 13828 0 -1 64 7520 0 1 0 73 4 0 0 25 0 9 0 661666739 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4126697560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21242] ppid=21226 vsize=812736 CPUtime=0.49
/proc/21240/task/21242/stat : 21242 (java) S 21226 21226 13828 0 -1 64 7111 0 0 0 48 1 0 0 16 0 9 0 661666740 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21243] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21243/stat : 21243 (java) S 21226 21226 13828 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661666740 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21244] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21244/stat : 21244 (java) S 21226 21226 13828 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661666740 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21245] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21245/stat : 21245 (java) S 21226 21226 13828 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661666742 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21246] ppid=21226 vsize=812736 CPUtime=0.16
/proc/21240/task/21246/stat : 21246 (java) S 21226 21226 13828 0 -1 64 793 0 0 0 16 0 0 0 16 0 9 0 661666742 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21247] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21247/stat : 21247 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 661666742 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21248] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21248/stat : 21248 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661666742 832241664 15340 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860304

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 21248
/proc/meminfo: memFree=1685424/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21240] ppid=21226 vsize=812736 CPUtime=3.05
/proc/21240/stat : 21240 (java) S 21226 21226 13828 0 -1 0 19120 0 1 0 297 8 0 0 20 0 9 0 661666738 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21240/statm: 203184 18321 2588 9 0 197165 0
[pid=21240/tid=21241] ppid=21226 vsize=812736 CPUtime=1.19
/proc/21240/task/21241/stat : 21241 (java) R 21226 21226 13828 0 -1 64 7534 0 1 0 115 4 0 0 25 0 9 0 661666739 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21242] ppid=21226 vsize=812736 CPUtime=1.64
/proc/21240/task/21242/stat : 21242 (java) R 21226 21226 13828 0 -1 64 10072 0 0 0 162 2 0 0 18 0 9 0 661666740 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 104181375 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21243] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21243/stat : 21243 (java) S 21226 21226 13828 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661666740 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21244] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21244/stat : 21244 (java) S 21226 21226 13828 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661666740 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21245] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21245/stat : 21245 (java) S 21226 21226 13828 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661666742 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21246] ppid=21226 vsize=812736 CPUtime=0.19
/proc/21240/task/21246/stat : 21246 (java) S 21226 21226 13828 0 -1 64 813 0 0 0 19 0 0 0 15 0 9 0 661666742 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21247] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21247/stat : 21247 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 661666742 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21248] ppid=21226 vsize=812736 CPUtime=0
/proc/21240/task/21248/stat : 21248 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661666742 832241664 18321 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860304

[startup+6.30217 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 21248
/proc/meminfo: memFree=1669888/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21240] ppid=21226 vsize=812808 CPUtime=6.26
/proc/21240/stat : 21240 (java) S 21226 21226 13828 0 -1 0 28853 0 1 0 613 13 0 0 20 0 9 0 661666738 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21240/statm: 203202 27811 2593 9 0 197183 0
[pid=21240/tid=21241] ppid=21226 vsize=812808 CPUtime=2.5
/proc/21240/task/21241/stat : 21241 (java) R 21226 21226 13828 0 -1 64 14627 0 1 0 243 7 0 0 25 0 9 0 661666739 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4127019943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21242] ppid=21226 vsize=812808 CPUtime=3.46
/proc/21240/task/21242/stat : 21242 (java) S 21226 21226 13828 0 -1 64 12676 0 0 0 343 3 0 0 16 0 9 0 661666740 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21243] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21243/stat : 21243 (java) S 21226 21226 13828 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661666740 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21244] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21244/stat : 21244 (java) S 21226 21226 13828 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661666740 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21245] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21245/stat : 21245 (java) S 21226 21226 13828 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661666742 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21246] ppid=21226 vsize=812808 CPUtime=0.26
/proc/21240/task/21246/stat : 21246 (java) S 21226 21226 13828 0 -1 64 849 0 0 0 26 0 0 0 15 0 9 0 661666742 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21247] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21247/stat : 21247 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 661666742 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21248] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21248/stat : 21248 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661666742 832315392 27811 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 860376

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21248
/proc/meminfo: memFree=1634904/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=0.01
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21240] ppid=21226 vsize=812808 CPUtime=12.65
/proc/21240/stat : 21240 (java) S 21226 21226 13828 0 -1 0 29187 0 1 0 1249 16 0 0 20 0 9 0 661666738 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21240/statm: 203202 28130 2593 9 0 197183 0
[pid=21240/tid=21241] ppid=21226 vsize=812808 CPUtime=8.86
/proc/21240/task/21241/stat : 21241 (java) R 21226 21226 13828 0 -1 64 14642 0 1 0 875 11 0 0 25 0 9 0 661666739 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4127013389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21242] ppid=21226 vsize=812808 CPUtime=3.5
/proc/21240/task/21242/stat : 21242 (java) S 21226 21226 13828 0 -1 64 12990 0 0 0 346 4 0 0 16 0 9 0 661666740 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21243] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21243/stat : 21243 (java) S 21226 21226 13828 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661666740 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21244] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21244/stat : 21244 (java) S 21226 21226 13828 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661666740 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21245] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21245/stat : 21245 (java) S 21226 21226 13828 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661666742 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21246] ppid=21226 vsize=812808 CPUtime=0.26
/proc/21240/task/21246/stat : 21246 (java) S 21226 21226 13828 0 -1 64 854 0 0 0 26 0 0 0 15 0 9 0 661666742 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21247] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21247/stat : 21247 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 661666742 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21240/tid=21248] ppid=21226 vsize=812808 CPUtime=0
/proc/21240/task/21248/stat : 21248 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661666742 832315392 28130 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860376

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1685208/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=48020 CPUtime=4.33
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 11498 0 0 0 427 6 0 0 25 0 1 0 661668848 49172480 11480 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 12005 11480 75 162 0 11840 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 95588

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1672920/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=61460 CPUtime=29.7
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 14604 0 0 0 2963 7 0 0 25 0 1 0 661668848 62935040 14586 996147200 134512640 135177480 4294955984 18446744073709551615 134537511 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 15365 14586 75 162 0 15200 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 109028

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1662168/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=73204 CPUtime=80.47
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 17295 0 0 0 8038 9 0 0 25 0 1 0 661668848 74960896 17277 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 18301 17277 75 162 0 18136 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 120772

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1651992/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=84092 CPUtime=139.95
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 19829 0 0 0 13985 10 0 0 25 0 1 0 661668848 86110208 19811 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 21023 19811 75 162 0 20858 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 131660

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1647896/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=85280 CPUtime=199.44
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 20869 0 0 0 19934 10 0 0 25 0 1 0 661668848 87326720 20851 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 21320 20851 75 162 0 21155 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 132848

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1639320/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=98972 CPUtime=258.92
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 22995 0 0 0 25881 11 0 0 25 0 1 0 661668848 101347328 22977 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 24743 22977 75 162 0 24578 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 146540

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1635608/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=99768 CPUtime=318.41
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 23905 0 0 0 31830 11 0 0 25 0 1 0 661668848 102162432 23887 996147200 134512640 135177480 4294955984 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 24942 23887 75 162 0 24777 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 147336

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1630872/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=116264 CPUtime=377.9
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 25076 0 0 0 37779 11 0 0 25 0 1 0 661668848 119054336 25058 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 29066 25058 75 162 0 28901 0
Current children cumulated CPU time (s) 398.96
Current children cumulated vsize (KiB) 163832

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1628248/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=116528 CPUtime=437.39
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 25750 0 0 0 43727 12 0 0 25 0 1 0 661668848 119324672 25732 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 29132 25732 75 162 0 28967 0
Current children cumulated CPU time (s) 458.45
Current children cumulated vsize (KiB) 164096

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

[startup+463.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1628248/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=21.06
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 799 30912 0 1 0 0 2083 23 17 0 1 0 661666735 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21226/statm: 11892 364 245 79 0 219 0
[pid=21249] ppid=21226 vsize=116528 CPUtime=438.18
/proc/21249/stat : 21249 (eSAT_static) R 21226 21226 13828 0 -1 4194304 25750 0 0 0 43806 12 0 0 25 0 1 0 661668848 119324672 25732 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/21249/statm: 29132 25732 75 162 0 28967 0
Current children cumulated CPU time (s) 459.24
Current children cumulated vsize (KiB) 164096

[startup+463.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21249
/proc/meminfo: memFree=1628248/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=459.86
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 835 56685 0 1 0 0 45949 37 16 0 1 0 661666735 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21226/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 459.86
Current children cumulated vsize (KiB) 47568

[startup+464.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 21258
/proc/meminfo: memFree=1719576/2055924 swapFree=4177432/4192956
[pid=21226] ppid=21224 vsize=47568 CPUtime=459.86
/proc/21226/stat : 21226 (galacE.sh) S 21224 21226 13828 0 -1 4194304 835 56685 0 1 0 0 45949 37 16 0 1 0 661666735 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21226/statm: 11892 365 245 79 0 219 0
[pid=21250] ppid=21226 vsize=812792 CPUtime=0.56
/proc/21250/stat : 21250 (java) S 21226 21226 13828 0 -1 0 6803 0 1 0 52 4 0 0 18 0 9 0 661713107 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21250/statm: 203198 6186 1910 9 0 197151 0
[pid=21250/tid=21251] ppid=21226 vsize=812792 CPUtime=0.38
/proc/21250/task/21251/stat : 21251 (java) R 21226 21226 13828 0 -1 64 5273 0 1 0 35 3 0 0 18 0 9 0 661713108 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4126671707 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21252] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21252/stat : 21252 (java) S 21226 21226 13828 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 661713109 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21253] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21253/stat : 21253 (java) S 21226 21226 13828 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 661713109 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21254] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21254/stat : 21254 (java) S 21226 21226 13828 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 661713109 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21255] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21255/stat : 21255 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 661713112 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21256] ppid=21226 vsize=812792 CPUtime=0.16
/proc/21250/task/21256/stat : 21256 (java) S 21226 21226 13828 0 -1 64 818 0 0 0 16 0 0 0 16 0 9 0 661713112 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21257] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21257/stat : 21257 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661713112 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=21250/tid=21258] ppid=21226 vsize=812792 CPUtime=0
/proc/21250/task/21258/stat : 21258 (java) S 21226 21226 13828 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661713112 832299008 6186 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 860360

Child status: 0
Real time (s): 464.367
CPU time (s): 460.467
CPU user time (s): 460.026
CPU system time (s): 0.440932
CPU usage (%): 99.1602
Max. virtual memory (cumulated for all children) (KiB): 860664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 460.026
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64629
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= 2815
involuntary context switches= 20553

runsolver used 0.487925 second user time and 1.22781 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 06:29:32
IDJOB=1055304
IDBENCH=56813
IDSOLVER=351
FILE ID=node83/1055304-1215059371
PBS_JOBID= 7875011
Free space on /tmp= 65496 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-2.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055304-1215059371/watcher-1055304-1215059371 -o /tmp/evaluation-result-1055304-1215059371/solver-1055304-1215059371 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055304-1215059371.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4eb8f99621b454ba27d9f51e4d6a63a3
RANDOM SEED=290791798

node83.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.263
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.263
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:      2055924 kB
MemFree:       1743520 kB
Buffers:         57136 kB
Cached:         169304 kB
SwapCached:       9588 kB
Active:         167368 kB
Inactive:        81532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1743520 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          38536 kB
Slab:            48660 kB
Committed_AS:  1036808 kB
PageTables:       1856 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= 65492 MiB
End job on node83 at 2008-07-03 06:37:16