Trace number 1091657

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 760.781 768.126

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-2.xml
MD5SUMa89a6c6383972430c18a815380f5135b
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.530919
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size127
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.89/7.09	c start processing
6.89/7.09	c start relation processing
7.68/7.84	c start cnf exporting
30.55/30.91	c parsing time : 6.96
30.55/30.91	c preprocessing time : 30.788
30.55/30.91	
30.55/30.91	c Nary constraints - conflicts : 0 supports : 0
30.55/30.91	c Binary constraints - conflicts : 265 supports :0
30.55/30.91	c max arity constraint : 2
30.55/30.91	c Max Tuples generated 16129
30.55/30.91	c relations : 265
30.55/30.91	c relations BDD: 0
30.55/30.91	c sampling 225/265
30.55/30.91	c vars : 6036 - clauses :  1120037
30.55/30.91	
30.55/30.97	 
30.55/30.97	c --- SAT Solver Stats ---
30.55/30.97	 
30.55/30.97	c eSAT 0.1 : minisat core with additionnal features
30.55/30.97	c ============================[ Problem Statistics ]=============================
30.55/30.97	c |                                                                             |
30.55/30.97	c |  Number of variables:  6035                                                 |
30.55/30.97	c |  Number of clauses:    1120037                                              |
30.59/31.59	c |  Parsing time:         0.53         s                                       |
759.89/767.24	c restarts              : 1912
759.89/767.24	c conflicts             : 310996         (427 /sec)
759.89/767.24	c decisions             : 2563489        (5.18 % random) (3516 /sec)
759.89/767.24	c euip                  : 99750       
759.89/767.24	c propagations          : 17062968       (23401 /sec)
759.89/767.24	c conflict literals     : 64758191       (5.36 % deleted)
759.89/767.24	c Memory used           : 120.85 MB
759.89/767.24	c CPU time              : 729.16 s
759.89/767.24	c 
759.89/767.24	s SATISFIABLE
760.74/768.11	v 1 6 14 23 31 0 11 24 34 45 81 91 120 133 144 0 14 37 46 55 75 91 104 123 133 67 79 89 103 116 8 27 46 58 69 4 48 58 75 88 115 119 133 149 160 37 61 74 96 103

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-1091657-1215275134/watcher-1091657-1215275134 -o /tmp/evaluation-result-1091657-1215275134/solver-1091657-1215275134 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091657-1215275134.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.17 2.06 2.01 4/86 23627
/proc/meminfo: memFree=1680792/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=8652 CPUtime=0
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 650447030 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 2163 280 208 79 0 156 0
[pid=23628] ppid=23627 vsize=8688 CPUtime=0
/proc/23628/stat : 23628 (galacE.sh) S 23627 23627 22593 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 650447031 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23628/statm: 2172 286 209 79 0 165 0
[pid=23629] ppid=23628 vsize=8728 CPUtime=0
/proc/23629/stat : 23629 (galacE.sh) R 23628 23627 22593 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 650447031 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231493659943 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/23629/statm: 2182 290 209 79 0 175 0

[startup+0.063263 s]
/proc/loadavg: 2.17 2.06 2.01 4/86 23627
/proc/meminfo: memFree=1680792/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102032 s]
/proc/loadavg: 2.17 2.06 2.01 4/86 23627
/proc/meminfo: memFree=1680792/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301062 s]
/proc/loadavg: 2.17 2.06 2.01 4/86 23627
/proc/meminfo: memFree=1680792/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701123 s]
/proc/loadavg: 2.17 2.06 2.01 4/86 23627
/proc/meminfo: memFree=1680792/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50224 s]
/proc/loadavg: 2.17 2.06 2.01 4/96 23649
/proc/meminfo: memFree=1636424/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23641] ppid=23627 vsize=812728 CPUtime=1.44
/proc/23641/stat : 23641 (java) S 23627 23627 22593 0 -1 0 15980 0 1 0 136 8 0 0 18 0 9 0 650447034 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23641/statm: 203182 15197 2586 9 0 197163 0
[pid=23641/tid=23642] ppid=23627 vsize=812728 CPUtime=0.89
/proc/23641/task/23642/stat : 23642 (java) R 23627 23627 22593 0 -1 64 7565 0 1 0 85 4 0 0 25 0 9 0 650447035 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4126703530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23643] ppid=23627 vsize=812728 CPUtime=0.37
/proc/23641/task/23643/stat : 23643 (java) S 23627 23627 22593 0 -1 64 6943 0 0 0 35 2 0 0 16 0 9 0 650447036 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23644] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23644/stat : 23644 (java) S 23627 23627 22593 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650447036 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23645] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23645/stat : 23645 (java) S 23627 23627 22593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650447036 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23646] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23646/stat : 23646 (java) S 23627 23627 22593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650447039 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23647] ppid=23627 vsize=812728 CPUtime=0.15
/proc/23641/task/23647/stat : 23647 (java) S 23627 23627 22593 0 -1 64 771 0 0 0 15 0 0 0 15 0 9 0 650447039 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23648] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23648/stat : 23648 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650447039 832233472 15197 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23649] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23649/stat : 23649 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650447039 832233472 15197 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) 860300

[startup+3.10148 s]
/proc/loadavg: 2.16 2.06 2.01 4/96 23649
/proc/meminfo: memFree=1623240/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23641] ppid=23627 vsize=812728 CPUtime=3.03
/proc/23641/stat : 23641 (java) S 23627 23627 22593 0 -1 0 19563 0 1 0 293 10 0 0 18 0 9 0 650447034 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23641/statm: 203182 18769 2586 9 0 197163 0
[pid=23641/tid=23642] ppid=23627 vsize=812728 CPUtime=1.46
/proc/23641/task/23642/stat : 23642 (java) R 23627 23627 22593 0 -1 64 7576 0 1 0 141 5 0 0 25 0 9 0 650447035 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23643] ppid=23627 vsize=812728 CPUtime=1.35
/proc/23641/task/23643/stat : 23643 (java) R 23627 23627 22593 0 -1 64 10486 0 0 0 132 3 0 0 17 0 9 0 650447036 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23644] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23644/stat : 23644 (java) S 23627 23627 22593 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650447036 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23645] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23645/stat : 23645 (java) S 23627 23627 22593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650447036 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23646] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23646/stat : 23646 (java) S 23627 23627 22593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650447039 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23647] ppid=23627 vsize=812728 CPUtime=0.19
/proc/23641/task/23647/stat : 23647 (java) S 23627 23627 22593 0 -1 64 800 0 0 0 19 0 0 0 15 0 9 0 650447039 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23648] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23648/stat : 23648 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650447039 832233472 18769 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23649] ppid=23627 vsize=812728 CPUtime=0
/proc/23641/task/23649/stat : 23649 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650447039 832233472 18769 996147200 134512640 134550740 4294955600 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) 860300

[startup+6.30295 s]
/proc/loadavg: 2.16 2.06 2.01 3/96 23649
/proc/meminfo: memFree=1602056/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23641] ppid=23627 vsize=812812 CPUtime=6.2
/proc/23641/stat : 23641 (java) S 23627 23627 22593 0 -1 0 23831 0 1 0 608 12 0 0 18 0 9 0 650447034 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23641/statm: 203203 22738 2588 9 0 197184 0
[pid=23641/tid=23642] ppid=23627 vsize=812812 CPUtime=1.92
/proc/23641/task/23642/stat : 23642 (java) S 23627 23627 22593 0 -1 64 7593 0 1 0 187 5 0 0 18 0 9 0 650447035 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23643] ppid=23627 vsize=812812 CPUtime=4.03
/proc/23641/task/23643/stat : 23643 (java) R 23627 23627 22593 0 -1 64 14725 0 0 0 398 5 0 0 24 0 9 0 650447036 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23644] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23644/stat : 23644 (java) S 23627 23627 22593 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650447036 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23645] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23645/stat : 23645 (java) S 23627 23627 22593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650447036 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23646] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23646/stat : 23646 (java) S 23627 23627 22593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650447039 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23647] ppid=23627 vsize=812812 CPUtime=0.22
/proc/23641/task/23647/stat : 23647 (java) S 23627 23627 22593 0 -1 64 812 0 0 0 22 0 0 0 15 0 9 0 650447039 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23648] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23648/stat : 23648 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650447039 832319488 22738 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23649] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23649/stat : 23649 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650447039 832319488 22738 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) 860384

[startup+12.7019 s]
/proc/loadavg: 2.13 2.06 2.01 3/96 23649
/proc/meminfo: memFree=1563208/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23641] ppid=23627 vsize=812812 CPUtime=12.52
/proc/23641/stat : 23641 (java) S 23627 23627 22593 0 -1 0 31781 0 1 0 1234 18 0 0 18 0 9 0 650447034 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23641/statm: 203203 30671 2593 9 0 197184 0
[pid=23641/tid=23642] ppid=23627 vsize=812812 CPUtime=7.43
/proc/23641/task/23642/stat : 23642 (java) R 23627 23627 22593 0 -1 64 14645 0 1 0 732 11 0 0 25 0 9 0 650447035 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4126379569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23643] ppid=23627 vsize=812812 CPUtime=4.8
/proc/23641/task/23643/stat : 23643 (java) S 23627 23627 22593 0 -1 64 15591 0 0 0 474 6 0 0 16 0 9 0 650447036 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23644] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23644/stat : 23644 (java) S 23627 23627 22593 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650447036 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23645] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23645/stat : 23645 (java) S 23627 23627 22593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650447036 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23646] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23646/stat : 23646 (java) S 23627 23627 22593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650447039 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23647] ppid=23627 vsize=812812 CPUtime=0.27
/proc/23641/task/23647/stat : 23647 (java) S 23627 23627 22593 0 -1 64 844 0 0 0 27 0 0 0 15 0 9 0 650447039 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23648] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23648/stat : 23648 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650447039 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23649] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23649/stat : 23649 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650447039 832319488 30671 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860384

[startup+25.5028 s]
/proc/loadavg: 2.11 2.06 2.01 3/96 23649
/proc/meminfo: memFree=1554824/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=0.01
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23641] ppid=23627 vsize=812812 CPUtime=25.19
/proc/23641/stat : 23641 (java) S 23627 23627 22593 0 -1 0 31912 0 1 0 2496 23 0 0 18 0 9 0 650447034 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23641/statm: 203203 30779 2593 9 0 197184 0
[pid=23641/tid=23642] ppid=23627 vsize=812812 CPUtime=20.08
/proc/23641/task/23642/stat : 23642 (java) R 23627 23627 22593 0 -1 64 14669 0 1 0 1992 16 0 0 25 0 9 0 650447035 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4126381408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23643] ppid=23627 vsize=812812 CPUtime=4.82
/proc/23641/task/23643/stat : 23643 (java) S 23627 23627 22593 0 -1 64 15694 0 0 0 476 6 0 0 16 0 9 0 650447036 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23644] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23644/stat : 23644 (java) S 23627 23627 22593 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650447036 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23645] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23645/stat : 23645 (java) S 23627 23627 22593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 650447036 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23646] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23646/stat : 23646 (java) S 23627 23627 22593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 650447039 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23647] ppid=23627 vsize=812812 CPUtime=0.27
/proc/23641/task/23647/stat : 23647 (java) S 23627 23627 22593 0 -1 64 848 0 0 0 27 0 0 0 15 0 9 0 650447039 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23648] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23648/stat : 23648 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650447039 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23641/tid=23649] ppid=23627 vsize=812812 CPUtime=0
/proc/23641/task/23649/stat : 23649 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650447039 832319488 30779 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2

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

/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 26340 0 0 0 36771 13 0 0 25 0 1 0 650450127 119103488 26322 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 29078 26322 75 162 0 28913 0
Current children cumulated CPU time (s) 398.43
Current children cumulated vsize (KiB) 163884

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23650
/proc/meminfo: memFree=1553864/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=118560 CPUtime=427.26
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 27720 0 0 0 42713 13 0 0 25 0 1 0 650450127 121405440 27702 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 29640 27702 75 162 0 29475 0
Current children cumulated CPU time (s) 457.85
Current children cumulated vsize (KiB) 166132

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23650
/proc/meminfo: memFree=1553672/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=118560 CPUtime=486.7
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 27766 0 0 0 48657 13 0 0 25 0 1 0 650450127 121405440 27748 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 29640 27748 75 162 0 29475 0
Current children cumulated CPU time (s) 517.29
Current children cumulated vsize (KiB) 166132

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23650
/proc/meminfo: memFree=1548168/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=120552 CPUtime=546.14
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 29134 0 0 0 54600 14 0 0 25 0 1 0 650450127 123445248 29116 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 30138 29116 75 162 0 29973 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 168124

[startup+642.303 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 23650
/proc/meminfo: memFree=1545544/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=136652 CPUtime=605.57
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 29777 0 0 0 60543 14 0 0 25 0 1 0 650450127 139931648 29759 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 34163 29759 75 162 0 33998 0
Current children cumulated CPU time (s) 636.16
Current children cumulated vsize (KiB) 184224

[startup+702.303 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 23650
/proc/meminfo: memFree=1576584/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=89936 CPUtime=665.01
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 30053 0 0 0 66486 15 0 0 25 0 1 0 650450127 92094464 21951 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 22484 21951 80 162 0 22319 0
Current children cumulated CPU time (s) 695.6
Current children cumulated vsize (KiB) 137508

[startup+762.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 23650
/proc/meminfo: memFree=1542920/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=123744 CPUtime=724.45
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 38487 0 0 0 72426 19 0 0 25 0 1 0 650450127 126713856 30385 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 30936 30385 80 162 0 30771 0
Current children cumulated CPU time (s) 755.04
Current children cumulated vsize (KiB) 171316

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

[startup+764.702 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 23650
/proc/meminfo: memFree=1542920/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=123744 CPUtime=726.82
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 38487 0 0 0 72663 19 0 0 25 0 1 0 650450127 126713856 30385 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 30936 30385 80 162 0 30771 0
Current children cumulated CPU time (s) 757.41
Current children cumulated vsize (KiB) 171316

[startup+766.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 23650
/proc/meminfo: memFree=1542920/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=123744 CPUtime=728.41
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 38487 0 0 0 72822 19 0 0 25 0 1 0 650450127 126713856 30385 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 30936 30385 80 162 0 30771 0
Current children cumulated CPU time (s) 759
Current children cumulated vsize (KiB) 171316

[startup+767.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 23650
/proc/meminfo: memFree=1542920/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=30.59
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 799 33631 0 1 0 0 3030 29 17 0 1 0 650447030 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23627/statm: 11893 364 245 79 0 219 0
[pid=23650] ppid=23627 vsize=123744 CPUtime=729.2
/proc/23650/stat : 23650 (eSAT_static) R 23627 23627 22593 0 -1 4194304 38487 0 0 0 72901 19 0 0 25 0 1 0 650450127 126713856 30385 996147200 134512640 135177480 4294955968 18446744073709551615 134546804 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 30936 30385 80 162 0 30771 0
Current children cumulated CPU time (s) 759.79
Current children cumulated vsize (KiB) 171316

[startup+767.902 s]
/proc/loadavg: 2.02 2.02 2.00 4/96 23659
/proc/meminfo: memFree=1652872/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=759.97
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 835 72131 0 1 0 0 75947 50 16 0 1 0 650447030 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23627/statm: 11893 365 245 79 0 219 0
[pid=23651] ppid=23627 vsize=812884 CPUtime=0.6
/proc/23651/stat : 23651 (java) S 23627 23627 22593 0 -1 0 5725 0 1 0 57 3 0 0 18 0 9 0 650523757 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23651/statm: 203221 5108 1908 9 0 197174 0
[pid=23651/tid=23652] ppid=23627 vsize=812884 CPUtime=0.43
/proc/23651/task/23652/stat : 23652 (java) R 23627 23627 22593 0 -1 64 4215 0 1 0 41 2 0 0 18 0 9 0 650523758 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4125977381 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23653] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23653/stat : 23653 (java) S 23627 23627 22593 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 650523760 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23654] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23654/stat : 23654 (java) S 23627 23627 22593 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 650523760 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23655] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23655/stat : 23655 (java) S 23627 23627 22593 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 650523760 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23656] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23656/stat : 23656 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650523762 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23657] ppid=23627 vsize=812884 CPUtime=0.16
/proc/23651/task/23657/stat : 23657 (java) R 23627 23627 22593 0 -1 64 796 0 0 0 16 0 0 0 20 0 9 0 650523762 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23658] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23658/stat : 23658 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650523762 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23659] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23659/stat : 23659 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650523762 832393216 5108 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.57
Current children cumulated vsize (KiB) 860456

[startup+768.102 s]
/proc/loadavg: 2.02 2.02 2.00 4/96 23659
/proc/meminfo: memFree=1652872/2055920 swapFree=4180840/4192956
[pid=23627] ppid=23625 vsize=47572 CPUtime=759.97
/proc/23627/stat : 23627 (galacE.sh) S 23625 23627 22593 0 -1 4194304 842 72131 0 1 0 0 75947 50 15 0 1 0 650447030 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 231493828690 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/23627/statm: 11893 366 245 79 0 219 0
[pid=23651] ppid=23627 vsize=812884 CPUtime=0.77
/proc/23651/stat : 23651 (java) S 23627 23627 22593 0 -1 0 7042 0 1 0 73 4 0 0 18 0 9 0 650523757 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23651/statm: 203221 6424 1909 9 0 197174 0
[pid=23651/tid=23652] ppid=23627 vsize=812884 CPUtime=0.57
/proc/23651/task/23652/stat : 23652 (java) S 23627 23627 22593 0 -1 64 5517 0 1 0 54 3 0 0 19 0 9 0 650523758 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23653] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23653/stat : 23653 (java) S 23627 23627 22593 0 -1 64 4 0 0 0 0 0 0 0 18 0 9 0 650523760 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23654] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23654/stat : 23654 (java) S 23627 23627 22593 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 650523760 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23655] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23655/stat : 23655 (java) S 23627 23627 22593 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 650523760 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23656] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23656/stat : 23656 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650523762 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23657] ppid=23627 vsize=812884 CPUtime=0.18
/proc/23651/task/23657/stat : 23657 (java) S 23627 23627 22593 0 -1 64 811 0 0 0 18 0 0 0 18 0 9 0 650523762 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23658] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23658/stat : 23658 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650523762 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=23651/tid=23659] ppid=23627 vsize=812884 CPUtime=0
/proc/23651/task/23659/stat : 23659 (java) S 23627 23627 22593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650523762 832393216 6424 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.74
Current children cumulated vsize (KiB) 860456

Child status: 0
Real time (s): 768.126
CPU time (s): 760.781
CPU user time (s): 760.206
CPU system time (s): 0.574912
CPU usage (%): 99.0438
Max. virtual memory (cumulated for all children) (KiB): 860704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 760.206
system time used= 0.574912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80214
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= 2553
involuntary context switches= 30278

runsolver used 0.884865 second user time and 2.6276 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 18:25:34
IDJOB=1091657
IDBENCH=58568
IDSOLVER=351
FILE ID=node39/1091657-1215275134
PBS_JOBID= 7882214
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a89a6c6383972430c18a815380f5135b
RANDOM SEED=844999334

node39.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.267
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.267
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:       1681272 kB
Buffers:         45320 kB
Cached:         198100 kB
SwapCached:       6276 kB
Active:         221952 kB
Inactive:        96644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681272 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            3536 kB
Writeback:           0 kB
Mapped:          90068 kB
Slab:            40464 kB
Committed_AS:  1839076 kB
PageTables:       2412 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= 66552 MiB
End job on node39 at 2008-07-05 18:38:23