Trace number 1082625

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 678.548 683.836

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-16.xml
MD5SUM6a38acd16dff1fe9fcb7068876948514
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.075988
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size325
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
13.33/13.52	c start processing
13.33/13.52	c start relation processing
21.35/21.70	c start cnf exporting
240.91/243.37	c parsing time : 13.391
240.91/243.37	c preprocessing time : 243.241
240.91/243.37	
240.91/243.37	c Nary constraints - conflicts : 0 supports : 0
240.91/243.37	c Binary constraints - conflicts : 280 supports :45
240.91/243.37	c max arity constraint : 2
240.91/243.37	c Max Tuples generated 105625
240.91/243.37	c relations : 124
240.91/243.37	c relations BDD: 0
240.91/243.37	c sampling 91/124
240.91/243.37	c vars : 13645 - clauses :  8129367
240.91/243.37	
240.99/243.43	 
240.99/243.43	c --- SAT Solver Stats ---
240.99/243.43	 
240.99/243.44	c eSAT 0.1 : minisat core with additionnal features
240.99/243.44	c ============================[ Problem Statistics ]=============================
240.99/243.44	c |                                                                             |
240.99/243.44	c |  Number of variables:  13644                                                |
240.99/243.44	c |  Number of clauses:    8129367                                              |
244.16/246.65	c |  Parsing time:         2.69         s                                       |
677.62/682.99	c restarts              : 4084
677.62/682.99	c conflicts             : 861873         (1977 /sec)
677.62/682.99	c decisions             : 8341249        (3.76 % random) (19138 /sec)
677.62/682.99	c euip                  : 353492      
677.62/682.99	c propagations          : 96685987       (221835 /sec)
677.62/682.99	c conflict literals     : 223446429      (2.98 % deleted)
677.62/682.99	c Memory used           : 535.85 MB
677.62/682.99	c CPU time              : 435.847 s
677.62/682.99	c 
677.62/683.00	s SATISFIABLE
677.81/683.77	v 319 316 0 1 46 41 237 229 139 140 50 52 133 322 259 247 139 142 7 6 50 49 106 101 1 0 310 311 229 225 183 182 1 4 238 239 101 104 301 300 217 220 0 3 98 99 42 41 135 133

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-1082625-1215223566/watcher-1082625-1215223566 -o /tmp/evaluation-result-1082625-1215223566/solver-1082625-1215223566 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082625-1215223566.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.93 2.02 2.00 4/80 7127
/proc/meminfo: memFree=1625888/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=8652 CPUtime=0
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1006761257 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 2163 280 208 79 0 156 0
[pid=7128] ppid=7127 vsize=8688 CPUtime=0
/proc/7128/stat : 7128 (galacE.sh) S 7127 7127 3428 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1006761258 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7128/statm: 2172 286 209 79 0 165 0
[pid=7129] ppid=7128 vsize=8728 CPUtime=0
/proc/7129/stat : 7129 (galacE.sh) R 7128 7127 3428 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1006761258 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 206381313319 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7129/statm: 2182 290 209 79 0 175 0

[startup+0.023087 s]
/proc/loadavg: 1.93 2.02 2.00 4/80 7127
/proc/meminfo: memFree=1625888/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=8768 CPUtime=0
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1006761257 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101728 s]
/proc/loadavg: 1.93 2.02 2.00 4/80 7127
/proc/meminfo: memFree=1625888/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.30175 s]
/proc/loadavg: 1.93 2.02 2.00 4/80 7127
/proc/meminfo: memFree=1625888/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701787 s]
/proc/loadavg: 1.93 2.02 2.00 4/80 7127
/proc/meminfo: memFree=1625888/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50287 s]
/proc/loadavg: 1.93 2.02 2.00 3/90 7149
/proc/meminfo: memFree=1560784/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7141] ppid=7127 vsize=812992 CPUtime=1.43
/proc/7141/stat : 7141 (java) S 7127 7127 3428 0 -1 0 22582 0 1 0 133 10 0 0 18 0 9 0 1006761261 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7141/statm: 203248 21716 2585 9 0 197229 0
[pid=7141/tid=7142] ppid=7127 vsize=812992 CPUtime=0.93
/proc/7141/task/7142/stat : 7142 (java) R 7127 7127 3428 0 -1 64 11342 0 1 0 88 5 0 0 25 0 9 0 1006761262 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7143] ppid=7127 vsize=812992 CPUtime=0.35
/proc/7141/task/7143/stat : 7143 (java) R 7127 7127 3428 0 -1 64 9789 0 0 0 32 3 0 0 16 0 9 0 1006761263 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7144] ppid=7127 vsize=812992 CPUtime=0
/proc/7141/task/7144/stat : 7144 (java) S 7127 7127 3428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1006761263 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7145] ppid=7127 vsize=812992 CPUtime=0
/proc/7141/task/7145/stat : 7145 (java) S 7127 7127 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1006761263 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7146] ppid=7127 vsize=812992 CPUtime=0
/proc/7141/task/7146/stat : 7146 (java) S 7127 7127 3428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1006761266 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7147] ppid=7127 vsize=812992 CPUtime=0.11
/proc/7141/task/7147/stat : 7147 (java) S 7127 7127 3428 0 -1 64 750 0 0 0 11 0 0 0 16 0 9 0 1006761266 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7148] ppid=7127 vsize=812992 CPUtime=0
/proc/7141/task/7148/stat : 7148 (java) S 7127 7127 3428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1006761266 832503808 21716 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7149] ppid=7127 vsize=812992 CPUtime=0
/proc/7141/task/7149/stat : 7149 (java) S 7127 7127 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006761266 832503808 21716 996147200 134512640 134550740 4294955600 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) 860552

[startup+3.10204 s]
/proc/loadavg: 2.01 2.04 2.01 4/90 7149
/proc/meminfo: memFree=1541328/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7141] ppid=7127 vsize=813024 CPUtime=3.01
/proc/7141/stat : 7141 (java) S 7127 7127 3428 0 -1 0 27619 0 1 0 289 12 0 0 18 0 9 0 1006761261 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7141/statm: 203256 26546 2587 9 0 197237 0
[pid=7141/tid=7142] ppid=7127 vsize=813024 CPUtime=1.43
/proc/7141/task/7142/stat : 7142 (java) R 7127 7127 3428 0 -1 64 11349 0 1 0 138 5 0 0 25 0 9 0 1006761262 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7143] ppid=7127 vsize=813024 CPUtime=1.39
/proc/7141/task/7143/stat : 7143 (java) R 7127 7127 3428 0 -1 64 14785 0 0 0 133 6 0 0 16 0 9 0 1006761263 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7144] ppid=7127 vsize=813024 CPUtime=0
/proc/7141/task/7144/stat : 7144 (java) S 7127 7127 3428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1006761263 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7145] ppid=7127 vsize=813024 CPUtime=0
/proc/7141/task/7145/stat : 7145 (java) S 7127 7127 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1006761263 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7146] ppid=7127 vsize=813024 CPUtime=0
/proc/7141/task/7146/stat : 7146 (java) S 7127 7127 3428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1006761266 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7147] ppid=7127 vsize=813024 CPUtime=0.16
/proc/7141/task/7147/stat : 7147 (java) S 7127 7127 3428 0 -1 64 784 0 0 0 16 0 0 0 15 0 9 0 1006761266 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7148] ppid=7127 vsize=813024 CPUtime=0
/proc/7141/task/7148/stat : 7148 (java) S 7127 7127 3428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1006761266 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7149] ppid=7127 vsize=813024 CPUtime=0
/proc/7141/task/7149/stat : 7149 (java) S 7127 7127 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006761266 832536576 26546 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860584

[startup+6.30137 s]
/proc/loadavg: 2.01 2.04 2.01 3/90 7149
/proc/meminfo: memFree=1501136/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7141] ppid=7127 vsize=812792 CPUtime=6.19
/proc/7141/stat : 7141 (java) S 7127 7127 3428 0 -1 0 38638 0 1 0 602 17 0 0 18 0 9 0 1006761261 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7141/statm: 203198 37320 2587 9 0 197179 0
[pid=7141/tid=7142] ppid=7127 vsize=812792 CPUtime=2.5
/proc/7141/task/7142/stat : 7142 (java) R 7127 7127 3428 0 -1 64 11358 0 1 0 245 5 0 0 25 0 9 0 1006761262 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7143] ppid=7127 vsize=812792 CPUtime=3.46
/proc/7141/task/7143/stat : 7143 (java) R 7127 7127 3428 0 -1 64 25778 0 0 0 336 10 0 0 16 0 9 0 1006761263 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 103735813 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7144] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7144/stat : 7144 (java) S 7127 7127 3428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7145] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7145/stat : 7145 (java) S 7127 7127 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7146] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7146/stat : 7146 (java) S 7127 7127 3428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1006761266 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7147] ppid=7127 vsize=812792 CPUtime=0.2
/proc/7141/task/7147/stat : 7147 (java) S 7127 7127 3428 0 -1 64 801 0 0 0 19 1 0 0 15 0 9 0 1006761266 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7148] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7148/stat : 7148 (java) S 7127 7127 3428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1006761266 832299008 37320 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7149] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7149/stat : 7149 (java) S 7127 7127 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006761266 832299008 37320 996147200 134512640 134550740 4294955600 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) 860352

[startup+12.701 s]
/proc/loadavg: 2.16 2.07 2.02 3/90 7149
/proc/meminfo: memFree=1440016/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7141] ppid=7127 vsize=812792 CPUtime=12.52
/proc/7141/stat : 7141 (java) S 7127 7127 3428 0 -1 0 50519 0 1 0 1231 21 0 0 18 0 9 0 1006761261 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7141/statm: 203198 49189 2587 9 0 197179 0
[pid=7141/tid=7142] ppid=7127 vsize=812792 CPUtime=3.64
/proc/7141/task/7142/stat : 7142 (java) R 7127 7127 3428 0 -1 64 11370 0 1 0 359 5 0 0 24 0 9 0 1006761262 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7143] ppid=7127 vsize=812792 CPUtime=8.63
/proc/7141/task/7143/stat : 7143 (java) R 7127 7127 3428 0 -1 64 37634 0 0 0 849 14 0 0 18 0 9 0 1006761263 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 104182213 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7144] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7144/stat : 7144 (java) S 7127 7127 3428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7145] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7145/stat : 7145 (java) S 7127 7127 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7146] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7146/stat : 7146 (java) S 7127 7127 3428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1006761266 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7147] ppid=7127 vsize=812792 CPUtime=0.22
/proc/7141/task/7147/stat : 7147 (java) S 7127 7127 3428 0 -1 64 814 0 0 0 21 1 0 0 15 0 9 0 1006761266 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7148] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7148/stat : 7148 (java) S 7127 7127 3428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1006761266 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7149] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7149/stat : 7149 (java) S 7127 7127 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006761266 832299008 49189 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860352

[startup+25.5023 s]
/proc/loadavg: 2.14 2.07 2.02 3/90 7149
/proc/meminfo: memFree=1394384/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=0.01
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7141] ppid=7127 vsize=812792 CPUtime=25.2
/proc/7141/stat : 7141 (java) S 7127 7127 3428 0 -1 0 60649 0 1 0 2492 28 0 0 18 0 9 0 1006761261 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7141/statm: 203198 59309 2592 9 0 197179 0
[pid=7141/tid=7142] ppid=7127 vsize=812792 CPUtime=15.42
/proc/7141/task/7142/stat : 7142 (java) R 7127 7127 3428 0 -1 64 14655 0 1 0 1534 8 0 0 25 0 9 0 1006761262 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4126827152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7143] ppid=7127 vsize=812792 CPUtime=9.45
/proc/7141/task/7143/stat : 7143 (java) S 7127 7127 3428 0 -1 64 44436 0 0 0 928 17 0 0 16 0 9 0 1006761263 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7144] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7144/stat : 7144 (java) S 7127 7127 3428 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7145] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7145/stat : 7145 (java) S 7127 7127 3428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1006761263 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7146] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7146/stat : 7146 (java) S 7127 7127 3428 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1006761266 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7147] ppid=7127 vsize=812792 CPUtime=0.3
/proc/7141/task/7147/stat : 7147 (java) S 7127 7127 3428 0 -1 64 857 0 0 0 29 1 0 0 15 0 9 0 1006761266 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7148] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7148/stat : 7148 (java) S 7127 7127 3428 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1006761266 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7141/tid=7149] ppid=7127 vsize=812792 CPUtime=0
/proc/7141/task/7149/stat : 7149 (java) S 7127 7127 3428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006761266 832299008 59309 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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


[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 7150
/proc/meminfo: memFree=1134992/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=379456 CPUtime=38.49
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 91013 0 0 0 3793 56 0 0 25 0 1 0 1006785601 388562944 90995 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/7150/statm: 94864 90995 78 162 0 94699 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 427016

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 7150
/proc/meminfo: memFree=1094864/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=419844 CPUtime=97.93
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 101082 0 0 0 9731 62 0 0 25 0 1 0 1006785601 429920256 101064 996147200 134512640 135177480 4294955968 18446744073709551615 134564635 0 0 4096 3 0 0 0 17 1 0 0
/proc/7150/statm: 104961 101064 78 162 0 104796 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 467404

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 7150
/proc/meminfo: memFree=1047440/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=468500 CPUtime=157.38
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 113239 0 0 0 15668 70 0 0 25 0 1 0 1006785601 479744000 113221 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7150/statm: 117125 113221 78 162 0 116960 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 516060

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7150
/proc/meminfo: memFree=1021968/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=492872 CPUtime=216.81
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 119332 0 0 0 21609 72 0 0 25 0 1 0 1006785601 504700928 119314 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7150/statm: 123218 119314 78 162 0 123053 0
Current children cumulated CPU time (s) 457.84
Current children cumulated vsize (KiB) 540432

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7150
/proc/meminfo: memFree=1013904/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=500152 CPUtime=276.25
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 121178 0 0 0 27551 74 0 0 25 0 1 0 1006785601 512155648 121160 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/7150/statm: 125038 121160 78 162 0 124873 0
Current children cumulated CPU time (s) 517.28
Current children cumulated vsize (KiB) 547712

[startup+582.302 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 7206
/proc/meminfo: memFree=1091544/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=546524 CPUtime=336.02
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 132729 0 0 0 33520 82 0 0 25 0 1 0 1006785601 559640576 132711 996147200 134512640 135177480 4294955968 18446744073709551615 134565509 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 136631 132711 78 162 0 136466 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 594084

[startup+642.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094936/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=548704 CPUtime=396
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 133277 0 0 0 39516 84 0 0 25 0 1 0 1006785601 561872896 133259 996147200 134512640 135177480 4294955968 18446744073709551615 134571065 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 137176 133259 78 162 0 137011 0
Current children cumulated CPU time (s) 637.03
Current children cumulated vsize (KiB) 596264

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

[startup+665.506 s]
/proc/loadavg: 2.04 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094936/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=548704 CPUtime=419.2
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 133278 0 0 0 41836 84 0 0 25 0 1 0 1006785601 561872896 133260 996147200 134512640 135177480 4294955968 18446744073709551615 134564672 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 137176 133260 78 162 0 137011 0
Current children cumulated CPU time (s) 660.23
Current children cumulated vsize (KiB) 596264

[startup+671.901 s]
/proc/loadavg: 2.03 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094936/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=548704 CPUtime=425.59
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 133278 0 0 0 42475 84 0 0 25 0 1 0 1006785601 561872896 133260 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 137176 133260 78 162 0 137011 0
Current children cumulated CPU time (s) 666.62
Current children cumulated vsize (KiB) 596264

[startup+678.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094808/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=548704 CPUtime=431.99
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 133278 0 0 0 43115 84 0 0 25 0 1 0 1006785601 561872896 133260 996147200 134512640 135177480 4294955968 18446744073709551615 134564785 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 137176 133260 78 162 0 137011 0
Current children cumulated CPU time (s) 673.02
Current children cumulated vsize (KiB) 596264

[startup+681.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094808/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=241.03
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 799 62829 0 1 0 0 23993 110 17 0 1 0 1006761257 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7127/statm: 11890 364 245 79 0 219 0
[pid=7150] ppid=7127 vsize=548704 CPUtime=435.19
/proc/7150/stat : 7150 (eSAT_static) R 7127 7127 3428 0 -1 4194304 133278 0 0 0 43435 84 0 0 25 0 1 0 1006785601 561872896 133260 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/7150/statm: 137176 133260 78 162 0 137011 0
Current children cumulated CPU time (s) 676.22
Current children cumulated vsize (KiB) 596264

[startup+683.106 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094744/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=677.81
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 835 196121 0 1 0 0 67578 203 16 0 1 0 1006761257 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7127/statm: 11890 365 245 79 0 219 0
Current children cumulated CPU time (s) 677.81
Current children cumulated vsize (KiB) 47560

[startup+683.501 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094744/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=677.81
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 835 196121 0 1 0 0 67578 203 16 0 1 0 1006761257 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7127/statm: 11890 365 245 79 0 219 0
Current children cumulated CPU time (s) 677.81
Current children cumulated vsize (KiB) 47560

[startup+683.701 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094744/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=677.81
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 835 196121 0 1 0 0 67578 203 16 0 1 0 1006761257 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7127/statm: 11890 365 245 79 0 219 0
Current children cumulated CPU time (s) 677.81
Current children cumulated vsize (KiB) 47560

[startup+683.801 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 7260
/proc/meminfo: memFree=1094744/2055920 swapFree=4180884/4192956
[pid=7127] ppid=7125 vsize=47560 CPUtime=678.45
/proc/7127/stat : 7127 (galacE.sh) S 7125 7127 3428 0 -1 4194304 879 204834 0 2 0 0 67636 209 17 0 1 0 1006761257 48701440 366 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7127/statm: 11890 366 245 79 0 219 0
Current children cumulated CPU time (s) 678.45
Current children cumulated vsize (KiB) 47560

Child status: 0
Real time (s): 683.836
CPU time (s): 678.548
CPU user time (s): 676.375
CPU system time (s): 2.17267
CPU usage (%): 99.2266
Max. virtual memory (cumulated for all children) (KiB): 860696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.375
system time used= 2.17267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205868
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= 9610
involuntary context switches= 21998

runsolver used 0.85387 second user time and 2.17167 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 04:06:06
IDJOB=1082625
IDBENCH=57283
IDSOLVER=351
FILE ID=node2/1082625-1215223566
PBS_JOBID= 7881721
Free space on /tmp= 66512 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-16.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082625-1215223566/watcher-1082625-1215223566 -o /tmp/evaluation-result-1082625-1215223566/solver-1082625-1215223566 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1082625-1215223566.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a38acd16dff1fe9fcb7068876948514
RANDOM SEED=841912628

node2.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.236
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.236
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:       1626368 kB
Buffers:         53796 kB
Cached:         166676 kB
SwapCached:       5968 kB
Active:         204828 kB
Inactive:       157212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626368 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:         157780 kB
Slab:            52360 kB
Committed_AS:  2422012 kB
PageTables:       2252 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node2 at 2008-07-05 04:17:30