Trace number 1054416

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 421.396 424.851

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-6.xml
MD5SUM8a3dc7ccc4a961b6dc078d0a88f4f31d
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 size130
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 ---
4.45/4.58	c start processing
4.45/4.58	c start relation processing
5.05/5.14	c start cnf exporting
23.14/23.29	c parsing time : 4.47
23.14/23.29	c preprocessing time : 23.179
23.14/23.29	
23.14/23.29	c Nary constraints - conflicts : 0 supports : 0
23.14/23.29	c Binary constraints - conflicts : 265 supports :0
23.14/23.29	c max arity constraint : 2
23.14/23.29	c Max Tuples generated 16900
23.14/23.29	c relations : 265
23.14/23.29	c relations BDD: 0
23.14/23.29	c sampling 233/265
23.14/23.29	c vars : 6051 - clauses :  983828
23.14/23.29	
23.24/23.36	 
23.24/23.36	c --- SAT Solver Stats ---
23.24/23.36	 
23.24/23.36	c eSAT 0.1 : minisat core with additionnal features
23.24/23.36	c ============================[ Problem Statistics ]=============================
23.24/23.36	c |                                                                             |
23.24/23.36	c |  Number of variables:  6050                                                 |
23.24/23.36	c |  Number of clauses:    983828                                               |
23.27/23.89	c |  Parsing time:         0.47         s                                       |
420.64/424.13	c restarts              : 7
420.64/424.13	c conflicts             : 17             (0 /sec)
420.64/424.13	c decisions             : 15925          (55.28 % random) (40 /sec)
420.64/424.13	c euip                  : 6           
420.64/424.13	c propagations          : 34722          (87 /sec)
420.64/424.13	c conflict literals     : 2042           (2.81 % deleted)
420.64/424.13	c Memory used           : 76.31 MB
420.64/424.13	c CPU time              : 397.304 s
420.64/424.13	c 
420.64/424.13	s SATISFIABLE
421.33/424.84	v 0 45 64 81 100 27 48 102 136 143 0 3 7 16 20 60 70 77 87 104 20 24 46 97 123 15 21 86 115 146 6 13 118 130 145 1 6 32 137 148 52 55 129 141 151 0 11 17 83 136

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-1054416-1215058884/watcher-1054416-1215058884 -o /tmp/evaluation-result-1054416-1215058884/solver-1054416-1215058884 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054416-1215058884.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.13 2.06 2.02 4/82 28041
/proc/meminfo: memFree=1649248/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=8652 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 240362253 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 2163 280 208 79 0 156 0
[pid=28042] ppid=28041 vsize=8688 CPUtime=0
/proc/28042/stat : 28042 (galacE.sh) S 28041 28041 27432 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 240362253 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/28042/statm: 2172 286 209 79 0 165 0
[pid=28043] ppid=28042 vsize=8728 CPUtime=0
/proc/28043/stat : 28043 (galacE.sh) R 28042 28041 27432 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 240362253 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 224264776999 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28043/statm: 2182 290 209 79 0 175 0

[startup+0.0763301 s]
/proc/loadavg: 2.13 2.06 2.02 4/82 28041
/proc/meminfo: memFree=1649248/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.102085 s]
/proc/loadavg: 2.13 2.06 2.02 4/82 28041
/proc/meminfo: memFree=1649248/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.30211 s]
/proc/loadavg: 2.13 2.06 2.02 4/82 28041
/proc/meminfo: memFree=1649248/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.701149 s]
/proc/loadavg: 2.13 2.06 2.02 4/82 28041
/proc/meminfo: memFree=1649248/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+1.50123 s]
/proc/loadavg: 2.13 2.06 2.02 3/92 28063
/proc/meminfo: memFree=1602064/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28055] ppid=28041 vsize=812728 CPUtime=1.46
/proc/28055/stat : 28055 (java) S 28041 28041 27432 0 -1 0 16134 0 1 0 138 8 0 0 19 0 9 0 240362256 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 203182 15349 2586 9 0 197163 0
[pid=28055/tid=28056] ppid=28041 vsize=812728 CPUtime=0.82
/proc/28055/task/28056/stat : 28056 (java) R 28041 28041 27432 0 -1 64 7549 0 1 0 78 4 0 0 25 0 9 0 240362257 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28057] ppid=28041 vsize=812728 CPUtime=0.45
/proc/28055/task/28057/stat : 28057 (java) R 28041 28041 27432 0 -1 64 7096 0 0 0 43 2 0 0 16 0 9 0 240362258 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 103735868 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28058/stat : 28058 (java) S 28041 28041 27432 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 240362258 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28041 28041 27432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240362258 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 240362260 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28041 vsize=812728 CPUtime=0.16
/proc/28055/task/28061/stat : 28061 (java) S 28041 28041 27432 0 -1 64 790 0 0 0 16 0 0 0 16 0 9 0 240362260 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28062/stat : 28062 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 240362260 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28063] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240362260 832233472 15349 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860308

[startup+3.10141 s]
/proc/loadavg: 2.13 2.06 2.02 4/92 28063
/proc/meminfo: memFree=1591568/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28055] ppid=28041 vsize=812728 CPUtime=3.05
/proc/28055/stat : 28055 (java) S 28041 28041 27432 0 -1 0 19411 0 1 0 296 9 0 0 19 0 9 0 240362256 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 203182 18614 2588 9 0 197163 0
[pid=28055/tid=28056] ppid=28041 vsize=812728 CPUtime=1.29
/proc/28055/task/28056/stat : 28056 (java) R 28041 28041 27432 0 -1 64 7561 0 1 0 125 4 0 0 25 0 9 0 240362257 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4126376394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28057] ppid=28041 vsize=812728 CPUtime=1.55
/proc/28055/task/28057/stat : 28057 (java) S 28041 28041 27432 0 -1 64 10341 0 0 0 152 3 0 0 18 0 9 0 240362258 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28058/stat : 28058 (java) S 28041 28041 27432 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 240362258 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28041 28041 27432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240362258 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 240362260 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28041 vsize=812728 CPUtime=0.19
/proc/28055/task/28061/stat : 28061 (java) S 28041 28041 27432 0 -1 64 810 0 0 0 19 0 0 0 15 0 9 0 240362260 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28062/stat : 28062 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 240362260 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28063] ppid=28041 vsize=812728 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240362260 832233472 18614 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860308

[startup+6.30275 s]
/proc/loadavg: 2.12 2.06 2.02 3/92 28063
/proc/meminfo: memFree=1572056/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28055] ppid=28041 vsize=812808 CPUtime=6.25
/proc/28055/stat : 28055 (java) S 28041 28041 27432 0 -1 0 30547 0 1 0 609 16 0 0 19 0 9 0 240362256 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 203202 29710 2593 9 0 197183 0
[pid=28055/tid=28056] ppid=28041 vsize=812808 CPUtime=3.22
/proc/28055/task/28056/stat : 28056 (java) R 28041 28041 27432 0 -1 64 14624 0 1 0 313 9 0 0 25 0 9 0 240362257 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4127072354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28057] ppid=28041 vsize=812808 CPUtime=2.75
/proc/28055/task/28057/stat : 28057 (java) S 28041 28041 27432 0 -1 64 14374 0 0 0 270 5 0 0 16 0 9 0 240362258 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28058/stat : 28058 (java) S 28041 28041 27432 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 240362258 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28041 28041 27432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240362258 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 240362260 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28041 vsize=812808 CPUtime=0.25
/proc/28055/task/28061/stat : 28061 (java) S 28041 28041 27432 0 -1 64 850 0 0 0 25 0 0 0 15 0 9 0 240362260 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28062/stat : 28062 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 240362260 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28063] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240362260 832315392 29710 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 860388

[startup+12.7014 s]
/proc/loadavg: 2.19 2.08 2.02 3/92 28063
/proc/meminfo: memFree=1533656/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=0
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 765 1697 0 0 0 0 0 0 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28055] ppid=28041 vsize=812808 CPUtime=12.65
/proc/28055/stat : 28055 (java) S 28041 28041 27432 0 -1 0 30566 0 1 0 1247 18 0 0 19 0 9 0 240362256 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 203202 29714 2593 9 0 197183 0
[pid=28055/tid=28056] ppid=28041 vsize=812808 CPUtime=9.6
/proc/28055/task/28056/stat : 28056 (java) R 28041 28041 27432 0 -1 64 14639 0 1 0 949 11 0 0 25 0 9 0 240362257 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4127061384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28057] ppid=28041 vsize=812808 CPUtime=2.76
/proc/28055/task/28057/stat : 28057 (java) S 28041 28041 27432 0 -1 64 14374 0 0 0 271 5 0 0 16 0 9 0 240362258 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28058/stat : 28058 (java) S 28041 28041 27432 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 240362258 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28041 28041 27432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240362258 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 240362260 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28041 vsize=812808 CPUtime=0.26
/proc/28055/task/28061/stat : 28061 (java) S 28041 28041 27432 0 -1 64 854 0 0 0 26 0 0 0 15 0 9 0 240362260 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28062/stat : 28062 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 240362260 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28063] ppid=28041 vsize=812808 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28041 28041 27432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240362260 832315392 29714 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 860388

[startup+25.5028 s]
/proc/loadavg: 2.37 2.12 2.04 3/84 28064
/proc/meminfo: memFree=1583192/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=53328 CPUtime=2.11
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 13102 0 0 0 206 5 0 0 25 0 1 0 240364589 54607872 13084 996147200 134512640 135177480 4294955984 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 13332 13084 75 162 0 13167 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 100908

[startup+51.1025 s]
/proc/loadavg: 2.24 2.11 2.03 3/84 28064
/proc/meminfo: memFree=1565656/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=71788 CPUtime=27.5
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 17505 0 0 0 2743 7 0 0 25 0 1 0 240364589 73510912 17487 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 17947 17487 75 162 0 17782 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 119368

[startup+102.307 s]
/proc/loadavg: 2.10 2.09 2.03 3/84 28064

################
# More data... #
################

/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=95476 CPUtime=197.26
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 23346 0 0 0 19717 9 0 0 25 0 1 0 240364589 97767424 23328 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 23869 23328 75 162 0 23704 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 143056

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 28064
/proc/meminfo: memFree=1535384/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=107704 CPUtime=256.76
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 25053 0 0 0 25667 9 0 0 25 0 1 0 240364589 110288896 25035 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 26926 25035 75 162 0 26761 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 155284

[startup+342.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 28064
/proc/meminfo: memFree=1531928/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=108496 CPUtime=316.25
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 25907 0 0 0 31615 10 0 0 25 0 1 0 240364589 111099904 25889 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27124 25889 75 162 0 26959 0
Current children cumulated CPU time (s) 339.52
Current children cumulated vsize (KiB) 156076

[startup+402.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1528600/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109160 CPUtime=375.76
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 26723 0 0 0 37566 10 0 0 25 0 1 0 240364589 111779840 26705 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27290 26705 75 162 0 27125 0
Current children cumulated CPU time (s) 399.03
Current children cumulated vsize (KiB) 156740

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

[startup+409.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109556 CPUtime=382.89
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 27111 0 0 0 38279 10 0 0 25 0 1 0 240364589 112185344 27093 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27389 27093 75 162 0 27224 0
Current children cumulated CPU time (s) 406.16
Current children cumulated vsize (KiB) 157136

[startup+415.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109556 CPUtime=389.24
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 27113 0 0 0 38914 10 0 0 25 0 1 0 240364589 112185344 27095 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27389 27095 75 162 0 27224 0
Current children cumulated CPU time (s) 412.51
Current children cumulated vsize (KiB) 157136

[startup+419.107 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109556 CPUtime=392.42
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 27113 0 0 0 39232 10 0 0 25 0 1 0 240364589 112185344 27095 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27389 27095 75 162 0 27224 0
Current children cumulated CPU time (s) 415.69
Current children cumulated vsize (KiB) 157136

[startup+422.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109556 CPUtime=395.59
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 27113 0 0 0 39549 10 0 0 25 0 1 0 240364589 112185344 27095 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27389 27095 75 162 0 27224 0
Current children cumulated CPU time (s) 418.86
Current children cumulated vsize (KiB) 157136

[startup+423.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=23.27
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 799 32296 0 1 0 0 2303 24 17 0 1 0 240362253 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28041/statm: 11895 364 245 79 0 219 0
[pid=28064] ppid=28041 vsize=109556 CPUtime=397.17
/proc/28064/stat : 28064 (eSAT_static) R 28041 28041 27432 0 -1 4194304 27113 0 0 0 39707 10 0 0 25 0 1 0 240364589 112185344 27095 996147200 134512640 135177480 4294955984 18446744073709551615 134538932 0 0 4096 3 0 0 0 17 1 0 0
/proc/28064/statm: 27389 27095 75 162 0 27224 0
Current children cumulated CPU time (s) 420.44
Current children cumulated vsize (KiB) 157136

[startup+424.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 28064
/proc/meminfo: memFree=1527128/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=420.7
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 835 59434 0 1 0 0 42034 36 16 0 1 0 240362253 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28041/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 420.7
Current children cumulated vsize (KiB) 47580

[startup+424.702 s]
/proc/loadavg: 2.00 2.02 2.00 4/92 28073
/proc/meminfo: memFree=1624856/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=420.7
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 835 59434 0 1 0 0 42034 36 16 0 1 0 240362253 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28041/statm: 11895 365 245 79 0 219 0
[pid=28065] ppid=28041 vsize=812772 CPUtime=0.53
/proc/28065/stat : 28065 (java) S 28041 28041 27432 0 -1 0 5531 0 1 0 49 4 0 0 18 0 9 0 240404668 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 203193 4944 1857 9 0 197174 0
[pid=28065/tid=28066] ppid=28041 vsize=812772 CPUtime=0.38
/proc/28065/task/28066/stat : 28066 (java) R 28041 28041 27432 0 -1 64 4038 0 1 0 36 2 0 0 21 0 9 0 240404669 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 2147483391 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28067] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28067/stat : 28067 (java) S 28041 28041 27432 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 240404671 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28068] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28068/stat : 28068 (java) S 28041 28041 27432 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 240404671 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28069] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28069/stat : 28069 (java) S 28041 28041 27432 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 240404671 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28070] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28070/stat : 28070 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 240404673 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28071] ppid=28041 vsize=812772 CPUtime=0.12
/proc/28065/task/28071/stat : 28071 (java) R 28041 28041 27432 0 -1 64 780 0 0 0 12 0 0 0 20 0 9 0 240404673 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 101760225 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28072] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28072/stat : 28072 (java) S 28041 28041 27432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240404673 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28073] ppid=28041 vsize=812772 CPUtime=0
/proc/28065/task/28073/stat : 28073 (java) S 28041 28041 27432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240404673 832278528 4944 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 421.23
Current children cumulated vsize (KiB) 860352

[startup+424.802 s]
/proc/loadavg: 2.00 2.02 2.00 4/92 28073
/proc/meminfo: memFree=1624856/2055920 swapFree=4180812/4192956
[pid=28041] ppid=28039 vsize=47580 CPUtime=420.7
/proc/28041/stat : 28041 (galacE.sh) S 28039 28041 27432 0 -1 4194304 835 59434 0 1 0 0 42034 36 16 0 1 0 240362253 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 224264945746 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28041/statm: 11895 365 245 79 0 219 0
[pid=28065] ppid=28041 vsize=812884 CPUtime=0.63
/proc/28065/stat : 28065 (java) S 28041 28041 27432 0 -1 0 6402 0 1 0 58 5 0 0 18 0 9 0 240404668 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 203221 5785 1909 9 0 197174 0
[pid=28065/tid=28066] ppid=28041 vsize=812884 CPUtime=0.44
/proc/28065/task/28066/stat : 28066 (java) R 28041 28041 27432 0 -1 64 4874 0 1 0 41 3 0 0 21 0 9 0 240404669 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4126915129 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28067] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28067/stat : 28067 (java) S 28041 28041 27432 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 240404671 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28068] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28068/stat : 28068 (java) S 28041 28041 27432 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 240404671 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28069] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28069/stat : 28069 (java) S 28041 28041 27432 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 240404671 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28070] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28070/stat : 28070 (java) S 28041 28041 27432 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 240404673 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28071] ppid=28041 vsize=812884 CPUtime=0.16
/proc/28065/task/28071/stat : 28071 (java) S 28041 28041 27432 0 -1 64 815 0 0 0 16 0 0 0 19 0 9 0 240404673 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28072] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28072/stat : 28072 (java) S 28041 28041 27432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240404673 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28065/tid=28073] ppid=28041 vsize=812884 CPUtime=0
/proc/28065/task/28073/stat : 28073 (java) S 28041 28041 27432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 240404673 832393216 5785 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 421.33
Current children cumulated vsize (KiB) 860464

Child status: 0
Real time (s): 424.851
CPU time (s): 421.396
CPU user time (s): 420.948
CPU system time (s): 0.447931
CPU usage (%): 99.1868
Max. virtual memory (cumulated for all children) (KiB): 860544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.948
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67522
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= 2491
involuntary context switches= 12082

runsolver used 0.397939 second user time and 1.17882 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 06:21:24
IDJOB=1054416
IDBENCH=56340
IDSOLVER=351
FILE ID=node82/1054416-1215058884
PBS_JOBID= 7875206
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a3dc7ccc4a961b6dc078d0a88f4f31d
RANDOM SEED=378729507

node82.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.239
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.239
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:       1649728 kB
Buffers:         30576 kB
Cached:         171820 kB
SwapCached:       5684 kB
Active:         276836 kB
Inactive:        68244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649728 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:         158808 kB
Slab:            46136 kB
Committed_AS:   657836 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node82 at 2008-07-03 06:28:29