Trace number 1053493

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 716.538 723.108

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-7.xml
MD5SUM0e1a4f341de97802aede74af3b9ff51d
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.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size153
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.04	c --- Preproc Stats ---
7.48/7.63	c start processing
7.48/7.63	c start relation processing
8.37/8.56	c start cnf exporting
34.32/34.78	c parsing time : 7.494
34.32/34.78	c preprocessing time : 34.649
34.32/34.78	
34.32/34.78	c Nary constraints - conflicts : 0 supports : 0
34.32/34.78	c Binary constraints - conflicts : 265 supports :0
34.32/34.78	c max arity constraint : 2
34.32/34.78	c Max Tuples generated 23409
34.32/34.78	c relations : 265
34.32/34.78	c relations BDD: 0
34.32/34.78	c sampling 229/265
34.32/34.78	c vars : 6746 - clauses :  1292992
34.32/34.78	
34.40/34.84	 
34.40/34.84	c --- SAT Solver Stats ---
34.40/34.84	 
34.40/34.84	c eSAT 0.1 : minisat core with additionnal features
34.40/34.84	c ============================[ Problem Statistics ]=============================
34.40/34.84	c |                                                                             |
34.40/34.84	c |  Number of variables:  6745                                                 |
34.40/34.84	c |  Number of clauses:    1292992                                              |
35.18/35.62	c |  Parsing time:         0.66         s                                       |
715.77/722.36	c restarts              : 22
715.77/722.36	c conflicts             : 62             (0 /sec)
715.77/722.36	c decisions             : 36737          (60.31 % random) (54 /sec)
715.77/722.36	c euip                  : 20          
715.77/722.36	c propagations          : 112252         (165 /sec)
715.77/722.36	c conflict literals     : 6883           (9.35 % deleted)
715.77/722.36	c Memory used           : 88.95 MB
715.77/722.36	c CPU time              : 681.209 s
715.77/722.36	c 
715.77/722.36	s SATISFIABLE
716.45/723.09	v 1 8 41 72 77 26 38 50 90 101 11 18 93 108 113 27 71 111 126 139 52 66 77 114 124 0 5 11 29 50 85 126 160 172 180 33 57 62 78 89 119 131 142 162 169 7 17 25 144 147

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-1053493-1215057517/watcher-1053493-1215057517 -o /tmp/evaluation-result-1053493-1215057517/solver-1053493-1215057517 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053493-1215057517.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.12 2.05 2.01 4/80 19925
/proc/meminfo: memFree=1755368/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=8652 CPUtime=0
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984727118 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 2163 280 208 79 0 156 0
[pid=19926] ppid=19925 vsize=8688 CPUtime=0
/proc/19926/stat : 19926 (galacE.sh) S 19925 19925 15861 0 -1 4194368 57 243 0 0 0 0 0 0 18 0 1 0 1984727119 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19926/statm: 2172 288 210 79 0 165 0
[pid=19928] ppid=19926 vsize=8728 CPUtime=0
/proc/19928/stat : 19928 (galacE.sh) R 19926 19925 15861 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1984727119 8937472 292 996147200 4194304 4520092 548682068832 18446744073709551615 259913215271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/19928/statm: 2182 292 210 79 0 175 0

[startup+0.0225391 s]
/proc/loadavg: 2.12 2.05 2.01 4/80 19925
/proc/meminfo: memFree=1755368/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=8768 CPUtime=0
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1984727118 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.102297 s]
/proc/loadavg: 2.12 2.05 2.01 4/80 19925
/proc/meminfo: memFree=1755368/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301313 s]
/proc/loadavg: 2.12 2.05 2.01 4/80 19925
/proc/meminfo: memFree=1755368/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701356 s]
/proc/loadavg: 2.12 2.05 2.01 4/80 19925
/proc/meminfo: memFree=1755368/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50243 s]
/proc/loadavg: 2.12 2.05 2.01 4/90 19947
/proc/meminfo: memFree=1710360/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19939] ppid=19925 vsize=812768 CPUtime=1.43
/proc/19939/stat : 19939 (java) S 19925 19925 15861 0 -1 0 15614 0 1 0 134 9 0 0 18 0 9 0 1984727122 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19939/statm: 203192 14833 2586 9 0 197173 0
[pid=19939/tid=19940] ppid=19925 vsize=812768 CPUtime=0.91
/proc/19939/task/19940/stat : 19940 (java) R 19925 19925 15861 0 -1 64 7631 0 1 0 86 5 0 0 24 0 9 0 1984727123 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19941] ppid=19925 vsize=812768 CPUtime=0.33
/proc/19939/task/19941/stat : 19941 (java) R 19925 19925 15861 0 -1 64 6513 0 0 0 31 2 0 0 16 0 9 0 1984727125 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19942] ppid=19925 vsize=812768 CPUtime=0
/proc/19939/task/19942/stat : 19942 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984727125 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19943] ppid=19925 vsize=812768 CPUtime=0
/proc/19939/task/19943/stat : 19943 (java) S 19925 19925 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984727125 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19944] ppid=19925 vsize=812768 CPUtime=0
/proc/19939/task/19944/stat : 19944 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984727127 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19945] ppid=19925 vsize=812768 CPUtime=0.15
/proc/19939/task/19945/stat : 19945 (java) S 19925 19925 15861 0 -1 64 770 0 0 0 15 0 0 0 16 0 9 0 1984727127 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19946] ppid=19925 vsize=812768 CPUtime=0
/proc/19939/task/19946/stat : 19946 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984727127 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19947] ppid=19925 vsize=812768 CPUtime=0
/proc/19939/task/19947/stat : 19947 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984727127 832274432 14833 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860328

[startup+3.10258 s]
/proc/loadavg: 2.11 2.05 2.01 3/90 19947
/proc/meminfo: memFree=1698072/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19939] ppid=19925 vsize=812800 CPUtime=3.02
/proc/19939/stat : 19939 (java) S 19925 19925 15861 0 -1 0 19595 0 1 0 291 11 0 0 18 0 9 0 1984727122 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19939/statm: 203200 18805 2586 9 0 197181 0
[pid=19939/tid=19940] ppid=19925 vsize=812800 CPUtime=1.51
/proc/19939/task/19940/stat : 19940 (java) R 19925 19925 15861 0 -1 64 7641 0 1 0 146 5 0 0 25 0 9 0 1984727123 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4125961380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19941] ppid=19925 vsize=812800 CPUtime=1.27
/proc/19939/task/19941/stat : 19941 (java) S 19925 19925 15861 0 -1 64 10454 0 0 0 123 4 0 0 17 0 9 0 1984727125 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19942] ppid=19925 vsize=812800 CPUtime=0
/proc/19939/task/19942/stat : 19942 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984727125 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19943] ppid=19925 vsize=812800 CPUtime=0
/proc/19939/task/19943/stat : 19943 (java) S 19925 19925 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984727125 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19944] ppid=19925 vsize=812800 CPUtime=0
/proc/19939/task/19944/stat : 19944 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984727127 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19945] ppid=19925 vsize=812800 CPUtime=0.2
/proc/19939/task/19945/stat : 19945 (java) S 19925 19925 15861 0 -1 64 800 0 0 0 20 0 0 0 15 0 9 0 1984727127 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19946] ppid=19925 vsize=812800 CPUtime=0
/proc/19939/task/19946/stat : 19946 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984727127 832307200 18805 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19947] ppid=19925 vsize=812800 CPUtime=0
/proc/19939/task/19947/stat : 19947 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984727127 832307200 18805 996147200 134512640 134550740 4294955616 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) 860360

[startup+6.30189 s]
/proc/loadavg: 2.11 2.05 2.01 4/90 19947
/proc/meminfo: memFree=1673176/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19939] ppid=19925 vsize=812812 CPUtime=6.18
/proc/19939/stat : 19939 (java) S 19925 19925 15861 0 -1 0 24516 0 1 0 605 13 0 0 18 0 9 0 1984727122 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19939/statm: 203203 23497 2588 9 0 197184 0
[pid=19939/tid=19940] ppid=19925 vsize=812812 CPUtime=2.17
/proc/19939/task/19940/stat : 19940 (java) S 19925 19925 15861 0 -1 64 7657 0 1 0 212 5 0 0 21 0 9 0 1984727123 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19941] ppid=19925 vsize=812812 CPUtime=3.76
/proc/19939/task/19941/stat : 19941 (java) R 19925 19925 15861 0 -1 64 15345 0 0 0 370 6 0 0 21 0 9 0 1984727125 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19942] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19942/stat : 19942 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984727125 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19943] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19943/stat : 19943 (java) S 19925 19925 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984727125 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19944] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19944/stat : 19944 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984727127 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19945] ppid=19925 vsize=812812 CPUtime=0.22
/proc/19939/task/19945/stat : 19945 (java) S 19925 19925 15861 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 1984727127 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19946] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19946/stat : 19946 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984727127 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19947] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19947/stat : 19947 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984727127 832319488 23497 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860372

[startup+12.7025 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 19947
/proc/meminfo: memFree=1634200/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19939] ppid=19925 vsize=812812 CPUtime=12.52
/proc/19939/stat : 19939 (java) S 19925 19925 15861 0 -1 0 32812 0 1 0 1231 21 0 0 18 0 9 0 1984727122 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19939/statm: 203203 31776 2593 9 0 197184 0
[pid=19939/tid=19940] ppid=19925 vsize=812812 CPUtime=7.17
/proc/19939/task/19940/stat : 19940 (java) R 19925 19925 15861 0 -1 64 14640 0 1 0 705 12 0 0 25 0 9 0 1984727123 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4127092136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19941] ppid=19925 vsize=812812 CPUtime=5.04
/proc/19939/task/19941/stat : 19941 (java) S 19925 19925 15861 0 -1 64 16626 0 0 0 497 7 0 0 16 0 9 0 1984727125 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19942] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19942/stat : 19942 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984727125 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19943] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19943/stat : 19943 (java) S 19925 19925 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984727125 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19944] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19944/stat : 19944 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984727127 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19945] ppid=19925 vsize=812812 CPUtime=0.28
/proc/19939/task/19945/stat : 19945 (java) S 19925 19925 15861 0 -1 64 846 0 0 0 28 0 0 0 15 0 9 0 1984727127 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19946] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19946/stat : 19946 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984727127 832319488 31776 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19947] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19947/stat : 19947 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984727127 832319488 31776 996147200 134512640 134550740 4294955616 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) 860372

[startup+25.5027 s]
/proc/loadavg: 2.08 2.04 2.01 3/90 19947
/proc/meminfo: memFree=1625176/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=0.01
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19939] ppid=19925 vsize=812812 CPUtime=25.2
/proc/19939/stat : 19939 (java) S 19925 19925 15861 0 -1 0 32921 0 1 0 2492 28 0 0 18 0 9 0 1984727122 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19939/statm: 203203 31861 2593 9 0 197184 0
[pid=19939/tid=19940] ppid=19925 vsize=812812 CPUtime=19.81
/proc/19939/task/19940/stat : 19940 (java) R 19925 19925 15861 0 -1 64 14665 0 1 0 1962 19 0 0 25 0 9 0 1984727123 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4127057958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19941] ppid=19925 vsize=812812 CPUtime=5.07
/proc/19939/task/19941/stat : 19941 (java) S 19925 19925 15861 0 -1 64 16706 0 0 0 500 7 0 0 16 0 9 0 1984727125 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19942] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19942/stat : 19942 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984727125 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19943] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19943/stat : 19943 (java) S 19925 19925 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984727125 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19944] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19944/stat : 19944 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984727127 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19945] ppid=19925 vsize=812812 CPUtime=0.29
/proc/19939/task/19945/stat : 19945 (java) S 19925 19925 15861 0 -1 64 850 0 0 0 29 0 0 0 15 0 9 0 1984727127 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19946] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19946/stat : 19946 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984727127 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19939/tid=19947] ppid=19925 vsize=812812 CPUtime=0
/proc/19939/task/19947/stat : 19947 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984727127 832319488 31861 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

[startup+402.302 s]
/proc/loadavg: 2.03 2.05 2.00 3/82 19954
/proc/meminfo: memFree=1624856/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=119576 CPUtime=364.2
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 27890 0 0 0 36404 16 0 0 25 0 1 0 1984730602 122445824 27872 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 29894 27872 75 162 0 29729 0
Current children cumulated CPU time (s) 398.64
Current children cumulated vsize (KiB) 167136

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 19954
/proc/meminfo: memFree=1619928/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=120764 CPUtime=423.66
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 29129 0 0 0 42349 17 0 0 25 0 1 0 1984730602 123662336 29111 996147200 134512640 135177480 4294955984 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 30191 29111 75 162 0 30026 0
Current children cumulated CPU time (s) 458.1
Current children cumulated vsize (KiB) 168324

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 19954
/proc/meminfo: memFree=1616536/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=136868 CPUtime=483.12
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 29970 0 0 0 48295 17 0 0 25 0 1 0 1984730602 140152832 29952 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34217 29952 75 162 0 34052 0
Current children cumulated CPU time (s) 517.56
Current children cumulated vsize (KiB) 184428

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 19954
/proc/meminfo: memFree=1613720/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137132 CPUtime=542.58
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 30676 0 0 0 54241 17 0 0 25 0 1 0 1984730602 140423168 30658 996147200 134512640 135177480 4294955984 18446744073709551615 134537473 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34283 30658 75 162 0 34118 0
Current children cumulated CPU time (s) 577.02
Current children cumulated vsize (KiB) 184692

[startup+642.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 19954
/proc/meminfo: memFree=1610328/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137264 CPUtime=602.05
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 31507 0 0 0 60187 18 0 0 25 0 1 0 1984730602 140558336 31489 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34316 31489 75 162 0 34151 0
Current children cumulated CPU time (s) 636.49
Current children cumulated vsize (KiB) 184824

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1606936/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137660 CPUtime=661.51
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32349 0 0 0 66133 18 0 0 25 0 1 0 1984730602 140963840 32331 996147200 134512640 135177480 4294955984 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34415 32331 75 162 0 34250 0
Current children cumulated CPU time (s) 695.95
Current children cumulated vsize (KiB) 185220

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1606936/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137660 CPUtime=663.1
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32349 0 0 0 66292 18 0 0 25 0 1 0 1984730602 140963840 32331 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34415 32331 75 162 0 34250 0
Current children cumulated CPU time (s) 697.54
Current children cumulated vsize (KiB) 185220

[startup+716.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1605848/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137792 CPUtime=675.78
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32619 0 0 0 67560 18 0 0 25 0 1 0 1984730602 141099008 32601 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34448 32601 75 162 0 34283 0
Current children cumulated CPU time (s) 710.22
Current children cumulated vsize (KiB) 185352

[startup+719.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1605848/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137792 CPUtime=678.95
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32619 0 0 0 67877 18 0 0 25 0 1 0 1984730602 141099008 32601 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34448 32601 75 162 0 34283 0
Current children cumulated CPU time (s) 713.39
Current children cumulated vsize (KiB) 185352

[startup+721.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1605848/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=137792 CPUtime=680.54
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32619 0 0 0 68036 18 0 0 25 0 1 0 1984730602 141099008 32601 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 34448 32601 75 162 0 34283 0
Current children cumulated CPU time (s) 714.98
Current children cumulated vsize (KiB) 185352

[startup+722.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19954
/proc/meminfo: memFree=1605848/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=34.44
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 799 34646 0 1 0 1 3408 35 17 0 1 0 1984727118 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 364 245 79 0 219 0
[pid=19948] ppid=19925 vsize=91076 CPUtime=681.33
/proc/19948/stat : 19948 (eSAT_static) R 19925 19925 15861 0 -1 4194304 32631 0 0 0 68114 19 0 0 25 0 1 0 1984730602 93261824 22397 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19948/statm: 22769 22397 79 162 0 22604 0
Current children cumulated CPU time (s) 715.77
Current children cumulated vsize (KiB) 138636

[startup+722.707 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 19963
/proc/meminfo: memFree=1726616/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=715.86
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 835 67290 0 1 0 1 71529 56 16 0 1 0 1984727118 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19925/statm: 11890 365 245 79 0 219 0
[pid=19955] ppid=19925 vsize=812676 CPUtime=0.3
/proc/19955/stat : 19955 (java) S 19925 19925 15861 0 -1 0 5055 0 1 0 27 3 0 0 18 0 9 0 1984799356 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19955/statm: 203169 4482 1848 9 0 197150 0
[pid=19955/tid=19956] ppid=19925 vsize=812676 CPUtime=0.2
/proc/19955/task/19956/stat : 19956 (java) R 19925 19925 15861 0 -1 64 3604 0 1 0 18 2 0 0 18 0 9 0 1984799358 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19957] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19957/stat : 19957 (java) S 19925 19925 15861 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1984799359 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19958] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19958/stat : 19958 (java) S 19925 19925 15861 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1984799359 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19959] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19959/stat : 19959 (java) S 19925 19925 15861 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984799360 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19960] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19960/stat : 19960 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984799362 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19961] ppid=19925 vsize=812676 CPUtime=0.08
/proc/19955/task/19961/stat : 19961 (java) R 19925 19925 15861 0 -1 64 737 0 0 0 8 0 0 0 16 0 9 0 1984799362 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 101998067 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19962] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19962/stat : 19962 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984799362 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=19955/tid=19963] ppid=19925 vsize=812676 CPUtime=0
/proc/19955/task/19963/stat : 19963 (java) S 19925 19925 15861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984799362 832180224 4482 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 716.16
Current children cumulated vsize (KiB) 860236

[startup+723.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 19963
/proc/meminfo: memFree=1726616/2055920 swapFree=4180028/4192956
[pid=19925] ppid=19923 vsize=47560 CPUtime=716.51
/proc/19925/stat : 19925 (galacE.sh) S 19923 19925 15861 0 -1 4194304 879 74490 0 2 0 1 71589 61 16 0 1 0 1984727118 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19925/statm: 11890 366 245 79 0 219 0
Current children cumulated CPU time (s) 716.51
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 723.108
CPU time (s): 716.538
CPU user time (s): 715.897
CPU system time (s): 0.640902
CPU usage (%): 99.0915
Max. virtual memory (cumulated for all children) (KiB): 860688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 715.897
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75524
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= 3219
involuntary context switches= 31978

runsolver used 0.816875 second user time and 2.10768 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-03 05:58:37
IDJOB=1053493
IDBENCH=56078
IDSOLVER=351
FILE ID=node4/1053493-1215057517
PBS_JOBID= 7875166
Free space on /tmp= 66544 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-ewddr2/normalized-ewddr2-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-1053493-1215057517/watcher-1053493-1215057517 -o /tmp/evaluation-result-1053493-1215057517/solver-1053493-1215057517 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1053493-1215057517.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e1a4f341de97802aede74af3b9ff51d
RANDOM SEED=682731696

node4.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.213
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.213
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:       1755848 kB
Buffers:         11284 kB
Cached:         120756 kB
SwapCached:       7292 kB
Active:         171556 kB
Inactive:        68104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755848 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:         119960 kB
Slab:            45420 kB
Committed_AS:  3976368 kB
PageTables:       2120 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 node4 at 2008-07-03 06:10:41