Trace number 1053409

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 851.612 855.159

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-8.xml
MD5SUM52efb0e56505d87a241477d52b776916
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.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size158
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 ---
7.93/8.02	c start processing
7.93/8.02	c start relation processing
8.83/8.96	c start cnf exporting
34.32/34.54	c parsing time : 7.896
34.32/34.54	c preprocessing time : 34.418
34.32/34.54	
34.32/34.54	c Nary constraints - conflicts : 0 supports : 0
34.32/34.54	c Binary constraints - conflicts : 265 supports :0
34.32/34.54	c max arity constraint : 2
34.32/34.54	c Max Tuples generated 24964
34.32/34.54	c relations : 265
34.32/34.54	c relations BDD: 0
34.32/34.54	c sampling 225/265
34.32/34.54	c vars : 6946 - clauses :  1366956
34.32/34.54	
34.37/34.61	 
34.37/34.61	c --- SAT Solver Stats ---
34.37/34.61	 
34.37/34.61	c eSAT 0.1 : minisat core with additionnal features
34.37/34.61	c ============================[ Problem Statistics ]=============================
34.37/34.61	c |                                                                             |
34.37/34.61	c |  Number of variables:  6945                                                 |
34.37/34.61	c |  Number of clauses:    1366956                                              |
35.06/35.38	c |  Parsing time:         0.64         s                                       |
850.85/854.48	c restarts              : 46
850.85/854.48	c conflicts             : 124            (0 /sec)
850.85/854.48	c decisions             : 51002          (61.49 % random) (62 /sec)
850.85/854.48	c euip                  : 35          
850.85/854.48	c propagations          : 227415         (279 /sec)
850.85/854.48	c conflict literals     : 9516           (8.97 % deleted)
850.85/854.48	c Memory used           : 104.35 MB
850.85/854.48	c CPU time              : 816.298 s
850.85/854.48	c 
850.85/854.49	s SATISFIABLE
851.53/855.14	v 84 96 106 127 138 15 65 92 109 114 38 54 65 119 127 73 130 140 153 166 59 146 165 179 188 12 21 47 71 76 12 25 37 46 61 34 111 128 139 152 1 11 17 31 42 1 21 75 85 98

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-1053409-1215057482/watcher-1053409-1215057482 -o /tmp/evaluation-result-1053409-1215057482/solver-1053409-1215057482 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053409-1215057482.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.26 2.14 2.05 4/72 27255
/proc/meminfo: memFree=1751192/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=8652 CPUtime=0
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984697988 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 2163 280 208 79 0 156 0
[pid=27256] ppid=27255 vsize=8688 CPUtime=0
/proc/27256/stat : 27256 (galacE.sh) R 27255 27255 26443 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 1984697989 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 231882680991 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/27256/statm: 2172 288 210 79 0 165 0

[startup+0.0541899 s]
/proc/loadavg: 2.26 2.14 2.05 4/72 27255
/proc/meminfo: memFree=1751192/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102191 s]
/proc/loadavg: 2.26 2.14 2.05 4/72 27255
/proc/meminfo: memFree=1751192/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301208 s]
/proc/loadavg: 2.26 2.14 2.05 4/72 27255
/proc/meminfo: memFree=1751192/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701258 s]
/proc/loadavg: 2.26 2.14 2.05 4/72 27255
/proc/meminfo: memFree=1751192/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50135 s]
/proc/loadavg: 2.32 2.16 2.05 3/82 27277
/proc/meminfo: memFree=1704888/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27269] ppid=27255 vsize=812556 CPUtime=1.45
/proc/27269/stat : 27269 (java) S 27255 27255 26443 0 -1 0 16296 0 1 0 135 10 0 0 18 0 9 0 1984697992 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27269/statm: 203139 15513 2585 9 0 197172 0
[pid=27269/tid=27270] ppid=27255 vsize=812556 CPUtime=0.84
/proc/27269/task/27270/stat : 27270 (java) R 27255 27255 26443 0 -1 64 7565 0 1 0 79 5 0 0 24 0 9 0 1984697993 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27271] ppid=27255 vsize=812556 CPUtime=0.43
/proc/27269/task/27271/stat : 27271 (java) R 27255 27255 26443 0 -1 64 7251 0 0 0 40 3 0 0 16 0 9 0 1984697994 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 103829000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27272] ppid=27255 vsize=812556 CPUtime=0
/proc/27269/task/27272/stat : 27272 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984697994 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27273] ppid=27255 vsize=812556 CPUtime=0
/proc/27269/task/27273/stat : 27273 (java) S 27255 27255 26443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984697994 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27274] ppid=27255 vsize=812556 CPUtime=0
/proc/27269/task/27274/stat : 27274 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984697997 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27275] ppid=27255 vsize=812556 CPUtime=0.15
/proc/27269/task/27275/stat : 27275 (java) S 27255 27255 26443 0 -1 64 780 0 0 0 15 0 0 0 15 0 9 0 1984697997 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27276] ppid=27255 vsize=812556 CPUtime=0
/proc/27269/task/27276/stat : 27276 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984697997 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27277] ppid=27255 vsize=812556 CPUtime=0
/proc/27269/task/27277/stat : 27277 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984697997 832057344 15513 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860128

[startup+3.10155 s]
/proc/loadavg: 2.32 2.16 2.05 3/82 27277
/proc/meminfo: memFree=1691384/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27269] ppid=27255 vsize=812592 CPUtime=3.04
/proc/27269/stat : 27269 (java) S 27255 27255 26443 0 -1 0 19717 0 1 0 293 11 0 0 18 0 9 0 1984697992 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27269/statm: 203148 18925 2585 9 0 197181 0
[pid=27269/tid=27270] ppid=27255 vsize=812592 CPUtime=1.41
/proc/27269/task/27270/stat : 27270 (java) R 27255 27255 26443 0 -1 64 7575 0 1 0 136 5 0 0 25 0 9 0 1984697993 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27271] ppid=27255 vsize=812592 CPUtime=1.42
/proc/27269/task/27271/stat : 27271 (java) R 27255 27255 26443 0 -1 64 10642 0 0 0 138 4 0 0 16 0 9 0 1984697994 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 104180286 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27272] ppid=27255 vsize=812592 CPUtime=0
/proc/27269/task/27272/stat : 27272 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984697994 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27273] ppid=27255 vsize=812592 CPUtime=0
/proc/27269/task/27273/stat : 27273 (java) S 27255 27255 26443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984697994 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27274] ppid=27255 vsize=812592 CPUtime=0
/proc/27269/task/27274/stat : 27274 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984697997 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27275] ppid=27255 vsize=812592 CPUtime=0.18
/proc/27269/task/27275/stat : 27275 (java) S 27255 27255 26443 0 -1 64 800 0 0 0 18 0 0 0 15 0 9 0 1984697997 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27276] ppid=27255 vsize=812592 CPUtime=0
/proc/27269/task/27276/stat : 27276 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984697997 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27277] ppid=27255 vsize=812592 CPUtime=0
/proc/27269/task/27277/stat : 27277 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984697997 832094208 18925 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860164

[startup+6.30292 s]
/proc/loadavg: 2.32 2.16 2.05 3/82 27277
/proc/meminfo: memFree=1669056/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27269] ppid=27255 vsize=812604 CPUtime=6.23
/proc/27269/stat : 27269 (java) S 27255 27255 26443 0 -1 0 24715 0 1 0 609 14 0 0 18 0 9 0 1984697992 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27269/statm: 203151 23701 2587 9 0 197184 0
[pid=27269/tid=27270] ppid=27255 vsize=812604 CPUtime=1.97
/proc/27269/task/27270/stat : 27270 (java) R 27255 27255 26443 0 -1 64 7590 0 1 0 192 5 0 0 22 0 9 0 1984697993 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4126695842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27271] ppid=27255 vsize=812604 CPUtime=4.02
/proc/27269/task/27271/stat : 27271 (java) S 27255 27255 26443 0 -1 64 15613 0 0 0 395 7 0 0 22 0 9 0 1984697994 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27272] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27272/stat : 27272 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984697994 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27273] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27273/stat : 27273 (java) S 27255 27255 26443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984697994 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27274] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27274/stat : 27274 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984697997 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27275] ppid=27255 vsize=812604 CPUtime=0.2
/proc/27269/task/27275/stat : 27275 (java) S 27255 27255 26443 0 -1 64 812 0 0 0 20 0 0 0 15 0 9 0 1984697997 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27276] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27276/stat : 27276 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984697997 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27277] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27277/stat : 27277 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984697997 832106496 23701 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860176

[startup+12.7027 s]
/proc/loadavg: 2.27 2.15 2.05 3/82 27277
/proc/meminfo: memFree=1627352/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27269] ppid=27255 vsize=812604 CPUtime=12.6
/proc/27269/stat : 27269 (java) S 27255 27255 26443 0 -1 0 33506 0 1 0 1238 22 0 0 18 0 9 0 1984697992 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27269/statm: 203151 32474 2592 9 0 197184 0
[pid=27269/tid=27270] ppid=27255 vsize=812604 CPUtime=6.65
/proc/27269/task/27270/stat : 27270 (java) R 27255 27255 26443 0 -1 64 14641 0 1 0 653 12 0 0 25 0 9 0 1984697993 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4127036849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27271] ppid=27255 vsize=812604 CPUtime=5.66
/proc/27269/task/27271/stat : 27271 (java) S 27255 27255 26443 0 -1 64 17321 0 0 0 558 8 0 0 16 0 9 0 1984697994 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27272] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27272/stat : 27272 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1984697994 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27273] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27273/stat : 27273 (java) S 27255 27255 26443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984697994 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27274] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27274/stat : 27274 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984697997 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27275] ppid=27255 vsize=812604 CPUtime=0.25
/proc/27269/task/27275/stat : 27275 (java) S 27255 27255 26443 0 -1 64 844 0 0 0 25 0 0 0 15 0 9 0 1984697997 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27276] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27276/stat : 27276 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984697997 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27277] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27277/stat : 27277 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984697997 832106496 32474 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860176

[startup+25.5022 s]
/proc/loadavg: 2.30 2.16 2.05 3/82 27277
/proc/meminfo: memFree=1617432/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=0.01
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27269] ppid=27255 vsize=812604 CPUtime=25.35
/proc/27269/stat : 27269 (java) S 27255 27255 26443 0 -1 0 33634 0 1 0 2507 28 0 0 18 0 9 0 1984697992 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27269/statm: 203151 32576 2592 9 0 197184 0
[pid=27269/tid=27270] ppid=27255 vsize=812604 CPUtime=19.34
/proc/27269/task/27270/stat : 27270 (java) R 27255 27255 26443 0 -1 64 14667 0 1 0 1917 17 0 0 25 0 9 0 1984697993 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4127120924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27271] ppid=27255 vsize=812604 CPUtime=5.71
/proc/27269/task/27271/stat : 27271 (java) S 27255 27255 26443 0 -1 64 17419 0 0 0 562 9 0 0 16 0 9 0 1984697994 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27272] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27272/stat : 27272 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 1984697994 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27273] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27273/stat : 27273 (java) S 27255 27255 26443 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984697994 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27274] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27274/stat : 27274 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984697997 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27275] ppid=27255 vsize=812604 CPUtime=0.26
/proc/27269/task/27275/stat : 27275 (java) S 27255 27255 26443 0 -1 64 848 0 0 0 26 0 0 0 16 0 9 0 1984697997 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27276] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27276/stat : 27276 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984697997 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27269/tid=27277] ppid=27255 vsize=812604 CPUtime=0
/proc/27269/task/27277/stat : 27277 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984697997 832106496 32576 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 860176

[startup+51.1022 s]

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

/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 34111 0 0 0 54524 21 0 0 25 0 1 0 1984701450 153767936 34093 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 37541 34093 75 162 0 37376 0
Current children cumulated CPU time (s) 579.84
Current children cumulated vsize (KiB) 197736

[startup+642.301 s]
/proc/loadavg: 2.06 2.13 2.09 3/74 27284
/proc/meminfo: memFree=1591576/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=151352 CPUtime=605.21
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 35126 0 0 0 60499 22 0 0 25 0 1 0 1984701450 154984448 35108 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 37838 35108 75 162 0 37673 0
Current children cumulated CPU time (s) 639.6
Current children cumulated vsize (KiB) 198924

[startup+702.301 s]
/proc/loadavg: 2.13 2.13 2.09 3/74 27284
/proc/meminfo: memFree=1586968/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=152144 CPUtime=664.97
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 36259 0 0 0 66474 23 0 0 25 0 1 0 1984701450 155795456 36241 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 38036 36241 75 162 0 37871 0
Current children cumulated CPU time (s) 699.36
Current children cumulated vsize (KiB) 199716

[startup+762.305 s]
/proc/loadavg: 2.12 2.12 2.09 3/74 27284
/proc/meminfo: memFree=1583960/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=152804 CPUtime=724.73
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 37014 0 0 0 72450 23 0 0 25 0 1 0 1984701450 156471296 36996 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 38201 36996 75 162 0 38036 0
Current children cumulated CPU time (s) 759.12
Current children cumulated vsize (KiB) 200376

[startup+822.301 s]
/proc/loadavg: 2.11 2.11 2.09 3/74 27284
/proc/meminfo: memFree=1580952/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=153332 CPUtime=784.49
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 37779 0 0 0 78425 24 0 0 25 0 1 0 1984701450 157011968 37761 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 38333 37761 75 162 0 38168 0
Current children cumulated CPU time (s) 818.88
Current children cumulated vsize (KiB) 200904

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

[startup+831.901 s]
/proc/loadavg: 2.09 2.11 2.09 3/74 27284
/proc/meminfo: memFree=1579608/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=176820 CPUtime=794.04
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 38085 0 0 0 79380 24 0 0 25 0 1 0 1984701450 181063680 38067 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 44205 38067 75 162 0 44040 0
Current children cumulated CPU time (s) 828.43
Current children cumulated vsize (KiB) 224392

[startup+844.702 s]
/proc/loadavg: 2.08 2.11 2.09 3/74 27284
/proc/meminfo: memFree=1579608/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=176820 CPUtime=806.8
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 38088 0 0 0 80656 24 0 0 25 0 1 0 1984701450 181063680 38070 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 44205 38070 75 162 0 44040 0
Current children cumulated CPU time (s) 841.19
Current children cumulated vsize (KiB) 224392

[startup+851.102 s]
/proc/loadavg: 2.07 2.10 2.09 3/74 27284
/proc/meminfo: memFree=1579608/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=176820 CPUtime=813.17
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 38088 0 0 0 81293 24 0 0 25 0 1 0 1984701450 181063680 38070 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 44205 38070 75 162 0 44040 0
Current children cumulated CPU time (s) 847.56
Current children cumulated vsize (KiB) 224392

[startup+852.702 s]
/proc/loadavg: 2.07 2.10 2.09 3/74 27284
/proc/meminfo: memFree=1579608/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=176820 CPUtime=814.76
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 38088 0 0 0 81452 24 0 0 25 0 1 0 1984701450 181063680 38070 996147200 134512640 135177480 4294955984 18446744073709551615 134537471 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 44205 38070 75 162 0 44040 0
Current children cumulated CPU time (s) 849.15
Current children cumulated vsize (KiB) 224392

[startup+854.302 s]
/proc/loadavg: 2.07 2.10 2.09 3/74 27284
/proc/meminfo: memFree=1579608/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=34.39
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 799 35361 0 1 0 0 3403 36 17 0 1 0 1984697988 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27255/statm: 11893 364 245 79 0 219 0
[pid=27278] ppid=27255 vsize=176956 CPUtime=816.35
/proc/27278/stat : 27278 (eSAT_static) R 27255 27255 26443 0 -1 4194304 38096 0 0 0 81611 24 0 0 25 0 1 0 1984701450 181202944 38078 996147200 134512640 135177480 4294955984 18446744073709551615 134736099 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 44239 38078 75 162 0 44074 0
Current children cumulated CPU time (s) 850.74
Current children cumulated vsize (KiB) 224528

[startup+854.707 s]
/proc/loadavg: 2.07 2.10 2.09 3/82 27293
/proc/meminfo: memFree=1725976/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=850.97
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 835 73475 0 1 0 0 85033 64 16 0 1 0 1984697988 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/27255/statm: 11893 365 245 79 0 219 0
[pid=27285] ppid=27255 vsize=812436 CPUtime=0.18
/proc/27285/stat : 27285 (java) S 27255 27255 26443 0 -1 0 4581 0 1 0 15 3 0 0 20 0 9 0 1984783439 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27285/statm: 203109 4029 1795 9 0 197142 0
[pid=27285/tid=27286] ppid=27255 vsize=812436 CPUtime=0.11
/proc/27285/task/27286/stat : 27286 (java) R 27255 27255 26443 0 -1 64 3143 0 1 0 10 1 0 0 25 0 9 0 1984783441 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27287] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27287/stat : 27287 (java) S 27255 27255 26443 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1984783443 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27288] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27288/stat : 27288 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 1984783443 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27289] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27289/stat : 27289 (java) S 27255 27255 26443 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1984783443 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27290] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27290/stat : 27290 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984783445 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27291] ppid=27255 vsize=812436 CPUtime=0.04
/proc/27285/task/27291/stat : 27291 (java) R 27255 27255 26443 0 -1 64 724 0 0 0 4 0 0 0 20 0 9 0 1984783445 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 101458911 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27292] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27292/stat : 27292 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984783445 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27293] ppid=27255 vsize=812436 CPUtime=0
/proc/27285/task/27293/stat : 27293 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984783445 831934464 4029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 851.15
Current children cumulated vsize (KiB) 860008

[startup+855.102 s]
/proc/loadavg: 2.07 2.10 2.09 3/82 27293
/proc/meminfo: memFree=1725976/2055920 swapFree=4180584/4192956
[pid=27255] ppid=27253 vsize=47572 CPUtime=850.97
/proc/27255/stat : 27255 (galacE.sh) S 27253 27255 26443 0 -1 4194304 835 73475 0 1 0 0 85033 64 16 0 1 0 1984697988 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/27255/statm: 11893 365 245 79 0 219 0
[pid=27285] ppid=27255 vsize=812680 CPUtime=0.56
/proc/27285/stat : 27285 (java) S 27255 27255 26443 0 -1 0 6475 0 1 0 52 4 0 0 20 0 9 0 1984783439 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27285/statm: 203170 5858 1910 9 0 197175 0
[pid=27285/tid=27286] ppid=27255 vsize=812680 CPUtime=0.37
/proc/27285/task/27286/stat : 27286 (java) R 27255 27255 26443 0 -1 64 4939 0 1 0 35 2 0 0 25 0 9 0 1984783441 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4126801434 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27287] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27287/stat : 27287 (java) S 27255 27255 26443 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1984783443 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27288] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27288/stat : 27288 (java) S 27255 27255 26443 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 1984783443 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27289] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27289/stat : 27289 (java) S 27255 27255 26443 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1984783443 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27290] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27290/stat : 27290 (java) S 27255 27255 26443 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984783445 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27291] ppid=27255 vsize=812680 CPUtime=0.16
/proc/27285/task/27291/stat : 27291 (java) S 27255 27255 26443 0 -1 64 822 0 0 0 16 0 0 0 16 0 9 0 1984783445 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27292] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27292/stat : 27292 (java) S 27255 27255 26443 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1984783445 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=27285/tid=27293] ppid=27255 vsize=812680 CPUtime=0
/proc/27285/task/27293/stat : 27293 (java) S 27255 27255 26443 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984783445 832184320 5858 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 851.53
Current children cumulated vsize (KiB) 860252

Child status: 0
Real time (s): 855.159
CPU time (s): 851.612
CPU user time (s): 850.893
CPU system time (s): 0.71889
CPU usage (%): 99.5852
Max. virtual memory (cumulated for all children) (KiB): 860472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 850.893
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81754
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= 3274
involuntary context switches= 14544

runsolver used 0.754885 second user time and 2.39663 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-03 05:58:02
IDJOB=1053409
IDBENCH=56074
IDSOLVER=351
FILE ID=node75/1053409-1215057482
PBS_JOBID= 7875175
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52efb0e56505d87a241477d52b776916
RANDOM SEED=2059735195

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1751608 kB
Buffers:         44532 kB
Cached:         168856 kB
SwapCached:       6320 kB
Active:         162116 kB
Inactive:        80700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751608 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          37156 kB
Slab:            45280 kB
Committed_AS:  4183460 kB
PageTables:       3328 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= 66532 MiB
End job on node75 at 2008-07-03 06:12:17