Trace number 1088066

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 633.551 639.745

General information on the benchmark

Namecsp/jobShop-enddr2/
normalized-enddr2-10-by-5-10.xml
MD5SUM6ea5c14ec1ea9a24129e1eecd0b852a7
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.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size147
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.01/0.32	c --- Preproc Stats ---
7.49/7.95	c start processing
7.49/7.95	c start relation processing
8.48/8.96	c start cnf exporting
34.12/34.84	c parsing time : 7.532
34.12/34.84	c preprocessing time : 34.43
34.12/34.84	
34.12/34.84	c Nary constraints - conflicts : 0 supports : 0
34.12/34.84	c Binary constraints - conflicts : 261 supports :4
34.12/34.85	c max arity constraint : 2
34.12/34.85	c Max Tuples generated 21609
34.12/34.85	c relations : 258
34.12/34.85	c relations BDD: 0
34.12/34.85	c sampling 222/258
34.12/34.85	c vars : 6666 - clauses :  1203020
34.12/34.85	
34.18/34.92	 
34.18/34.92	c --- SAT Solver Stats ---
34.18/34.92	 
34.18/34.92	c eSAT 0.1 : minisat core with additionnal features
34.18/34.92	c ============================[ Problem Statistics ]=============================
34.18/34.92	c |                                                                             |
34.18/34.92	c |  Number of variables:  6665                                                 |
34.18/34.92	c |  Number of clauses:    1203020                                              |
34.87/35.66	c |  Parsing time:         0.61         s                                       |
632.53/638.75	c restarts              : 20
632.53/638.75	c conflicts             : 60             (0 /sec)
632.53/638.75	c decisions             : 26282          (62.23 % random) (44 /sec)
632.53/638.75	c euip                  : 23          
632.53/638.75	c propagations          : 89120          (149 /sec)
632.53/638.75	c conflict literals     : 4033           (7.84 % deleted)
632.53/638.75	c Memory used           : 89.99 MB
632.53/638.75	c CPU time              : 598.184 s
632.53/638.75	c 
632.53/638.76	s SATISFIABLE
633.50/639.73	v 15 35 48 91 103 20 83 134 154 165 30 74 91 113 117 7 45 60 70 81 0 3 19 40 52 103 143 155 165 173 32 62 79 90 130 27 90 118 146 153 1 12 105 128 142 12 22 33 44 69

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-1088066-1215245715/watcher-1088066-1215245715 -o /tmp/evaluation-result-1088066-1215245715/solver-1088066-1215245715 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088066-1215245715.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.27 2.14 2.10 4/72 4241
/proc/meminfo: memFree=1573680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=18572 CPUtime=0
/proc/4241/stat : 4241 (runsolver) D 4239 4241 1212 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003546375 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4241/statm: 4643 292 257 25 0 2626 0

[startup+0.0251479 s]
/proc/loadavg: 2.27 2.14 2.10 4/72 4241
/proc/meminfo: memFree=1573680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=18572 CPUtime=0
/proc/4241/stat : 4241 (runsolver) D 4239 4241 1212 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003546375 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 214919867687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4241/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101046 s]
/proc/loadavg: 2.27 2.14 2.10 4/72 4241
/proc/meminfo: memFree=1573680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=8560 CPUtime=0
/proc/4241/stat : 4241 (galacE.sh) D 4239 4241 1212 0 -1 4194304 306 0 3 0 0 0 0 0 16 0 1 100 2003546375 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 214920036434 0 2 4096 8192 18446744071563479169 0 0 17 1 0 0
/proc/4241/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.301076 s]
/proc/loadavg: 2.27 2.14 2.10 4/72 4241
/proc/meminfo: memFree=1573680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47576 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) D 4239 4241 1212 0 -1 4194304 745 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48717824 361 996147200 4194304 4520092 548682068832 18446744073709551615 214919852318 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/4241/statm: 11894 361 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701133 s]
/proc/loadavg: 2.27 2.14 2.10 4/72 4241
/proc/meminfo: memFree=1573680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50224 s]
/proc/loadavg: 2.27 2.14 2.10 3/82 4263
/proc/meminfo: memFree=1540768/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4255] ppid=4241 vsize=812760 CPUtime=1.15
/proc/4255/stat : 4255 (java) S 4241 4241 1212 0 -1 0 18312 0 6 0 105 10 0 0 19 0 9 0 2003546408 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4255/statm: 203190 17531 2586 9 0 197171 0
[pid=4255/tid=4256] ppid=4241 vsize=812760 CPUtime=0.8
/proc/4255/task/4256/stat : 4256 (java) R 4241 4241 1212 0 -1 64 10442 0 6 0 74 6 0 0 25 0 9 0 2003546409 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4126695272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4257] ppid=4241 vsize=812760 CPUtime=0.16
/proc/4255/task/4257/stat : 4257 (java) S 4241 4241 1212 0 -1 64 6399 0 0 0 14 2 0 0 16 0 9 0 2003546410 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4258] ppid=4241 vsize=812760 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4241 4241 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003546410 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4259] ppid=4241 vsize=812760 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4241 4241 1212 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003546410 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4260] ppid=4241 vsize=812760 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003546412 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4261] ppid=4241 vsize=812760 CPUtime=0.15
/proc/4255/task/4261/stat : 4261 (java) S 4241 4241 1212 0 -1 64 772 0 0 0 15 0 0 0 15 0 9 0 2003546413 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4262] ppid=4241 vsize=812760 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003546413 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4263] ppid=4241 vsize=812760 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003546413 832266240 17531 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 860340

[startup+3.10246 s]
/proc/loadavg: 2.27 2.14 2.10 5/82 4263
/proc/meminfo: memFree=1505760/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4255] ppid=4241 vsize=812792 CPUtime=2.73
/proc/4255/stat : 4255 (java) S 4241 4241 1212 0 -1 0 21693 0 6 0 261 12 0 0 19 0 9 0 2003546408 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4255/statm: 203198 20902 2586 9 0 197179 0
[pid=4255/tid=4256] ppid=4241 vsize=812792 CPUtime=1.33
/proc/4255/task/4256/stat : 4256 (java) R 4241 4241 1212 0 -1 64 10453 0 6 0 127 6 0 0 25 0 9 0 2003546409 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4257] ppid=4241 vsize=812792 CPUtime=1.16
/proc/4255/task/4257/stat : 4257 (java) R 4241 4241 1212 0 -1 64 9738 0 0 0 112 4 0 0 17 0 9 0 2003546410 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4258] ppid=4241 vsize=812792 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4241 4241 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003546410 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4259] ppid=4241 vsize=812792 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4241 4241 1212 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003546410 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4260] ppid=4241 vsize=812792 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003546412 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4261] ppid=4241 vsize=812792 CPUtime=0.2
/proc/4255/task/4261/stat : 4261 (java) S 4241 4241 1212 0 -1 64 803 0 0 0 20 0 0 0 15 0 9 0 2003546413 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4262] ppid=4241 vsize=812792 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003546413 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4263] ppid=4241 vsize=812792 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003546413 832299008 20902 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 860372

[startup+6.30289 s]
/proc/loadavg: 2.25 2.14 2.10 3/82 4263
/proc/meminfo: memFree=1483680/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4255] ppid=4241 vsize=812812 CPUtime=5.9
/proc/4255/stat : 4255 (java) S 4241 4241 1212 0 -1 0 26071 0 6 0 576 14 0 0 19 0 9 0 2003546408 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4255/statm: 203203 25051 2588 9 0 197184 0
[pid=4255/tid=4256] ppid=4241 vsize=812812 CPUtime=1.95
/proc/4255/task/4256/stat : 4256 (java) R 4241 4241 1212 0 -1 64 10470 0 6 0 188 7 0 0 20 0 9 0 2003546409 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4126821488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4257] ppid=4241 vsize=812812 CPUtime=3.7
/proc/4255/task/4257/stat : 4257 (java) S 4241 4241 1212 0 -1 64 14088 0 0 0 364 6 0 0 21 0 9 0 2003546410 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4258] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4241 4241 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4259] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4241 4241 1212 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4260] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003546412 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4261] ppid=4241 vsize=812812 CPUtime=0.22
/proc/4255/task/4261/stat : 4261 (java) S 4241 4241 1212 0 -1 64 814 0 0 0 22 0 0 0 15 0 9 0 2003546413 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4262] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003546413 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4263] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003546413 832319488 25051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 860392

[startup+12.7028 s]
/proc/loadavg: 2.23 2.14 2.10 3/82 4263
/proc/meminfo: memFree=1452256/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4255] ppid=4241 vsize=812812 CPUtime=12.23
/proc/4255/stat : 4255 (java) S 4241 4241 1212 0 -1 0 32549 0 6 0 1202 21 0 0 19 0 9 0 2003546408 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4255/statm: 203203 31511 2593 9 0 197184 0
[pid=4255/tid=4256] ppid=4241 vsize=812812 CPUtime=6.62
/proc/4255/task/4256/stat : 4256 (java) R 4241 4241 1212 0 -1 64 14662 0 6 0 651 11 0 0 25 0 9 0 2003546409 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4126782496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4257] ppid=4241 vsize=812812 CPUtime=5.3
/proc/4255/task/4257/stat : 4257 (java) S 4241 4241 1212 0 -1 64 16337 0 0 0 522 8 0 0 16 0 9 0 2003546410 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4258] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4241 4241 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4259] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4241 4241 1212 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4260] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003546412 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4261] ppid=4241 vsize=812812 CPUtime=0.28
/proc/4255/task/4261/stat : 4261 (java) S 4241 4241 1212 0 -1 64 851 0 0 0 28 0 0 0 15 0 9 0 2003546413 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4262] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003546413 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4263] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003546413 832319488 31511 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 860392

[startup+25.5015 s]
/proc/loadavg: 2.18 2.13 2.09 3/82 4263
/proc/meminfo: memFree=1442464/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=0.01
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 760 1697 5 0 0 0 0 1 18 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4255] ppid=4241 vsize=812812 CPUtime=24.9
/proc/4255/stat : 4255 (java) S 4241 4241 1212 0 -1 0 32937 0 6 0 2463 27 0 0 19 0 9 0 2003546408 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4255/statm: 203203 31876 2593 9 0 197184 0
[pid=4255/tid=4256] ppid=4241 vsize=812812 CPUtime=19.19
/proc/4255/task/4256/stat : 4256 (java) R 4241 4241 1212 0 -1 64 14685 0 6 0 1902 17 0 0 25 0 9 0 2003546409 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4127087001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4257] ppid=4241 vsize=812812 CPUtime=5.37
/proc/4255/task/4257/stat : 4257 (java) S 4241 4241 1212 0 -1 64 16688 0 0 0 529 8 0 0 16 0 9 0 2003546410 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4258] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4241 4241 1212 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4259] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4241 4241 1212 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003546410 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4260] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003546412 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4261] ppid=4241 vsize=812812 CPUtime=0.31
/proc/4255/task/4261/stat : 4261 (java) S 4241 4241 1212 0 -1 64 865 0 0 0 31 0 0 0 15 0 9 0 2003546413 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4262] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003546413 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4255/tid=4263] ppid=4241 vsize=812812 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4241 4241 1212 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003546413 832319488 31876 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 860392

[startup+51.1019 s]
/proc/loadavg: 2.11 2.12 2.09 3/74 4264
/proc/meminfo: memFree=1483104/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2

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


[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.04 3/74 4264
/proc/meminfo: memFree=1434656/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=137172 CPUtime=483
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 29975 0 0 0 48281 19 0 0 25 0 1 0 2003549867 140464128 29957 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34293 29957 75 162 0 34128 0
Current children cumulated CPU time (s) 517.2
Current children cumulated vsize (KiB) 184752

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/74 4264
/proc/meminfo: memFree=1429344/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=138368 CPUtime=542.45
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31281 0 0 0 54225 20 0 0 25 0 1 0 2003549867 141688832 31263 996147200 134512640 135177480 4294955968 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34592 31263 75 162 0 34427 0
Current children cumulated CPU time (s) 576.65
Current children cumulated vsize (KiB) 185948

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

[startup+614.303 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 4264
/proc/meminfo: memFree=1427168/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=138632 CPUtime=574.15
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31807 0 0 0 57395 20 0 0 25 0 1 0 2003549867 141959168 31789 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34658 31789 75 162 0 34493 0
Current children cumulated CPU time (s) 608.35
Current children cumulated vsize (KiB) 186212

[startup+627.102 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 4264
/proc/meminfo: memFree=1427040/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=138632 CPUtime=586.83
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31811 0 0 0 58663 20 0 0 25 0 1 0 2003549867 141959168 31793 996147200 134512640 135177480 4294955968 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34658 31793 75 162 0 34493 0
Current children cumulated CPU time (s) 621.03
Current children cumulated vsize (KiB) 186212

[startup+633.501 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 4264
/proc/meminfo: memFree=1426464/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=139028 CPUtime=593.18
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31951 0 0 0 59298 20 0 0 25 0 1 0 2003549867 142364672 31933 996147200 134512640 135177480 4294955968 18446744073709551615 134537416 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34757 31933 75 162 0 34592 0
Current children cumulated CPU time (s) 627.38
Current children cumulated vsize (KiB) 186608

[startup+636.702 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 4264
/proc/meminfo: memFree=1426464/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=139028 CPUtime=596.35
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31951 0 0 0 59615 20 0 0 25 0 1 0 2003549867 142364672 31933 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34757 31933 75 162 0 34592 0
Current children cumulated CPU time (s) 630.55
Current children cumulated vsize (KiB) 186608

[startup+638.301 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 4264
/proc/meminfo: memFree=1426464/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=34.2
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 794 34669 5 6 0 0 3385 35 17 0 1 0 2003546375 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4241/statm: 11895 364 245 79 0 219 0
[pid=4264] ppid=4241 vsize=139028 CPUtime=597.93
/proc/4264/stat : 4264 (eSAT_static) R 4241 4241 1212 0 -1 4194304 31951 0 0 0 59773 20 0 0 25 0 1 0 2003549867 142364672 31933 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/4264/statm: 34757 31933 75 162 0 34592 0
Current children cumulated CPU time (s) 632.13
Current children cumulated vsize (KiB) 186608

[startup+639.107 s]
/proc/loadavg: 2.00 2.00 2.03 4/82 4273
/proc/meminfo: memFree=1545376/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=632.62
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 830 66646 5 6 0 0 63204 58 16 0 1 0 2003546375 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 214920036434 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4241/statm: 11895 365 245 79 0 219 0
[pid=4265] ppid=4241 vsize=811500 CPUtime=0.3
/proc/4265/stat : 4265 (java) S 4241 4241 1212 0 -1 0 4811 0 1 0 27 3 0 0 18 0 9 0 2003610253 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4265/statm: 202875 4234 1849 9 0 196856 0
[pid=4265/tid=4266] ppid=4241 vsize=811500 CPUtime=0.27
/proc/4265/task/4266/stat : 4266 (java) R 4241 4241 1212 0 -1 64 3713 0 1 0 25 2 0 0 19 0 9 0 2003610255 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4125977809 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4267] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4267/stat : 4267 (java) S 4241 4241 1212 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2003610256 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4268] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4268/stat : 4268 (java) S 4241 4241 1212 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003610257 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4269] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4269/stat : 4269 (java) S 4241 4241 1212 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003610257 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4270] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4270/stat : 4270 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610259 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4271] ppid=4241 vsize=811500 CPUtime=0.02
/proc/4265/task/4271/stat : 4271 (java) R 4241 4241 1212 0 -1 64 385 0 0 0 2 0 0 0 19 0 9 0 2003610259 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 102196370 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4272] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4272/stat : 4272 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610259 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4273] ppid=4241 vsize=811500 CPUtime=0
/proc/4265/task/4273/stat : 4273 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610259 830976000 4234 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.92
Current children cumulated vsize (KiB) 859080

[startup+639.502 s]
/proc/loadavg: 2.00 2.00 2.03 4/82 4273
/proc/meminfo: memFree=1545376/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=632.62
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 830 66646 5 6 0 0 63204 58 16 0 1 0 2003546375 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 214920036434 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4241/statm: 11895 365 245 79 0 219 0
[pid=4265] ppid=4241 vsize=812884 CPUtime=0.7
/proc/4265/stat : 4265 (java) S 4241 4241 1212 0 -1 0 5945 0 3 0 65 5 0 0 18 0 9 0 2003610253 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4265/statm: 203221 5330 1905 9 0 197174 0
[pid=4265/tid=4266] ppid=4241 vsize=812884 CPUtime=0.57
/proc/4265/task/4266/stat : 4266 (java) R 4241 4241 1212 0 -1 64 4472 0 3 0 54 3 0 0 18 0 9 0 2003610255 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4125956493 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4267] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4267/stat : 4267 (java) S 4241 4241 1212 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2003610256 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4268] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4268/stat : 4268 (java) S 4241 4241 1212 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003610257 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4269] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4269/stat : 4269 (java) S 4241 4241 1212 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003610257 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4270] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4270/stat : 4270 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610259 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4271] ppid=4241 vsize=812884 CPUtime=0.11
/proc/4265/task/4271/stat : 4271 (java) R 4241 4241 1212 0 -1 64 760 0 0 0 11 0 0 0 20 0 9 0 2003610259 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 104075952 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4272] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4272/stat : 4272 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610259 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4273] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4273/stat : 4273 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610259 832393216 5330 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.32
Current children cumulated vsize (KiB) 860464

[startup+639.702 s]
/proc/loadavg: 2.00 2.00 2.03 4/82 4273
/proc/meminfo: memFree=1545376/2055920 swapFree=4179464/4192956
[pid=4241] ppid=4239 vsize=47580 CPUtime=632.62
/proc/4241/stat : 4241 (galacE.sh) S 4239 4241 1212 0 -1 4194304 837 66646 5 6 0 0 63204 58 16 0 1 0 2003546375 48721920 366 996147200 4194304 4520092 548682068832 18446744073709551615 214920036434 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4241/statm: 11895 366 245 79 0 219 0
[pid=4265] ppid=4241 vsize=812884 CPUtime=0.88
/proc/4265/stat : 4265 (java) S 4241 4241 1212 0 -1 0 7181 0 3 0 82 6 0 0 18 0 9 0 2003610253 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4265/statm: 203221 6565 1909 9 0 197174 0
[pid=4265/tid=4266] ppid=4241 vsize=812884 CPUtime=0.67
/proc/4265/task/4266/stat : 4266 (java) S 4241 4241 1212 0 -1 64 5646 0 3 0 63 4 0 0 19 0 9 0 2003610255 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4267] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4267/stat : 4267 (java) S 4241 4241 1212 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2003610256 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4268] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4268/stat : 4268 (java) S 4241 4241 1212 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003610257 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4269] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4269/stat : 4269 (java) S 4241 4241 1212 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003610257 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4270] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4270/stat : 4270 (java) S 4241 4241 1212 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003610259 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4271] ppid=4241 vsize=812884 CPUtime=0.18
/proc/4265/task/4271/stat : 4271 (java) S 4241 4241 1212 0 -1 64 822 0 0 0 18 0 0 0 20 0 9 0 2003610259 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4272] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4272/stat : 4272 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003610259 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=4265/tid=4273] ppid=4241 vsize=812884 CPUtime=0
/proc/4265/task/4273/stat : 4273 (java) S 4241 4241 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003610259 832393216 6565 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.5
Current children cumulated vsize (KiB) 860464

Child status: 0
Real time (s): 639.745
CPU time (s): 633.551
CPU user time (s): 632.874
CPU system time (s): 0.676897
CPU usage (%): 99.0318
Max. virtual memory (cumulated for all children) (KiB): 860708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 632.874
system time used= 0.676897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74863
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2766
involuntary context switches= 16982

runsolver used 0.973851 second user time and 1.86472 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 10:15:15
IDJOB=1088066
IDBENCH=58063
IDSOLVER=351
FILE ID=node10/1088066-1215245715
PBS_JOBID= 7881869
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ea5c14ec1ea9a24129e1eecd0b852a7
RANDOM SEED=1635724035

node10.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.229
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.229
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:       1574160 kB
Buffers:          4216 kB
Cached:          92016 kB
SwapCached:       6516 kB
Active:         369196 kB
Inactive:        60416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574160 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:         342420 kB
Slab:            36828 kB
Committed_AS:  3809588 kB
PageTables:       2576 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= 66504 MiB
End job on node10 at 2008-07-05 10:25:55