Trace number 1091552

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 527.972 533.063

General information on the benchmark

Namecsp/jobShop-e0ddr2/
normalized-e0ddr2-10-by-5-6.xml
MD5SUM4914ab5b04149427a56aa6a39e8ffd21
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.023996
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size135
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 ---
6.10/6.29	c start processing
6.10/6.29	c start relation processing
6.99/7.18	c start cnf exporting
30.75/31.11	c parsing time : 6.167
30.75/31.11	c preprocessing time : 30.987
30.75/31.11	
30.75/31.11	c Nary constraints - conflicts : 0 supports : 0
30.75/31.11	c Binary constraints - conflicts : 261 supports :4
30.75/31.11	c max arity constraint : 2
30.75/31.11	c Max Tuples generated 18225
30.75/31.11	c relations : 256
30.75/31.11	c relations BDD: 0
30.75/31.11	c sampling 220/256
30.75/31.11	c vars : 6361 - clauses :  1113170
30.75/31.11	
30.75/31.16	 
30.75/31.16	c --- SAT Solver Stats ---
30.75/31.16	 
30.75/31.16	c eSAT 0.1 : minisat core with additionnal features
30.75/31.16	c ============================[ Problem Statistics ]=============================
30.75/31.16	c |                                                                             |
30.75/31.16	c |  Number of variables:  6360                                                 |
30.75/31.16	c |  Number of clauses:    1113170                                              |
30.79/31.79	c |  Parsing time:         0.54         s                                       |
526.94/532.09	c restarts              : 47
526.94/532.09	c conflicts             : 127            (0 /sec)
526.94/532.09	c decisions             : 59734          (67.43 % random) (120 /sec)
526.94/532.09	c euip                  : 35          
526.94/532.09	c propagations          : 237291         (478 /sec)
526.94/532.09	c conflict literals     : 13844          (4.43 % deleted)
526.94/532.09	c Memory used           : 81.05 MB
526.94/532.09	c CPU time              : 496.099 s
526.94/532.09	c 
526.94/532.09	s SATISFIABLE
527.92/533.05	v 8 20 30 46 69 4 11 21 42 55 29 36 67 101 107 11 30 55 74 92 5 10 38 61 78 43 70 96 113 121 49 88 117 138 144 0 4 9 22 39 16 57 86 105 136 0 26 129 145 155

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-1091552-1215275030/watcher-1091552-1215275030 -o /tmp/evaluation-result-1091552-1215275030/solver-1091552-1215275030 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1091552-1215275030.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 13777
/proc/meminfo: memFree=1672704/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=18572 CPUtime=0
/proc/13777/stat : 13777 (runsolver) R 13775 13777 11754 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006471910 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13777/statm: 4643 292 257 25 0 2626 0

[startup+0.106594 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 13777
/proc/meminfo: memFree=1672704/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201608 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 13777
/proc/meminfo: memFree=1672704/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301628 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 13777
/proc/meminfo: memFree=1672704/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701693 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 13777
/proc/meminfo: memFree=1672704/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50182 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 13799
/proc/meminfo: memFree=1627120/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13791] ppid=13777 vsize=812764 CPUtime=1.43
/proc/13791/stat : 13791 (java) S 13777 13777 11754 0 -1 0 15882 0 1 0 134 9 0 0 18 0 9 0 2006471914 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13791/statm: 203191 15098 2586 9 0 197172 0
[pid=13791/tid=13792] ppid=13777 vsize=812764 CPUtime=0.81
/proc/13791/task/13792/stat : 13792 (java) R 13777 13777 11754 0 -1 64 7583 0 1 0 76 5 0 0 23 0 9 0 2006471914 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13793] ppid=13777 vsize=812764 CPUtime=0.44
/proc/13791/task/13793/stat : 13793 (java) R 13777 13777 11754 0 -1 64 6820 0 0 0 42 2 0 0 16 0 9 0 2006471916 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13794] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13794/stat : 13794 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471916 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13795] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13795/stat : 13795 (java) S 13777 13777 11754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006471916 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13796] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13796/stat : 13796 (java) S 13777 13777 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471918 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13797] ppid=13777 vsize=812764 CPUtime=0.16
/proc/13791/task/13797/stat : 13797 (java) S 13777 13777 11754 0 -1 64 779 0 0 0 16 0 0 0 15 0 9 0 2006471918 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13798] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13798/stat : 13798 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471918 832270336 15098 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13799] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13799/stat : 13799 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471918 832270336 15098 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) 860328

[startup+3.10208 s]
/proc/loadavg: 2.08 2.02 2.00 4/84 13799
/proc/meminfo: memFree=1615152/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13791] ppid=13777 vsize=812764 CPUtime=3.02
/proc/13791/stat : 13791 (java) S 13777 13777 11754 0 -1 0 20200 0 1 0 292 10 0 0 18 0 9 0 2006471914 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13791/statm: 203191 19397 2588 9 0 197172 0
[pid=13791/tid=13792] ppid=13777 vsize=812764 CPUtime=1.47
/proc/13791/task/13792/stat : 13792 (java) R 13777 13777 11754 0 -1 64 7607 0 1 0 142 5 0 0 25 0 9 0 2006471914 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13793] ppid=13777 vsize=812764 CPUtime=1.32
/proc/13791/task/13793/stat : 13793 (java) R 13777 13777 11754 0 -1 64 11086 0 0 0 129 3 0 0 16 0 9 0 2006471916 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13794] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13794/stat : 13794 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471916 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13795] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13795/stat : 13795 (java) S 13777 13777 11754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006471916 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13796] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13796/stat : 13796 (java) S 13777 13777 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471918 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13797] ppid=13777 vsize=812764 CPUtime=0.2
/proc/13791/task/13797/stat : 13797 (java) S 13777 13777 11754 0 -1 64 807 0 0 0 20 0 0 0 15 0 9 0 2006471918 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13798] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13798/stat : 13798 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471918 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13799] ppid=13777 vsize=812764 CPUtime=0
/proc/13791/task/13799/stat : 13799 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471918 832270336 19397 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860328

[startup+6.30259 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 13799
/proc/meminfo: memFree=1592176/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13791] ppid=13777 vsize=812840 CPUtime=6.19
/proc/13791/stat : 13791 (java) S 13777 13777 11754 0 -1 0 23821 0 1 0 607 12 0 0 18 0 9 0 2006471914 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13791/statm: 203210 22796 2588 9 0 197191 0
[pid=13791/tid=13792] ppid=13777 vsize=812840 CPUtime=1.85
/proc/13791/task/13792/stat : 13792 (java) R 13777 13777 11754 0 -1 64 7625 0 1 0 180 5 0 0 16 0 9 0 2006471914 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4127006333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13793] ppid=13777 vsize=812840 CPUtime=4.1
/proc/13791/task/13793/stat : 13793 (java) R 13777 13777 11754 0 -1 64 14682 0 0 0 405 5 0 0 25 0 9 0 2006471916 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13794] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13794/stat : 13794 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471916 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13795] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13795/stat : 13795 (java) S 13777 13777 11754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006471916 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13796] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13796/stat : 13796 (java) S 13777 13777 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471918 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13797] ppid=13777 vsize=812840 CPUtime=0.21
/proc/13791/task/13797/stat : 13797 (java) S 13777 13777 11754 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 2006471918 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13798] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13798/stat : 13798 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471918 832348160 22796 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13799] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13799/stat : 13799 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471918 832348160 22796 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) 860404

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 13799
/proc/meminfo: memFree=1554608/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13791] ppid=13777 vsize=812840 CPUtime=12.52
/proc/13791/stat : 13791 (java) S 13777 13777 11754 0 -1 0 31713 0 1 0 1232 20 0 0 18 0 9 0 2006471914 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13791/statm: 203210 30674 2593 9 0 197191 0
[pid=13791/tid=13792] ppid=13777 vsize=812840 CPUtime=8.04
/proc/13791/task/13792/stat : 13792 (java) R 13777 13777 11754 0 -1 64 14656 0 1 0 791 13 0 0 25 0 9 0 2006471914 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4126592447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13793] ppid=13777 vsize=812840 CPUtime=4.17
/proc/13791/task/13793/stat : 13793 (java) S 13777 13777 11754 0 -1 64 15506 0 0 0 412 5 0 0 16 0 9 0 2006471916 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13794] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13794/stat : 13794 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471916 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13795] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13795/stat : 13795 (java) S 13777 13777 11754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006471916 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13796] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13796/stat : 13796 (java) S 13777 13777 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471918 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13797] ppid=13777 vsize=812840 CPUtime=0.27
/proc/13791/task/13797/stat : 13797 (java) S 13777 13777 11754 0 -1 64 851 0 0 0 27 0 0 0 15 0 9 0 2006471918 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13798] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13798/stat : 13798 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471918 832348160 30674 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13799] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13799/stat : 13799 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471918 832348160 30674 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) 860404

[startup+25.5017 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 13799
/proc/meminfo: memFree=1545712/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=0.01
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13791] ppid=13777 vsize=812840 CPUtime=25.2
/proc/13791/stat : 13791 (java) S 13777 13777 11754 0 -1 0 32066 0 1 0 2495 25 0 0 18 0 9 0 2006471914 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13791/statm: 203210 31005 2593 9 0 197191 0
[pid=13791/tid=13792] ppid=13777 vsize=812840 CPUtime=20.66
/proc/13791/task/13792/stat : 13792 (java) R 13777 13777 11754 0 -1 64 14678 0 1 0 2048 18 0 0 25 0 9 0 2006471914 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 102064656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13793] ppid=13777 vsize=812840 CPUtime=4.21
/proc/13791/task/13793/stat : 13793 (java) S 13777 13777 11754 0 -1 64 15823 0 0 0 416 5 0 0 16 0 9 0 2006471916 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13794] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13794/stat : 13794 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2006471916 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13795] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13795/stat : 13795 (java) S 13777 13777 11754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006471916 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13796] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13796/stat : 13796 (java) S 13777 13777 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2006471918 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13797] ppid=13777 vsize=812840 CPUtime=0.3
/proc/13791/task/13797/stat : 13797 (java) S 13777 13777 11754 0 -1 64 865 0 0 0 30 0 0 0 15 0 9 0 2006471918 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13798] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13798/stat : 13798 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006471918 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13791/tid=13799] ppid=13777 vsize=812840 CPUtime=0
/proc/13791/task/13799/stat : 13799 (java) S 13777 13777 11754 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006471918 832348160 31005 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860404

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 13800
/proc/meminfo: memFree=1581552/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79

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

/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 23542 0 0 0 18923 12 0 0 25 0 1 0 2006475026 101421056 23524 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 24761 23524 75 162 0 24596 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 146608

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13800
/proc/meminfo: memFree=1555568/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=111932 CPUtime=248.79
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 25203 0 0 0 24866 13 0 0 25 0 1 0 2006475026 114618368 25185 996147200 134512640 135177480 4294955968 18446744073709551615 134537193 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 27983 25185 75 162 0 27818 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 159496

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13800
/proc/meminfo: memFree=1554992/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=112328 CPUtime=308.23
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 25332 0 0 0 30810 13 0 0 25 0 1 0 2006475026 115023872 25314 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 28082 25314 75 162 0 27917 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 159892

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 13800
/proc/meminfo: memFree=1551152/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=113120 CPUtime=367.66
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 26367 0 0 0 36753 13 0 0 25 0 1 0 2006475026 115834880 26349 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 28280 26349 75 162 0 28115 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 160684

[startup+462.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 13800
/proc/meminfo: memFree=1546672/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=113384 CPUtime=427.1
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 27362 0 0 0 42696 14 0 0 25 0 1 0 2006475026 116105216 27344 996147200 134512640 135177480 4294955968 18446744073709551615 134537432 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 28346 27344 75 162 0 28181 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 160948

[startup+522.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/76 13802
/proc/meminfo: memFree=1542000/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=129884 CPUtime=486.55
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 28499 0 0 0 48640 15 0 0 25 0 1 0 2006475026 133001216 28481 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 32471 28481 75 162 0 32306 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 177448

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

[startup+524.807 s]
/proc/loadavg: 2.07 2.03 2.00 3/76 13802
/proc/meminfo: memFree=1542000/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=129884 CPUtime=489.03
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 28500 0 0 0 48888 15 0 0 25 0 1 0 2006475026 133001216 28482 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 32471 28482 75 162 0 32306 0
Current children cumulated CPU time (s) 519.82
Current children cumulated vsize (KiB) 177448

[startup+528.001 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 13802
/proc/meminfo: memFree=1542000/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=129884 CPUtime=492.2
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 28501 0 0 0 49205 15 0 0 25 0 1 0 2006475026 133001216 28483 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 32471 28483 75 162 0 32306 0
Current children cumulated CPU time (s) 522.99
Current children cumulated vsize (KiB) 177448

[startup+531.202 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 13802
/proc/meminfo: memFree=1542000/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=129884 CPUtime=495.37
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 28501 0 0 0 49522 15 0 0 25 0 1 0 2006475026 133001216 28483 996147200 134512640 135177480 4294955968 18446744073709551615 134537527 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 32471 28483 75 162 0 32306 0
Current children cumulated CPU time (s) 526.16
Current children cumulated vsize (KiB) 177448

[startup+532.003 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 13802
/proc/meminfo: memFree=1542000/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=30.79
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 799 33786 0 1 0 0 3047 32 17 0 1 0 2006471910 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13777/statm: 11891 364 245 79 0 219 0
[pid=13800] ppid=13777 vsize=82988 CPUtime=496.15
/proc/13800/stat : 13800 (eSAT_static) R 13777 13777 11754 0 -1 4194304 28514 0 0 0 49600 15 0 0 25 0 1 0 2006475026 84979712 20195 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/13800/statm: 20747 20195 80 162 0 20582 0
Current children cumulated CPU time (s) 526.94
Current children cumulated vsize (KiB) 130552

[startup+532.802 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 13811
/proc/meminfo: memFree=1645872/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=527.06
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 835 62313 0 1 0 0 52657 49 16 0 1 0 2006471910 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13777/statm: 11891 365 245 79 0 219 0
[pid=13803] ppid=13777 vsize=812884 CPUtime=0.66
/proc/13803/stat : 13803 (java) S 13777 13777 11754 0 -1 0 5877 0 1 0 62 4 0 0 18 0 9 0 2006525121 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13803/statm: 203221 5260 1908 9 0 197174 0
[pid=13803/tid=13804] ppid=13777 vsize=812884 CPUtime=0.49
/proc/13803/task/13804/stat : 13804 (java) R 13777 13777 11754 0 -1 64 4367 0 1 0 46 3 0 0 18 0 9 0 2006525122 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4125978148 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13805] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13805/stat : 13805 (java) S 13777 13777 11754 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006525124 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13806] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13806/stat : 13806 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006525124 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13807] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13807/stat : 13807 (java) S 13777 13777 11754 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006525124 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13808] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13808/stat : 13808 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006525126 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13809] ppid=13777 vsize=812884 CPUtime=0.15
/proc/13803/task/13809/stat : 13809 (java) R 13777 13777 11754 0 -1 64 796 0 0 0 15 0 0 0 20 0 9 0 2006525126 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13810] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13810/stat : 13810 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006525126 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13811] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13811/stat : 13811 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006525126 832393216 5260 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.72
Current children cumulated vsize (KiB) 860448

[startup+533.002 s]
/proc/loadavg: 2.06 2.03 2.00 4/84 13811
/proc/meminfo: memFree=1645872/2055920 swapFree=4179808/4192956
[pid=13777] ppid=13775 vsize=47564 CPUtime=527.06
/proc/13777/stat : 13777 (galacE.sh) S 13775 13777 11754 0 -1 4194304 842 62313 0 1 0 0 52657 49 16 0 1 0 2006471910 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13777/statm: 11891 366 245 79 0 219 0
[pid=13803] ppid=13777 vsize=812884 CPUtime=0.86
/proc/13803/stat : 13803 (java) S 13777 13777 11754 0 -1 0 7114 0 1 0 81 5 0 0 18 0 9 0 2006525121 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13803/statm: 203221 6496 1909 9 0 197174 0
[pid=13803/tid=13804] ppid=13777 vsize=812884 CPUtime=0.66
/proc/13803/task/13804/stat : 13804 (java) S 13777 13777 11754 0 -1 64 5588 0 1 0 63 3 0 0 19 0 9 0 2006525122 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13805] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13805/stat : 13805 (java) S 13777 13777 11754 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2006525124 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13806] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13806/stat : 13806 (java) S 13777 13777 11754 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2006525124 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13807] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13807/stat : 13807 (java) S 13777 13777 11754 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006525124 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13808] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13808/stat : 13808 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006525126 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13809] ppid=13777 vsize=812884 CPUtime=0.17
/proc/13803/task/13809/stat : 13809 (java) S 13777 13777 11754 0 -1 64 812 0 0 0 17 0 0 0 17 0 9 0 2006525126 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13810] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13810/stat : 13810 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006525126 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=13803/tid=13811] ppid=13777 vsize=812884 CPUtime=0
/proc/13803/task/13811/stat : 13811 (java) S 13777 13777 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006525126 832393216 6496 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.92
Current children cumulated vsize (KiB) 860448

Child status: 0
Real time (s): 533.063
CPU time (s): 527.972
CPU user time (s): 527.4
CPU system time (s): 0.571913
CPU usage (%): 99.0449
Max. virtual memory (cumulated for all children) (KiB): 860668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 527.4
system time used= 0.571913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70468
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= 2600
involuntary context switches= 13875

runsolver used 0.676897 second user time and 1.73474 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 18:23:50
IDJOB=1091552
IDBENCH=58563
IDSOLVER=351
FILE ID=node69/1091552-1215275030
PBS_JOBID= 7882133
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4914ab5b04149427a56aa6a39e8ffd21
RANDOM SEED=1184170895

node69.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.259
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.259
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:       1673184 kB
Buffers:         61012 kB
Cached:         242256 kB
SwapCached:       7560 kB
Active:         182260 kB
Inactive:       136840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673184 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3468 kB
Writeback:           0 kB
Mapped:          22300 kB
Slab:            48712 kB
Committed_AS:  3994832 kB
PageTables:       1944 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= 66472 MiB
End job on node69 at 2008-07-05 18:32:43