Trace number 1082814

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 973.554 983.069

General information on the benchmark

Namecsp/super-os/super-os-taillard-4/
normalized-super-os-taillard-4-19.xml
MD5SUM7b6f873c5541e2cb3a5f145469b20cf7
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.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints160
Maximum constraint arity2
Maximum domain size264
Number of constraints which are defined in extension0
Number of constraints which are defined in intension160
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
4.51/4.69	c start processing
4.51/4.69	c start relation processing
8.17/8.31	c start cnf exporting
87.48/88.53	c parsing time : 4.564
87.48/88.53	c preprocessing time : 88.407
87.48/88.53	
87.48/88.53	c Nary constraints - conflicts : 0 supports : 0
87.48/88.53	c Binary constraints - conflicts : 97 supports :63
87.48/88.53	c max arity constraint : 2
87.48/88.53	c Max Tuples generated 69696
87.48/88.53	c relations : 61
87.48/88.53	c relations BDD: 0
87.48/88.53	c sampling 39/61
87.48/88.53	c vars : 6901 - clauses :  2317413
87.48/88.54	
87.48/88.58	 
87.48/88.58	c --- SAT Solver Stats ---
87.48/88.58	 
87.48/88.58	c eSAT 0.1 : minisat core with additionnal features
87.48/88.58	c ============================[ Problem Statistics ]=============================
87.48/88.58	c |                                                                             |
87.48/88.58	c |  Number of variables:  6900                                                 |
87.48/88.58	c |  Number of clauses:    2317413                                              |
89.23/90.34	c |  Parsing time:         1.46         s                                       |
972.58/982.16	c restarts              : 110
972.58/982.16	c conflicts             : 813            (1 /sec)
972.58/982.16	c decisions             : 64636          (58.07 % random) (73 /sec)
972.58/982.16	c euip                  : 251         
972.58/982.16	c propagations          : 615404         (696 /sec)
972.58/982.16	c conflict literals     : 96072          (7.53 % deleted)
972.58/982.16	c Memory used           : 138.37 MB
972.58/982.16	c CPU time              : 884.772 s
972.58/982.16	c 
972.58/982.16	s SATISFIABLE
973.46/983.04	v 153 156 207 202 11 17 89 90 22 17 106 90 181 180 202 204 205 202 1 0 105 100 169 170 179 188 202 201 3 2 96 97

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-1082814-1215224372/watcher-1082814-1215224372 -o /tmp/evaluation-result-1082814-1215224372/solver-1082814-1215224372 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082814-1215224372.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.09 2.02 2.01 4/73 18288
/proc/meminfo: memFree=1460168/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=8652 CPUtime=0
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2001409820 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 2163 280 208 79 0 156 0
[pid=18289] ppid=18288 vsize=8688 CPUtime=0
/proc/18289/stat : 18289 (galacE.sh) S 18288 18288 13266 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2001409821 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18289/statm: 2172 286 209 79 0 165 0
[pid=18290] ppid=18289 vsize=128 CPUtime=0
/proc/18290/stat : 18290 (id) R 18289 18288 13266 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 2001409821 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 234208949641 0 0 3674112 0 0 0 0 17 1 0 0
/proc/18290/statm: 32 22 16 4 0 3 0

[startup+0.0792679 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 18288
/proc/meminfo: memFree=1460168/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101793 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 18288
/proc/meminfo: memFree=1460168/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301836 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 18288
/proc/meminfo: memFree=1460168/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701925 s]
/proc/loadavg: 2.09 2.02 2.01 4/73 18288
/proc/meminfo: memFree=1460168/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50209 s]
/proc/loadavg: 2.09 2.02 2.01 4/83 18310
/proc/meminfo: memFree=1410040/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18302] ppid=18288 vsize=812728 CPUtime=1.44
/proc/18302/stat : 18302 (java) S 18288 18288 13266 0 -1 0 17821 0 1 0 133 11 0 0 18 0 9 0 2001409824 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18302/statm: 203182 16887 2586 9 0 197163 0
[pid=18302/tid=18303] ppid=18288 vsize=812728 CPUtime=0.75
/proc/18302/task/18303/stat : 18303 (java) R 18288 18288 13266 0 -1 64 7848 0 1 0 70 5 0 0 25 0 9 0 2001409825 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18304] ppid=18288 vsize=812728 CPUtime=0.56
/proc/18302/task/18304/stat : 18304 (java) R 18288 18288 13266 0 -1 64 8532 0 0 0 52 4 0 0 16 0 9 0 2001409826 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 104180244 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18305] ppid=18288 vsize=812728 CPUtime=0
/proc/18302/task/18305/stat : 18305 (java) S 18288 18288 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001409826 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18306] ppid=18288 vsize=812728 CPUtime=0
/proc/18302/task/18306/stat : 18306 (java) S 18288 18288 13266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001409826 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18307] ppid=18288 vsize=812728 CPUtime=0
/proc/18302/task/18307/stat : 18307 (java) S 18288 18288 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001409828 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18308] ppid=18288 vsize=812728 CPUtime=0.1
/proc/18302/task/18308/stat : 18308 (java) S 18288 18288 13266 0 -1 64 741 0 0 0 10 0 0 0 16 0 9 0 2001409828 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18309] ppid=18288 vsize=812728 CPUtime=0
/proc/18302/task/18309/stat : 18309 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001409829 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18310] ppid=18288 vsize=812728 CPUtime=0
/proc/18302/task/18310/stat : 18310 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001409829 832233472 16887 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860284

[startup+3.10141 s]
/proc/loadavg: 2.09 2.02 2.01 4/83 18310
/proc/meminfo: memFree=1395064/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18302] ppid=18288 vsize=812772 CPUtime=3.01
/proc/18302/stat : 18302 (java) S 18288 18288 13266 0 -1 0 22086 0 1 0 288 13 0 0 18 0 9 0 2001409824 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18302/statm: 203193 20925 2586 9 0 197174 0
[pid=18302/tid=18303] ppid=18288 vsize=812772 CPUtime=1.14
/proc/18302/task/18303/stat : 18303 (java) R 18288 18288 13266 0 -1 64 7857 0 1 0 109 5 0 0 25 0 9 0 2001409825 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4126634655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18304] ppid=18288 vsize=812772 CPUtime=1.69
/proc/18302/task/18304/stat : 18304 (java) S 18288 18288 13266 0 -1 64 12762 0 0 0 163 6 0 0 18 0 9 0 2001409826 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18305] ppid=18288 vsize=812772 CPUtime=0
/proc/18302/task/18305/stat : 18305 (java) S 18288 18288 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001409826 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18306] ppid=18288 vsize=812772 CPUtime=0
/proc/18302/task/18306/stat : 18306 (java) S 18288 18288 13266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001409826 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18307] ppid=18288 vsize=812772 CPUtime=0
/proc/18302/task/18307/stat : 18307 (java) S 18288 18288 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001409828 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18308] ppid=18288 vsize=812772 CPUtime=0.15
/proc/18302/task/18308/stat : 18308 (java) S 18288 18288 13266 0 -1 64 767 0 0 0 14 1 0 0 15 0 9 0 2001409828 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18309] ppid=18288 vsize=812772 CPUtime=0
/proc/18302/task/18309/stat : 18309 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001409829 832278528 20925 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18310] ppid=18288 vsize=812772 CPUtime=0
/proc/18302/task/18310/stat : 18310 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001409829 832278528 20925 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) 860328

[startup+6.30207 s]
/proc/loadavg: 2.16 2.03 2.01 3/83 18310
/proc/meminfo: memFree=1372600/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18302] ppid=18288 vsize=812788 CPUtime=6.19
/proc/18302/stat : 18302 (java) S 18288 18288 13266 0 -1 0 25370 0 1 0 603 16 0 0 18 0 9 0 2001409824 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18302/statm: 203197 24100 2586 9 0 197178 0
[pid=18302/tid=18303] ppid=18288 vsize=812788 CPUtime=3.13
/proc/18302/task/18303/stat : 18303 (java) R 18288 18288 13266 0 -1 64 7864 0 1 0 307 6 0 0 25 0 9 0 2001409825 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4126911952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18304] ppid=18288 vsize=812788 CPUtime=2.83
/proc/18302/task/18304/stat : 18304 (java) S 18288 18288 13266 0 -1 64 16013 0 0 0 276 7 0 0 17 0 9 0 2001409826 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18305] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18305/stat : 18305 (java) S 18288 18288 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001409826 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18306] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18306/stat : 18306 (java) S 18288 18288 13266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001409826 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18307] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18307/stat : 18307 (java) S 18288 18288 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001409828 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18308] ppid=18288 vsize=812788 CPUtime=0.2
/proc/18302/task/18308/stat : 18308 (java) S 18288 18288 13266 0 -1 64 793 0 0 0 19 1 0 0 15 0 9 0 2001409828 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18309] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18309/stat : 18309 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001409829 832294912 24100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18310] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18310/stat : 18310 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001409829 832294912 24100 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) 860344

[startup+12.7024 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 18310
/proc/meminfo: memFree=1321144/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18302] ppid=18288 vsize=812788 CPUtime=12.52
/proc/18302/stat : 18302 (java) S 18288 18288 13266 0 -1 0 37524 0 1 0 1227 25 0 0 18 0 9 0 2001409824 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18302/statm: 203197 36244 2591 9 0 197178 0
[pid=18302/tid=18303] ppid=18288 vsize=812788 CPUtime=9.25
/proc/18302/task/18303/stat : 18303 (java) R 18288 18288 13266 0 -1 64 14637 0 1 0 913 12 0 0 25 0 9 0 2001409825 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4127019581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18304] ppid=18288 vsize=812788 CPUtime=2.99
/proc/18302/task/18304/stat : 18304 (java) S 18288 18288 13266 0 -1 64 21361 0 0 0 288 11 0 0 16 0 9 0 2001409826 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18305] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18305/stat : 18305 (java) S 18288 18288 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001409826 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18306] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18306/stat : 18306 (java) S 18288 18288 13266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001409826 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18307] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18307/stat : 18307 (java) S 18288 18288 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001409828 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18308] ppid=18288 vsize=812788 CPUtime=0.26
/proc/18302/task/18308/stat : 18308 (java) S 18288 18288 13266 0 -1 64 826 0 0 0 25 1 0 0 15 0 9 0 2001409828 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18309] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18309/stat : 18309 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001409829 832294912 36244 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18310] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18310/stat : 18310 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001409829 832294912 36244 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) 860344

[startup+25.5021 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 18310
/proc/meminfo: memFree=1311224/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=0.01
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18302] ppid=18288 vsize=812788 CPUtime=25.15
/proc/18302/stat : 18302 (java) S 18288 18288 13266 0 -1 0 37558 0 1 0 2484 31 0 0 18 0 9 0 2001409824 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18302/statm: 203197 36252 2591 9 0 197178 0
[pid=18302/tid=18303] ppid=18288 vsize=812788 CPUtime=21.84
/proc/18302/task/18303/stat : 18303 (java) R 18288 18288 13266 0 -1 64 14663 0 1 0 2166 18 0 0 25 0 9 0 2001409825 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4127098575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18304] ppid=18288 vsize=812788 CPUtime=3.01
/proc/18302/task/18304/stat : 18304 (java) S 18288 18288 13266 0 -1 64 21361 0 0 0 290 11 0 0 16 0 9 0 2001409826 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18305] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18305/stat : 18305 (java) S 18288 18288 13266 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001409826 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18306] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18306/stat : 18306 (java) S 18288 18288 13266 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001409826 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18307] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18307/stat : 18307 (java) S 18288 18288 13266 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001409828 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18308] ppid=18288 vsize=812788 CPUtime=0.27
/proc/18302/task/18308/stat : 18308 (java) S 18288 18288 13266 0 -1 64 834 0 0 0 26 1 0 0 17 0 9 0 2001409828 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18309] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18309/stat : 18309 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001409829 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18302/tid=18310] ppid=18288 vsize=812788 CPUtime=0
/proc/18302/task/18310/stat : 18310 (java) S 18288 18288 13266 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001409829 832294912 36252 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16

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


[startup+702.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 18311
/proc/meminfo: memFree=1258488/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=166792 CPUtime=607.88
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 39770 0 0 0 60758 30 0 0 25 0 1 0 2001418678 170795008 39752 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 41698 39752 74 162 0 41533 0
Current children cumulated CPU time (s) 695.43
Current children cumulated vsize (KiB) 214348

[startup+762.307 s]
/proc/loadavg: 2.14 2.08 2.01 3/75 18311
/proc/meminfo: memFree=1258424/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=166792 CPUtime=667.31
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 39789 0 0 0 66701 30 0 0 25 0 1 0 2001418678 170795008 39771 996147200 134512640 135177480 4294955968 18446744073709551615 134537338 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 41698 39771 74 162 0 41533 0
Current children cumulated CPU time (s) 754.86
Current children cumulated vsize (KiB) 214348

[startup+822.301 s]
/proc/loadavg: 2.15 2.09 2.02 3/75 18311
/proc/meminfo: memFree=1258424/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=166792 CPUtime=726.74
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 39809 0 0 0 72644 30 0 0 25 0 1 0 2001418678 170795008 39791 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 41698 39791 74 162 0 41533 0
Current children cumulated CPU time (s) 814.29
Current children cumulated vsize (KiB) 214348

[startup+882.301 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18311
/proc/meminfo: memFree=1247288/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=786.17
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42595 0 0 0 78586 31 0 0 25 0 1 0 2001418678 178905088 42577 996147200 134512640 135177480 4294955968 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42577 74 162 0 43513 0
Current children cumulated CPU time (s) 873.72
Current children cumulated vsize (KiB) 222268

[startup+942.303 s]
/proc/loadavg: 2.08 2.08 2.02 3/75 18311
/proc/meminfo: memFree=1247160/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=845.61
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 84530 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 933.16
Current children cumulated vsize (KiB) 222268

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

[startup+947.108 s]
/proc/loadavg: 2.08 2.08 2.01 3/75 18311
/proc/meminfo: memFree=1247160/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=850.36
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 85005 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 937.91
Current children cumulated vsize (KiB) 222268

[startup+959.902 s]
/proc/loadavg: 2.06 2.08 2.01 3/75 18311
/proc/meminfo: memFree=1247160/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=863.04
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 86273 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 950.59
Current children cumulated vsize (KiB) 222268

[startup+972.702 s]
/proc/loadavg: 2.12 2.09 2.02 3/75 18311
/proc/meminfo: memFree=1247096/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=875.71
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 87540 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 963.26
Current children cumulated vsize (KiB) 222268

[startup+979.102 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18311
/proc/meminfo: memFree=1247096/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=882.05
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 88174 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134537319 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 969.6
Current children cumulated vsize (KiB) 222268

[startup+980.702 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18311
/proc/meminfo: memFree=1247096/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=87.55
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 799 39461 0 1 0 0 8696 59 17 0 1 0 2001409820 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18288/statm: 11889 364 245 79 0 219 0
[pid=18311] ppid=18288 vsize=174712 CPUtime=883.64
/proc/18311/stat : 18311 (eSAT_static) R 18288 18288 13266 0 -1 4194304 42644 0 0 0 88333 31 0 0 25 0 1 0 2001418678 178905088 42626 996147200 134512640 135177480 4294955968 18446744073709551615 134538925 0 0 4096 3 0 0 0 17 1 0 0
/proc/18311/statm: 43678 42626 74 162 0 43513 0
Current children cumulated CPU time (s) 971.19
Current children cumulated vsize (KiB) 222268

[startup+982.307 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18312
/proc/meminfo: memFree=1417080/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=972.67
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 835 82129 0 1 0 0 97174 93 16 0 1 0 2001409820 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18288/statm: 11889 365 245 79 0 219 0
[pid=18312] ppid=18288 vsize=811056 CPUtime=0.09
/proc/18312/stat : 18312 (java) S 18288 18288 13266 0 -1 0 3849 0 1 0 6 3 0 0 18 0 9 0 2001508039 830521344 3310 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 202764 3310 1730 9 0 196745 0
Current children cumulated CPU time (s) 972.76
Current children cumulated vsize (KiB) 858612

[startup+982.702 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18312
/proc/meminfo: memFree=1417080/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=972.67
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 835 82129 0 1 0 0 97174 93 16 0 1 0 2001409820 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18288/statm: 11889 365 245 79 0 219 0
[pid=18312] ppid=18288 vsize=812884 CPUtime=0.49
/proc/18312/stat : 18312 (java) S 18288 18288 13266 0 -1 0 5485 0 1 0 45 4 0 0 18 0 9 0 2001508039 832393216 4868 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203221 4868 1905 9 0 197174 0
Current children cumulated CPU time (s) 973.16
Current children cumulated vsize (KiB) 860440

[startup+982.902 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18312
/proc/meminfo: memFree=1417080/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=972.67
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 835 82129 0 1 0 0 97174 93 16 0 1 0 2001409820 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18288/statm: 11889 365 245 79 0 219 0
[pid=18312] ppid=18288 vsize=812884 CPUtime=0.69
/proc/18312/stat : 18312 (java) S 18288 18288 13266 0 -1 0 5929 0 1 0 65 4 0 0 18 0 9 0 2001508039 832393216 5312 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203221 5312 1905 9 0 197174 0
Current children cumulated CPU time (s) 973.36
Current children cumulated vsize (KiB) 860440

[startup+983.002 s]
/proc/loadavg: 2.10 2.09 2.02 3/75 18312
/proc/meminfo: memFree=1417080/2055920 swapFree=4179680/4192956
[pid=18288] ppid=18286 vsize=47556 CPUtime=972.67
/proc/18288/stat : 18288 (galacE.sh) S 18286 18288 13266 0 -1 4194304 835 82129 0 1 0 0 97174 93 16 0 1 0 2001409820 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18288/statm: 11889 365 245 79 0 219 0
[pid=18312] ppid=18288 vsize=812884 CPUtime=0.79
/proc/18312/stat : 18312 (java) S 18288 18288 13266 0 -1 0 6132 0 1 0 74 5 0 0 18 0 9 0 2001508039 832393216 5515 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18312/statm: 203221 5515 1907 9 0 197174 0
Current children cumulated CPU time (s) 973.46
Current children cumulated vsize (KiB) 860440

Child status: 0
Real time (s): 983.069
CPU time (s): 973.554
CPU user time (s): 972.525
CPU system time (s): 1.02884
CPU usage (%): 99.0321
Max. virtual memory (cumulated for all children) (KiB): 860676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 972.525
system time used= 1.02884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90184
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= 4152
involuntary context switches= 25570

runsolver used 1.21481 second user time and 3.33049 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 04:19:32
IDJOB=1082814
IDBENCH=57375
IDSOLVER=351
FILE ID=node54/1082814-1215224372
PBS_JOBID= 7881700
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b6f873c5541e2cb3a5f145469b20cf7
RANDOM SEED=1580628806

node54.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:       1460648 kB
Buffers:         39456 kB
Cached:         173924 kB
SwapCached:       6600 kB
Active:         468592 kB
Inactive:        67328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460648 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3480 kB
Writeback:           0 kB
Mapped:         330332 kB
Slab:            44076 kB
Committed_AS:  4293348 kB
PageTables:       2368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node54 at 2008-07-05 04:35:55