Trace number 1091468

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 562.881 568.228

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-7.xml
MD5SUMbe29e2e19c1d5065f8fa6253b2edfb33
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.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size133
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 ---
6.60/6.79	c start processing
6.60/6.79	c start relation processing
7.39/7.52	c start cnf exporting
29.87/30.28	c parsing time : 6.653
29.87/30.28	c preprocessing time : 30.158
29.87/30.28	
29.87/30.28	c Nary constraints - conflicts : 0 supports : 0
29.87/30.28	c Binary constraints - conflicts : 265 supports :0
29.87/30.28	c max arity constraint : 2
29.87/30.28	c Max Tuples generated 17689
29.87/30.28	c relations : 256
29.87/30.28	c relations BDD: 0
29.87/30.28	c sampling 217/256
29.87/30.28	c vars : 6216 - clauses :  1135172
29.87/30.28	
29.96/30.33	 
29.96/30.33	c --- SAT Solver Stats ---
29.96/30.33	 
29.96/30.33	c eSAT 0.1 : minisat core with additionnal features
29.96/30.33	c ============================[ Problem Statistics ]=============================
29.96/30.33	c |                                                                             |
29.96/30.33	c |  Number of variables:  6215                                                 |
29.96/30.33	c |  Number of clauses:    1135172                                              |
30.53/30.97	c |  Parsing time:         0.53         s                                       |
562.16/567.54	c restarts              : 177
562.16/567.54	c conflicts             : 5905           (11 /sec)
562.16/567.54	c decisions             : 112583         (37.06 % random) (212 /sec)
562.16/567.54	c euip                  : 1794        
562.16/567.54	c propagations          : 966048         (1816 /sec)
562.16/567.54	c conflict literals     : 712850         (6.79 % deleted)
562.16/567.54	c Memory used           : 84.82 MB
562.16/567.54	c CPU time              : 532.048 s
562.16/567.54	c 
562.16/567.55	s SATISFIABLE
562.23/568.21	v 6 15 51 64 74 0 6 12 34 44 42 100 111 135 141 36 55 64 77 86 30 60 77 90 100 1 6 24 80 114 101 124 138 150 161 51 76 91 114 129 88 111 126 143 151 12 22 36 49 58

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-1091468-1215274910/watcher-1091468-1215274910 -o /tmp/evaluation-result-1091468-1215274910/solver-1091468-1215274910 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091468-1215274910.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: 1.99 1.97 1.97 4/74 8660
/proc/meminfo: memFree=1566712/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=8652 CPUtime=0
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1557167225 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 2163 280 208 79 0 156 0
[pid=8661] ppid=8660 vsize=8688 CPUtime=0
/proc/8661/stat : 8661 (galacE.sh) S 8660 8660 7297 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1557167226 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8661/statm: 2172 286 209 79 0 165 0
[pid=8662] ppid=8661 vsize=8728 CPUtime=0
/proc/8662/stat : 8662 (galacE.sh) R 8661 8660 7297 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1557167226 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 215418989863 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/8662/statm: 2182 290 209 79 0 175 0

[startup+0.061276 s]
/proc/loadavg: 1.99 1.97 1.97 4/74 8660
/proc/meminfo: memFree=1566712/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101981 s]
/proc/loadavg: 1.99 1.97 1.97 4/74 8660
/proc/meminfo: memFree=1566712/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.303023 s]
/proc/loadavg: 1.99 1.97 1.97 4/74 8660
/proc/meminfo: memFree=1566712/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701099 s]
/proc/loadavg: 1.99 1.97 1.97 4/74 8660
/proc/meminfo: memFree=1566712/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50225 s]
/proc/loadavg: 1.99 1.97 1.97 3/84 8682
/proc/meminfo: memFree=1521128/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8674] ppid=8660 vsize=812764 CPUtime=1.44
/proc/8674/stat : 8674 (java) S 8660 8660 7297 0 -1 0 15898 0 1 0 136 8 0 0 18 0 9 0 1557167229 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8674/statm: 203191 15115 2586 9 0 197172 0
[pid=8674/tid=8675] ppid=8660 vsize=812764 CPUtime=0.8
/proc/8674/task/8675/stat : 8675 (java) R 8660 8660 7297 0 -1 64 7577 0 1 0 76 4 0 0 25 0 9 0 1557167230 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8676] ppid=8660 vsize=812764 CPUtime=0.44
/proc/8674/task/8676/stat : 8676 (java) R 8660 8660 7297 0 -1 64 6841 0 0 0 42 2 0 0 16 0 9 0 1557167231 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 104182383 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8677] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8677/stat : 8677 (java) S 8660 8660 7297 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1557167231 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8678] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8678/stat : 8678 (java) S 8660 8660 7297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1557167231 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8679] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8679/stat : 8679 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1557167233 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8680] ppid=8660 vsize=812764 CPUtime=0.17
/proc/8674/task/8680/stat : 8680 (java) S 8660 8660 7297 0 -1 64 780 0 0 0 17 0 0 0 15 0 9 0 1557167233 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8681] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8681/stat : 8681 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1557167233 832270336 15115 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8682] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8682/stat : 8682 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557167234 832270336 15115 996147200 134512640 134550740 4294955600 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) 860344

[startup+3.10256 s]
/proc/loadavg: 1.99 1.97 1.97 4/84 8682
/proc/meminfo: memFree=1508584/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8674] ppid=8660 vsize=812764 CPUtime=3.02
/proc/8674/stat : 8674 (java) S 8660 8660 7297 0 -1 0 19614 0 1 0 293 9 0 0 18 0 9 0 1557167229 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8674/statm: 203191 18821 2586 9 0 197172 0
[pid=8674/tid=8675] ppid=8660 vsize=812764 CPUtime=1.35
/proc/8674/task/8675/stat : 8675 (java) R 8660 8660 7297 0 -1 64 7588 0 1 0 131 4 0 0 25 0 9 0 1557167230 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4126699854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8676] ppid=8660 vsize=812764 CPUtime=1.43
/proc/8674/task/8676/stat : 8676 (java) S 8660 8660 7297 0 -1 64 10526 0 0 0 140 3 0 0 18 0 9 0 1557167231 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8677] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8677/stat : 8677 (java) S 8660 8660 7297 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1557167231 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8678] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8678/stat : 8678 (java) S 8660 8660 7297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1557167231 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8679] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8679/stat : 8679 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1557167233 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8680] ppid=8660 vsize=812764 CPUtime=0.2
/proc/8674/task/8680/stat : 8680 (java) S 8660 8660 7297 0 -1 64 800 0 0 0 20 0 0 0 15 0 9 0 1557167233 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8681] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8681/stat : 8681 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1557167233 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8682] ppid=8660 vsize=812764 CPUtime=0
/proc/8674/task/8682/stat : 8682 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557167234 832270336 18821 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860344

[startup+6.30118 s]
/proc/loadavg: 2.07 1.99 1.98 4/84 8682
/proc/meminfo: memFree=1487920/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8674] ppid=8660 vsize=812812 CPUtime=6.2
/proc/8674/stat : 8674 (java) S 8660 8660 7297 0 -1 0 23625 0 1 0 608 12 0 0 18 0 9 0 1557167229 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8674/statm: 203203 22541 2588 9 0 197184 0
[pid=8674/tid=8675] ppid=8660 vsize=812812 CPUtime=1.8
/proc/8674/task/8675/stat : 8675 (java) S 8660 8660 7297 0 -1 64 7606 0 1 0 176 4 0 0 18 0 9 0 1557167230 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8676] ppid=8660 vsize=812812 CPUtime=4.13
/proc/8674/task/8676/stat : 8676 (java) R 8660 8660 7297 0 -1 64 14506 0 0 0 408 5 0 0 24 0 9 0 1557167231 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 102477912 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8677] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8677/stat : 8677 (java) S 8660 8660 7297 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1557167231 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8678] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8678/stat : 8678 (java) S 8660 8660 7297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1557167231 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8679] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8679/stat : 8679 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1557167233 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8680] ppid=8660 vsize=812812 CPUtime=0.22
/proc/8674/task/8680/stat : 8680 (java) S 8660 8660 7297 0 -1 64 813 0 0 0 22 0 0 0 16 0 9 0 1557167233 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8681] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8681/stat : 8681 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1557167233 832319488 22541 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8682] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8682/stat : 8682 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557167234 832319488 22541 996147200 134512640 134550740 4294955600 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) 860392

[startup+12.7024 s]
/proc/loadavg: 2.07 1.99 1.98 3/84 8682
/proc/meminfo: memFree=1448048/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8674] ppid=8660 vsize=812812 CPUtime=12.53
/proc/8674/stat : 8674 (java) S 8660 8660 7297 0 -1 0 31500 0 1 0 1234 19 0 0 18 0 9 0 1557167229 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8674/statm: 203203 30402 2593 9 0 197184 0
[pid=8674/tid=8675] ppid=8660 vsize=812812 CPUtime=7.59
/proc/8674/task/8675/stat : 8675 (java) R 8660 8660 7297 0 -1 64 14643 0 1 0 748 11 0 0 25 0 9 0 1557167230 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4127096595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8676] ppid=8660 vsize=812812 CPUtime=4.62
/proc/8674/task/8676/stat : 8676 (java) S 8660 8660 7297 0 -1 64 15314 0 0 0 456 6 0 0 16 0 9 0 1557167231 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8677] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8677/stat : 8677 (java) S 8660 8660 7297 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1557167231 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8678] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8678/stat : 8678 (java) S 8660 8660 7297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1557167231 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8679] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8679/stat : 8679 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1557167233 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8680] ppid=8660 vsize=812812 CPUtime=0.28
/proc/8674/task/8680/stat : 8680 (java) S 8660 8660 7297 0 -1 64 843 0 0 0 28 0 0 0 15 0 9 0 1557167233 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8681] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8681/stat : 8681 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1557167233 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8682] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8682/stat : 8682 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557167234 832319488 30402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860392

[startup+25.5029 s]
/proc/loadavg: 2.05 1.99 1.98 3/84 8682
/proc/meminfo: memFree=1438896/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=0.01
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8674] ppid=8660 vsize=812812 CPUtime=25.21
/proc/8674/stat : 8674 (java) S 8660 8660 7297 0 -1 0 31711 0 1 0 2496 25 0 0 18 0 9 0 1557167229 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8674/statm: 203203 30589 2593 9 0 197184 0
[pid=8674/tid=8675] ppid=8660 vsize=812812 CPUtime=20.23
/proc/8674/task/8675/stat : 8675 (java) R 8660 8660 7297 0 -1 64 14668 0 1 0 2007 16 0 0 25 0 9 0 1557167230 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4127037143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8676] ppid=8660 vsize=812812 CPUtime=4.65
/proc/8674/task/8676/stat : 8676 (java) S 8660 8660 7297 0 -1 64 15495 0 0 0 459 6 0 0 16 0 9 0 1557167231 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8677] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8677/stat : 8677 (java) S 8660 8660 7297 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1557167231 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8678] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8678/stat : 8678 (java) S 8660 8660 7297 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1557167231 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8679] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8679/stat : 8679 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1557167233 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8680] ppid=8660 vsize=812812 CPUtime=0.29
/proc/8674/task/8680/stat : 8680 (java) S 8660 8660 7297 0 -1 64 848 0 0 0 29 0 0 0 16 0 9 0 1557167233 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8681] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8681/stat : 8681 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1557167233 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8674/tid=8682] ppid=8660 vsize=812812 CPUtime=0
/proc/8674/task/8682/stat : 8682 (java) S 8660 8660 7297 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1557167234 832319488 30589 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22

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

/proc/meminfo: memFree=1454704/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=99960 CPUtime=190.17
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 22919 0 0 0 19004 13 0 0 25 0 1 0 1557170258 102359040 22901 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 24990 22901 75 162 0 24825 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 147540

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1447536/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=103128 CPUtime=249.63
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 24691 0 0 0 24950 13 0 0 25 0 1 0 1557170258 105603072 24673 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 25782 24673 75 162 0 25617 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 150708

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1441136/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=115752 CPUtime=309.07
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 26269 0 0 0 30893 14 0 0 25 0 1 0 1557170258 118530048 26251 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 28938 26251 75 162 0 28773 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 163332

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1440944/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=115752 CPUtime=368.52
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 26303 0 0 0 36837 15 0 0 25 0 1 0 1557170258 118530048 26285 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 28938 26285 75 162 0 28773 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 163332

[startup+462.303 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1435504/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117204 CPUtime=427.95
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 27504 0 0 0 42780 15 0 0 25 0 1 0 1557170258 120016896 27486 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29301 27486 75 162 0 29136 0
Current children cumulated CPU time (s) 457.94
Current children cumulated vsize (KiB) 164784

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1433008/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117600 CPUtime=487.39
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28018 0 0 0 48723 16 0 0 25 0 1 0 1557170258 120422400 28000 996147200 134512640 135177480 4294955968 18446744073709551615 134537357 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29400 28000 75 162 0 29235 0
Current children cumulated CPU time (s) 517.38
Current children cumulated vsize (KiB) 165180

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

[startup+537.501 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1431984/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117732 CPUtime=502.45
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28324 0 0 0 50229 16 0 0 25 0 1 0 1557170258 120557568 28306 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29433 28306 75 162 0 29268 0
Current children cumulated CPU time (s) 532.44
Current children cumulated vsize (KiB) 165312

[startup+550.302 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1430704/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117996 CPUtime=515.13
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28636 0 0 0 51497 16 0 0 25 0 1 0 1557170258 120827904 28618 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29499 28618 75 162 0 29334 0
Current children cumulated CPU time (s) 545.12
Current children cumulated vsize (KiB) 165576

[startup+556.702 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1430640/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117996 CPUtime=521.47
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28636 0 0 0 52131 16 0 0 25 0 1 0 1557170258 120827904 28618 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29499 28618 75 162 0 29334 0
Current children cumulated CPU time (s) 551.46
Current children cumulated vsize (KiB) 165576

[startup+563.101 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1429552/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117996 CPUtime=527.81
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28637 0 0 0 52765 16 0 0 25 0 1 0 1557170258 120827904 28619 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29499 28619 75 162 0 29334 0
Current children cumulated CPU time (s) 557.8
Current children cumulated vsize (KiB) 165576

[startup+566.302 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1429232/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=117996 CPUtime=530.98
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28647 0 0 0 53082 16 0 0 25 0 1 0 1557170258 120827904 28629 996147200 134512640 135177480 4294955968 18446744073709551615 134538925 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 29499 28629 75 162 0 29334 0
Current children cumulated CPU time (s) 560.97
Current children cumulated vsize (KiB) 165576

[startup+567.102 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1429040/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=29.99
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 799 33429 0 1 0 0 2968 31 17 0 1 0 1557167225 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8660/statm: 11895 364 245 79 0 219 0
[pid=8683] ppid=8660 vsize=86852 CPUtime=531.78
/proc/8683/stat : 8683 (eSAT_static) R 8660 8660 7297 0 -1 4194304 28658 0 0 0 53161 17 0 0 25 0 1 0 1557170258 88936448 21162 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/8683/statm: 21713 21162 80 162 0 21548 0
Current children cumulated CPU time (s) 561.77
Current children cumulated vsize (KiB) 134432

[startup+567.901 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1458416/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=562.23
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 835 62100 0 1 0 0 56173 50 16 0 1 0 1557167225 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8660/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 562.23
Current children cumulated vsize (KiB) 47580

[startup+568.101 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1458416/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=562.23
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 835 62100 0 1 0 0 56173 50 16 0 1 0 1557167225 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8660/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 562.23
Current children cumulated vsize (KiB) 47580

[startup+568.201 s]
/proc/loadavg: 2.00 1.99 1.98 3/76 8683
/proc/meminfo: memFree=1458416/2055920 swapFree=4114256/4192956
[pid=8660] ppid=8658 vsize=47580 CPUtime=562.23
/proc/8660/stat : 8660 (galacE.sh) S 8658 8660 7297 0 -1 4194304 842 62100 0 1 0 0 56173 50 15 0 1 0 1557167225 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/8660/statm: 11895 366 245 79 0 219 0
Current children cumulated CPU time (s) 562.23
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 568.228
CPU time (s): 562.881
CPU user time (s): 562.303
CPU system time (s): 0.577912
CPU usage (%): 99.0592
Max. virtual memory (cumulated for all children) (KiB): 860704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 562.304
system time used= 0.577912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70214
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= 3149
involuntary context switches= 15679

runsolver used 0.71989 second user time and 1.80272 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 18:21:50
IDJOB=1091468
IDBENCH=58559
IDSOLVER=351
FILE ID=node9/1091468-1215274910
PBS_JOBID= 7882232
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be29e2e19c1d5065f8fa6253b2edfb33
RANDOM SEED=453164135

node9.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.265
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	: 5931.00
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.265
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:       1567192 kB
Buffers:         70552 kB
Cached:         247488 kB
SwapCached:      72892 kB
Active:         298868 kB
Inactive:       132140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567192 kB
SwapTotal:     4192956 kB
SwapFree:      4114256 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:         119512 kB
Slab:            42864 kB
Committed_AS:  3075912 kB
PageTables:       2076 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= 66544 MiB
End job on node9 at 2008-07-05 18:31:18