Trace number 1054437

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 423.176 423.639

General information on the benchmark

Namecsp/jobShop-enddr1/
normalized-enddr1-10-by-5-9.xml
MD5SUMbbe49493e0d927785701c1e07cd803b2
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 size131
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.04	c --- Preproc Stats ---
5.02/5.19	c start processing
5.02/5.19	c start relation processing
5.70/5.89	c start cnf exporting
24.72/25.01	c parsing time : 5.068
24.72/25.01	c preprocessing time : 24.884
24.72/25.01	
24.72/25.01	c Nary constraints - conflicts : 0 supports : 0
24.72/25.01	c Binary constraints - conflicts : 261 supports :4
24.72/25.01	c max arity constraint : 2
24.72/25.01	c Max Tuples generated 17161
24.72/25.01	c relations : 264
24.72/25.01	c relations BDD: 0
24.72/25.01	c sampling 229/264
24.72/25.01	c vars : 6041 - clauses :  953717
24.72/25.01	
24.72/25.06	 
24.72/25.06	c --- SAT Solver Stats ---
24.72/25.06	 
24.72/25.06	c eSAT 0.1 : minisat core with additionnal features
24.72/25.06	c ============================[ Problem Statistics ]=============================
24.72/25.06	c |                                                                             |
24.72/25.06	c |  Number of variables:  6040                                                 |
24.72/25.06	c |  Number of clauses:    953717                                               |
25.19/25.58	c |  Parsing time:         0.45         s                                       |
422.26/422.80	c restarts              : 7
422.26/422.80	c conflicts             : 17             (0 /sec)
422.26/422.80	c decisions             : 17792          (55.69 % random) (45 /sec)
422.26/422.80	c euip                  : 6           
422.26/422.80	c propagations          : 38881          (98 /sec)
422.26/422.80	c conflict literals     : 1325           (0.15 % deleted)
422.26/422.80	c Memory used           : 69.33 MB
422.26/422.80	c CPU time              : 397.478 s
422.36/422.80	c 
422.36/422.80	s SATISFIABLE
423.13/423.60	v 28 46 54 82 113 59 71 84 104 151 19 87 94 139 148 12 24 121 154 158 14 24 69 110 132 7 24 136 148 158 3 31 36 62 70 0 9 112 129 148 0 5 12 23 141 0 11 22 37 142

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-1054437-1215058894/watcher-1054437-1215058894 -o /tmp/evaluation-result-1054437-1215058894/solver-1054437-1215058894 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1054437-1215058894.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.01 2.00 4/88 18446
/proc/meminfo: memFree=1736904/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=8560 CPUtime=0
/proc/18446/stat : 18446 (galacE.sh) R 18444 18446 14372 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 661618389 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240154036111 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18446/statm: 2140 254 197 79 0 133 0

[startup+0.0299049 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 18446
/proc/meminfo: memFree=1736904/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=8772 CPUtime=0
/proc/18446/stat : 18446 (galacE.sh) R 18444 18446 14372 0 -1 4194304 516 1176 0 0 0 0 0 0 23 0 1 0 661618389 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 240153848479 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/18446/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.101913 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 18446
/proc/meminfo: memFree=1736904/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301937 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 18446
/proc/meminfo: memFree=1736904/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701981 s]
/proc/loadavg: 2.00 2.01 2.00 4/88 18446
/proc/meminfo: memFree=1736904/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50107 s]
/proc/loadavg: 2.00 2.01 2.00 5/98 18468
/proc/meminfo: memFree=1691704/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18460] ppid=18446 vsize=812736 CPUtime=1.43
/proc/18460/stat : 18460 (java) S 18446 18446 14372 0 -1 0 15764 0 1 0 135 8 0 0 20 0 9 0 661618393 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18460/statm: 203184 14980 2587 9 0 197165 0
[pid=18460/tid=18461] ppid=18446 vsize=812736 CPUtime=0.8
/proc/18460/task/18461/stat : 18461 (java) R 18446 18446 14372 0 -1 64 7562 0 1 0 76 4 0 0 25 0 9 0 661618394 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18462] ppid=18446 vsize=812736 CPUtime=0.45
/proc/18460/task/18462/stat : 18462 (java) R 18446 18446 14372 0 -1 64 6712 0 0 0 42 3 0 0 16 0 9 0 661618395 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18463] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661618395 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18464] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 18446 18446 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661618395 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18465] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661618397 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18466] ppid=18446 vsize=812736 CPUtime=0.15
/proc/18460/task/18466/stat : 18466 (java) S 18446 18446 14372 0 -1 64 791 0 0 0 15 0 0 0 16 0 9 0 661618397 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18467] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661618397 832241664 14980 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18468] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661618397 832241664 14980 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) 860292

[startup+3.10225 s]
/proc/loadavg: 2.00 2.01 2.00 4/98 18468
/proc/meminfo: memFree=1679928/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18460] ppid=18446 vsize=812736 CPUtime=3.03
/proc/18460/stat : 18460 (java) S 18446 18446 14372 0 -1 0 19266 0 1 0 293 10 0 0 20 0 9 0 661618393 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18460/statm: 203184 18470 2589 9 0 197165 0
[pid=18460/tid=18461] ppid=18446 vsize=812736 CPUtime=1.31
/proc/18460/task/18461/stat : 18461 (java) R 18446 18446 14372 0 -1 64 7574 0 1 0 127 4 0 0 25 0 9 0 661618394 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4126695088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18462] ppid=18446 vsize=812736 CPUtime=1.5
/proc/18460/task/18462/stat : 18462 (java) S 18446 18446 14372 0 -1 64 10182 0 0 0 146 4 0 0 17 0 9 0 661618395 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18463] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661618395 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18464] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 18446 18446 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661618395 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18465] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661618397 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18466] ppid=18446 vsize=812736 CPUtime=0.18
/proc/18460/task/18466/stat : 18466 (java) S 18446 18446 14372 0 -1 64 811 0 0 0 18 0 0 0 15 0 9 0 661618397 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18467] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661618397 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18468] ppid=18446 vsize=812736 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661618397 832241664 18470 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860292

[startup+6.3026 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 18468
/proc/meminfo: memFree=1660152/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18460] ppid=18446 vsize=812808 CPUtime=6.19
/proc/18460/stat : 18460 (java) S 18446 18446 14372 0 -1 0 25577 0 1 0 607 12 0 0 20 0 9 0 661618393 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18460/statm: 203202 24568 2590 9 0 197183 0
[pid=18460/tid=18461] ppid=18446 vsize=812808 CPUtime=2.64
/proc/18460/task/18461/stat : 18461 (java) R 18446 18446 14372 0 -1 64 10740 0 1 0 259 5 0 0 25 0 9 0 661618394 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4126780759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18462] ppid=18446 vsize=812808 CPUtime=3.26
/proc/18460/task/18462/stat : 18462 (java) S 18446 18446 14372 0 -1 64 13281 0 0 0 321 5 0 0 23 0 9 0 661618395 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18463] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661618395 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18464] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 18446 18446 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661618395 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18465] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661618397 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18466] ppid=18446 vsize=812808 CPUtime=0.26
/proc/18460/task/18466/stat : 18466 (java) S 18446 18446 14372 0 -1 64 857 0 0 0 26 0 0 0 15 0 9 0 661618397 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18467] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661618397 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18468] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661618397 832315392 24568 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860364

[startup+12.7023 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 18468
/proc/meminfo: memFree=1623176/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=0.01
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18460] ppid=18446 vsize=812808 CPUtime=12.53
/proc/18460/stat : 18460 (java) S 18446 18446 14372 0 -1 0 30319 0 1 0 1235 18 0 0 20 0 9 0 661618393 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18460/statm: 203202 29294 2594 9 0 197183 0
[pid=18460/tid=18461] ppid=18446 vsize=812808 CPUtime=8.88
/proc/18460/task/18461/stat : 18461 (java) R 18446 18446 14372 0 -1 64 14656 0 1 0 877 11 0 0 25 0 9 0 661618394 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4127174420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18462] ppid=18446 vsize=812808 CPUtime=3.35
/proc/18460/task/18462/stat : 18462 (java) S 18446 18446 14372 0 -1 64 14103 0 0 0 330 5 0 0 16 0 9 0 661618395 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18463] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18463/stat : 18463 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661618395 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18464] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18464/stat : 18464 (java) S 18446 18446 14372 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661618395 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18465] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18465/stat : 18465 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 661618397 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18466] ppid=18446 vsize=812808 CPUtime=0.26
/proc/18460/task/18466/stat : 18466 (java) S 18446 18446 14372 0 -1 64 861 0 0 0 26 0 0 0 15 0 9 0 661618397 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18467] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18467/stat : 18467 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 661618397 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18460/tid=18468] ppid=18446 vsize=812808 CPUtime=0
/proc/18460/task/18468/stat : 18468 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661618397 832315392 29294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860364

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1708424/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=46312 CPUtime=0.43
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 11006 0 0 0 38 5 0 0 21 0 1 0 661620895 47423488 10988 996147200 134512640 135177480 4294955984 18446744073709551615 134745114 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 11578 10989 61 162 0 11413 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 93868

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1657736/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=67672 CPUtime=26.02
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 16390 0 0 0 2594 8 0 0 25 0 1 0 661620895 69296128 16372 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 16918 16372 75 162 0 16753 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 115228

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1649672/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=76248 CPUtime=77.2
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 18402 0 0 0 7711 9 0 0 25 0 1 0 661620895 78077952 18384 996147200 134512640 135177480 4294955984 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=98964 CPUtime=197.16
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 22413 0 0 0 19705 11 0 0 25 0 1 0 661620895 101339136 22395 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 24741 22395 75 162 0 24576 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 146520

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1628872/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=100416 CPUtime=257.15
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 23588 0 0 0 25703 12 0 0 25 0 1 0 661620895 102825984 23570 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 25104 23570 75 162 0 24939 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 147972

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1623560/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=101208 CPUtime=317.12
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 24907 0 0 0 31700 12 0 0 25 0 1 0 661620895 103636992 24889 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 25302 24889 75 162 0 25137 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 148764

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1619400/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=377.11
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 25945 0 0 0 37699 12 0 0 25 0 1 0 661620895 120532992 25927 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 25927 75 162 0 29262 0
Current children cumulated CPU time (s) 401.87
Current children cumulated vsize (KiB) 165264

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

[startup+409.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1619400/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=384.3
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 25947 0 0 0 38418 12 0 0 25 0 1 0 661620895 120532992 25929 996147200 134512640 135177480 4294955984 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 25929 75 162 0 29262 0
Current children cumulated CPU time (s) 409.06
Current children cumulated vsize (KiB) 165264

[startup+415.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1618888/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=390.7
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 26075 0 0 0 39058 12 0 0 25 0 1 0 661620895 120532992 26057 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 26057 75 162 0 29262 0
Current children cumulated CPU time (s) 415.46
Current children cumulated vsize (KiB) 165264

[startup+419.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1618888/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=393.91
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 26076 0 0 0 39379 12 0 0 25 0 1 0 661620895 120532992 26058 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 26058 75 162 0 29262 0
Current children cumulated CPU time (s) 418.67
Current children cumulated vsize (KiB) 165264

[startup+420.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1618888/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=395.5
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 26076 0 0 0 39538 12 0 0 25 0 1 0 661620895 120532992 26058 996147200 134512640 135177480 4294955984 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 26058 75 162 0 29262 0
Current children cumulated CPU time (s) 420.26
Current children cumulated vsize (KiB) 165264

[startup+422.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1618888/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=24.76
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 800 32472 0 1 0 0 2450 26 17 0 1 0 661618389 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18446/statm: 11889 365 246 79 0 219 0
[pid=18469] ppid=18446 vsize=117708 CPUtime=397.1
/proc/18469/stat : 18469 (eSAT_static) R 18446 18446 14372 0 -1 4194304 26077 0 0 0 39698 12 0 0 25 0 1 0 661620895 120532992 26059 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/18469/statm: 29427 26059 75 162 0 29262 0
Current children cumulated CPU time (s) 421.86
Current children cumulated vsize (KiB) 165264

[startup+423.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 18469
/proc/meminfo: memFree=1618888/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=422.38
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 836 58573 0 1 0 0 42198 40 16 0 1 0 661618389 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 422.38
Current children cumulated vsize (KiB) 47556

[startup+423.507 s]
/proc/loadavg: 2.16 2.03 2.01 4/98 18478
/proc/meminfo: memFree=1709960/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=422.38
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 836 58573 0 1 0 0 42198 40 16 0 1 0 661618389 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 11889 366 246 79 0 219 0
[pid=18470] ppid=18446 vsize=812884 CPUtime=0.67
/proc/18470/stat : 18470 (java) S 18446 18446 14372 0 -1 0 5997 0 1 0 64 3 0 0 18 0 9 0 661660670 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18470/statm: 203221 5380 1909 9 0 197174 0
[pid=18470/tid=18471] ppid=18446 vsize=812884 CPUtime=0.51
/proc/18470/task/18471/stat : 18471 (java) R 18446 18446 14372 0 -1 64 4487 0 1 0 49 2 0 0 18 0 9 0 661660672 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4125960196 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18472] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18472/stat : 18472 (java) S 18446 18446 14372 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 661660673 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18473] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18473/stat : 18473 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 661660673 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18474] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18474/stat : 18474 (java) S 18446 18446 14372 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 661660673 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18475] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18475/stat : 18475 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661660675 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18476] ppid=18446 vsize=812884 CPUtime=0.14
/proc/18470/task/18476/stat : 18476 (java) R 18446 18446 14372 0 -1 64 797 0 0 0 14 0 0 0 20 0 9 0 661660675 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18477] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18477/stat : 18477 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 661660675 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18478] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18478/stat : 18478 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661660675 832393216 5380 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 423.05
Current children cumulated vsize (KiB) 860440

[startup+423.602 s]
/proc/loadavg: 2.16 2.03 2.01 4/98 18478
/proc/meminfo: memFree=1709960/2055920 swapFree=4181044/4192956
[pid=18446] ppid=18444 vsize=47556 CPUtime=422.38
/proc/18446/stat : 18446 (galacE.sh) S 18444 18446 14372 0 -1 4194304 843 58573 0 1 0 0 42198 40 15 0 1 0 661618389 48697344 367 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18446/statm: 11889 367 246 79 0 219 0
[pid=18470] ppid=18446 vsize=812884 CPUtime=0.75
/proc/18470/stat : 18470 (java) S 18446 18446 14372 0 -1 0 7041 0 1 0 71 4 0 0 18 0 9 0 661660670 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18470/statm: 203221 6423 1910 9 0 197174 0
[pid=18470/tid=18471] ppid=18446 vsize=812884 CPUtime=0.56
/proc/18470/task/18471/stat : 18471 (java) S 18446 18446 14372 0 -1 64 5515 0 1 0 53 3 0 0 19 0 9 0 661660672 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18472] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18472/stat : 18472 (java) S 18446 18446 14372 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 661660673 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18473] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18473/stat : 18473 (java) S 18446 18446 14372 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 661660673 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18474] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18474/stat : 18474 (java) S 18446 18446 14372 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 661660673 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18475] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18475/stat : 18475 (java) S 18446 18446 14372 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661660675 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18476] ppid=18446 vsize=812884 CPUtime=0.17
/proc/18470/task/18476/stat : 18476 (java) S 18446 18446 14372 0 -1 64 813 0 0 0 17 0 0 0 18 0 9 0 661660675 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18477] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18477/stat : 18477 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 661660675 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=18470/tid=18478] ppid=18446 vsize=812884 CPUtime=0
/proc/18470/task/18478/stat : 18478 (java) S 18446 18446 14372 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 661660675 832393216 6423 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 423.13
Current children cumulated vsize (KiB) 860440

Child status: 0
Real time (s): 423.639
CPU time (s): 423.176
CPU user time (s): 422.705
CPU system time (s): 0.470928
CPU usage (%): 99.8906
Max. virtual memory (cumulated for all children) (KiB): 860652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.705
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66657
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= 2455
involuntary context switches= 3962

runsolver used 0.575912 second user time and 1.3378 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-03 06:21:34
IDJOB=1054437
IDBENCH=56341
IDSOLVER=351
FILE ID=node86/1054437-1215058894
PBS_JOBID= 7875006
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-enddr1/normalized-enddr1-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-1054437-1215058894/watcher-1054437-1215058894 -o /tmp/evaluation-result-1054437-1215058894/solver-1054437-1215058894 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1054437-1215058894.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bbe49493e0d927785701c1e07cd803b2
RANDOM SEED=1076619052

node86.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1737384 kB
Buffers:         45660 kB
Cached:         173120 kB
SwapCached:       6096 kB
Active:         162484 kB
Inactive:        81484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737384 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          42268 kB
Slab:            59040 kB
Committed_AS:  1116444 kB
PageTables:       2420 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= 66528 MiB
End job on node86 at 2008-07-03 06:28:38