Trace number 1053367

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 879.766 887.463

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-6.xml
MD5SUM6f70b7ab8e0e3b9270da779e18c715fc
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.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size149
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 ---
7.88/8.03	c start processing
7.88/8.03	c start relation processing
8.87/9.03	c start cnf exporting
36.10/36.51	c parsing time : 7.903
36.10/36.51	c preprocessing time : 36.39
36.10/36.51	
36.10/36.51	c Nary constraints - conflicts : 0 supports : 0
36.10/36.51	c Binary constraints - conflicts : 265 supports :0
36.10/36.51	c max arity constraint : 2
36.10/36.51	c Max Tuples generated 22201
36.10/36.51	c relations : 265
36.10/36.51	c relations BDD: 0
36.10/36.51	c sampling 225/265
36.10/36.51	c vars : 7061 - clauses :  1362989
36.10/36.51	
36.10/36.55	 
36.10/36.56	c --- SAT Solver Stats ---
36.10/36.56	 
36.10/36.56	c eSAT 0.1 : minisat core with additionnal features
36.10/36.56	c ============================[ Problem Statistics ]=============================
36.10/36.56	c |                                                                             |
36.10/36.56	c |  Number of variables:  7060                                                 |
36.10/36.56	c |  Number of clauses:    1362989                                              |
36.87/37.37	c |  Parsing time:         0.68         s                                       |
878.81/886.52	c restarts              : 14
878.81/886.52	c conflicts             : 33             (0 /sec)
878.81/886.52	c decisions             : 31781          (56.14 % random) (38 /sec)
878.81/886.52	c euip                  : 8           
878.81/886.52	c propagations          : 83972          (100 /sec)
878.81/886.52	c conflict literals     : 4550           (6.90 % deleted)
878.81/886.52	c Memory used           : 104.69 MB
878.81/886.52	c CPU time              : 842.419 s
878.81/886.52	c 
878.81/886.52	s SATISFIABLE
878.85/887.45	v 0 5 13 21 32 71 127 142 152 159 13 65 76 91 104 13 78 103 116 127 0 57 91 128 151 28 38 50 76 85 3 10 22 35 42 24 30 34 47 138 4 50 67 161 173 0 35 151 170 181

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-1053367-1215057456/watcher-1053367-1215057456 -o /tmp/evaluation-result-1053367-1215057456/solver-1053367-1215057456 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053367-1215057456.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.95 1.99 1.99 4/72 13623
/proc/meminfo: memFree=1710040/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=8652 CPUtime=0
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984714473 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 2163 280 208 79 0 156 0
[pid=13624] ppid=13623 vsize=8688 CPUtime=0
/proc/13624/stat : 13624 (galacE.sh) S 13623 13623 8919 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1984714474 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13624/statm: 2172 286 209 79 0 165 0
[pid=13625] ppid=13624 vsize=8728 CPUtime=0
/proc/13625/stat : 13625 (galacE.sh) R 13624 13623 8919 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984714474 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 237947645223 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/13625/statm: 2182 290 209 79 0 175 0

[startup+0.0507721 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 13623
/proc/meminfo: memFree=1710040/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102445 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 13623
/proc/meminfo: memFree=1710040/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301461 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 13623
/proc/meminfo: memFree=1710040/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701538 s]
/proc/loadavg: 1.95 1.99 1.99 4/72 13623
/proc/meminfo: memFree=1710040/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50166 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 13645
/proc/meminfo: memFree=1664776/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13637] ppid=13623 vsize=812772 CPUtime=1.44
/proc/13637/stat : 13637 (java) S 13623 13623 8919 0 -1 0 15900 0 1 0 135 9 0 0 18 0 9 0 1984714477 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13637/statm: 203193 15118 2586 9 0 197174 0
[pid=13637/tid=13638] ppid=13623 vsize=812772 CPUtime=0.95
/proc/13637/task/13638/stat : 13638 (java) R 13623 13623 8919 0 -1 64 7622 0 1 0 90 5 0 0 25 0 9 0 1984714478 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4126698116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13639] ppid=13623 vsize=812772 CPUtime=0.32
/proc/13637/task/13639/stat : 13639 (java) S 13623 13623 8919 0 -1 64 6810 0 0 0 30 2 0 0 16 0 9 0 1984714480 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13640] ppid=13623 vsize=812772 CPUtime=0
/proc/13637/task/13640/stat : 13640 (java) S 13623 13623 8919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984714480 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13641] ppid=13623 vsize=812772 CPUtime=0
/proc/13637/task/13641/stat : 13641 (java) S 13623 13623 8919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984714480 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13642] ppid=13623 vsize=812772 CPUtime=0
/proc/13637/task/13642/stat : 13642 (java) S 13623 13623 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984714482 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13643] ppid=13623 vsize=812772 CPUtime=0.13
/proc/13637/task/13643/stat : 13643 (java) S 13623 13623 8919 0 -1 64 767 0 0 0 13 0 0 0 16 0 9 0 1984714482 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13644] ppid=13623 vsize=812772 CPUtime=0
/proc/13637/task/13644/stat : 13644 (java) S 13623 13623 8919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984714482 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13645] ppid=13623 vsize=812772 CPUtime=0
/proc/13637/task/13645/stat : 13645 (java) S 13623 13623 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984714482 832278528 15118 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860336

[startup+3.10292 s]
/proc/loadavg: 1.95 1.99 1.99 4/82 13645
/proc/meminfo: memFree=1653512/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13637] ppid=13623 vsize=812800 CPUtime=3.02
/proc/13637/stat : 13637 (java) S 13623 13623 8919 0 -1 0 19637 0 1 0 291 11 0 0 18 0 9 0 1984714477 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13637/statm: 203200 18845 2586 9 0 197181 0
[pid=13637/tid=13638] ppid=13623 vsize=812800 CPUtime=1.57
/proc/13637/task/13638/stat : 13638 (java) R 13623 13623 8919 0 -1 64 7633 0 1 0 152 5 0 0 25 0 9 0 1984714478 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13639] ppid=13623 vsize=812800 CPUtime=1.23
/proc/13637/task/13639/stat : 13639 (java) R 13623 13623 8919 0 -1 64 10504 0 0 0 119 4 0 0 16 0 9 0 1984714480 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 104180214 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13640] ppid=13623 vsize=812800 CPUtime=0
/proc/13637/task/13640/stat : 13640 (java) S 13623 13623 8919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984714480 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13641] ppid=13623 vsize=812800 CPUtime=0
/proc/13637/task/13641/stat : 13641 (java) S 13623 13623 8919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984714480 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13642] ppid=13623 vsize=812800 CPUtime=0
/proc/13637/task/13642/stat : 13642 (java) S 13623 13623 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984714482 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13643] ppid=13623 vsize=812800 CPUtime=0.19
/proc/13637/task/13643/stat : 13643 (java) S 13623 13623 8919 0 -1 64 799 0 0 0 19 0 0 0 15 0 9 0 1984714482 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13644] ppid=13623 vsize=812800 CPUtime=0
/proc/13637/task/13644/stat : 13644 (java) S 13623 13623 8919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984714482 832307200 18845 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13645] ppid=13623 vsize=812800 CPUtime=0
/proc/13637/task/13645/stat : 13645 (java) S 13623 13623 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984714482 832307200 18845 996147200 134512640 134550740 4294955616 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) 860364

[startup+6.30143 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 13645
/proc/meminfo: memFree=1629704/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13637] ppid=13623 vsize=812812 CPUtime=6.19
/proc/13637/stat : 13637 (java) S 13623 13623 8919 0 -1 0 24328 0 1 0 605 14 0 0 18 0 9 0 1984714477 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13637/statm: 203203 23295 2588 9 0 197184 0
[pid=13637/tid=13638] ppid=13623 vsize=812812 CPUtime=2.2
/proc/13637/task/13638/stat : 13638 (java) S 13623 13623 8919 0 -1 64 7650 0 1 0 215 5 0 0 24 0 9 0 1984714478 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13639] ppid=13623 vsize=812812 CPUtime=3.74
/proc/13637/task/13639/stat : 13639 (java) R 13623 13623 8919 0 -1 64 15166 0 0 0 368 6 0 0 20 0 9 0 1984714480 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 104457047 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13640] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13640/stat : 13640 (java) S 13623 13623 8919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984714480 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13641] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13641/stat : 13641 (java) S 13623 13623 8919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984714480 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13642] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13642/stat : 13642 (java) S 13623 13623 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984714482 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13643] ppid=13623 vsize=812812 CPUtime=0.21
/proc/13637/task/13643/stat : 13643 (java) S 13623 13623 8919 0 -1 64 811 0 0 0 21 0 0 0 15 0 9 0 1984714482 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13644] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13644/stat : 13644 (java) S 13623 13623 8919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984714482 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13645] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13645/stat : 13645 (java) S 13623 13623 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984714482 832319488 23295 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860376

[startup+12.7025 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 13645
/proc/meminfo: memFree=1587400/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13637] ppid=13623 vsize=812812 CPUtime=12.53
/proc/13637/stat : 13637 (java) S 13623 13623 8919 0 -1 0 33341 0 1 0 1231 22 0 0 18 0 9 0 1984714477 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13637/statm: 203203 32291 2593 9 0 197184 0
[pid=13637/tid=13638] ppid=13623 vsize=812812 CPUtime=6.88
/proc/13637/task/13638/stat : 13638 (java) R 13623 13623 8919 0 -1 64 14645 0 1 0 676 12 0 0 25 0 9 0 1984714478 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4126530103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13639] ppid=13623 vsize=812812 CPUtime=5.35
/proc/13637/task/13639/stat : 13639 (java) S 13623 13623 8919 0 -1 64 17152 0 0 0 528 7 0 0 16 0 9 0 1984714480 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13640] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13640/stat : 13640 (java) S 13623 13623 8919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984714480 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13641] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13641/stat : 13641 (java) S 13623 13623 8919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984714480 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13642] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13642/stat : 13642 (java) S 13623 13623 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984714482 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13643] ppid=13623 vsize=812812 CPUtime=0.26
/proc/13637/task/13643/stat : 13643 (java) S 13623 13623 8919 0 -1 64 843 0 0 0 26 0 0 0 15 0 9 0 1984714482 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13644] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13644/stat : 13644 (java) S 13623 13623 8919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984714482 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13645] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13645/stat : 13645 (java) S 13623 13623 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984714482 832319488 32291 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860376

[startup+25.5025 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 13645
/proc/meminfo: memFree=1577864/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=0.01
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13637] ppid=13623 vsize=812812 CPUtime=25.2
/proc/13637/stat : 13637 (java) S 13623 13623 8919 0 -1 0 33486 0 1 0 2492 28 0 0 18 0 9 0 1984714477 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13637/statm: 203203 32411 2593 9 0 197184 0
[pid=13637/tid=13638] ppid=13623 vsize=812812 CPUtime=19.5
/proc/13637/task/13638/stat : 13638 (java) R 13623 13623 8919 0 -1 64 14671 0 1 0 1932 18 0 0 25 0 9 0 1984714478 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 102715012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13639] ppid=13623 vsize=812812 CPUtime=5.4
/proc/13637/task/13639/stat : 13639 (java) S 13623 13623 8919 0 -1 64 17267 0 0 0 532 8 0 0 16 0 9 0 1984714480 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13640] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13640/stat : 13640 (java) S 13623 13623 8919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984714480 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13641] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13641/stat : 13641 (java) S 13623 13623 8919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984714480 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13642] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13642/stat : 13642 (java) S 13623 13623 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984714482 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13643] ppid=13623 vsize=812812 CPUtime=0.27
/proc/13637/task/13643/stat : 13643 (java) S 13623 13623 8919 0 -1 64 847 0 0 0 27 0 0 0 15 0 9 0 1984714482 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13644] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13644/stat : 13644 (java) S 13623 13623 8919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984714482 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13637/tid=13645] ppid=13623 vsize=812812 CPUtime=0
/proc/13637/task/13645/stat : 13645 (java) S 13623 13623 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984714482 832319488 32411 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

/proc/meminfo: memFree=1572224/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=128304 CPUtime=362.63
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 29718 0 0 0 36245 18 0 0 25 0 1 0 1984718129 131383296 29700 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 32076 29700 75 162 0 31911 0
Current children cumulated CPU time (s) 398.78
Current children cumulated vsize (KiB) 175868

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1562368/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=132924 CPUtime=422.13
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 32159 0 0 0 42193 20 0 0 25 0 1 0 1984718129 136114176 32141 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 33231 32141 75 162 0 33066 0
Current children cumulated CPU time (s) 458.28
Current children cumulated vsize (KiB) 180488

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/74 13652
/proc/meminfo: memFree=1562184/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=132924 CPUtime=481.61
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 32189 0 0 0 48141 20 0 0 25 0 1 0 1984718129 136114176 32171 996147200 134512640 135177480 4294955984 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 33231 32171 75 162 0 33066 0
Current children cumulated CPU time (s) 517.76
Current children cumulated vsize (KiB) 180488

[startup+582.302 s]
/proc/loadavg: 2.11 2.04 2.00 3/74 13652
/proc/meminfo: memFree=1554376/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=151272 CPUtime=541.1
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 34134 0 0 0 54088 22 0 0 25 0 1 0 1984718129 154902528 34116 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 37818 34116 75 162 0 37653 0
Current children cumulated CPU time (s) 577.25
Current children cumulated vsize (KiB) 198836

[startup+642.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 13652
/proc/meminfo: memFree=1554120/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=151272 CPUtime=600.59
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 34155 0 0 0 60037 22 0 0 25 0 1 0 1984718129 154902528 34137 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 37818 34137 75 162 0 37653 0
Current children cumulated CPU time (s) 636.74
Current children cumulated vsize (KiB) 198836

[startup+702.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 13652
/proc/meminfo: memFree=1548680/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=152724 CPUtime=660.08
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 35526 0 0 0 65985 23 0 0 25 0 1 0 1984718129 156389376 35508 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38181 35508 75 162 0 38016 0
Current children cumulated CPU time (s) 696.23
Current children cumulated vsize (KiB) 200288

[startup+762.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 13652
/proc/meminfo: memFree=1547272/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153520 CPUtime=719.56
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 35741 0 0 0 71932 24 0 0 25 0 1 0 1984718129 157204480 35723 996147200 134512640 135177480 4294955984 18446744073709551615 134538912 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38380 35723 75 162 0 38215 0
Current children cumulated CPU time (s) 755.71
Current children cumulated vsize (KiB) 201084

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 13652
/proc/meminfo: memFree=1542856/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153784 CPUtime=779.03
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 36831 0 0 0 77878 25 0 0 25 0 1 0 1984718129 157474816 36813 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38446 36813 75 162 0 38281 0
Current children cumulated CPU time (s) 815.18
Current children cumulated vsize (KiB) 201348

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1541320/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153916 CPUtime=838.49
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 37204 0 0 0 83824 25 0 0 25 0 1 0 1984718129 157609984 37186 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38479 37186 75 162 0 38314 0
Current children cumulated CPU time (s) 874.64
Current children cumulated vsize (KiB) 201480

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

[startup+883.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1541320/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153916 CPUtime=839.28
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 37204 0 0 0 83903 25 0 0 25 0 1 0 1984718129 157609984 37186 996147200 134512640 135177480 4294955984 18446744073709551615 134538025 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38479 37186 75 162 0 38314 0
Current children cumulated CPU time (s) 875.43
Current children cumulated vsize (KiB) 201480

[startup+884.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1541320/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153916 CPUtime=840.87
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 37204 0 0 0 84062 25 0 0 25 0 1 0 1984718129 157609984 37186 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38479 37186 75 162 0 38314 0
Current children cumulated CPU time (s) 877.02
Current children cumulated vsize (KiB) 201480

[startup+886.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1541320/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=36.15
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 799 35215 0 1 0 0 3580 35 17 0 1 0 1984714473 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13623/statm: 11891 364 245 79 0 219 0
[pid=13646] ppid=13623 vsize=153916 CPUtime=842.45
/proc/13646/stat : 13646 (eSAT_static) R 13623 13623 8919 0 -1 4194304 37210 0 0 0 84220 25 0 0 25 0 1 0 1984718129 157609984 37192 996147200 134512640 135177480 4294955984 18446744073709551615 134524461 0 0 4096 3 0 0 0 17 1 0 0
/proc/13646/statm: 38479 37192 75 162 0 38314 0
Current children cumulated CPU time (s) 878.6
Current children cumulated vsize (KiB) 201480

[startup+887.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1583880/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=878.85
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 835 72443 0 1 0 0 87822 63 16 0 1 0 1984714473 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13623/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 47564

[startup+887.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1583880/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=878.85
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 835 72443 0 1 0 0 87822 63 16 0 1 0 1984714473 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13623/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 47564

[startup+887.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 13652
/proc/meminfo: memFree=1583880/2055920 swapFree=4179732/4192956
[pid=13623] ppid=13621 vsize=47564 CPUtime=878.85
/proc/13623/stat : 13623 (galacE.sh) S 13621 13623 8919 0 -1 4194304 835 72443 0 1 0 0 87822 63 16 0 1 0 1984714473 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/13623/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 887.463
CPU time (s): 879.766
CPU user time (s): 879.054
CPU system time (s): 0.711891
CPU usage (%): 99.1327
Max. virtual memory (cumulated for all children) (KiB): 860692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 879.054
system time used= 0.711891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80754
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= 2706
involuntary context switches= 21445

runsolver used 1.06884 second user time and 2.59061 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 05:57:36
IDJOB=1053367
IDBENCH=56072
IDSOLVER=351
FILE ID=node69/1053367-1215057456
PBS_JOBID= 7875038
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f70b7ab8e0e3b9270da779e18c715fc
RANDOM SEED=2005503073

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:       1710584 kB
Buffers:         54288 kB
Cached:         195496 kB
SwapCached:       7052 kB
Active:         174460 kB
Inactive:       103068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710584 kB
SwapTotal:     4192956 kB
SwapFree:      4179732 kB
Dirty:            4184 kB
Writeback:           0 kB
Mapped:          35372 kB
Slab:            51492 kB
Committed_AS:  3901428 kB
PageTables:       3388 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 node69 at 2008-07-03 06:12:23