Trace number 1054563

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 377.76 379.656

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-1.xml
MD5SUM444864f8ec83c314617e67cd295f9f67
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.029994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size128
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.05	c --- Preproc Stats ---
5.42/5.57	c start processing
5.42/5.57	c start relation processing
5.91/6.06	c start cnf exporting
22.72/22.90	c parsing time : 5.431
22.72/22.90	c preprocessing time : 22.77
22.72/22.90	
22.72/22.90	c Nary constraints - conflicts : 0 supports : 0
22.72/22.90	c Binary constraints - conflicts : 265 supports :0
22.72/22.90	c max arity constraint : 2
22.72/22.90	c Max Tuples generated 16384
22.72/22.90	c relations : 265
22.72/22.90	c relations BDD: 0
22.72/22.90	c sampling 225/265
22.72/22.90	c vars : 5621 - clauses :  912518
22.72/22.90	
22.72/22.93	 
22.72/22.93	c --- SAT Solver Stats ---
22.72/22.93	 
22.72/22.93	c eSAT 0.1 : minisat core with additionnal features
22.72/22.93	c ============================[ Problem Statistics ]=============================
22.72/22.93	c |                                                                             |
22.72/22.93	c |  Number of variables:  5620                                                 |
22.72/22.93	c |  Number of clauses:    912518                                               |
23.22/23.45	c |  Parsing time:         0.45         s                                       |
377.01/378.98	c restarts              : 22
377.01/378.98	c conflicts             : 59             (0 /sec)
377.01/378.98	c decisions             : 27751          (69.70 % random) (78 /sec)
377.01/378.98	c euip                  : 18          
377.01/378.98	c propagations          : 84592          (239 /sec)
377.01/378.98	c conflict literals     : 8035           (2.90 % deleted)
377.01/378.98	c Memory used           : 70.70 MB
377.01/378.98	c CPU time              : 354.195 s
377.01/378.98	c 
377.01/378.98	s SATISFIABLE
377.68/379.64	v 2 21 34 69 100 28 40 75 94 110 1 12 101 126 139 17 46 60 75 132 0 3 9 83 150 21 91 127 143 152 59 80 114 128 138 3 10 22 127 147 40 63 90 107 138 9 16 47 65 100

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-1054563-1215058960/watcher-1054563-1215058960 -o /tmp/evaluation-result-1054563-1215058960/solver-1054563-1215058960 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054563-1215058960.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.99 4/81 17034
/proc/meminfo: memFree=1855520/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=18572 CPUtime=0
/proc/17034/stat : 17034 (runsolver) R 17032 17034 16274 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1984868964 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17034/statm: 4643 292 257 25 0 2626 0

[startup+0.00938594 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 17034
/proc/meminfo: memFree=1855520/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=8560 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1984868964 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 209136109455 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17034/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.102832 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 17034
/proc/meminfo: memFree=1855520/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.301844 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 17034
/proc/meminfo: memFree=1855520/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.701885 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 17034
/proc/meminfo: memFree=1855520/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+1.50296 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 17056
/proc/meminfo: memFree=1809152/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17048] ppid=17034 vsize=812524 CPUtime=1.44
/proc/17048/stat : 17048 (java) S 17034 17034 16274 0 -1 0 15923 0 1 0 136 8 0 0 22 0 9 0 1984868969 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 203131 15137 2586 9 0 197165 0
[pid=17048/tid=17049] ppid=17034 vsize=812524 CPUtime=0.76
/proc/17048/task/17049/stat : 17049 (java) R 17034 17034 16274 0 -1 64 7513 0 1 0 72 4 0 0 25 0 9 0 1984868970 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17050] ppid=17034 vsize=812524 CPUtime=0.48
/proc/17048/task/17050/stat : 17050 (java) R 17034 17034 16274 0 -1 64 6916 0 0 0 46 2 0 0 16 0 9 0 1984868971 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 102350418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984868972 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17034 17034 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984868972 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17034 17034 16274 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984868973 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17034 vsize=812524 CPUtime=0.17
/proc/17048/task/17054/stat : 17054 (java) S 17034 17034 16274 0 -1 64 792 0 0 0 17 0 0 0 16 0 9 0 1984868973 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984868974 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) R 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984868974 832024576 15137 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860076

[startup+3.10109 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 17056
/proc/meminfo: memFree=1798592/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17048] ppid=17034 vsize=812524 CPUtime=3.03
/proc/17048/stat : 17048 (java) S 17034 17034 16274 0 -1 0 19292 0 1 0 294 9 0 0 22 0 9 0 1984868969 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 203131 18493 2588 9 0 197165 0
[pid=17048/tid=17049] ppid=17034 vsize=812524 CPUtime=1.22
/proc/17048/task/17049/stat : 17049 (java) R 17034 17034 16274 0 -1 64 7526 0 1 0 118 4 0 0 25 0 9 0 1984868970 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17050] ppid=17034 vsize=812524 CPUtime=1.58
/proc/17048/task/17050/stat : 17050 (java) R 17034 17034 16274 0 -1 64 10253 0 0 0 155 3 0 0 17 0 9 0 1984868971 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 103737273 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984868972 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17034 17034 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984868972 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17034 17034 16274 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984868973 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17034 vsize=812524 CPUtime=0.19
/proc/17048/task/17054/stat : 17054 (java) S 17034 17034 16274 0 -1 64 811 0 0 0 19 0 0 0 15 0 9 0 1984868973 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984868974 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17034 vsize=812524 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984868974 832024576 18493 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860076

[startup+6.30238 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 17056
/proc/meminfo: memFree=1781184/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17048] ppid=17034 vsize=812596 CPUtime=6.22
/proc/17048/stat : 17048 (java) S 17034 17034 16274 0 -1 0 22109 0 1 0 611 11 0 0 22 0 9 0 1984868969 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 203149 21036 2589 9 0 197183 0
[pid=17048/tid=17049] ppid=17034 vsize=812596 CPUtime=2.18
/proc/17048/task/17049/stat : 17049 (java) R 17034 17034 16274 0 -1 64 7566 0 1 0 213 5 0 0 21 0 9 0 1984868970 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4127083201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17050] ppid=17034 vsize=812596 CPUtime=3.75
/proc/17048/task/17050/stat : 17050 (java) S 17034 17034 16274 0 -1 64 12993 0 0 0 371 4 0 0 25 0 9 0 1984868971 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984868972 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17034 17034 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984868972 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17034 17034 16274 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984868973 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17034 vsize=812596 CPUtime=0.26
/proc/17048/task/17054/stat : 17054 (java) S 17034 17034 16274 0 -1 64 848 0 0 0 26 0 0 0 15 0 9 0 1984868973 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984868974 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984868974 832098304 21036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860148

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 17056
/proc/meminfo: memFree=1745544/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=0
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 20 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17048] ppid=17034 vsize=812596 CPUtime=12.58
/proc/17048/stat : 17048 (java) S 17034 17034 16274 0 -1 0 29548 0 1 0 1240 18 0 0 22 0 9 0 1984868969 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17048/statm: 203149 28460 2593 9 0 197183 0
[pid=17048/tid=17049] ppid=17034 vsize=812596 CPUtime=8.49
/proc/17048/task/17049/stat : 17049 (java) R 17034 17034 16274 0 -1 64 14644 0 1 0 837 12 0 0 25 0 9 0 1984868970 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4126676453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17050] ppid=17034 vsize=812596 CPUtime=3.79
/proc/17048/task/17050/stat : 17050 (java) S 17034 17034 16274 0 -1 64 13349 0 0 0 375 4 0 0 16 0 9 0 1984868971 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17051] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17051/stat : 17051 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984868972 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17052] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17052/stat : 17052 (java) S 17034 17034 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984868972 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17053] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17053/stat : 17053 (java) S 17034 17034 16274 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984868973 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17054] ppid=17034 vsize=812596 CPUtime=0.26
/proc/17048/task/17054/stat : 17054 (java) S 17034 17034 16274 0 -1 64 853 0 0 0 26 0 0 0 15 0 9 0 1984868973 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17055] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17055/stat : 17055 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984868974 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17048/tid=17056] ppid=17034 vsize=812596 CPUtime=0
/proc/17048/task/17056/stat : 17056 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984868974 832098304 28460 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860148

[startup+25.5011 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17057
/proc/meminfo: memFree=1794184/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=50092 CPUtime=2.54
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 12135 0 0 0 248 6 0 0 25 0 1 0 1984871257 51294208 12117 996147200 134512640 135177480 4294955984 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 12523 12117 75 162 0 12358 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 97644

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17057
/proc/meminfo: memFree=1779600/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=66040 CPUtime=28.02
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 15828 0 0 0 2793 9 0 0 25 0 1 0 1984871257 67624960 15810 996147200 134512640 135177480 4294955984 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 16510 15810 75 162 0 16345 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 113592

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17057
/proc/meminfo: memFree=1769232/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=77132 CPUtime=78.97
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 18417 0 0 0 7887 10 0 0 25 0 1 0 1984871257 78983168 18399 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=87220 CPUtime=138.69
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 20112 0 0 0 13858 11 0 0 25 0 1 0 1984871257 89313280 20094 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 21805 20094 75 162 0 21640 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 134772

[startup+222.301 s]
/proc/loadavg: 2.17 2.03 2.01 3/83 17057
/proc/meminfo: memFree=1752080/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=101560 CPUtime=198.39
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 22642 0 0 0 19827 12 0 0 25 0 1 0 1984871257 103997440 22624 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25390 22624 75 162 0 25225 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 149112

[startup+282.302 s]
/proc/loadavg: 2.36 2.10 2.03 3/83 17057
/proc/meminfo: memFree=1748880/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=102220 CPUtime=258.11
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 23456 0 0 0 25798 13 0 0 25 0 1 0 1984871257 104673280 23438 996147200 134512640 135177480 4294955984 18446744073709551615 134537485 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25555 23438 75 162 0 25390 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 149772

[startup+342.301 s]
/proc/loadavg: 2.13 2.08 2.03 3/83 17057
/proc/meminfo: memFree=1743888/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103144 CPUtime=317.82
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 24687 0 0 0 31769 13 0 0 25 0 1 0 1984871257 105619456 24669 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25786 24669 75 162 0 25621 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 150696

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

[startup+358.301 s]
/proc/loadavg: 2.10 2.08 2.02 3/83 17057
/proc/meminfo: memFree=1742288/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103408 CPUtime=333.74
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 25083 0 0 0 33361 13 0 0 25 0 1 0 1984871257 105889792 25065 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25852 25065 75 162 0 25687 0
Current children cumulated CPU time (s) 356.5
Current children cumulated vsize (KiB) 150960

[startup+371.102 s]
/proc/loadavg: 2.08 2.07 2.02 3/83 17057
/proc/meminfo: memFree=1741648/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103540 CPUtime=346.48
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 25244 0 0 0 34635 13 0 0 25 0 1 0 1984871257 106024960 25226 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25885 25226 75 162 0 25720 0
Current children cumulated CPU time (s) 369.24
Current children cumulated vsize (KiB) 151092

[startup+374.302 s]
/proc/loadavg: 2.08 2.07 2.02 3/83 17057
/proc/meminfo: memFree=1741648/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103540 CPUtime=349.67
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 25245 0 0 0 34954 13 0 0 25 0 1 0 1984871257 106024960 25227 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25885 25227 75 162 0 25720 0
Current children cumulated CPU time (s) 372.43
Current children cumulated vsize (KiB) 151092

[startup+377.502 s]
/proc/loadavg: 2.07 2.07 2.02 3/83 17057
/proc/meminfo: memFree=1741648/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103540 CPUtime=352.85
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 25246 0 0 0 35272 13 0 0 25 0 1 0 1984871257 106024960 25228 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25885 25228 75 162 0 25720 0
Current children cumulated CPU time (s) 375.61
Current children cumulated vsize (KiB) 151092

[startup+378.302 s]
/proc/loadavg: 2.07 2.07 2.02 3/83 17057
/proc/meminfo: memFree=1741648/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=22.76
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 799 31385 0 1 0 0 2251 25 17 0 1 0 1984868964 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17034/statm: 11888 364 245 79 0 219 0
[pid=17057] ppid=17034 vsize=103540 CPUtime=353.65
/proc/17057/stat : 17057 (eSAT_static) R 17034 17034 16274 0 -1 4194304 25246 0 0 0 35352 13 0 0 25 0 1 0 1984871257 106024960 25228 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/17057/statm: 25885 25228 75 162 0 25720 0
Current children cumulated CPU time (s) 376.41
Current children cumulated vsize (KiB) 151092

[startup+379.101 s]
/proc/loadavg: 2.07 2.07 2.02 3/83 17057
/proc/meminfo: memFree=1741648/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=377.1
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 835 56655 0 1 0 0 37670 40 16 0 1 0 1984868964 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17034/statm: 11888 365 245 79 0 219 0
Current children cumulated CPU time (s) 377.1
Current children cumulated vsize (KiB) 47552

[startup+379.506 s]
/proc/loadavg: 2.07 2.07 2.02 4/91 17066
/proc/meminfo: memFree=1830984/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=377.1
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 835 56655 0 1 0 0 37670 40 16 0 1 0 1984868964 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17034/statm: 11888 365 245 79 0 219 0
[pid=17058] ppid=17034 vsize=812464 CPUtime=0.49
/proc/17058/stat : 17058 (java) S 17034 17034 16274 0 -1 0 5456 0 1 0 45 4 0 0 18 0 9 0 1984906864 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17058/statm: 203116 4879 1854 9 0 197150 0
[pid=17058/tid=17059] ppid=17034 vsize=812464 CPUtime=0.33
/proc/17058/task/17059/stat : 17059 (java) R 17034 17034 16274 0 -1 64 3946 0 1 0 30 3 0 0 21 0 9 0 1984906865 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17060] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17060/stat : 17060 (java) S 17034 17034 16274 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1984906867 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17061] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17061/stat : 17061 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1984906867 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17062] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17062/stat : 17062 (java) S 17034 17034 16274 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1984906867 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17063] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17063/stat : 17063 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984906869 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17064] ppid=17034 vsize=812464 CPUtime=0.14
/proc/17058/task/17064/stat : 17064 (java) R 17034 17034 16274 0 -1 64 798 0 0 0 14 0 0 0 16 0 9 0 1984906869 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 102163158 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17065] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17065/stat : 17065 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984906869 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17066] ppid=17034 vsize=812464 CPUtime=0
/proc/17058/task/17066/stat : 17066 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984906869 831963136 4879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 377.59
Current children cumulated vsize (KiB) 860016

[startup+379.601 s]
/proc/loadavg: 2.07 2.07 2.02 4/91 17066
/proc/meminfo: memFree=1830984/2055920 swapFree=4180688/4192956
[pid=17034] ppid=17032 vsize=47552 CPUtime=377.1
/proc/17034/stat : 17034 (galacE.sh) S 17032 17034 16274 0 -1 4194304 835 56655 0 1 0 0 37670 40 16 0 1 0 1984868964 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17034/statm: 11888 365 245 79 0 219 0
[pid=17058] ppid=17034 vsize=812576 CPUtime=0.58
/proc/17058/stat : 17058 (java) S 17034 17034 16274 0 -1 0 6258 0 1 0 54 4 0 0 18 0 9 0 1984906864 832077824 5641 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17058/statm: 203144 5642 1910 9 0 197150 0
[pid=17058/tid=17059] ppid=17034 vsize=812576 CPUtime=0.39
/proc/17058/task/17059/stat : 17059 (java) R 17034 17034 16274 0 -1 64 4729 0 1 0 36 3 0 0 22 0 9 0 1984906865 832077824 5643 996147200 134512640 134550740 4294955616 18446744073709551615 4126906103 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17060] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17060/stat : 17060 (java) S 17034 17034 16274 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1984906867 832077824 5644 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17061] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17061/stat : 17061 (java) S 17034 17034 16274 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1984906867 832077824 5646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17062] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17062/stat : 17062 (java) S 17034 17034 16274 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1984906867 832077824 5647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17063] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17063/stat : 17063 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984906869 832077824 5648 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17064] ppid=17034 vsize=812576 CPUtime=0.17
/proc/17058/task/17064/stat : 17064 (java) S 17034 17034 16274 0 -1 64 819 0 0 0 17 0 0 0 16 0 9 0 1984906869 832077824 5649 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17065] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17065/stat : 17065 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984906869 832077824 5651 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=17058/tid=17066] ppid=17034 vsize=812576 CPUtime=0
/proc/17058/task/17066/stat : 17066 (java) S 17034 17034 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984906869 832077824 5652 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 377.68
Current children cumulated vsize (KiB) 860128

Child status: 0
Real time (s): 379.656
CPU time (s): 377.76
CPU user time (s): 377.274
CPU system time (s): 0.485926
CPU usage (%): 99.5006
Max. virtual memory (cumulated for all children) (KiB): 860356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 377.274
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64637
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= 2921
involuntary context switches= 13795

runsolver used 0.370943 second user time and 1.04384 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 06:22:40
IDJOB=1054563
IDBENCH=56347
IDSOLVER=351
FILE ID=node41/1054563-1215058960
PBS_JOBID= 7875210
Free space on /tmp= 66196 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 444864f8ec83c314617e67cd295f9f67
RANDOM SEED=1751645629

node41.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.232
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.232
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:       1856000 kB
Buffers:         12716 kB
Cached:         105348 kB
SwapCached:       6172 kB
Active:         113096 kB
Inactive:        28656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856000 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3760 kB
Writeback:           0 kB
Mapped:          39800 kB
Slab:            43392 kB
Committed_AS:  3488904 kB
PageTables:       1804 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= 66192 MiB
End job on node41 at 2008-07-03 06:28:59