Trace number 1053472

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 598.005 599.027

General information on the benchmark

Namecsp/jobShop-ewddr2/
normalized-ewddr2-10-by-5-3.xml
MD5SUM0c2cc22208dbe8b0d9892e512f71aad5
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.030995
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size152
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.97/8.18	c start processing
7.97/8.18	c start relation processing
8.96/9.16	c start cnf exporting
35.79/36.22	c parsing time : 8.054
35.79/36.22	c preprocessing time : 36.096
35.79/36.22	
35.79/36.22	c Nary constraints - conflicts : 0 supports : 0
35.79/36.22	c Binary constraints - conflicts : 265 supports :0
35.79/36.22	c max arity constraint : 2
35.79/36.22	c Max Tuples generated 23104
35.79/36.22	c relations : 265
35.79/36.22	c relations BDD: 0
35.79/36.22	c sampling 225/265
35.79/36.22	c vars : 6876 - clauses :  1338783
35.79/36.22	
35.79/36.29	 
35.79/36.29	c --- SAT Solver Stats ---
35.79/36.29	 
35.79/36.29	c eSAT 0.1 : minisat core with additionnal features
35.79/36.29	c ============================[ Problem Statistics ]=============================
35.79/36.29	c |                                                                             |
35.79/36.29	c |  Number of variables:  6875                                                 |
35.79/36.29	c |  Number of clauses:    1338783                                              |
35.83/37.08	c |  Parsing time:         0.66         s                                       |
597.29/598.36	c restarts              : 28
597.29/598.36	c conflicts             : 88             (0 /sec)
597.29/598.36	c decisions             : 44677          (66.66 % random) (80 /sec)
597.29/598.36	c euip                  : 34          
597.29/598.36	c propagations          : 144906         (258 /sec)
597.29/598.36	c conflict literals     : 10107          (1.22 % deleted)
597.29/598.36	c Memory used           : 94.37 MB
597.29/598.36	c CPU time              : 561.313 s
597.29/598.36	c 
597.29/598.36	s SATISFIABLE
597.39/599.01	v 26 55 63 79 113 1 19 43 56 62 1 11 28 45 102 55 71 85 113 128 9 20 135 159 182 60 93 106 140 154 67 85 122 133 137 8 25 152 162 169 26 36 53 74 88 0 8 12 41 77

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-1053472-1215057510/watcher-1053472-1215057510 -o /tmp/evaluation-result-1053472-1215057510/solver-1053472-1215057510 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1053472-1215057510.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.05 2.06 2.01 4/80 32672
/proc/meminfo: memFree=1545312/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=8652 CPUtime=0
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 628688184 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 2163 280 208 79 0 156 0
[pid=32673] ppid=32672 vsize=8688 CPUtime=0
/proc/32673/stat : 32673 (galacE.sh) S 32672 32672 23094 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 628688185 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32673/statm: 2172 286 209 79 0 165 0
[pid=32674] ppid=32673 vsize=8728 CPUtime=0
/proc/32674/stat : 32674 (galacE.sh) R 32673 32672 23094 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 628688185 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 226913479975 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/32674/statm: 2182 290 209 79 0 175 0

[startup+0.06146 s]
/proc/loadavg: 2.05 2.06 2.01 4/80 32672
/proc/meminfo: memFree=1545312/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101067 s]
/proc/loadavg: 2.05 2.06 2.01 4/80 32672
/proc/meminfo: memFree=1545312/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301104 s]
/proc/loadavg: 2.05 2.06 2.01 4/80 32672
/proc/meminfo: memFree=1545312/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701192 s]
/proc/loadavg: 2.05 2.06 2.01 4/80 32672
/proc/meminfo: memFree=1545312/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50134 s]
/proc/loadavg: 2.05 2.06 2.01 3/90 32694
/proc/meminfo: memFree=1500432/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32686] ppid=32672 vsize=812804 CPUtime=1.43
/proc/32686/stat : 32686 (java) S 32672 32672 23094 0 -1 0 15938 0 1 0 134 9 0 0 18 0 9 0 628688188 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32686/statm: 203201 15156 2585 9 0 197182 0
[pid=32686/tid=32687] ppid=32672 vsize=812804 CPUtime=0.92
/proc/32686/task/32687/stat : 32687 (java) R 32672 32672 23094 0 -1 64 7612 0 1 0 88 4 0 0 25 0 9 0 628688189 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4126703223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32688] ppid=32672 vsize=812804 CPUtime=0.34
/proc/32686/task/32688/stat : 32688 (java) S 32672 32672 23094 0 -1 64 6881 0 0 0 31 3 0 0 16 0 9 0 628688190 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32689] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32689/stat : 32689 (java) S 32672 32672 23094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628688191 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32690] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32690/stat : 32690 (java) S 32672 32672 23094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628688191 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32691] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32691/stat : 32691 (java) S 32672 32672 23094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628688193 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32692] ppid=32672 vsize=812804 CPUtime=0.14
/proc/32686/task/32692/stat : 32692 (java) S 32672 32672 23094 0 -1 64 745 0 0 0 14 0 0 0 16 0 9 0 628688193 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32693] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32693/stat : 32693 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628688193 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32694] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32694/stat : 32694 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628688193 832311296 15156 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860368

[startup+3.10265 s]
/proc/loadavg: 2.05 2.06 2.01 4/90 32694
/proc/meminfo: memFree=1488464/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32686] ppid=32672 vsize=812804 CPUtime=3.03
/proc/32686/stat : 32686 (java) S 32672 32672 23094 0 -1 0 19238 0 1 0 292 11 0 0 18 0 9 0 628688188 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32686/statm: 203201 18446 2585 9 0 197182 0
[pid=32686/tid=32687] ppid=32672 vsize=812804 CPUtime=1.52
/proc/32686/task/32687/stat : 32687 (java) R 32672 32672 23094 0 -1 64 7623 0 1 0 148 4 0 0 25 0 9 0 628688189 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32688] ppid=32672 vsize=812804 CPUtime=1.27
/proc/32686/task/32688/stat : 32688 (java) R 32672 32672 23094 0 -1 64 10138 0 0 0 123 4 0 0 16 0 9 0 628688190 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32689] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32689/stat : 32689 (java) S 32672 32672 23094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628688191 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32690] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32690/stat : 32690 (java) S 32672 32672 23094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628688191 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32691] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32691/stat : 32691 (java) S 32672 32672 23094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628688193 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32692] ppid=32672 vsize=812804 CPUtime=0.2
/proc/32686/task/32692/stat : 32692 (java) S 32672 32672 23094 0 -1 64 777 0 0 0 19 1 0 0 15 0 9 0 628688193 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32693] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32693/stat : 32693 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628688193 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32694] ppid=32672 vsize=812804 CPUtime=0
/proc/32686/task/32694/stat : 32694 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628688193 832311296 18446 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860368

[startup+6.30127 s]
/proc/loadavg: 2.05 2.06 2.01 3/90 32694
/proc/meminfo: memFree=1464912/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32686] ppid=32672 vsize=812848 CPUtime=6.19
/proc/32686/stat : 32686 (java) S 32672 32672 23094 0 -1 0 24286 0 1 0 606 13 0 0 18 0 9 0 628688188 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32686/statm: 203212 23258 2587 9 0 197193 0
[pid=32686/tid=32687] ppid=32672 vsize=812848 CPUtime=2.2
/proc/32686/task/32687/stat : 32687 (java) S 32672 32672 23094 0 -1 64 7639 0 1 0 216 4 0 0 23 0 9 0 628688189 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32688] ppid=32672 vsize=812848 CPUtime=3.75
/proc/32686/task/32688/stat : 32688 (java) R 32672 32672 23094 0 -1 64 15158 0 0 0 369 6 0 0 19 0 9 0 628688190 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32689] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32689/stat : 32689 (java) S 32672 32672 23094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628688191 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32690] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32690/stat : 32690 (java) S 32672 32672 23094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628688191 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32691] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32691/stat : 32691 (java) S 32672 32672 23094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628688193 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32692] ppid=32672 vsize=812848 CPUtime=0.22
/proc/32686/task/32692/stat : 32692 (java) S 32672 32672 23094 0 -1 64 789 0 0 0 21 1 0 0 15 0 9 0 628688193 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32693] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32693/stat : 32693 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628688193 832356352 23258 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32694] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32694/stat : 32694 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628688193 832356352 23258 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) 860412

[startup+12.7025 s]
/proc/loadavg: 2.04 2.06 2.01 3/90 32694
/proc/meminfo: memFree=1422608/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32686] ppid=32672 vsize=812848 CPUtime=12.53
/proc/32686/stat : 32686 (java) S 32672 32672 23094 0 -1 0 33327 0 1 0 1233 20 0 0 18 0 9 0 628688188 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32686/statm: 203212 32282 2592 9 0 197193 0
[pid=32686/tid=32687] ppid=32672 vsize=812848 CPUtime=6.73
/proc/32686/task/32687/stat : 32687 (java) R 32672 32672 23094 0 -1 64 14673 0 1 0 663 10 0 0 25 0 9 0 628688189 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4126542407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32688] ppid=32672 vsize=812848 CPUtime=5.49
/proc/32686/task/32688/stat : 32688 (java) S 32672 32672 23094 0 -1 64 17133 0 0 0 542 7 0 0 16 0 9 0 628688190 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32689] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32689/stat : 32689 (java) S 32672 32672 23094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628688191 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32690] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32690/stat : 32690 (java) S 32672 32672 23094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628688191 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32691] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32691/stat : 32691 (java) S 32672 32672 23094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628688193 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32692] ppid=32672 vsize=812848 CPUtime=0.28
/proc/32686/task/32692/stat : 32692 (java) S 32672 32672 23094 0 -1 64 821 0 0 0 27 1 0 0 15 0 9 0 628688193 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32693] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32693/stat : 32693 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628688193 832356352 32282 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32694] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32694/stat : 32694 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628688193 832356352 32282 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) 860412

[startup+25.5019 s]
/proc/loadavg: 2.03 2.05 2.01 3/90 32694
/proc/meminfo: memFree=1413008/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=0.01
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32686] ppid=32672 vsize=812848 CPUtime=25.18
/proc/32686/stat : 32686 (java) S 32672 32672 23094 0 -1 0 33466 0 1 0 2494 24 0 0 18 0 9 0 628688188 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32686/statm: 203212 32396 2592 9 0 197193 0
[pid=32686/tid=32687] ppid=32672 vsize=812848 CPUtime=19.33
/proc/32686/task/32687/stat : 32687 (java) R 32672 32672 23094 0 -1 64 14698 0 1 0 1919 14 0 0 25 0 9 0 628688189 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4126675447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32688] ppid=32672 vsize=812848 CPUtime=5.54
/proc/32686/task/32688/stat : 32688 (java) S 32672 32672 23094 0 -1 64 17243 0 0 0 546 8 0 0 16 0 9 0 628688190 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32689] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32689/stat : 32689 (java) S 32672 32672 23094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 628688191 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32690] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32690/stat : 32690 (java) S 32672 32672 23094 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 628688191 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32691] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32691/stat : 32691 (java) S 32672 32672 23094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 628688193 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32692] ppid=32672 vsize=812848 CPUtime=0.29
/proc/32686/task/32692/stat : 32692 (java) S 32672 32672 23094 0 -1 64 825 0 0 0 28 1 0 0 15 0 9 0 628688193 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32693] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32693/stat : 32693 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 628688193 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32686/tid=32694] ppid=32672 vsize=812848 CPUtime=0
/proc/32686/task/32694/stat : 32694 (java) S 32672 32672 23094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628688193 832356352 32396 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19

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

/proc/meminfo: memFree=1529416/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=92868 CPUtime=125.65
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 22302 0 0 0 12550 15 0 0 25 0 1 0 628691814 95096832 22284 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 23217 22284 75 162 0 23052 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 140432

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 398
/proc/meminfo: memFree=1516680/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=107196 CPUtime=185.63
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 25451 0 0 0 18546 17 0 0 25 0 1 0 628691814 109768704 25433 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 26799 25433 75 162 0 26634 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 154760

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 398
/proc/meminfo: memFree=1507080/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=121804 CPUtime=245.6
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 27714 0 0 0 24542 18 0 0 25 0 1 0 628691814 124727296 27696 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 30451 27696 75 162 0 30286 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 169368

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 398
/proc/meminfo: memFree=1503240/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=125104 CPUtime=305.57
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 28579 0 0 0 30539 18 0 0 25 0 1 0 628691814 128106496 28561 996147200 134512640 135177480 4294955984 18446744073709551615 134538932 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 31276 28561 75 162 0 31111 0
Current children cumulated CPU time (s) 341.4
Current children cumulated vsize (KiB) 172668

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 398
/proc/meminfo: memFree=1498248/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=125104 CPUtime=365.54
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 29743 0 0 0 36535 19 0 0 25 0 1 0 628691814 128106496 29725 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 31276 29725 75 162 0 31111 0
Current children cumulated CPU time (s) 401.37
Current children cumulated vsize (KiB) 172668

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 398
/proc/meminfo: memFree=1491656/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=127088 CPUtime=425.52
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 31327 0 0 0 42532 20 0 0 25 0 1 0 628691814 130138112 31309 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 31772 31309 75 162 0 31607 0
Current children cumulated CPU time (s) 461.35
Current children cumulated vsize (KiB) 174652

[startup+522.304 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 398
/proc/meminfo: memFree=1488712/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=143056 CPUtime=485.49
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 31958 0 0 0 48529 20 0 0 25 0 1 0 628691814 146489344 31940 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 35764 31940 75 162 0 35599 0
Current children cumulated CPU time (s) 521.32
Current children cumulated vsize (KiB) 190620

[startup+582.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1483848/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=143716 CPUtime=545.47
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 33093 0 0 0 54526 21 0 0 25 0 1 0 628691814 147165184 33075 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 35929 33075 75 162 0 35764 0
Current children cumulated CPU time (s) 581.3
Current children cumulated vsize (KiB) 191280

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

[startup+588.702 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1483784/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=143716 CPUtime=551.87
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 33093 0 0 0 55166 21 0 0 25 0 1 0 628691814 147165184 33075 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 35929 33075 75 162 0 35764 0
Current children cumulated CPU time (s) 587.7
Current children cumulated vsize (KiB) 191280

[startup+595.106 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1483784/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=143716 CPUtime=558.27
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 33093 0 0 0 55806 21 0 0 25 0 1 0 628691814 147165184 33075 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 35929 33075 75 162 0 35764 0
Current children cumulated CPU time (s) 594.1
Current children cumulated vsize (KiB) 191280

[startup+596.702 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1483784/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=143716 CPUtime=559.86
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 33093 0 0 0 55965 21 0 0 25 0 1 0 628691814 147165184 33075 996147200 134512640 135177480 4294955984 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 35929 33075 75 162 0 35764 0
Current children cumulated CPU time (s) 595.69
Current children cumulated vsize (KiB) 191280

[startup+598.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1520584/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=35.83
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 799 35196 0 1 0 0 3552 31 17 0 1 0 628688184 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32672/statm: 11891 364 245 79 0 219 0
[pid=32695] ppid=32672 vsize=96632 CPUtime=561.46
/proc/32695/stat : 32695 (eSAT_static) R 32672 32672 23094 0 -1 4194304 33106 0 0 0 56125 21 0 0 25 0 1 0 628691814 98951168 23836 996147200 134512640 135177480 4294955984 18446744073709551615 134565196 0 0 4096 3 0 0 0 17 0 0 0
/proc/32695/statm: 24158 23836 80 162 0 23993 0
Current children cumulated CPU time (s) 597.29
Current children cumulated vsize (KiB) 144196

[startup+598.701 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1520584/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=597.39
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 835 68315 0 1 0 0 59684 55 16 0 1 0 628688184 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/32672/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 597.39
Current children cumulated vsize (KiB) 47564

[startup+598.901 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1520584/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=597.39
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 835 68315 0 1 0 0 59684 55 16 0 1 0 628688184 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/32672/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 597.39
Current children cumulated vsize (KiB) 47564

[startup+599.002 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 398
/proc/meminfo: memFree=1520584/2055920 swapFree=4175520/4192956
[pid=32672] ppid=32670 vsize=47564 CPUtime=597.39
/proc/32672/stat : 32672 (galacE.sh) S 32670 32672 23094 0 -1 4194304 842 68315 0 1 0 0 59684 55 15 0 1 0 628688184 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 226913648722 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/32672/statm: 11891 366 245 79 0 219 0
Current children cumulated CPU time (s) 597.39
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 599.027
CPU time (s): 598.005
CPU user time (s): 597.376
CPU system time (s): 0.628904
CPU usage (%): 99.8294
Max. virtual memory (cumulated for all children) (KiB): 860724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 597.376
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76587
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= 3214
involuntary context switches= 5934

runsolver used 0.798878 second user time and 1.85372 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-03 05:58:31
IDJOB=1053472
IDBENCH=56077
IDSOLVER=351
FILE ID=node5/1053472-1215057510
PBS_JOBID= 7875163
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c2cc22208dbe8b0d9892e512f71aad5
RANDOM SEED=1617173585

node5.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.279
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.279
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:       1545728 kB
Buffers:         53044 kB
Cached:         269880 kB
SwapCached:      11364 kB
Active:         251520 kB
Inactive:       182840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545728 kB
SwapTotal:     4192956 kB
SwapFree:      4175520 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:         120076 kB
Slab:            60884 kB
Committed_AS:  1652224 kB
PageTables:       1968 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= 66540 MiB
End job on node5 at 2008-07-03 06:08:30