Trace number 1087961

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 848.889 857.172

General information on the benchmark

Namecsp/jobShop-enddr2/
normalized-enddr2-10-by-5-5.xml
MD5SUMa0f1cf0064e87505aa8e19a615b49ee5
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.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size148
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.30	c --- Preproc Stats ---
6.22/6.62	c start processing
6.22/6.62	c start relation processing
7.21/7.64	c start cnf exporting
33.35/34.02	c parsing time : 6.215
33.35/34.02	c preprocessing time : 33.617
33.35/34.02	
33.35/34.02	c Nary constraints - conflicts : 0 supports : 0
33.35/34.02	c Binary constraints - conflicts : 261 supports :4
33.35/34.02	c max arity constraint : 2
33.35/34.02	c Max Tuples generated 21904
33.35/34.02	c relations : 265
33.35/34.02	c relations BDD: 0
33.35/34.02	c sampling 233/265
33.35/34.02	c vars : 6711 - clauses :  1218362
33.35/34.02	
33.35/34.08	 
33.35/34.08	c --- SAT Solver Stats ---
33.35/34.08	 
33.35/34.08	c eSAT 0.1 : minisat core with additionnal features
33.35/34.08	c ============================[ Problem Statistics ]=============================
33.35/34.08	c |                                                                             |
33.35/34.08	c |  Number of variables:  6710                                                 |
33.35/34.08	c |  Number of clauses:    1218362                                              |
33.40/34.77	c |  Parsing time:         0.58         s                                       |
848.12/856.40	c restarts              : 37
848.12/856.40	c conflicts             : 101            (0 /sec)
848.12/856.40	c decisions             : 40262          (56.00 % random) (49 /sec)
848.12/856.40	c euip                  : 30          
848.12/856.40	c propagations          : 202568         (249 /sec)
848.12/856.40	c conflict literals     : 9266           (13.30 % deleted)
848.12/856.40	c Memory used           : 90.68 MB
848.12/856.40	c CPU time              : 814.526 s
848.12/856.40	c 
848.12/856.40	s SATISFIABLE
848.81/857.16	v 45 56 59 82 88 5 12 83 99 105 72 83 98 108 128 65 74 125 153 162 3 30 69 127 145 16 22 36 45 79 39 97 106 147 154 0 11 21 165 174 20 35 45 60 64 1 6 13 22 42

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-1087961-1215245672/watcher-1087961-1215245672 -o /tmp/evaluation-result-1087961-1215245672/solver-1087961-1215245672 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1087961-1215245672.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: 1.85 1.97 2.01 4/80 2266
/proc/meminfo: memFree=1310952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=18572 CPUtime=0
/proc/2266/stat : 2266 (runsolver) D 2264 2266 32334 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003539678 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2266/statm: 4643 292 257 25 0 2626 0

[startup+0.085597 s]
/proc/loadavg: 1.85 1.97 2.01 4/80 2266
/proc/meminfo: memFree=1310952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=8652 CPUtime=0
/proc/2266/stat : 2266 (galacE.sh) R 2264 2266 32334 0 -1 4194304 330 0 4 0 0 0 0 0 17 0 1 0 2003539678 8859648 279 996147200 4194304 4520092 548682068832 18446744073709551615 221954763423 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/2266/statm: 2163 279 207 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.10259 s]
/proc/loadavg: 1.85 1.97 2.01 4/80 2266
/proc/meminfo: memFree=1310952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=8652 CPUtime=0
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 2003539678 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.302608 s]
/proc/loadavg: 1.85 1.97 2.01 4/80 2266
/proc/meminfo: memFree=1310952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47564 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) D 2264 2266 32334 0 -1 4194304 745 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48705536 361 996147200 4194304 4520092 548682068832 18446744073709551615 221954748702 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/2266/statm: 11891 361 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702647 s]
/proc/loadavg: 1.85 1.97 2.01 4/80 2266
/proc/meminfo: memFree=1310952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50172 s]
/proc/loadavg: 1.85 1.97 2.01 3/90 2288
/proc/meminfo: memFree=1266904/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2280] ppid=2266 vsize=812724 CPUtime=1.15
/proc/2280/stat : 2280 (java) S 2266 2266 32334 0 -1 0 15189 0 3 0 107 8 0 0 19 0 9 0 2003539708 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2280/statm: 203181 14409 2586 9 0 197162 0
[pid=2280/tid=2281] ppid=2266 vsize=812724 CPUtime=0.72
/proc/2280/task/2281/stat : 2281 (java) R 2266 2266 32334 0 -1 64 7554 0 3 0 68 4 0 0 21 0 9 0 2003539709 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2282] ppid=2266 vsize=812724 CPUtime=0.26
/proc/2280/task/2282/stat : 2282 (java) R 2266 2266 32334 0 -1 64 6166 0 0 0 24 2 0 0 16 0 9 0 2003539711 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 102300835 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2283] ppid=2266 vsize=812724 CPUtime=0
/proc/2280/task/2283/stat : 2283 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003539711 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2284] ppid=2266 vsize=812724 CPUtime=0
/proc/2280/task/2284/stat : 2284 (java) S 2266 2266 32334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003539711 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2285] ppid=2266 vsize=812724 CPUtime=0
/proc/2280/task/2285/stat : 2285 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003539714 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2286] ppid=2266 vsize=812724 CPUtime=0.15
/proc/2280/task/2286/stat : 2286 (java) S 2266 2266 32334 0 -1 64 767 0 0 0 15 0 0 0 16 0 9 0 2003539714 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2287] ppid=2266 vsize=812724 CPUtime=0
/proc/2280/task/2287/stat : 2287 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003539714 832229376 14409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2288] ppid=2266 vsize=812724 CPUtime=0
/proc/2280/task/2288/stat : 2288 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003539714 832229376 14409 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) 860292

[startup+3.10186 s]
/proc/loadavg: 1.85 1.97 2.01 4/90 2288
/proc/meminfo: memFree=1254552/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2280] ppid=2266 vsize=812796 CPUtime=2.74
/proc/2280/stat : 2280 (java) S 2266 2266 32334 0 -1 0 20090 0 3 0 264 10 0 0 19 0 9 0 2003539708 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2280/statm: 203199 19302 2586 9 0 197180 0
[pid=2280/tid=2281] ppid=2266 vsize=812796 CPUtime=1.47
/proc/2280/task/2281/stat : 2281 (java) R 2266 2266 32334 0 -1 64 7563 0 3 0 143 4 0 0 25 0 9 0 2003539709 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4126695808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2282] ppid=2266 vsize=812796 CPUtime=1.04
/proc/2280/task/2282/stat : 2282 (java) S 2266 2266 32334 0 -1 64 11026 0 0 0 100 4 0 0 17 0 9 0 2003539711 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2283] ppid=2266 vsize=812796 CPUtime=0
/proc/2280/task/2283/stat : 2283 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003539711 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2284] ppid=2266 vsize=812796 CPUtime=0
/proc/2280/task/2284/stat : 2284 (java) S 2266 2266 32334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003539711 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2285] ppid=2266 vsize=812796 CPUtime=0
/proc/2280/task/2285/stat : 2285 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003539714 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2286] ppid=2266 vsize=812796 CPUtime=0.2
/proc/2280/task/2286/stat : 2286 (java) S 2266 2266 32334 0 -1 64 799 0 0 0 20 0 0 0 15 0 9 0 2003539714 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2287] ppid=2266 vsize=812796 CPUtime=0
/proc/2280/task/2287/stat : 2287 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003539714 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2288] ppid=2266 vsize=812796 CPUtime=0
/proc/2280/task/2288/stat : 2288 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003539714 832303104 19302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 860364

[startup+6.30215 s]
/proc/loadavg: 1.94 1.98 2.01 3/90 2288
/proc/meminfo: memFree=1227288/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2280] ppid=2266 vsize=812844 CPUtime=5.91
/proc/2280/stat : 2280 (java) S 2266 2266 32334 0 -1 0 24739 0 3 0 579 12 0 0 19 0 9 0 2003539708 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2280/statm: 203211 23704 2588 9 0 197192 0
[pid=2280/tid=2281] ppid=2266 vsize=812844 CPUtime=2.04
/proc/2280/task/2281/stat : 2281 (java) S 2266 2266 32334 0 -1 64 7594 0 3 0 200 4 0 0 20 0 9 0 2003539709 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2282] ppid=2266 vsize=812844 CPUtime=3.62
/proc/2280/task/2282/stat : 2282 (java) R 2266 2266 32334 0 -1 64 15633 0 0 0 356 6 0 0 25 0 9 0 2003539711 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 103737273 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2283] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2283/stat : 2283 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003539711 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2284] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2284/stat : 2284 (java) S 2266 2266 32334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003539711 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2285] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2285/stat : 2285 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003539714 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2286] ppid=2266 vsize=812844 CPUtime=0.22
/proc/2280/task/2286/stat : 2286 (java) S 2266 2266 32334 0 -1 64 810 0 0 0 22 0 0 0 15 0 9 0 2003539714 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2287] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2287/stat : 2287 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003539714 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2288] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2288/stat : 2288 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003539714 832352256 23704 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 860412

[startup+12.7017 s]
/proc/loadavg: 1.94 1.98 2.01 3/90 2288
/proc/meminfo: memFree=1187680/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2280] ppid=2266 vsize=812844 CPUtime=12.24
/proc/2280/stat : 2280 (java) S 2266 2266 32334 0 -1 0 32927 0 3 0 1205 19 0 0 19 0 9 0 2003539708 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2280/statm: 203211 31878 2593 9 0 197192 0
[pid=2280/tid=2281] ppid=2266 vsize=812844 CPUtime=7.94
/proc/2280/task/2281/stat : 2281 (java) R 2266 2266 32334 0 -1 64 14651 0 3 0 783 11 0 0 25 0 9 0 2003539709 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4127087205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2282] ppid=2266 vsize=812844 CPUtime=3.99
/proc/2280/task/2282/stat : 2282 (java) S 2266 2266 32334 0 -1 64 16726 0 0 0 393 6 0 0 16 0 9 0 2003539711 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2283] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2283/stat : 2283 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003539711 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2284] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2284/stat : 2284 (java) S 2266 2266 32334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003539711 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2285] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2285/stat : 2285 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003539714 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2286] ppid=2266 vsize=812844 CPUtime=0.28
/proc/2280/task/2286/stat : 2286 (java) S 2266 2266 32334 0 -1 64 848 0 0 0 28 0 0 0 15 0 9 0 2003539714 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2287] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2287/stat : 2287 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003539714 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2288] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2288/stat : 2288 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003539714 832352256 31878 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 860412

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 2.01 3/90 2288
/proc/meminfo: memFree=1178208/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=0.01
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 760 1698 5 0 0 0 0 1 18 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2280] ppid=2266 vsize=812844 CPUtime=24.92
/proc/2280/stat : 2280 (java) S 2266 2266 32334 0 -1 0 33300 0 3 0 2468 24 0 0 19 0 9 0 2003539708 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2280/statm: 203211 32227 2593 9 0 197192 0
[pid=2280/tid=2281] ppid=2266 vsize=812844 CPUtime=20.54
/proc/2280/task/2281/stat : 2281 (java) R 2266 2266 32334 0 -1 64 14675 0 3 0 2039 15 0 0 25 0 9 0 2003539709 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4127114000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2282] ppid=2266 vsize=812844 CPUtime=4.06
/proc/2280/task/2282/stat : 2282 (java) S 2266 2266 32334 0 -1 64 17071 0 0 0 399 7 0 0 16 0 9 0 2003539711 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2283] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2283/stat : 2283 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003539711 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2284] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2284/stat : 2284 (java) S 2266 2266 32334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003539711 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2285] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2285/stat : 2285 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003539714 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2286] ppid=2266 vsize=812844 CPUtime=0.29
/proc/2280/task/2286/stat : 2286 (java) S 2266 2266 32334 0 -1 64 852 0 0 0 29 0 0 0 15 0 9 0 2003539714 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2287] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2287/stat : 2287 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003539714 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2280/tid=2288] ppid=2266 vsize=812844 CPUtime=0
/proc/2280/task/2288/stat : 2288 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003539714 832352256 32227 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 860412

[startup+51.1022 s]
/proc/loadavg: 1.97 1.98 2.01 3/82 2289
/proc/meminfo: memFree=1220384/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4

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

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1723216/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=136512 CPUtime=483.74
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 30019 0 0 0 48357 17 0 0 25 0 1 0 2003543086 139788288 30001 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34128 30001 75 162 0 33963 0
Current children cumulated CPU time (s) 517.14
Current children cumulated vsize (KiB) 184080

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1718992/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=137444 CPUtime=543.18
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 31069 0 0 0 54300 18 0 0 25 0 1 0 2003543086 140742656 31051 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34361 31051 75 162 0 34196 0
Current children cumulated CPU time (s) 576.58
Current children cumulated vsize (KiB) 185012

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1715344/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=138372 CPUtime=602.63
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 31961 0 0 0 60244 19 0 0 25 0 1 0 2003543086 141692928 31943 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34593 31943 75 162 0 34428 0
Current children cumulated CPU time (s) 636.03
Current children cumulated vsize (KiB) 185940

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1711952/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139032 CPUtime=662.06
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 32775 0 0 0 66187 19 0 0 25 0 1 0 2003543086 142368768 32757 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34758 32757 75 162 0 34593 0
Current children cumulated CPU time (s) 695.46
Current children cumulated vsize (KiB) 186600

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1710864/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139164 CPUtime=721.5
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 33043 0 0 0 72131 19 0 0 25 0 1 0 2003543086 142503936 33025 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34791 33025 75 162 0 34626 0
Current children cumulated CPU time (s) 754.9
Current children cumulated vsize (KiB) 186732

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1707920/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139428 CPUtime=780.94
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 33747 0 0 0 78075 19 0 0 25 0 1 0 2003543086 142774272 33729 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34857 33729 75 162 0 34692 0
Current children cumulated CPU time (s) 814.34
Current children cumulated vsize (KiB) 186996

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

[startup+831.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706320/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139956 CPUtime=790.45
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 34154 0 0 0 79025 20 0 0 25 0 1 0 2003543086 143314944 34136 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34989 34136 75 162 0 34824 0
Current children cumulated CPU time (s) 823.85
Current children cumulated vsize (KiB) 187524

[startup+844.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706256/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139956 CPUtime=803.14
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 34157 0 0 0 80294 20 0 0 25 0 1 0 2003543086 143314944 34139 996147200 134512640 135177480 4294955968 18446744073709551615 134537203 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34989 34139 75 162 0 34824 0
Current children cumulated CPU time (s) 836.54
Current children cumulated vsize (KiB) 187524

[startup+851.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706256/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139956 CPUtime=809.48
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 34157 0 0 0 80928 20 0 0 25 0 1 0 2003543086 143314944 34139 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34989 34139 75 162 0 34824 0
Current children cumulated CPU time (s) 842.88
Current children cumulated vsize (KiB) 187524

[startup+854.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706256/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139956 CPUtime=812.65
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 34157 0 0 0 81245 20 0 0 25 0 1 0 2003543086 143314944 34139 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34989 34139 75 162 0 34824 0
Current children cumulated CPU time (s) 846.05
Current children cumulated vsize (KiB) 187524

[startup+855.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706256/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=33.4
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 794 35033 5 3 0 0 3310 30 17 0 1 0 2003539678 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221954370394 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2266/statm: 11892 364 245 79 0 219 0
[pid=2289] ppid=2266 vsize=139956 CPUtime=814.23
/proc/2289/stat : 2289 (eSAT_static) R 2266 2266 32334 0 -1 4194304 34157 0 0 0 81403 20 0 0 25 0 1 0 2003543086 143314944 34139 996147200 134512640 135177480 4294955968 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/2289/statm: 34989 34139 75 162 0 34824 0
Current children cumulated CPU time (s) 847.63
Current children cumulated vsize (KiB) 187524

[startup+856.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 2331
/proc/meminfo: memFree=1706256/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=848.15
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 830 69216 5 3 0 0 84763 52 16 0 1 0 2003539678 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221954932818 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2266/statm: 11892 365 245 79 0 219 0
Current children cumulated CPU time (s) 848.15
Current children cumulated vsize (KiB) 47568

[startup+857.102 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 2340
/proc/meminfo: memFree=1832400/2055920 swapFree=4179776/4192956
[pid=2266] ppid=2264 vsize=47568 CPUtime=848.15
/proc/2266/stat : 2266 (galacE.sh) S 2264 2266 32334 0 -1 4194304 830 69216 5 3 0 0 84763 52 16 0 1 0 2003539678 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221954932818 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2266/statm: 11892 365 245 79 0 219 0
[pid=2332] ppid=2266 vsize=813908 CPUtime=0.66
/proc/2332/stat : 2332 (java) S 2266 2266 32334 0 -1 0 6205 0 1 0 62 4 0 0 18 0 9 0 2003625320 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2332/statm: 203477 5588 1909 9 0 197430 0
[pid=2332/tid=2333] ppid=2266 vsize=813908 CPUtime=0.46
/proc/2332/task/2333/stat : 2333 (java) R 2266 2266 32334 0 -1 64 4681 0 1 0 43 3 0 0 21 0 9 0 2003625322 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4126664775 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2334] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2334/stat : 2334 (java) S 2266 2266 32334 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2003625323 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2335] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2335/stat : 2335 (java) S 2266 2266 32334 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2003625323 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2336] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2336/stat : 2336 (java) S 2266 2266 32334 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003625323 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2337] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2337/stat : 2337 (java) S 2266 2266 32334 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2003625325 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2338] ppid=2266 vsize=813908 CPUtime=0.17
/proc/2332/task/2338/stat : 2338 (java) S 2266 2266 32334 0 -1 64 810 0 0 0 17 0 0 0 19 0 9 0 2003625325 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2339] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2339/stat : 2339 (java) S 2266 2266 32334 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003625325 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2332/tid=2340] ppid=2266 vsize=813908 CPUtime=0
/proc/2332/task/2340/stat : 2340 (java) S 2266 2266 32334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003625326 833441792 5588 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 848.81
Current children cumulated vsize (KiB) 861476

Child status: 0
Real time (s): 857.172
CPU time (s): 848.889
CPU user time (s): 848.287
CPU system time (s): 0.601908
CPU usage (%): 99.0337
Max. virtual memory (cumulated for all children) (KiB): 861476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 848.287
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77444
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2916
involuntary context switches= 36338

runsolver used 1.24481 second user time and 2.54261 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 10:14:32
IDJOB=1087961
IDBENCH=58058
IDSOLVER=351
FILE ID=node43/1087961-1215245672
PBS_JOBID= 7881877
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a0f1cf0064e87505aa8e19a615b49ee5
RANDOM SEED=1807058859

node43.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.230
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.230
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:       1311432 kB
Buffers:          7100 kB
Cached:          93184 kB
SwapCached:       6816 kB
Active:         663676 kB
Inactive:        28240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311432 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            3932 kB
Writeback:           0 kB
Mapped:         605436 kB
Slab:            36692 kB
Committed_AS:  4557864 kB
PageTables:       3028 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= 66508 MiB
End job on node43 at 2008-07-05 10:28:49