Trace number 1075043

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 68.4606 68.8325

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph12-w1.xml
MD5SUM11f7688be372c5b6e894b67e078a7030
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.208967
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints1148
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1148
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
45.83/46.10	c start processing
45.83/46.10	c start relation processing
46.02/46.35	c start cnf exporting
64.33/64.73	c parsing time : 45.959
64.33/64.73	c preprocessing time : 64.613
64.33/64.74	
64.33/64.74	c Nary constraints - conflicts : 0 supports : 0
64.33/64.74	c Binary constraints - conflicts : 540 supports :608
64.33/64.74	c max arity constraint : 2
64.33/64.74	c Max Tuples generated 1936
64.33/64.74	c relations : 676
64.33/64.74	c relations BDD: 0
64.33/64.74	c sampling 0/0
64.33/64.74	c vars : 25565 - clauses :  779312
64.33/64.74	
64.33/64.76	 
64.33/64.76	c --- SAT Solver Stats ---
64.33/64.76	 
64.33/64.77	c eSAT 0.1 : minisat core with additionnal features
64.33/64.77	c ============================[ Problem Statistics ]=============================
64.33/64.77	c |                                                                             |
64.33/64.77	c |  Number of variables:  25564                                                |
64.33/64.77	c |  Number of clauses:    779312                                               |
64.92/65.31	c |  Parsing time:         0.47         s                                       |
68.40/68.81	c restarts              : 8
68.40/68.81	c conflicts             : 17             (4 /sec)
68.40/68.81	c decisions             : 2434           (97.37 % random) (617 /sec)
68.40/68.81	c euip                  : 2           
68.40/68.81	c propagations          : 10622          (2694 /sec)
68.40/68.81	c conflict literals     : 106            (29.80 % deleted)
68.40/68.81	c Memory used           : 50.65 MB
68.40/68.81	c CPU time              : 3.9424 s
68.40/68.81	c 
68.40/68.81	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-1075043-1215180102/watcher-1075043-1215180102 -o /tmp/evaluation-result-1075043-1215180102/solver-1075043-1215180102 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075043-1215180102.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.34 2.15 2.05 4/72 15340
/proc/meminfo: memFree=1699424/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=8560 CPUtime=0
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 1547680597 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 266890626959 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15340/statm: 2163 280 208 79 0 156 0
[pid=15341] ppid=15340 vsize=8688 CPUtime=0
/proc/15341/stat : 15341 (galacE.sh) S 15340 15340 14518 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1547680598 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 266890608722 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15341/statm: 2172 286 209 79 0 165 0
[pid=15342] ppid=15341 vsize=8728 CPUtime=0
/proc/15342/stat : 15342 (galacE.sh) R 15341 15340 14518 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1547680598 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 266890439975 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/15342/statm: 2182 290 209 79 0 175 0

[startup+0.040242 s]
/proc/loadavg: 2.34 2.15 2.05 4/72 15340
/proc/meminfo: memFree=1699424/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101238 s]
/proc/loadavg: 2.34 2.15 2.05 4/72 15340
/proc/meminfo: memFree=1699424/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30126 s]
/proc/loadavg: 2.34 2.15 2.05 4/72 15340
/proc/meminfo: memFree=1699424/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701308 s]
/proc/loadavg: 2.34 2.15 2.05 4/72 15340
/proc/meminfo: memFree=1699424/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50842 s]
/proc/loadavg: 2.34 2.15 2.05 4/82 15362
/proc/meminfo: memFree=1658192/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812756 CPUtime=1.46
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 13564 0 1 0 139 7 0 0 19 0 9 0 1547680601 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203189 12752 2586 9 0 197171 0
[pid=15354/tid=15355] ppid=15340 vsize=812756 CPUtime=0.44
/proc/15354/task/15355/stat : 15355 (java) R 15340 15340 14518 0 -1 64 7524 0 1 0 40 4 0 0 16 0 9 0 1547680602 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812756 CPUtime=0.81
/proc/15354/task/15356/stat : 15356 (java) R 15340 15340 14518 0 -1 64 4549 0 0 0 80 1 0 0 21 0 9 0 1547680603 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812756 CPUtime=0.17
/proc/15354/task/15360/stat : 15360 (java) R 15340 15340 14518 0 -1 64 790 0 0 0 17 0 0 0 16 0 9 0 1547680605 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 101644630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832262144 12752 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860324

[startup+3.10258 s]
/proc/loadavg: 2.34 2.15 2.05 3/82 15362
/proc/meminfo: memFree=1657296/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812756 CPUtime=3.04
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 13858 0 1 0 297 7 0 0 19 0 9 0 1547680601 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203189 12999 2586 9 0 197171 0
[pid=15354/tid=15355] ppid=15340 vsize=812756 CPUtime=0.52
/proc/15354/task/15355/stat : 15355 (java) S 15340 15340 14518 0 -1 64 7572 0 1 0 48 4 0 0 16 0 9 0 1547680602 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812756 CPUtime=2.31
/proc/15354/task/15356/stat : 15356 (java) R 15340 15340 14518 0 -1 64 4786 0 0 0 229 2 0 0 25 0 9 0 1547680603 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 103205322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812756 CPUtime=0.19
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 799 0 0 0 19 0 0 0 15 0 9 0 1547680605 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812756 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832262144 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860324

[startup+6.30194 s]
/proc/loadavg: 2.31 2.15 2.05 3/82 15362
/proc/meminfo: memFree=1654800/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=6.22
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 15446 0 1 0 613 9 0 0 19 0 9 0 1547680601 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 13494 2586 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=0.68
/proc/15354/task/15355/stat : 15355 (java) S 15340 15340 14518 0 -1 64 7652 0 1 0 64 4 0 0 15 0 9 0 1547680602 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=5.32
/proc/15354/task/15356/stat : 15356 (java) R 15340 15340 14518 0 -1 64 6287 0 0 0 528 4 0 0 25 0 9 0 1547680603 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.2
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 806 0 0 0 20 0 0 0 15 0 9 0 1547680605 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 13494 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860380

[startup+12.7017 s]
/proc/loadavg: 2.29 2.15 2.05 3/82 15362
/proc/meminfo: memFree=1651472/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=12.59
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 16346 0 1 0 1248 11 0 0 19 0 9 0 1547680601 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 14269 2586 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=1.08
/proc/15354/task/15355/stat : 15355 (java) S 15340 15340 14518 0 -1 64 7777 0 1 0 104 4 0 0 15 0 9 0 1547680602 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=11.25
/proc/15354/task/15356/stat : 15356 (java) R 15340 15340 14518 0 -1 64 7050 0 0 0 1120 5 0 0 25 0 9 0 1547680603 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.22
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 818 0 0 0 22 0 0 0 15 0 9 0 1547680605 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 14269 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860380

[startup+25.5021 s]
/proc/loadavg: 2.22 2.14 2.05 3/82 15362
/proc/meminfo: memFree=1646032/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=25.32
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 17815 0 1 0 2520 12 0 0 19 0 9 0 1547680601 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 15553 2586 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=2.26
/proc/15354/task/15355/stat : 15355 (java) S 15340 15340 14518 0 -1 64 7962 0 1 0 222 4 0 0 15 0 9 0 1547680602 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=22.79
/proc/15354/task/15356/stat : 15356 (java) R 15340 15340 14518 0 -1 64 8320 0 0 0 2273 6 0 0 25 0 9 0 1547680603 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 102496099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.25
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 832 0 0 0 25 0 0 0 15 0 9 0 1547680605 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 15553 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860380

[startup+51.103 s]
/proc/loadavg: 2.23 2.14 2.05 4/82 15362
/proc/meminfo: memFree=1602960/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=50.79
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 27898 0 1 0 5060 19 0 0 19 0 9 0 1547680601 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 25414 2592 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=10.11
/proc/15354/task/15355/stat : 15355 (java) R 15340 15340 14518 0 -1 64 15325 0 1 0 1002 9 0 0 19 0 9 0 1547680602 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4126922479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=40.28
/proc/15354/task/15356/stat : 15356 (java) S 15340 15340 14518 0 -1 64 10952 0 0 0 4020 8 0 0 24 0 9 0 1547680603 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.37
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 920 0 0 0 37 0 0 0 15 0 9 0 1547680605 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 25414 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 860380

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

[startup+57.5017 s]
/proc/loadavg: 2.29 2.16 2.06 3/82 15362
/proc/meminfo: memFree=1595024/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=57.16
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 28541 0 1 0 5693 23 0 0 19 0 9 0 1547680601 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 26045 2592 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=16.38
/proc/15354/task/15355/stat : 15355 (java) R 15340 15340 14518 0 -1 64 15337 0 1 0 1625 13 0 0 25 0 9 0 1547680602 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4126650530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=40.36
/proc/15354/task/15356/stat : 15356 (java) S 15340 15340 14518 0 -1 64 11574 0 0 0 4028 8 0 0 16 0 9 0 1547680603 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.39
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 929 0 0 0 39 0 0 0 16 0 9 0 1547680605 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 26045 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.17
Current children cumulated vsize (KiB) 860380

[startup+63.9014 s]
/proc/loadavg: 2.32 2.17 2.06 3/82 15362
/proc/meminfo: memFree=1591440/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=0.01
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15354] ppid=15340 vsize=812812 CPUtime=63.52
/proc/15354/stat : 15354 (java) S 15340 15340 14518 0 -1 0 28554 0 1 0 6327 25 0 0 19 0 9 0 1547680601 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15354/statm: 203203 26047 2592 9 0 197185 0
[pid=15354/tid=15355] ppid=15340 vsize=812812 CPUtime=22.7
/proc/15354/task/15355/stat : 15355 (java) R 15340 15340 14518 0 -1 64 15349 0 1 0 2255 15 0 0 25 0 9 0 1547680602 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4126379591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15356] ppid=15340 vsize=812812 CPUtime=40.4
/proc/15354/task/15356/stat : 15356 (java) S 15340 15340 14518 0 -1 64 11574 0 0 0 4032 8 0 0 16 0 9 0 1547680603 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15357] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15357/stat : 15357 (java) S 15340 15340 14518 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1547680603 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15358] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15358/stat : 15358 (java) S 15340 15340 14518 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547680603 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15359] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15359/stat : 15359 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547680605 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15360] ppid=15340 vsize=812812 CPUtime=0.39
/proc/15354/task/15360/stat : 15360 (java) S 15340 15340 14518 0 -1 64 930 0 0 0 39 0 0 0 15 0 9 0 1547680605 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15361] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15361/stat : 15361 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547680605 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15354/tid=15362] ppid=15340 vsize=812812 CPUtime=0
/proc/15354/task/15362/stat : 15362 (java) S 15340 15340 14518 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547680605 832319488 26047 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.53
Current children cumulated vsize (KiB) 860380

[startup+67.1068 s]
/proc/loadavg: 2.32 2.17 2.06 3/74 15363
/proc/meminfo: memFree=1632784/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=64.4
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 800 30285 0 1 0 0 6411 29 17 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15363] ppid=15340 vsize=56780 CPUtime=2.31
/proc/15363/stat : 15363 (eSAT_static) R 15340 15340 14518 0 -1 4194304 13655 0 0 0 224 7 0 0 25 0 1 0 1547687074 58142720 13637 996147200 134512640 135177480 4294955968 18446744073709551615 134537530 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 14195 13637 75 162 0 14030 0
Current children cumulated CPU time (s) 66.71
Current children cumulated vsize (KiB) 104348

[startup+67.9018 s]
/proc/loadavg: 2.32 2.17 2.06 3/74 15363
/proc/meminfo: memFree=1632784/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=64.4
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 800 30285 0 1 0 0 6411 29 17 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15363] ppid=15340 vsize=57308 CPUtime=3.11
/proc/15363/stat : 15363 (eSAT_static) R 15340 15340 14518 0 -1 4194304 13779 0 0 0 304 7 0 0 25 0 1 0 1547687074 58683392 13761 996147200 134512640 135177480 4294955968 18446744073709551615 134538835 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 14327 13761 75 162 0 14162 0
Current children cumulated CPU time (s) 67.51
Current children cumulated vsize (KiB) 104876

[startup+68.3019 s]
/proc/loadavg: 2.29 2.17 2.06 3/74 15363
/proc/meminfo: memFree=1629456/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=64.4
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 800 30285 0 1 0 0 6411 29 17 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15363] ppid=15340 vsize=61176 CPUtime=3.5
/proc/15363/stat : 15363 (eSAT_static) R 15340 15340 14518 0 -1 4194304 14197 0 0 0 343 7 0 0 25 0 1 0 1547687074 62644224 14179 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 15294 14179 75 162 0 15129 0
Current children cumulated CPU time (s) 67.9
Current children cumulated vsize (KiB) 108744

[startup+68.7019 s]
/proc/loadavg: 2.29 2.17 2.06 3/74 15363
/proc/meminfo: memFree=1629456/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=64.4
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 800 30285 0 1 0 0 6411 29 17 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15363] ppid=15340 vsize=61572 CPUtime=3.9
/proc/15363/stat : 15363 (eSAT_static) R 15340 15340 14518 0 -1 4194304 14454 0 0 0 383 7 0 0 25 0 1 0 1547687074 63049728 14436 996147200 134512640 135177480 4294955968 18446744073709551615 134524461 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 15393 14436 75 162 0 15228 0
Current children cumulated CPU time (s) 68.3
Current children cumulated vsize (KiB) 109140

[startup+68.802 s]
/proc/loadavg: 2.29 2.17 2.06 3/74 15363
/proc/meminfo: memFree=1629456/2055920 swapFree=4112508/4192956
[pid=15340] ppid=15338 vsize=47568 CPUtime=64.4
/proc/15340/stat : 15340 (galacE.sh) S 15338 15340 14518 0 -1 4194304 800 30285 0 1 0 0 6411 29 17 0 1 0 1547680597 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15340/statm: 11892 365 246 79 0 219 0
[pid=15363] ppid=15340 vsize=51860 CPUtime=4
/proc/15363/stat : 15363 (eSAT_static) R 15340 15340 14518 0 -1 4194304 14469 0 0 0 393 7 0 0 25 0 1 0 1547687074 53104640 12613 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 12965 12613 77 162 0 12800 0
Current children cumulated CPU time (s) 68.4
Current children cumulated vsize (KiB) 99428

Child status: 0
Real time (s): 68.8325
CPU time (s): 68.4606
CPU user time (s): 68.0636
CPU system time (s): 0.396939
CPU usage (%): 99.4597
Max. virtual memory (cumulated for all children) (KiB): 860584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.0637
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45758
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= 3811
involuntary context switches= 4019

runsolver used 0.103984 second user time and 0.230964 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 16:01:42
IDJOB=1075043
IDBENCH=56482
IDSOLVER=351
FILE ID=node38/1075043-1215180102
PBS_JOBID= 7881535
Free space on /tmp= 66552 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph12-w1.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075043-1215180102/watcher-1075043-1215180102 -o /tmp/evaluation-result-1075043-1215180102/solver-1075043-1215180102 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1075043-1215180102.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f7688be372c5b6e894b67e078a7030
RANDOM SEED=722760024

node38.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.223
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.223
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:       1699904 kB
Buffers:         48836 kB
Cached:         127216 kB
SwapCached:      74664 kB
Active:         239296 kB
Inactive:        61848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699904 kB
SwapTotal:     4192956 kB
SwapFree:      4112508 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:         132320 kB
Slab:            40080 kB
Committed_AS:  2878808 kB
PageTables:       2084 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= 66548 MiB
End job on node38 at 2008-07-04 16:02:51