Trace number 1053388

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 786.66 793.835

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-5.xml
MD5SUM54c6fc8ab272c969a3532d6203f8fcf4
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.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size157
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
7.39/7.55	c start processing
7.39/7.55	c start relation processing
8.48/8.67	c start cnf exporting
35.42/35.80	c parsing time : 7.428
35.42/35.80	c preprocessing time : 35.682
35.42/35.80	
35.42/35.80	c Nary constraints - conflicts : 0 supports : 0
35.42/35.80	c Binary constraints - conflicts : 261 supports :4
35.42/35.80	c max arity constraint : 2
35.42/35.80	c Max Tuples generated 24649
35.42/35.80	c relations : 265
35.42/35.80	c relations BDD: 0
35.42/35.80	c sampling 229/265
35.42/35.80	c vars : 6971 - clauses :  1294465
35.42/35.80	
35.42/35.85	 
35.42/35.85	c --- SAT Solver Stats ---
35.42/35.85	 
35.42/35.85	c eSAT 0.1 : minisat core with additionnal features
35.42/35.85	c ============================[ Problem Statistics ]=============================
35.42/35.85	c |                                                                             |
35.42/35.86	c |  Number of variables:  6970                                                 |
35.42/35.86	c |  Number of clauses:    1294465                                              |
36.17/36.64	c |  Parsing time:         0.66         s                                       |
785.99/793.20	c restarts              : 15
785.99/793.20	c conflicts             : 41             (0 /sec)
785.99/793.20	c decisions             : 31005          (56.91 % random) (41 /sec)
785.99/793.20	c euip                  : 14          
785.99/793.20	c propagations          : 78567          (105 /sec)
785.99/793.20	c conflict literals     : 4215           (8.11 % deleted)
785.99/793.20	c Memory used           : 93.43 MB
785.99/793.20	c CPU time              : 750.308 s
785.99/793.20	c 
785.99/793.21	s SATISFIABLE
786.02/793.82	v 30 42 59 85 94 18 50 89 105 111 114 157 167 177 182 0 7 13 43 53 24 53 80 168 171 1 7 25 34 44 17 31 41 63 79 25 75 129 149 163 9 87 114 127 131 19 41 105 134 146

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-1053388-1215057468/watcher-1053388-1215057468 -o /tmp/evaluation-result-1053388-1215057468/solver-1053388-1215057468 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053388-1215057468.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.21 2.06 2.02 4/72 19061
/proc/meminfo: memFree=1692576/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=8652 CPUtime=0
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1535423095 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 2163 280 208 79 0 156 0
[pid=19062] ppid=19061 vsize=8688 CPUtime=0
/proc/19062/stat : 19062 (galacE.sh) S 19061 19061 13871 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1535423096 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19062/statm: 2172 286 209 79 0 165 0
[pid=19063] ppid=19062 vsize=8728 CPUtime=0
/proc/19063/stat : 19063 (galacE.sh) R 19062 19061 13871 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1535423096 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 215418989863 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/19063/statm: 2182 290 209 79 0 175 0

[startup+0.0611789 s]
/proc/loadavg: 2.21 2.06 2.02 4/72 19061
/proc/meminfo: memFree=1692576/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101704 s]
/proc/loadavg: 2.21 2.06 2.02 4/72 19061
/proc/meminfo: memFree=1692576/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301745 s]
/proc/loadavg: 2.21 2.06 2.02 4/72 19061
/proc/meminfo: memFree=1692576/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701821 s]
/proc/loadavg: 2.21 2.06 2.02 4/72 19061
/proc/meminfo: memFree=1692576/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50298 s]
/proc/loadavg: 2.21 2.06 2.02 4/82 19083
/proc/meminfo: memFree=1649680/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19075] ppid=19061 vsize=812812 CPUtime=1.44
/proc/19075/stat : 19075 (java) S 19061 19061 13871 0 -1 0 15537 0 1 0 135 9 0 0 18 0 9 0 1535423099 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19075/statm: 203203 14756 2586 9 0 197184 0
[pid=19075/tid=19076] ppid=19061 vsize=812812 CPUtime=0.95
/proc/19075/task/19076/stat : 19076 (java) R 19061 19061 13871 0 -1 64 7553 0 1 0 91 4 0 0 24 0 9 0 1535423100 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4126700477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19077] ppid=19061 vsize=812812 CPUtime=0.32
/proc/19075/task/19077/stat : 19077 (java) S 19061 19061 13871 0 -1 64 6511 0 0 0 29 3 0 0 16 0 9 0 1535423101 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19078] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19078/stat : 19078 (java) S 19061 19061 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535423101 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19079] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19079/stat : 19079 (java) S 19061 19061 13871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535423101 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19080] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19080/stat : 19080 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535423103 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19081] ppid=19061 vsize=812812 CPUtime=0.14
/proc/19075/task/19081/stat : 19081 (java) S 19061 19061 13871 0 -1 64 773 0 0 0 14 0 0 0 16 0 9 0 1535423103 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19082] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19082/stat : 19082 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535423103 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19083] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19083/stat : 19083 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535423103 832319488 14756 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860392

[startup+3.1023 s]
/proc/loadavg: 2.20 2.06 2.02 4/82 19083
/proc/meminfo: memFree=1636816/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19075] ppid=19061 vsize=812812 CPUtime=3.03
/proc/19075/stat : 19075 (java) S 19061 19061 13871 0 -1 0 19325 0 1 0 292 11 0 0 18 0 9 0 1535423099 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19075/statm: 203203 18534 2586 9 0 197184 0
[pid=19075/tid=19076] ppid=19061 vsize=812812 CPUtime=1.6
/proc/19075/task/19076/stat : 19076 (java) R 19061 19061 13871 0 -1 64 7563 0 1 0 156 4 0 0 25 0 9 0 1535423100 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19077] ppid=19061 vsize=812812 CPUtime=1.2
/proc/19075/task/19077/stat : 19077 (java) R 19061 19061 13871 0 -1 64 10256 0 0 0 116 4 0 0 16 0 9 0 1535423101 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19078] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19078/stat : 19078 (java) S 19061 19061 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535423101 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19079] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19079/stat : 19079 (java) S 19061 19061 13871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535423101 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19080] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19080/stat : 19080 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535423103 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19081] ppid=19061 vsize=812812 CPUtime=0.19
/proc/19075/task/19081/stat : 19081 (java) S 19061 19061 13871 0 -1 64 806 0 0 0 19 0 0 0 15 0 9 0 1535423103 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19082] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19082/stat : 19082 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535423103 832319488 18534 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19083] ppid=19061 vsize=812812 CPUtime=0
/proc/19075/task/19083/stat : 19083 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535423103 832319488 18534 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) 860392

[startup+6.30291 s]
/proc/loadavg: 2.20 2.06 2.02 4/82 19083
/proc/meminfo: memFree=1610832/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19075] ppid=19061 vsize=812828 CPUtime=6.2
/proc/19075/stat : 19075 (java) S 19061 19061 13871 0 -1 0 24567 0 1 0 606 14 0 0 18 0 9 0 1535423099 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19075/statm: 203207 23574 2588 9 0 197188 0
[pid=19075/tid=19076] ppid=19061 vsize=812828 CPUtime=2.32
/proc/19075/task/19076/stat : 19076 (java) R 19061 19061 13871 0 -1 64 7593 0 1 0 228 4 0 0 23 0 9 0 1535423100 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19077] ppid=19061 vsize=812828 CPUtime=3.63
/proc/19075/task/19077/stat : 19077 (java) R 19061 19061 13871 0 -1 64 15457 0 0 0 356 7 0 0 20 0 9 0 1535423101 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 103828978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19078] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19078/stat : 19078 (java) S 19061 19061 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535423101 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19079] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19079/stat : 19079 (java) S 19061 19061 13871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535423101 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19080] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19080/stat : 19080 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535423103 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19081] ppid=19061 vsize=812828 CPUtime=0.21
/proc/19075/task/19081/stat : 19081 (java) S 19061 19061 13871 0 -1 64 817 0 0 0 21 0 0 0 15 0 9 0 1535423103 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19082] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19082/stat : 19082 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535423103 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19083] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19083/stat : 19083 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535423103 832335872 23574 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860408

[startup+12.7021 s]
/proc/loadavg: 2.16 2.06 2.02 3/82 19083
/proc/meminfo: memFree=1569104/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19075] ppid=19061 vsize=812828 CPUtime=12.53
/proc/19075/stat : 19075 (java) S 19061 19061 13871 0 -1 0 33424 0 1 0 1234 19 0 0 18 0 9 0 1535423099 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19075/statm: 203207 32417 2593 9 0 197188 0
[pid=19075/tid=19076] ppid=19061 vsize=812828 CPUtime=7.36
/proc/19075/task/19076/stat : 19076 (java) R 19061 19061 13871 0 -1 64 14662 0 1 0 727 9 0 0 25 0 9 0 1535423100 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 103301632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19077] ppid=19061 vsize=812828 CPUtime=4.86
/proc/19075/task/19077/stat : 19077 (java) S 19061 19061 13871 0 -1 64 17207 0 0 0 478 8 0 0 16 0 9 0 1535423101 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19078] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19078/stat : 19078 (java) S 19061 19061 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535423101 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19079] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19079/stat : 19079 (java) S 19061 19061 13871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535423101 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19080] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19080/stat : 19080 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535423103 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19081] ppid=19061 vsize=812828 CPUtime=0.29
/proc/19075/task/19081/stat : 19081 (java) S 19061 19061 13871 0 -1 64 855 0 0 0 28 1 0 0 15 0 9 0 1535423103 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19082] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19082/stat : 19082 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535423103 832335872 32417 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19083] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19083/stat : 19083 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535423103 832335872 32417 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) 860408

[startup+25.5026 s]
/proc/loadavg: 2.14 2.05 2.02 3/82 19083
/proc/meminfo: memFree=1558736/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=0.01
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19075] ppid=19061 vsize=812828 CPUtime=25.2
/proc/19075/stat : 19075 (java) S 19061 19061 13871 0 -1 0 33791 0 1 0 2494 26 0 0 18 0 9 0 1535423099 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19075/statm: 203207 32759 2593 9 0 197188 0
[pid=19075/tid=19076] ppid=19061 vsize=812828 CPUtime=19.94
/proc/19075/task/19076/stat : 19076 (java) R 19061 19061 13871 0 -1 64 14687 0 1 0 1979 15 0 0 25 0 9 0 1535423100 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4126762241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19077] ppid=19061 vsize=812828 CPUtime=4.93
/proc/19075/task/19077/stat : 19077 (java) S 19061 19061 13871 0 -1 64 17545 0 0 0 485 8 0 0 16 0 9 0 1535423101 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19078] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19078/stat : 19078 (java) S 19061 19061 13871 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1535423101 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19079] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19079/stat : 19079 (java) S 19061 19061 13871 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535423101 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19080] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19080/stat : 19080 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535423103 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19081] ppid=19061 vsize=812828 CPUtime=0.29
/proc/19075/task/19081/stat : 19081 (java) S 19061 19061 13871 0 -1 64 859 0 0 0 28 1 0 0 15 0 9 0 1535423103 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19082] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19082/stat : 19082 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535423103 832335872 32759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19075/tid=19083] ppid=19061 vsize=812828 CPUtime=0
/proc/19075/task/19083/stat : 19083 (java) S 19061 19061 13871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535423103 832335872 32759 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=1553872/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=123112 CPUtime=422.68
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 30000 0 0 0 42250 18 0 0 25 0 1 0 1535426681 126066688 29982 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 30778 29982 75 162 0 30613 0
Current children cumulated CPU time (s) 458.13
Current children cumulated vsize (KiB) 170692

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1549080/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=140004 CPUtime=482.15
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 31199 0 0 0 48196 19 0 0 25 0 1 0 1535426681 143364096 31181 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35001 31181 75 162 0 34836 0
Current children cumulated CPU time (s) 517.6
Current children cumulated vsize (KiB) 187584

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1546072/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=140404 CPUtime=541.59
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 31936 0 0 0 54140 19 0 0 25 0 1 0 1535426681 143773696 31918 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35101 31918 75 162 0 34936 0
Current children cumulated CPU time (s) 577.04
Current children cumulated vsize (KiB) 187984

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1541848/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=140932 CPUtime=601.04
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 32919 0 0 0 60083 21 0 0 25 0 1 0 1535426681 144314368 32901 996147200 134512640 135177480 4294955984 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35233 32901 75 162 0 35068 0
Current children cumulated CPU time (s) 636.49
Current children cumulated vsize (KiB) 188512

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1537240/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=141860 CPUtime=660.48
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 34065 0 0 0 66026 22 0 0 25 0 1 0 1535426681 145264640 34047 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35465 34047 75 162 0 35300 0
Current children cumulated CPU time (s) 695.93
Current children cumulated vsize (KiB) 189440

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1533464/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142256 CPUtime=719.93
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 34994 0 0 0 71970 23 0 0 25 0 1 0 1535426681 145670144 34976 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35564 34976 75 162 0 35399 0
Current children cumulated CPU time (s) 755.38
Current children cumulated vsize (KiB) 189836

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1533464/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142256 CPUtime=725.47
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 34996 0 0 0 72524 23 0 0 25 0 1 0 1535426681 145670144 34978 996147200 134512640 135177480 4294955984 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35564 34978 75 162 0 35399 0
Current children cumulated CPU time (s) 760.92
Current children cumulated vsize (KiB) 189836

[startup+780.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532504/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142388 CPUtime=738.15
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 35231 0 0 0 73792 23 0 0 25 0 1 0 1535426681 145805312 35213 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35597 35213 75 162 0 35432 0
Current children cumulated CPU time (s) 773.6
Current children cumulated vsize (KiB) 189968

[startup+787.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532504/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142388 CPUtime=744.5
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 35234 0 0 0 74427 23 0 0 25 0 1 0 1535426681 145805312 35216 996147200 134512640 135177480 4294955984 18446744073709551615 134537193 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35597 35216 75 162 0 35432 0
Current children cumulated CPU time (s) 779.95
Current children cumulated vsize (KiB) 189968

[startup+790.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532504/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142388 CPUtime=747.67
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 35234 0 0 0 74744 23 0 0 25 0 1 0 1535426681 145805312 35216 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35597 35216 75 162 0 35432 0
Current children cumulated CPU time (s) 783.12
Current children cumulated vsize (KiB) 189968

[startup+791.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532504/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142388 CPUtime=749.25
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 35234 0 0 0 74902 23 0 0 25 0 1 0 1535426681 145805312 35216 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35597 35216 75 162 0 35432 0
Current children cumulated CPU time (s) 784.7
Current children cumulated vsize (KiB) 189968

[startup+792.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532504/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=35.45
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 799 35527 0 1 0 0 3512 33 17 0 1 0 1535423095 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19061/statm: 11895 364 245 79 0 219 0
[pid=19084] ppid=19061 vsize=142388 CPUtime=750.05
/proc/19084/stat : 19084 (eSAT_static) R 19061 19061 13871 0 -1 4194304 35234 0 0 0 74982 23 0 0 25 0 1 0 1535426681 145805312 35216 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/19084/statm: 35597 35216 75 162 0 35432 0
Current children cumulated CPU time (s) 785.5
Current children cumulated vsize (KiB) 189968

[startup+793.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532440/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=786.02
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 835 70785 0 1 0 0 78543 59 16 0 1 0 1535423095 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19061/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 786.02
Current children cumulated vsize (KiB) 47580

[startup+793.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532440/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=786.02
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 835 70785 0 1 0 0 78543 59 16 0 1 0 1535423095 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19061/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 786.02
Current children cumulated vsize (KiB) 47580

[startup+793.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19089
/proc/meminfo: memFree=1532440/2055920 swapFree=4113744/4192956
[pid=19061] ppid=19059 vsize=47580 CPUtime=786.02
/proc/19061/stat : 19061 (galacE.sh) S 19059 19061 13871 0 -1 4194304 835 70785 0 1 0 0 78543 59 16 0 1 0 1535423095 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19061/statm: 11895 365 245 79 0 219 0
Current children cumulated CPU time (s) 786.02
Current children cumulated vsize (KiB) 47580

Child status: 0
Real time (s): 793.835
CPU time (s): 786.66
CPU user time (s): 785.981
CPU system time (s): 0.679896
CPU usage (%): 99.0963
Max. virtual memory (cumulated for all children) (KiB): 860724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 785.981
system time used= 0.679896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79076
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= 2985
involuntary context switches= 20683

runsolver used 1.10483 second user time and 2.30965 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-03 05:57:48
IDJOB=1053388
IDBENCH=56073
IDSOLVER=351
FILE ID=node9/1053388-1215057468
PBS_JOBID= 7875156
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 54c6fc8ab272c969a3532d6203f8fcf4
RANDOM SEED=2023149528

node9.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.265
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	: 5931.00
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.265
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:       1693056 kB
Buffers:         31908 kB
Cached:         145284 kB
SwapCached:      73116 kB
Active:         232764 kB
Inactive:        61956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693056 kB
SwapTotal:     4192956 kB
SwapFree:      4113744 kB
Dirty:            3504 kB
Writeback:           0 kB
Mapped:         125104 kB
Slab:            51776 kB
Committed_AS:  2991672 kB
PageTables:       3500 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= 66532 MiB
End job on node9 at 2008-07-03 06:11:02