Trace number 1091531

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 709.368 716.23

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-9.xml
MD5SUMcd6ece5d17b675064e438e989a91e256
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.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size133
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.03	c --- Preproc Stats ---
6.60/6.71	c start processing
6.60/6.71	c start relation processing
7.39/7.59	c start cnf exporting
30.75/31.15	c parsing time : 6.575
30.75/31.15	c preprocessing time : 31.024
30.75/31.15	
30.75/31.15	c Nary constraints - conflicts : 0 supports : 0
30.75/31.15	c Binary constraints - conflicts : 261 supports :4
30.75/31.15	c max arity constraint : 2
30.75/31.15	c Max Tuples generated 17689
30.75/31.15	c relations : 265
30.75/31.15	c relations BDD: 0
30.75/31.15	c sampling 229/265
30.75/31.15	c vars : 6171 - clauses :  1098295
30.75/31.15	
30.80/31.21	 
30.80/31.21	c --- SAT Solver Stats ---
30.80/31.21	 
30.80/31.21	c eSAT 0.1 : minisat core with additionnal features
30.80/31.21	c ============================[ Problem Statistics ]=============================
30.80/31.21	c |                                                                             |
30.80/31.22	c |  Number of variables:  6170                                                 |
30.80/31.22	c |  Number of clauses:    1098295                                              |
31.39/31.84	c |  Parsing time:         0.54         s                                       |
708.55/715.44	c restarts              : 1494
708.55/715.44	c conflicts             : 221072         (326 /sec)
708.55/715.44	c decisions             : 1858789        (6.54 % random) (2743 /sec)
708.55/715.44	c euip                  : 72191       
708.55/715.44	c propagations          : 12442404       (18362 /sec)
708.55/715.44	c conflict literals     : 37758907       (5.39 % deleted)
708.55/715.44	c Memory used           : 108.65 MB
708.55/715.44	c CPU time              : 677.615 s
708.55/715.44	c 
708.55/715.45	s SATISFIABLE
709.32/716.21	v 43 58 76 98 106 14 25 34 49 59 34 44 66 81 91 0 6 11 26 33 62 97 131 144 153 11 34 50 65 75 28 79 90 104 114 4 14 26 39 48 1 68 103 118 126 50 112 118 129 137

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-1091531-1215275007/watcher-1091531-1215275007 -o /tmp/evaluation-result-1091531-1215275007/solver-1091531-1215275007 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091531-1215275007.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.99 1.98 1.93 4/79 10806
/proc/meminfo: memFree=1668512/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=5316 CPUtime=0
/proc/10806/stat : 10806 (galacE.sh) R 10804 10806 9278 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 2006471087 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 251252503945 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10806/statm: 1329 193 146 79 0 121 0

[startup+0.0273469 s]
/proc/loadavg: 1.99 1.98 1.93 4/79 10806
/proc/meminfo: memFree=1668512/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=8784 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 586 1320 0 0 0 0 0 1 20 0 1 0 2006471087 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 251255291986 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10806/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101356 s]
/proc/loadavg: 1.99 1.98 1.93 4/79 10806
/proc/meminfo: memFree=1668512/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301379 s]
/proc/loadavg: 1.99 1.98 1.93 4/79 10806
/proc/meminfo: memFree=1668512/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701422 s]
/proc/loadavg: 1.99 1.98 1.93 4/79 10806
/proc/meminfo: memFree=1668512/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50251 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 10828
/proc/meminfo: memFree=1608528/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10820] ppid=10806 vsize=812760 CPUtime=1.43
/proc/10820/stat : 10820 (java) S 10806 10806 9278 0 -1 0 19095 0 1 0 133 10 0 0 18 0 9 0 2006471091 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10820/statm: 203190 18305 2586 9 0 197171 0
[pid=10820/tid=10821] ppid=10806 vsize=812760 CPUtime=0.87
/proc/10820/task/10821/stat : 10821 (java) R 10806 10806 9278 0 -1 64 10543 0 1 0 82 5 0 0 25 0 9 0 2006471092 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10822] ppid=10806 vsize=812760 CPUtime=0.35
/proc/10820/task/10822/stat : 10822 (java) R 10806 10806 9278 0 -1 64 7063 0 0 0 33 2 0 0 16 0 9 0 2006471093 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10823] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10823/stat : 10823 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471093 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10824] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10824/stat : 10824 (java) S 10806 10806 9278 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006471093 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10825] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10825/stat : 10825 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471095 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10826] ppid=10806 vsize=812760 CPUtime=0.17
/proc/10820/task/10826/stat : 10826 (java) S 10806 10806 9278 0 -1 64 789 0 0 0 17 0 0 0 15 0 9 0 2006471095 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10827] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10827/stat : 10827 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471095 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10828] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10828/stat : 10828 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471095 832266240 18305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860324

[startup+3.10269 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 10828
/proc/meminfo: memFree=1596112/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10820] ppid=10806 vsize=812760 CPUtime=3.03
/proc/10820/stat : 10820 (java) S 10806 10806 9278 0 -1 0 22920 0 1 0 291 12 0 0 18 0 9 0 2006471091 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10820/statm: 203190 22119 2586 9 0 197171 0
[pid=10820/tid=10821] ppid=10806 vsize=812760 CPUtime=1.36
/proc/10820/task/10821/stat : 10821 (java) R 10806 10806 9278 0 -1 64 10554 0 1 0 131 5 0 0 25 0 9 0 2006471092 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10822] ppid=10806 vsize=812760 CPUtime=1.43
/proc/10820/task/10822/stat : 10822 (java) R 10806 10806 9278 0 -1 64 10863 0 0 0 139 4 0 0 17 0 9 0 2006471093 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 104181410 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10823] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10823/stat : 10823 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471093 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10824] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10824/stat : 10824 (java) S 10806 10806 9278 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006471093 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10825] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10825/stat : 10825 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471095 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10826] ppid=10806 vsize=812760 CPUtime=0.21
/proc/10820/task/10826/stat : 10826 (java) S 10806 10806 9278 0 -1 64 803 0 0 0 20 1 0 0 15 0 9 0 2006471095 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10827] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10827/stat : 10827 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471095 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10828] ppid=10806 vsize=812760 CPUtime=0
/proc/10820/task/10828/stat : 10828 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471095 832266240 22119 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860324

[startup+6.30104 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 10828
/proc/meminfo: memFree=1577168/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10820] ppid=10806 vsize=812812 CPUtime=6.19
/proc/10820/stat : 10820 (java) S 10806 10806 9278 0 -1 0 26825 0 1 0 605 14 0 0 18 0 9 0 2006471091 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10820/statm: 203203 25829 2588 9 0 197184 0
[pid=10820/tid=10821] ppid=10806 vsize=812812 CPUtime=1.8
/proc/10820/task/10821/stat : 10821 (java) S 10806 10806 9278 0 -1 64 10571 0 1 0 175 5 0 0 18 0 9 0 2006471092 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10822] ppid=10806 vsize=812812 CPUtime=4.13
/proc/10820/task/10822/stat : 10822 (java) R 10806 10806 9278 0 -1 64 14739 0 0 0 407 6 0 0 25 0 9 0 2006471093 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 104457039 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10823] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10823/stat : 10823 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10824] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10824/stat : 10824 (java) S 10806 10806 9278 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10825] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10825/stat : 10825 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471095 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10826] ppid=10806 vsize=812812 CPUtime=0.23
/proc/10820/task/10826/stat : 10826 (java) S 10806 10806 9278 0 -1 64 815 0 0 0 22 1 0 0 15 0 9 0 2006471095 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10827] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10827/stat : 10827 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471095 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10828] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10828/stat : 10828 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471095 832319488 25829 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860376

[startup+12.7027 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 10828
/proc/meminfo: memFree=1548944/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10820] ppid=10806 vsize=812812 CPUtime=12.52
/proc/10820/stat : 10820 (java) S 10806 10806 9278 0 -1 0 32122 0 1 0 1232 20 0 0 18 0 9 0 2006471091 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10820/statm: 203203 31111 2593 9 0 197184 0
[pid=10820/tid=10821] ppid=10806 vsize=812812 CPUtime=7.62
/proc/10820/task/10821/stat : 10821 (java) R 10806 10806 9278 0 -1 64 14667 0 1 0 751 11 0 0 25 0 9 0 2006471092 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4127047007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10822] ppid=10806 vsize=812812 CPUtime=4.58
/proc/10820/task/10822/stat : 10822 (java) S 10806 10806 9278 0 -1 64 15902 0 0 0 452 6 0 0 16 0 9 0 2006471093 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10823] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10823/stat : 10823 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10824] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10824/stat : 10824 (java) S 10806 10806 9278 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10825] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10825/stat : 10825 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471095 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10826] ppid=10806 vsize=812812 CPUtime=0.29
/proc/10820/task/10826/stat : 10826 (java) S 10806 10806 9278 0 -1 64 853 0 0 0 28 1 0 0 15 0 9 0 2006471095 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10827] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10827/stat : 10827 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471095 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10828] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10828/stat : 10828 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471095 832319488 31111 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860376

[startup+25.5012 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 10828
/proc/meminfo: memFree=1539792/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=0.01
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10820] ppid=10806 vsize=812812 CPUtime=25.19
/proc/10820/stat : 10820 (java) S 10806 10806 9278 0 -1 0 32511 0 1 0 2494 25 0 0 18 0 9 0 2006471091 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10820/statm: 203203 31477 2593 9 0 197184 0
[pid=10820/tid=10821] ppid=10806 vsize=812812 CPUtime=20.21
/proc/10820/task/10821/stat : 10821 (java) R 10806 10806 9278 0 -1 64 14690 0 1 0 2005 16 0 0 25 0 9 0 2006471092 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 103827243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10822] ppid=10806 vsize=812812 CPUtime=4.63
/proc/10820/task/10822/stat : 10822 (java) S 10806 10806 9278 0 -1 64 16254 0 0 0 457 6 0 0 16 0 9 0 2006471093 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10823] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10823/stat : 10823 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10824] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10824/stat : 10824 (java) S 10806 10806 9278 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006471093 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10825] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10825/stat : 10825 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471095 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10826] ppid=10806 vsize=812812 CPUtime=0.32
/proc/10820/task/10826/stat : 10826 (java) S 10806 10806 9278 0 -1 64 867 0 0 0 31 1 0 0 15 0 9 0 2006471095 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10827] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10827/stat : 10827 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471095 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10820/tid=10828] ppid=10806 vsize=812812 CPUtime=0
/proc/10820/task/10828/stat : 10828 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471095 832319488 31477 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860376

[startup+51.102 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1579152/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82

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

/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=116196 CPUtime=427.02
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 28339 0 0 0 42689 13 0 0 25 0 1 0 2006474209 118984704 28321 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 29049 28321 75 162 0 28884 0
Current children cumulated CPU time (s) 457.84
Current children cumulated vsize (KiB) 163760

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1535440/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=133352 CPUtime=486.45
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 29709 0 0 0 48632 13 0 0 25 0 1 0 2006474209 136552448 29691 996147200 134512640 135177480 4294955968 18446744073709551615 134537203 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 33338 29691 75 162 0 33173 0
Current children cumulated CPU time (s) 517.27
Current children cumulated vsize (KiB) 180916

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1531344/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=134012 CPUtime=545.89
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 30246 0 0 0 54575 14 0 0 25 0 1 0 2006474209 137228288 30228 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 33503 30228 75 162 0 33338 0
Current children cumulated CPU time (s) 576.71
Current children cumulated vsize (KiB) 181576

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1528144/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=134936 CPUtime=605.33
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 31063 0 0 0 60519 14 0 0 25 0 1 0 2006474209 138174464 31045 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 33734 31045 75 162 0 33569 0
Current children cumulated CPU time (s) 636.15
Current children cumulated vsize (KiB) 182500

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1555472/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=101932 CPUtime=664.76
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 34817 0 0 0 66460 16 0 0 25 0 1 0 2006474209 104378368 24908 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 25483 24908 80 162 0 25318 0
Current children cumulated CPU time (s) 695.58
Current children cumulated vsize (KiB) 149496

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

[startup+703.902 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1550288/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=104384 CPUtime=666.35
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 35407 0 0 0 66619 16 0 0 25 0 1 0 2006474209 106889216 25498 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 26096 25498 80 162 0 25931 0
Current children cumulated CPU time (s) 697.17
Current children cumulated vsize (KiB) 151948

[startup+710.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1550288/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=104384 CPUtime=672.68
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 35407 0 0 0 67252 16 0 0 25 0 1 0 2006474209 106889216 25498 996147200 134512640 135177480 4294955968 18446744073709551615 134564661 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 26096 25498 80 162 0 25931 0
Current children cumulated CPU time (s) 703.5
Current children cumulated vsize (KiB) 151948

[startup+713.502 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1545872/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=111124 CPUtime=675.85
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 37112 0 0 0 67568 17 0 0 25 0 1 0 2006474209 113790976 27203 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 27781 27203 80 162 0 27616 0
Current children cumulated CPU time (s) 706.67
Current children cumulated vsize (KiB) 158688

[startup+715.102 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1543312/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=30.82
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 799 34230 0 1 0 0 3051 31 17 0 1 0 2006471087 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 251254729562 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10806/statm: 11891 364 245 79 0 219 0
[pid=10829] ppid=10806 vsize=111256 CPUtime=677.44
/proc/10829/stat : 10829 (eSAT_static) R 10806 10806 9278 0 -1 4194304 37140 0 0 0 67727 17 0 0 25 0 1 0 2006474209 113926144 27231 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10829/statm: 27814 27231 80 162 0 27649 0
Current children cumulated CPU time (s) 708.26
Current children cumulated vsize (KiB) 158820

[startup+715.902 s]
/proc/loadavg: 1.99 1.98 1.93 3/81 10829
/proc/meminfo: memFree=1543312/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=708.64
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 835 71383 0 1 0 0 70813 51 16 0 1 0 2006471087 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 251255291986 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10806/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 708.64
Current children cumulated vsize (KiB) 47564

[startup+716.108 s]
/proc/loadavg: 1.99 1.98 1.93 5/89 10838
/proc/meminfo: memFree=1640016/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=708.64
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 835 71383 0 1 0 0 70813 51 16 0 1 0 2006471087 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 251255291986 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10806/statm: 11891 365 245 79 0 219 0
[pid=10830] ppid=10806 vsize=812884 CPUtime=0.61
/proc/10830/stat : 10830 (java) S 10806 10806 9278 0 -1 0 5758 0 1 0 58 3 0 0 18 0 9 0 2006542634 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 203221 5141 1908 9 0 197174 0
[pid=10830/tid=10831] ppid=10806 vsize=812884 CPUtime=0.43
/proc/10830/task/10831/stat : 10831 (java) R 10806 10806 9278 0 -1 64 4244 0 1 0 41 2 0 0 21 0 9 0 2006542635 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10832] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10832/stat : 10832 (java) S 10806 10806 9278 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006542637 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10833/stat : 10833 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006542637 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10834/stat : 10834 (java) S 10806 10806 9278 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006542637 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10835/stat : 10835 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006542639 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10806 vsize=812884 CPUtime=0.16
/proc/10830/task/10836/stat : 10836 (java) R 10806 10806 9278 0 -1 64 801 0 0 0 16 0 0 0 19 0 9 0 2006542639 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 101692752 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10837/stat : 10837 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006542639 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10838/stat : 10838 (java) R 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006542639 832393216 5141 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 709.25
Current children cumulated vsize (KiB) 860448

[startup+716.202 s]
/proc/loadavg: 1.99 1.98 1.93 5/89 10838
/proc/meminfo: memFree=1640016/2055920 swapFree=4178936/4192956
[pid=10806] ppid=10804 vsize=47564 CPUtime=708.64
/proc/10806/stat : 10806 (galacE.sh) S 10804 10806 9278 0 -1 4194304 842 71383 0 1 0 0 70813 51 15 0 1 0 2006471087 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 251255291986 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10806/statm: 11891 366 245 79 0 219 0
[pid=10830] ppid=10806 vsize=812884 CPUtime=0.68
/proc/10830/stat : 10830 (java) S 10806 10806 9278 0 -1 0 7072 0 1 0 64 4 0 0 18 0 9 0 2006542634 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10830/statm: 203221 6454 1909 9 0 197174 0
[pid=10830/tid=10831] ppid=10806 vsize=812884 CPUtime=0.48
/proc/10830/task/10831/stat : 10831 (java) S 10806 10806 9278 0 -1 64 5548 0 1 0 45 3 0 0 21 0 9 0 2006542635 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10832] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10832/stat : 10832 (java) S 10806 10806 9278 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006542637 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10833] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10833/stat : 10833 (java) S 10806 10806 9278 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006542637 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10834] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10834/stat : 10834 (java) S 10806 10806 9278 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006542637 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10835] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10835/stat : 10835 (java) S 10806 10806 9278 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006542639 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10836] ppid=10806 vsize=812884 CPUtime=0.18
/proc/10830/task/10836/stat : 10836 (java) S 10806 10806 9278 0 -1 64 811 0 0 0 18 0 0 0 19 0 9 0 2006542639 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10837] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10837/stat : 10837 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006542639 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=10830/tid=10838] ppid=10806 vsize=812884 CPUtime=0
/proc/10830/task/10838/stat : 10838 (java) S 10806 10806 9278 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006542639 832393216 6454 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 709.32
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 716.23
CPU time (s): 709.368
CPU user time (s): 708.784
CPU system time (s): 0.583911
CPU usage (%): 99.042
Max. virtual memory (cumulated for all children) (KiB): 860580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 708.784
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79496
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= 2749
involuntary context switches= 18059

runsolver used 0.85387 second user time and 2.42963 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 18:23:27
IDJOB=1091531
IDBENCH=58562
IDSOLVER=351
FILE ID=node64/1091531-1215275007
PBS_JOBID= 7882208
Free space on /tmp= 66364 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd6ece5d17b675064e438e989a91e256
RANDOM SEED=975024428

node64.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.248
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.248
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:       1668992 kB
Buffers:         58712 kB
Cached:         253888 kB
SwapCached:       7408 kB
Active:         226904 kB
Inactive:       101860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668992 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            3112 kB
Writeback:           0 kB
Mapped:          24832 kB
Slab:            42412 kB
Committed_AS:  4094616 kB
PageTables:       2300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node64 at 2008-07-05 18:35:24