Trace number 1055241

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 480.631 484.472

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-10.xml
MD5SUMb10ff76d89f0aa1b94e437a7f1e524d7
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.070989
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size119
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.21/5.38	c start processing
5.21/5.38	c start relation processing
5.71/5.86	c start cnf exporting
23.14/23.49	c parsing time : 5.248
23.14/23.49	c preprocessing time : 23.371
23.14/23.49	
23.14/23.49	c Nary constraints - conflicts : 0 supports : 0
23.14/23.49	c Binary constraints - conflicts : 265 supports :0
23.14/23.49	c max arity constraint : 2
23.14/23.49	c Max Tuples generated 14161
23.14/23.49	c relations : 258
23.14/23.49	c relations BDD: 0
23.14/23.49	c sampling 223/258
23.14/23.49	c vars : 5536 - clauses :  872003
23.14/23.49	
23.24/23.52	 
23.24/23.52	c --- SAT Solver Stats ---
23.24/23.52	 
23.24/23.52	c eSAT 0.1 : minisat core with additionnal features
23.24/23.52	c ============================[ Problem Statistics ]=============================
23.24/23.52	c |                                                                             |
23.24/23.52	c |  Number of variables:  5535                                                 |
23.24/23.52	c |  Number of clauses:    872003                                               |
23.26/24.02	c |  Parsing time:         0.42         s                                       |
479.85/483.79	c restarts              : 269
479.85/483.79	c conflicts             : 13763          (30 /sec)
479.85/483.79	c decisions             : 179482         (33.95 % random) (393 /sec)
479.85/483.79	c euip                  : 4231        
479.85/483.79	c propagations          : 1534662        (3361 /sec)
479.85/483.79	c conflict literals     : 1667040        (7.27 % deleted)
479.85/483.79	c Memory used           : 70.01 MB
479.85/483.79	c CPU time              : 456.542 s
479.85/483.79	c 
479.85/483.79	s SATISFIABLE
480.55/484.46	v 0 3 7 34 90 32 39 56 72 78 8 27 46 86 98 11 23 74 138 146 5 15 21 70 134 2 9 35 77 111 3 85 102 118 123 86 117 127 142 146 68 106 117 133 143 20 70 86 113 127

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-1055241-1215059352/watcher-1055241-1215059352 -o /tmp/evaluation-result-1055241-1215059352/solver-1055241-1215059352 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055241-1215059352.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.01 2.00 2.00 4/72 28414
/proc/meminfo: memFree=1831064/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=8652 CPUtime=0
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984904771 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 2163 280 208 79 0 156 0
[pid=28415] ppid=28414 vsize=8688 CPUtime=0
/proc/28415/stat : 28415 (galacE.sh) S 28414 28414 24636 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984904771 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28415/statm: 2172 286 209 79 0 165 0
[pid=28416] ppid=28415 vsize=8728 CPUtime=0
/proc/28416/stat : 28416 (galacE.sh) R 28415 28414 24636 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984904771 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 213112122663 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28416/statm: 2182 290 209 79 0 175 0

[startup+0.09277 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 28414
/proc/meminfo: memFree=1831064/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.10177 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 28414
/proc/meminfo: memFree=1831064/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301804 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 28414
/proc/meminfo: memFree=1831064/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701874 s]
/proc/loadavg: 2.01 2.00 2.00 4/72 28414
/proc/meminfo: memFree=1831064/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50301 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 28436
/proc/meminfo: memFree=1774728/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28428] ppid=28414 vsize=812552 CPUtime=1.44
/proc/28428/stat : 28428 (java) S 28414 28414 24636 0 -1 0 18389 0 1 0 137 7 0 0 18 0 9 0 1984904774 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28428/statm: 203138 17606 2586 9 0 197171 0
[pid=28428/tid=28429] ppid=28414 vsize=812552 CPUtime=0.84
/proc/28428/task/28429/stat : 28429 (java) R 28414 28414 24636 0 -1 64 9789 0 1 0 81 3 0 0 25 0 9 0 1984904775 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28430] ppid=28414 vsize=812552 CPUtime=0.39
/proc/28428/task/28430/stat : 28430 (java) R 28414 28414 24636 0 -1 64 7109 0 0 0 37 2 0 0 16 0 9 0 1984904777 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 102469625 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28431] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28431/stat : 28431 (java) S 28414 28414 24636 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984904777 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28432] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28432/stat : 28432 (java) S 28414 28414 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984904777 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28433] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28433/stat : 28433 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984904779 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28434] ppid=28414 vsize=812552 CPUtime=0.17
/proc/28428/task/28434/stat : 28434 (java) S 28414 28414 24636 0 -1 64 791 0 0 0 17 0 0 0 15 0 9 0 1984904779 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28435] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28435/stat : 28435 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984904779 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28436] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28436/stat : 28436 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984904779 832053248 17606 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860116

[startup+3.10228 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 28436
/proc/meminfo: memFree=1764744/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28428] ppid=28414 vsize=812552 CPUtime=3.03
/proc/28428/stat : 28428 (java) S 28414 28414 24636 0 -1 0 21188 0 1 0 294 9 0 0 18 0 9 0 1984904774 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28428/statm: 203138 20393 2588 9 0 197171 0
[pid=28428/tid=28429] ppid=28414 vsize=812552 CPUtime=1.26
/proc/28428/task/28429/stat : 28429 (java) R 28414 28414 24636 0 -1 64 9801 0 1 0 123 3 0 0 25 0 9 0 1984904775 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28430] ppid=28414 vsize=812552 CPUtime=1.54
/proc/28428/task/28430/stat : 28430 (java) R 28414 28414 24636 0 -1 64 9877 0 0 0 150 4 0 0 17 0 9 0 1984904777 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28431] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28431/stat : 28431 (java) S 28414 28414 24636 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984904777 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28432] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28432/stat : 28432 (java) S 28414 28414 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984904777 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28433] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28433/stat : 28433 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984904779 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28434] ppid=28414 vsize=812552 CPUtime=0.19
/proc/28428/task/28434/stat : 28434 (java) S 28414 28414 24636 0 -1 64 810 0 0 0 19 0 0 0 15 0 9 0 1984904779 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28435] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28435/stat : 28435 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984904779 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28436] ppid=28414 vsize=812552 CPUtime=0
/proc/28428/task/28436/stat : 28436 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984904779 832053248 20393 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.30282 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 28436
/proc/meminfo: memFree=1748936/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28428] ppid=28414 vsize=812604 CPUtime=6.2
/proc/28428/stat : 28428 (java) S 28414 28414 24636 0 -1 0 24643 0 1 0 608 12 0 0 18 0 9 0 1984904774 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28428/statm: 203151 23592 2589 9 0 197184 0
[pid=28428/tid=28429] ppid=28414 vsize=812604 CPUtime=2.38
/proc/28428/task/28429/stat : 28429 (java) R 28414 28414 24636 0 -1 64 10660 0 1 0 234 4 0 0 23 0 9 0 1984904775 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4127119318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28430] ppid=28414 vsize=812604 CPUtime=3.52
/proc/28428/task/28430/stat : 28430 (java) S 28414 28414 24636 0 -1 64 12436 0 0 0 347 5 0 0 25 0 9 0 1984904777 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28431] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28431/stat : 28431 (java) S 28414 28414 24636 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984904777 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28432] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28432/stat : 28432 (java) S 28414 28414 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984904777 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28433] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28433/stat : 28433 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984904779 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28434] ppid=28414 vsize=812604 CPUtime=0.26
/proc/28428/task/28434/stat : 28434 (java) S 28414 28414 24636 0 -1 64 847 0 0 0 26 0 0 0 15 0 9 0 1984904779 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28435] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28435/stat : 28435 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984904779 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28436] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28436/stat : 28436 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984904779 832106496 23592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860168

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 28436
/proc/meminfo: memFree=1723528/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=0.01
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28428] ppid=28414 vsize=812604 CPUtime=12.54
/proc/28428/stat : 28428 (java) S 28414 28414 24636 0 -1 0 28927 0 1 0 1238 16 0 0 18 0 9 0 1984904774 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28428/statm: 203151 27862 2593 9 0 197184 0
[pid=28428/tid=28429] ppid=28414 vsize=812604 CPUtime=8.68
/proc/28428/task/28429/stat : 28429 (java) R 28414 28414 24636 0 -1 64 14649 0 1 0 859 9 0 0 25 0 9 0 1984904775 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4127109288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28430] ppid=28414 vsize=812604 CPUtime=3.55
/proc/28428/task/28430/stat : 28430 (java) S 28414 28414 24636 0 -1 64 12726 0 0 0 350 5 0 0 16 0 9 0 1984904777 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28431] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28431/stat : 28431 (java) S 28414 28414 24636 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1984904777 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28432] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28432/stat : 28432 (java) S 28414 28414 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984904777 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28433] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28433/stat : 28433 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984904779 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28434] ppid=28414 vsize=812604 CPUtime=0.27
/proc/28428/task/28434/stat : 28434 (java) S 28414 28414 24636 0 -1 64 852 0 0 0 27 0 0 0 15 0 9 0 1984904779 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28435] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28435/stat : 28435 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984904779 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28428/tid=28436] ppid=28414 vsize=812604 CPUtime=0
/proc/28428/task/28436/stat : 28436 (java) S 28414 28414 24636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984904779 832106496 27862 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860168

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28437
/proc/meminfo: memFree=1772360/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=48052 CPUtime=1.95
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 11553 0 0 0 189 6 0 0 25 0 1 0 1984907123 49205248 11535 996147200 134512640 135177480 4294955984 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 12013 11535 75 162 0 11848 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 95616

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28437
/proc/meminfo: memFree=1758856/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=62944 CPUtime=27.36
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 14957 0 0 0 2728 8 0 0 25 0 1 0 1984907123 64454656 14939 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 15736 14939 75 162 0 15571 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 110508

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 28437

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


[startup+342.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/74 28439
/proc/meminfo: memFree=1721992/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=101244 CPUtime=316.31
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 24110 0 0 0 31619 12 0 0 25 0 1 0 1984907123 103673856 24092 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 25311 24092 75 162 0 25146 0
Current children cumulated CPU time (s) 339.57
Current children cumulated vsize (KiB) 148808

[startup+402.301 s]
/proc/loadavg: 2.23 2.07 2.01 3/74 28439
/proc/meminfo: memFree=1717704/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=102168 CPUtime=375.83
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25185 0 0 0 37570 13 0 0 25 0 1 0 1984907123 104620032 25167 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 25542 25167 75 162 0 25377 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 149732

[startup+462.301 s]
/proc/loadavg: 2.23 2.11 2.03 3/74 28439
/proc/meminfo: memFree=1714504/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=118400 CPUtime=435.36
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25967 0 0 0 43522 14 0 0 25 0 1 0 1984907123 121241600 25949 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 29600 25949 75 162 0 29435 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 165964

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

[startup+473.501 s]
/proc/loadavg: 2.19 2.10 2.03 3/74 28439
/proc/meminfo: memFree=1714504/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=118400 CPUtime=446.47
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25971 0 0 0 44633 14 0 0 25 0 1 0 1984907123 121241600 25953 996147200 134512640 135177480 4294955984 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 29600 25953 75 162 0 29435 0
Current children cumulated CPU time (s) 469.73
Current children cumulated vsize (KiB) 165964

[startup+479.901 s]
/proc/loadavg: 2.16 2.10 2.03 3/74 28439
/proc/meminfo: memFree=1714504/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=118400 CPUtime=452.82
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25971 0 0 0 45268 14 0 0 25 0 1 0 1984907123 121241600 25953 996147200 134512640 135177480 4294955984 18446744073709551615 134537473 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 29600 25953 75 162 0 29435 0
Current children cumulated CPU time (s) 476.08
Current children cumulated vsize (KiB) 165964

[startup+481.502 s]
/proc/loadavg: 2.16 2.10 2.03 3/74 28439
/proc/meminfo: memFree=1714504/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=118400 CPUtime=454.41
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25972 0 0 0 45427 14 0 0 25 0 1 0 1984907123 121241600 25954 996147200 134512640 135177480 4294955984 18446744073709551615 134538932 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 29600 25954 75 162 0 29435 0
Current children cumulated CPU time (s) 477.67
Current children cumulated vsize (KiB) 165964

[startup+483.102 s]
/proc/loadavg: 2.16 2.10 2.03 3/74 28439
/proc/meminfo: memFree=1747592/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=23.26
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 799 30798 0 1 0 0 2303 23 17 0 1 0 1984904771 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28414/statm: 11891 364 245 79 0 219 0
[pid=28437] ppid=28414 vsize=71684 CPUtime=456
/proc/28437/stat : 28437 (eSAT_static) R 28414 28414 24636 0 -1 4194304 25983 0 0 0 45585 15 0 0 25 0 1 0 1984907123 73404416 17638 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/28437/statm: 17921 17638 80 162 0 17756 0
Current children cumulated CPU time (s) 479.26
Current children cumulated vsize (KiB) 119248

[startup+483.902 s]
/proc/loadavg: 2.16 2.10 2.03 3/82 28448
/proc/meminfo: memFree=1812040/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=479.98
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 835 56794 0 1 0 0 47958 40 16 0 1 0 1984904771 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28414/statm: 11891 365 245 79 0 219 0
[pid=28440] ppid=28414 vsize=810576 CPUtime=0.08
/proc/28440/stat : 28440 (java) S 28414 28414 24636 0 -1 0 3603 0 1 0 6 2 0 0 18 0 9 0 1984953152 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28440/statm: 202644 3073 1617 9 0 196712 0
[pid=28440/tid=28441] ppid=28414 vsize=810576 CPUtime=0.05
/proc/28440/task/28441/stat : 28441 (java) R 28414 28414 24636 0 -1 64 2585 0 1 0 4 1 0 0 20 0 9 0 1984953153 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4159480049 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28442] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28442/stat : 28442 (java) S 28414 28414 24636 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984953155 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28443] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28443/stat : 28443 (java) S 28414 28414 24636 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984953155 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28444] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28444/stat : 28444 (java) S 28414 28414 24636 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984953155 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28445] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28445/stat : 28445 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984953157 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28446] ppid=28414 vsize=810576 CPUtime=0.01
/proc/28440/task/28446/stat : 28446 (java) S 28414 28414 24636 0 -1 64 305 0 0 0 1 0 0 0 19 0 9 0 1984953157 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28447] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28447/stat : 28447 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984953157 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28448] ppid=28414 vsize=810576 CPUtime=0
/proc/28440/task/28448/stat : 28448 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1984953157 830029824 3073 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 480.06
Current children cumulated vsize (KiB) 858140

[startup+484.302 s]
/proc/loadavg: 2.16 2.10 2.03 3/82 28448
/proc/meminfo: memFree=1812040/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=479.98
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 835 56794 0 1 0 0 47958 40 16 0 1 0 1984904771 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28414/statm: 11891 365 245 79 0 219 0
[pid=28440] ppid=28414 vsize=812468 CPUtime=0.47
/proc/28440/stat : 28440 (java) S 28414 28414 24636 0 -1 0 5412 0 1 0 43 4 0 0 18 0 9 0 1984953152 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28440/statm: 203117 4835 1854 9 0 197150 0
[pid=28440/tid=28441] ppid=28414 vsize=812468 CPUtime=0.29
/proc/28440/task/28441/stat : 28441 (java) R 28414 28414 24636 0 -1 64 3907 0 1 0 27 2 0 0 19 0 9 0 1984953153 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 101444392 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28442] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28442/stat : 28442 (java) S 28414 28414 24636 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984953155 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28443] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28443/stat : 28443 (java) S 28414 28414 24636 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984953155 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28444] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28444/stat : 28444 (java) S 28414 28414 24636 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984953155 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28445] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28445/stat : 28445 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984953157 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28446] ppid=28414 vsize=812468 CPUtime=0.15
/proc/28440/task/28446/stat : 28446 (java) S 28414 28414 24636 0 -1 64 792 0 0 0 15 0 0 0 16 0 9 0 1984953157 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28447] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28447/stat : 28447 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984953157 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28448] ppid=28414 vsize=812468 CPUtime=0
/proc/28440/task/28448/stat : 28448 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984953157 831967232 4835 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 480.45
Current children cumulated vsize (KiB) 860032

[startup+484.402 s]
/proc/loadavg: 2.16 2.10 2.03 3/82 28448
/proc/meminfo: memFree=1812040/2055920 swapFree=4180444/4192956
[pid=28414] ppid=28412 vsize=47564 CPUtime=479.98
/proc/28414/stat : 28414 (galacE.sh) S 28412 28414 24636 0 -1 4194304 835 56794 0 1 0 0 47958 40 16 0 1 0 1984904771 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28414/statm: 11891 365 245 79 0 219 0
[pid=28440] ppid=28414 vsize=812580 CPUtime=0.57
/proc/28440/stat : 28440 (java) S 28414 28414 24636 0 -1 0 6023 0 1 0 53 4 0 0 18 0 9 0 1984953152 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28440/statm: 203145 5406 1910 9 0 197150 0
[pid=28440/tid=28441] ppid=28414 vsize=812580 CPUtime=0.37
/proc/28440/task/28441/stat : 28441 (java) R 28414 28414 24636 0 -1 64 4497 0 1 0 34 3 0 0 18 0 9 0 1984953153 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28442] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28442/stat : 28442 (java) S 28414 28414 24636 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1984953155 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28443] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28443/stat : 28443 (java) S 28414 28414 24636 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984953155 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28444] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28444/stat : 28444 (java) S 28414 28414 24636 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984953155 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28445] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28445/stat : 28445 (java) S 28414 28414 24636 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984953157 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28446] ppid=28414 vsize=812580 CPUtime=0.18
/proc/28440/task/28446/stat : 28446 (java) R 28414 28414 24636 0 -1 64 813 0 0 0 18 0 0 0 16 0 9 0 1984953157 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 101749036 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28447] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28447/stat : 28447 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984953157 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=28440/tid=28448] ppid=28414 vsize=812580 CPUtime=0
/proc/28440/task/28448/stat : 28448 (java) S 28414 28414 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984953157 832081920 5406 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 480.55
Current children cumulated vsize (KiB) 860144

Child status: 0
Real time (s): 484.472
CPU time (s): 480.631
CPU user time (s): 480.158
CPU system time (s): 0.472928
CPU usage (%): 99.2071
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.158
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64757
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= 2915
involuntary context switches= 13337

runsolver used 0.52292 second user time and 1.3318 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 06:29:12
IDJOB=1055241
IDBENCH=56810
IDSOLVER=351
FILE ID=node68/1055241-1215059352
PBS_JOBID= 7875040
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b10ff76d89f0aa1b94e437a7f1e524d7
RANDOM SEED=1409717608

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831544 kB
Buffers:         23136 kB
Cached:         132756 kB
SwapCached:       6560 kB
Active:         103988 kB
Inactive:        63076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831544 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:          18640 kB
Slab:            42808 kB
Committed_AS:  4110312 kB
PageTables:       1672 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= 66540 MiB
End job on node68 at 2008-07-03 06:37:17