Trace number 1082541

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 EUNSAT 177.786 178.576

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-21.xml
MD5SUM211a31b34cdccac40457a597ad4f15a8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size285
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 ---
9.26/9.38	c start processing
9.26/9.38	c start relation processing
14.96/15.03	c start cnf exporting
160.67/161.33	c parsing time : 9.261
160.67/161.34	c preprocessing time : 161.216
160.67/161.34	
160.67/161.34	c Nary constraints - conflicts : 0 supports : 0
160.67/161.34	c Binary constraints - conflicts : 247 supports :78
160.67/161.34	c max arity constraint : 2
160.67/161.34	c Max Tuples generated 81225
160.67/161.34	c relations : 121
160.67/161.34	c relations BDD: 0
160.67/161.34	c sampling 87/121
160.67/161.34	c vars : 11725 - clauses :  5353208
160.67/161.34	
160.67/161.39	 
160.67/161.39	c --- SAT Solver Stats ---
160.67/161.39	 
160.67/161.39	c eSAT 0.1 : minisat core with additionnal features
160.67/161.39	c ============================[ Problem Statistics ]=============================
160.67/161.39	c |                                                                             |
160.67/161.39	c |  Number of variables:  11724                                                |
160.67/161.39	c |  Number of clauses:    5353208                                              |
162.93/163.62	c |  Parsing time:         1.88         s                                       |
177.59/178.48	c restarts              : 497
177.59/178.48	c conflicts             : 48616          (2933 /sec)
177.59/178.48	c decisions             : 610179         (58.70 % random) (36812 /sec)
177.59/178.48	c euip                  : 19851       
177.59/178.48	c propagations          : 5555914        (335189 /sec)
177.59/178.48	c conflict literals     : 5434097        (5.05 % deleted)
177.59/178.48	c Memory used           : 232.22 MB
177.59/178.48	c CPU time              : 16.5755 s
177.59/178.48	c 
177.59/178.48	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1082541-1215223235/watcher-1082541-1215223235 -o /tmp/evaluation-result-1082541-1215223235/solver-1082541-1215223235 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082541-1215223235.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 1.98 1.99 4/81 6434
/proc/meminfo: memFree=1724792/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=18572 CPUtime=0
/proc/6434/stat : 6434 (runsolver) R 6432 6434 6099 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1551997504 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6434/statm: 4643 292 257 25 0 2626 0

[startup+0.038721 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 6434
/proc/meminfo: memFree=1724792/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102448 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 6434
/proc/meminfo: memFree=1724792/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301483 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 6434
/proc/meminfo: memFree=1724792/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701552 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 6434
/proc/meminfo: memFree=1724792/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50269 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 6456
/proc/meminfo: memFree=1672232/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812988 CPUtime=1.45
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 18372 0 1 0 136 9 0 0 18 0 9 0 1551997508 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203247 17471 2586 9 0 197228 0
[pid=6448/tid=6449] ppid=6434 vsize=812988 CPUtime=0.81
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 8340 0 1 0 77 4 0 0 25 0 9 0 1551997509 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812988 CPUtime=0.5
/proc/6448/task/6450/stat : 6450 (java) R 6434 6434 6099 0 -1 64 8571 0 0 0 47 3 0 0 16 0 9 0 1551997510 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 104182131 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812988 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812988 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812988 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812988 CPUtime=0.11
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 760 0 0 0 11 0 0 0 16 0 9 0 1551997512 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812988 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812988 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832499712 17471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860544

[startup+3.10197 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 6456
/proc/meminfo: memFree=1649704/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=813032 CPUtime=3.05
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 26181 0 1 0 293 12 0 0 18 0 9 0 1551997508 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203258 25092 2588 9 0 197239 0
[pid=6448/tid=6449] ppid=6434 vsize=813032 CPUtime=1.41
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 8822 0 1 0 137 4 0 0 25 0 9 0 1551997509 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=813032 CPUtime=1.43
/proc/6448/task/6450/stat : 6450 (java) R 6434 6434 6099 0 -1 64 15860 0 0 0 137 6 0 0 17 0 9 0 1551997510 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 104181494 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=813032 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=813032 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=813032 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=813032 CPUtime=0.17
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 798 0 0 0 17 0 0 0 16 0 9 0 1551997512 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=813032 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=813032 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832544768 25092 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860588

[startup+6.30252 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 6456
/proc/meminfo: memFree=1613608/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812812 CPUtime=6.25
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 32337 0 1 0 611 14 0 0 18 0 9 0 1551997508 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203203 30859 2588 9 0 197184 0
[pid=6448/tid=6449] ppid=6434 vsize=812812 CPUtime=2.09
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 8833 0 1 0 205 4 0 0 22 0 9 0 1551997509 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812812 CPUtime=3.94
/proc/6448/task/6450/stat : 6450 (java) R 6434 6434 6099 0 -1 64 21992 0 0 0 386 8 0 0 17 0 9 0 1551997510 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 103834242 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812812 CPUtime=0.19
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 811 0 0 0 19 0 0 0 15 0 9 0 1551997512 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832319488 30859 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860368

[startup+12.7016 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 6456
/proc/meminfo: memFree=1582568/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812812 CPUtime=12.65
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 39234 0 1 0 1247 18 0 0 18 0 9 0 1551997508 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203203 37747 2588 9 0 197184 0
[pid=6448/tid=6449] ppid=6434 vsize=812812 CPUtime=5.98
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 8842 0 1 0 594 4 0 0 25 0 9 0 1551997509 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4127052075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812812 CPUtime=6.4
/proc/6448/task/6450/stat : 6450 (java) S 6434 6434 6099 0 -1 64 28858 0 0 0 629 11 0 0 16 0 9 0 1551997510 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812812 CPUtime=0.22
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 833 0 0 0 22 0 0 0 15 0 9 0 1551997512 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832319488 37747 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860368

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 6456
/proc/meminfo: memFree=1523752/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812812 CPUtime=25.43
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 51510 0 1 0 2515 28 0 0 18 0 9 0 1551997508 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203203 49998 2593 9 0 197184 0
[pid=6448/tid=6449] ppid=6434 vsize=812812 CPUtime=18.53
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 14670 0 1 0 1842 11 0 0 25 0 9 0 1551997509 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4127079277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812812 CPUtime=6.59
/proc/6448/task/6450/stat : 6450 (java) S 6434 6434 6099 0 -1 64 35276 0 0 0 644 15 0 0 16 0 9 0 1551997510 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812812 CPUtime=0.28
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 863 0 0 0 27 1 0 0 15 0 9 0 1551997512 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832319488 49998 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 860368

[startup+51.1023 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 6462
/proc/meminfo: memFree=1506216/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812812 CPUtime=50.99
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 51601 0 1 0 5060 39 0 0 18 0 9 0 1551997508 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203203 50037 2593 9 0 197184 0
[pid=6448/tid=6449] ppid=6434 vsize=812812 CPUtime=44.02
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 14722 0 1 0 4380 22 0 0 25 0 9 0 1551997509 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4159580451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812812 CPUtime=6.64
/proc/6448/task/6450/stat : 6450 (java) S 6434 6434 6099 0 -1 64 35299 0 0 0 649 15 0 0 16 0 9 0 1551997510 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812812 CPUtime=0.31
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 879 0 0 0 30 1 0 0 15 0 9 0 1551997512 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832319488 50037 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 860368

[startup+102.307 s]
/proc/loadavg: 2.20 2.03 2.01 4/97 6897
/proc/meminfo: memFree=1446264/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=0.01
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6448] ppid=6434 vsize=812812 CPUtime=101.73
/proc/6448/stat : 6448 (java) S 6434 6434 6099 0 -1 0 51729 0 1 0 10116 57 0 0 18 0 9 0 1551997508 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6448/statm: 203203 50076 2593 9 0 197184 0
[pid=6448/tid=6449] ppid=6434 vsize=812812 CPUtime=94.68
/proc/6448/task/6449/stat : 6449 (java) R 6434 6434 6099 0 -1 64 14811 0 1 0 9429 39 0 0 25 0 9 0 1551997509 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 102715037 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6450] ppid=6434 vsize=812812 CPUtime=6.72
/proc/6448/task/6450/stat : 6450 (java) S 6434 6434 6099 0 -1 64 35337 0 0 0 656 16 0 0 16 0 9 0 1551997510 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6451] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6451/stat : 6451 (java) S 6434 6434 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551997510 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6452] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6452/stat : 6452 (java) S 6434 6434 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551997510 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6453] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6453/stat : 6453 (java) S 6434 6434 6099 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1551997512 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6454] ppid=6434 vsize=812812 CPUtime=0.31
/proc/6448/task/6454/stat : 6454 (java) S 6434 6434 6099 0 -1 64 880 0 0 0 30 1 0 0 16 0 9 0 1551997512 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6455] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6455/stat : 6455 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1551997512 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6448/tid=6456] ppid=6434 vsize=812812 CPUtime=0
/proc/6448/task/6456/stat : 6456 (java) S 6434 6434 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551997512 832319488 50076 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 860368

[startup+162.302 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 6939
/proc/meminfo: memFree=1582888/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=90912 CPUtime=0.89
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 22571 0 0 0 77 12 0 0 25 0 1 0 1552013644 93093888 22553 996147200 134512640 135177480 4294955968 18446744073709551615 134749438 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 22728 22553 63 162 0 22563 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 138468

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

[startup+166.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 6939
/proc/meminfo: memFree=1387688/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=228580 CPUtime=4.85
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 54477 0 0 0 452 33 0 0 25 0 1 0 1552013644 234065920 54459 996147200 134512640 135177480 4294955968 18446744073709551615 134565425 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 57145 54459 78 162 0 56980 0
Current children cumulated CPU time (s) 165.61
Current children cumulated vsize (KiB) 276136

[startup+172.706 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 6939
/proc/meminfo: memFree=1379048/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=236628 CPUtime=11.19
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 56499 0 0 0 1085 34 0 0 25 0 1 0 1552013644 242307072 56481 996147200 134512640 135177480 4294955968 18446744073709551615 134571443 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 59157 56481 78 162 0 58992 0
Current children cumulated CPU time (s) 171.95
Current children cumulated vsize (KiB) 284184

[startup+175.902 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 6939
/proc/meminfo: memFree=1377832/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=237792 CPUtime=14.36
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 56801 0 0 0 1402 34 0 0 25 0 1 0 1552013644 243499008 56783 996147200 134512640 135177480 4294955968 18446744073709551615 134564647 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 59448 56783 78 162 0 59283 0
Current children cumulated CPU time (s) 175.12
Current children cumulated vsize (KiB) 285348

[startup+177.501 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 6939
/proc/meminfo: memFree=1377832/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=237792 CPUtime=15.94
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 56801 0 0 0 1560 34 0 0 25 0 1 0 1552013644 243499008 56783 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 59448 56783 78 162 0 59283 0
Current children cumulated CPU time (s) 176.7
Current children cumulated vsize (KiB) 285348

[startup+178.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 6939
/proc/meminfo: memFree=1377832/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=237792 CPUtime=16.73
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194304 56801 0 0 0 1639 34 0 0 25 0 1 0 1552013644 243499008 56783 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 59448 56783 78 162 0 59283 0
Current children cumulated CPU time (s) 177.49
Current children cumulated vsize (KiB) 285348

[startup+178.502 s]
/proc/loadavg: 2.08 2.03 2.01 3/83 6939
/proc/meminfo: memFree=1377832/2055920 swapFree=4121416/4192956
[pid=6434] ppid=6432 vsize=47556 CPUtime=160.76
/proc/6434/stat : 6434 (galacE.sh) S 6432 6434 6099 0 -1 4194304 799 53599 0 1 0 0 15994 82 17 0 1 0 1551997504 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6434/statm: 11889 364 245 79 0 219 0
[pid=6939] ppid=6434 vsize=0 CPUtime=16.93
/proc/6939/stat : 6939 (eSAT_static) R 6434 6434 6099 0 -1 4194308 56813 0 0 0 1657 36 0 0 25 0 1 0 1552013644 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/6939/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 177.69
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 178.576
CPU time (s): 177.786
CPU user time (s): 176.522
CPU system time (s): 1.26381
CPU usage (%): 99.5574
Max. virtual memory (cumulated for all children) (KiB): 860708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.522
system time used= 1.26381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6535
involuntary context switches= 7923

runsolver used 0.239963 second user time and 0.58891 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 04:00:35
IDJOB=1082541
IDBENCH=57262
IDSOLVER=351
FILE ID=node14/1082541-1215223235
PBS_JOBID= 7881837
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 211a31b34cdccac40457a597ad4f15a8
RANDOM SEED=1718198966

node14.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.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1725272 kB
Buffers:         28836 kB
Cached:         135788 kB
SwapCached:      65420 kB
Active:         233244 kB
Inactive:        44076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725272 kB
SwapTotal:     4192956 kB
SwapFree:      4121416 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:         129172 kB
Slab:            38392 kB
Committed_AS:  3156964 kB
PageTables:       2104 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= 66444 MiB
End job on node14 at 2008-07-05 04:03:33