Trace number 1054584

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 558.023 560.34

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-7.xml
MD5SUMbfec8944dfa2931aa6c6cd65e63b3988
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.027995
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 ---
4.94/5.07	c start processing
4.94/5.07	c start relation processing
5.53/5.61	c start cnf exporting
23.25/23.49	c parsing time : 4.949
23.25/23.49	c preprocessing time : 23.373
23.25/23.49	
23.25/23.49	c Nary constraints - conflicts : 0 supports : 0
23.25/23.49	c Binary constraints - conflicts : 265 supports :0
23.25/23.49	c max arity constraint : 2
23.25/23.49	c Max Tuples generated 16129
23.25/23.49	c relations : 265
23.25/23.49	c relations BDD: 0
23.25/23.49	c sampling 233/265
23.25/23.49	c vars : 5821 - clauses :  964578
23.25/23.49	
23.34/23.54	 
23.34/23.54	c --- SAT Solver Stats ---
23.34/23.54	 
23.34/23.54	c eSAT 0.1 : minisat core with additionnal features
23.34/23.54	c ============================[ Problem Statistics ]=============================
23.34/23.54	c |                                                                             |
23.34/23.54	c |  Number of variables:  5820                                                 |
23.34/23.54	c |  Number of clauses:    964578                                               |
23.36/24.10	c |  Parsing time:         0.49         s                                       |
557.29/559.68	c restarts              : 10
557.29/559.68	c conflicts             : 20             (0 /sec)
557.29/559.68	c decisions             : 18658          (59.86 % random) (35 /sec)
557.29/559.68	c euip                  : 3           
557.29/559.68	c propagations          : 47056          (88 /sec)
557.29/559.68	c conflict literals     : 3479           (1.02 % deleted)
557.29/559.68	c Memory used           : 80.80 MB
557.29/559.68	c CPU time              : 533.862 s
557.29/559.68	c 
557.29/559.68	s SATISFIABLE
557.98/560.33	v 7 67 85 100 128 98 117 135 147 150 83 98 103 118 140 24 35 41 56 65 5 15 57 112 130 20 26 125 136 143 9 20 24 71 134 48 102 114 139 150 0 9 14 26 79 5 20 69 128 150

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-1054584-1215058969/watcher-1054584-1215058969 -o /tmp/evaluation-result-1054584-1215058969/solver-1054584-1215058969 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054584-1215058969.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.00 2.01 2.00 4/72 21925
/proc/meminfo: memFree=1649832/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=8652 CPUtime=0
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984870977 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21925/statm: 2163 280 208 79 0 156 0
[pid=21926] ppid=21925 vsize=8688 CPUtime=0
/proc/21926/stat : 21926 (galacE.sh) S 21925 21925 21068 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 1984870978 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21926/statm: 2172 288 210 79 0 165 0

[startup+0.0431439 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 21925
/proc/meminfo: memFree=1649832/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.106747 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 21925
/proc/meminfo: memFree=1649832/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301766 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 21925
/proc/meminfo: memFree=1649832/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.7018 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 21925
/proc/meminfo: memFree=1649832/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50287 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21947
/proc/meminfo: memFree=1604888/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21939] ppid=21925 vsize=812728 CPUtime=1.45
/proc/21939/stat : 21939 (java) S 21925 21925 21068 0 -1 0 16787 0 1 0 137 8 0 0 18 0 9 0 1984870981 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21939/statm: 203182 16005 2586 9 0 197163 0
[pid=21939/tid=21940] ppid=21925 vsize=812728 CPUtime=0.86
/proc/21939/task/21940/stat : 21940 (java) R 21925 21925 21068 0 -1 64 7537 0 1 0 82 4 0 0 25 0 9 0 1984870982 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4126695791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21941] ppid=21925 vsize=812728 CPUtime=0.39
/proc/21939/task/21941/stat : 21941 (java) S 21925 21925 21068 0 -1 64 7759 0 0 0 37 2 0 0 16 0 9 0 1984870983 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21942] ppid=21925 vsize=812728 CPUtime=0
/proc/21939/task/21942/stat : 21942 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984870984 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21943] ppid=21925 vsize=812728 CPUtime=0
/proc/21939/task/21943/stat : 21943 (java) S 21925 21925 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984870984 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21944] ppid=21925 vsize=812728 CPUtime=0
/proc/21939/task/21944/stat : 21944 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984870985 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21945] ppid=21925 vsize=812728 CPUtime=0.17
/proc/21939/task/21945/stat : 21945 (java) S 21925 21925 21068 0 -1 64 791 0 0 0 17 0 0 0 16 0 9 0 1984870986 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21946] ppid=21925 vsize=812728 CPUtime=0
/proc/21939/task/21946/stat : 21946 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984870986 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21947] ppid=21925 vsize=812728 CPUtime=0
/proc/21939/task/21947/stat : 21947 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984870986 832233472 16005 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860292

[startup+3.10201 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21947
/proc/meminfo: memFree=1590680/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21939] ppid=21925 vsize=812808 CPUtime=3.04
/proc/21939/stat : 21939 (java) S 21925 21925 21068 0 -1 0 19753 0 1 0 295 9 0 0 18 0 9 0 1984870981 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21939/statm: 203202 18959 2588 9 0 197183 0
[pid=21939/tid=21940] ppid=21925 vsize=812808 CPUtime=1.29
/proc/21939/task/21940/stat : 21940 (java) R 21925 21925 21068 0 -1 64 7549 0 1 0 125 4 0 0 25 0 9 0 1984870982 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4126768433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21941] ppid=21925 vsize=812808 CPUtime=1.52
/proc/21939/task/21941/stat : 21941 (java) S 21925 21925 21068 0 -1 64 10694 0 0 0 149 3 0 0 18 0 9 0 1984870983 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21942] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21942/stat : 21942 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984870984 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21943] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21943/stat : 21943 (java) S 21925 21925 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984870984 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21944] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21944/stat : 21944 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984870985 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21945] ppid=21925 vsize=812808 CPUtime=0.2
/proc/21939/task/21945/stat : 21945 (java) S 21925 21925 21068 0 -1 64 810 0 0 0 20 0 0 0 15 0 9 0 1984870986 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21946] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21946/stat : 21946 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984870986 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21947] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21947/stat : 21947 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984870986 832315392 18959 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860372

[startup+6.30229 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21947
/proc/meminfo: memFree=1573016/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21939] ppid=21925 vsize=812808 CPUtime=6.22
/proc/21939/stat : 21939 (java) S 21925 21925 21068 0 -1 0 29696 0 1 0 607 15 0 0 18 0 9 0 1984870981 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21939/statm: 203202 28704 2593 9 0 197183 0
[pid=21939/tid=21940] ppid=21925 vsize=812808 CPUtime=2.72
/proc/21939/task/21940/stat : 21940 (java) R 21925 21925 21068 0 -1 64 14623 0 1 0 263 9 0 0 25 0 9 0 1984870982 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4127059543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21941] ppid=21925 vsize=812808 CPUtime=3.21
/proc/21939/task/21941/stat : 21941 (java) S 21925 21925 21068 0 -1 64 13523 0 0 0 317 4 0 0 16 0 9 0 1984870983 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21942] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21942/stat : 21942 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984870984 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21943] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21943/stat : 21943 (java) S 21925 21925 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984870984 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21944] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21944/stat : 21944 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984870985 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21945] ppid=21925 vsize=812808 CPUtime=0.26
/proc/21939/task/21945/stat : 21945 (java) S 21925 21925 21068 0 -1 64 850 0 0 0 26 0 0 0 15 0 9 0 1984870986 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21946] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21946/stat : 21946 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984870986 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21947] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21947/stat : 21947 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984870986 832315392 28704 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860372

[startup+12.7019 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 21947
/proc/meminfo: memFree=1537624/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=0.01
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21939] ppid=21925 vsize=812808 CPUtime=12.59
/proc/21939/stat : 21939 (java) S 21925 21925 21068 0 -1 0 30019 0 1 0 1240 19 0 0 18 0 9 0 1984870981 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21939/statm: 203202 29012 2593 9 0 197183 0
[pid=21939/tid=21940] ppid=21925 vsize=812808 CPUtime=9.04
/proc/21939/task/21940/stat : 21940 (java) R 21925 21925 21068 0 -1 64 14638 0 1 0 891 13 0 0 25 0 9 0 1984870982 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4126787015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21941] ppid=21925 vsize=812808 CPUtime=3.25
/proc/21939/task/21941/stat : 21941 (java) S 21925 21925 21068 0 -1 64 13827 0 0 0 321 4 0 0 16 0 9 0 1984870983 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21942] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21942/stat : 21942 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984870984 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21943] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21943/stat : 21943 (java) S 21925 21925 21068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984870984 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21944] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21944/stat : 21944 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984870985 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21945] ppid=21925 vsize=812808 CPUtime=0.27
/proc/21939/task/21945/stat : 21945 (java) S 21925 21925 21068 0 -1 64 854 0 0 0 27 0 0 0 15 0 9 0 1984870986 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21946] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21946/stat : 21946 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984870986 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21939/tid=21947] ppid=21925 vsize=812808 CPUtime=0
/proc/21939/task/21947/stat : 21947 (java) S 21925 21925 21068 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984870986 832315392 29012 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860372

[startup+25.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 21948
/proc/meminfo: memFree=1584984/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=52360 CPUtime=1.94
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 12806 0 0 0 188 6 0 0 25 0 1 0 1984873332 53616640 12788 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 13090 12788 75 162 0 12925 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 99924

[startup+51.1013 s]
/proc/loadavg: 2.00 2.01 2.00 3/71 21951
/proc/meminfo: memFree=1592816/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=71488 CPUtime=27.48
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 17373 0 0 0 2740 8 0 0 25 0 1 0 1984873332 73203712 17355 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/21948/statm: 17872 17355 75 162 0 17707 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 119052

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1667984/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

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

/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 25866 0 0 0 25761 14 0 0 25 0 1 0 1984873332 112144384 25848 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 27379 25848 75 162 0 27214 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 157080

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1641744/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=111100 CPUtime=317.51
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 26752 0 0 0 31737 14 0 0 25 0 1 0 1984873332 113766400 26734 996147200 134512640 135177480 4294955984 18446744073709551615 134538912 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 27775 26734 75 162 0 27610 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 158664

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1637008/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=127468 CPUtime=377.26
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 27924 0 0 0 37712 14 0 0 25 0 1 0 1984873332 130527232 27906 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 31867 27906 75 162 0 31702 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 175032

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1633040/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=128132 CPUtime=437.03
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 28904 0 0 0 43688 15 0 0 25 0 1 0 1984873332 131207168 28886 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32033 28886 75 162 0 31868 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 175696

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1629392/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=128928 CPUtime=496.79
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 29795 0 0 0 49664 15 0 0 25 0 1 0 1984873332 132022272 29777 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32232 29777 75 162 0 32067 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (KiB) 176492

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

[startup+537.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1628944/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=129060 CPUtime=511.92
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 29905 0 0 0 51177 15 0 0 25 0 1 0 1984873332 132157440 29887 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32265 29887 75 162 0 32100 0
Current children cumulated CPU time (s) 535.28
Current children cumulated vsize (KiB) 176624

[startup+550.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22285
/proc/meminfo: memFree=1627856/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=129456 CPUtime=524.67
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 30175 0 0 0 52452 15 0 0 25 0 1 0 1984873332 132562944 30157 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32364 30157 75 162 0 32199 0
Current children cumulated CPU time (s) 548.03
Current children cumulated vsize (KiB) 177020

[startup+556.701 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 22285
/proc/meminfo: memFree=1627856/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=129456 CPUtime=531.04
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 30178 0 0 0 53089 15 0 0 25 0 1 0 1984873332 132562944 30160 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32364 30160 75 162 0 32199 0
Current children cumulated CPU time (s) 554.4
Current children cumulated vsize (KiB) 177020

[startup+558.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 22285
/proc/meminfo: memFree=1627856/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=129456 CPUtime=532.64
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 30178 0 0 0 53249 15 0 0 25 0 1 0 1984873332 132562944 30160 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32364 30160 75 162 0 32199 0
Current children cumulated CPU time (s) 556
Current children cumulated vsize (KiB) 177020

[startup+559.102 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 22285
/proc/meminfo: memFree=1627856/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=23.36
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 800 31749 0 1 0 0 2311 25 17 0 1 0 1984870977 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21925/statm: 11891 365 246 79 0 219 0
[pid=21948] ppid=21925 vsize=129456 CPUtime=533.43
/proc/21948/stat : 21948 (eSAT_static) R 21925 21925 21068 0 -1 4194304 30178 0 0 0 53328 15 0 0 25 0 1 0 1984873332 132562944 30160 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 0 0 0
/proc/21948/statm: 32364 30160 75 162 0 32199 0
Current children cumulated CPU time (s) 556.79
Current children cumulated vsize (KiB) 177020

[startup+559.907 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 22294
/proc/meminfo: memFree=1741712/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=557.41
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 836 61951 0 1 0 0 55698 43 16 0 1 0 1984870977 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21925/statm: 11891 366 246 79 0 219 0
[pid=22286] ppid=21925 vsize=812644 CPUtime=0.19
/proc/22286/stat : 22286 (java) S 21925 21925 21068 0 -1 0 4746 0 1 0 16 3 0 0 20 0 9 0 1984926947 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22286/statm: 203161 4180 1830 9 0 197142 0
[pid=22286/tid=22287] ppid=21925 vsize=812644 CPUtime=0.12
/proc/22286/task/22287/stat : 22287 (java) R 21925 21925 21068 0 -1 64 3306 0 1 0 11 1 0 0 25 0 9 0 1984926948 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 104175998 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22288] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22288/stat : 22288 (java) S 21925 21925 21068 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1984926950 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22289] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22289/stat : 22289 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 1984926950 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22290] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22290/stat : 22290 (java) S 21925 21925 21068 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1984926950 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22291] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22291/stat : 22291 (java) S 21925 21925 21068 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984926952 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22292] ppid=21925 vsize=812644 CPUtime=0.04
/proc/22286/task/22292/stat : 22292 (java) S 21925 21925 21068 0 -1 64 727 0 0 0 4 0 0 0 19 0 9 0 1984926952 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22293] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22293/stat : 22293 (java) S 21925 21925 21068 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984926952 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22294] ppid=21925 vsize=812644 CPUtime=0
/proc/22286/task/22294/stat : 22294 (java) S 21925 21925 21068 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1984926952 832147456 4180 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 557.6
Current children cumulated vsize (KiB) 860208

[startup+560.302 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 22294
/proc/meminfo: memFree=1741712/2055920 swapFree=4180084/4192956
[pid=21925] ppid=21923 vsize=47564 CPUtime=557.41
/proc/21925/stat : 21925 (galacE.sh) S 21923 21925 21068 0 -1 4194304 843 61951 0 1 0 0 55698 43 15 0 1 0 1984870977 48705536 367 996147200 4194304 4520092 548682068832 18446744073709551615 253307355218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21925/statm: 11891 367 246 79 0 219 0
[pid=22286] ppid=21925 vsize=812888 CPUtime=0.57
/proc/22286/stat : 22286 (java) S 21925 21925 21068 0 -1 0 6989 0 1 0 52 5 0 0 20 0 9 0 1984926947 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22286/statm: 203222 6371 1911 9 0 197175 0
[pid=22286/tid=22287] ppid=21925 vsize=812888 CPUtime=0.38
/proc/22286/task/22287/stat : 22287 (java) S 21925 21925 21068 0 -1 64 5454 0 1 0 35 3 0 0 25 0 9 0 1984926948 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22288] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22288/stat : 22288 (java) S 21925 21925 21068 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1984926950 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22289] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22289/stat : 22289 (java) S 21925 21925 21068 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 1984926950 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22290] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22290/stat : 22290 (java) S 21925 21925 21068 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1984926950 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22291] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22291/stat : 22291 (java) S 21925 21925 21068 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984926952 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22292] ppid=21925 vsize=812888 CPUtime=0.17
/proc/22286/task/22292/stat : 22292 (java) S 21925 21925 21068 0 -1 64 822 0 0 0 17 0 0 0 16 0 9 0 1984926952 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22293] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22293/stat : 22293 (java) S 21925 21925 21068 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984926952 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=22286/tid=22294] ppid=21925 vsize=812888 CPUtime=0
/proc/22286/task/22294/stat : 22294 (java) S 21925 21925 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984926952 832397312 6371 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 557.98
Current children cumulated vsize (KiB) 860452

Child status: 0
Real time (s): 560.34
CPU time (s): 558.023
CPU user time (s): 557.516
CPU system time (s): 0.506922
CPU usage (%): 99.5865
Max. virtual memory (cumulated for all children) (KiB): 860592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 557.516
system time used= 0.506922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69982
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= 2930
involuntary context switches= 10486

runsolver used 0.557915 second user time and 1.51177 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 06:22:49
IDJOB=1054584
IDBENCH=56348
IDSOLVER=351
FILE ID=node25/1054584-1215058969
PBS_JOBID= 7875178
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bfec8944dfa2931aa6c6cd65e63b3988
RANDOM SEED=659619521

node25.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.234
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.234
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:       1650312 kB
Buffers:         37548 kB
Cached:         193080 kB
SwapCached:       6760 kB
Active:         240604 kB
Inactive:        94976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650312 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:         111316 kB
Slab:            55064 kB
Committed_AS:  3492940 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= 66536 MiB
End job on node25 at 2008-07-03 06:32:10