Trace number 1083945

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 182.647 183.875

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen10.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
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.324949
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
123.22/123.94	c start processing
123.22/123.94	c start relation processing
123.62/124.32	c start cnf exporting
173.60/174.81	c parsing time : 123.805
173.60/174.81	c preprocessing time : 174.69
173.60/174.82	
173.60/174.82	c Nary constraints - conflicts : 0 supports : 0
173.60/174.82	c Binary constraints - conflicts : 2392 supports :1711
173.60/174.82	c max arity constraint : 2
173.60/174.82	c Max Tuples generated 1936
173.60/174.82	c relations : 1124
173.60/174.82	c relations BDD: 0
173.60/174.82	c sampling 0/0
173.60/174.82	c vars : 26857 - clauses :  1706588
173.60/174.82	
173.60/174.88	 
173.60/174.88	c --- SAT Solver Stats ---
173.60/174.88	 
173.60/174.88	c eSAT 0.1 : minisat core with additionnal features
173.60/174.88	c ============================[ Problem Statistics ]=============================
173.60/174.88	c |                                                                             |
173.60/174.88	c |  Number of variables:  26856                                                |
173.60/174.88	c |  Number of clauses:    1706588                                              |
174.64/175.94	c |  Parsing time:         0.95         s                                       |
182.54/183.84	c restarts              : 18
182.54/183.84	c conflicts             : 50             (6 /sec)
182.54/183.84	c decisions             : 7269           (92.21 % random) (823 /sec)
182.54/183.84	c euip                  : 15          
182.54/183.84	c propagations          : 48242          (5464 /sec)
182.54/183.84	c conflict literals     : 257            (16.01 % deleted)
182.54/183.84	c Memory used           : 71.93 MB
182.54/183.84	c CPU time              : 8.82966 s
182.54/183.84	c 
182.54/183.84	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-1083945-1215229541/watcher-1083945-1215229541 -o /tmp/evaluation-result-1083945-1215229541/solver-1083945-1215229541 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083945-1215229541.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.01 2.01 2.00 4/80 3842
/proc/meminfo: memFree=1563872/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=8560 CPUtime=0
/proc/3842/stat : 3842 (galacE.sh) R 3840 3842 3359 0 -1 4194304 309 0 0 0 0 0 0 0 16 0 1 100 1552630315 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 215419158610 0 2 4096 8192 0 0 0 17 0 0 0
/proc/3842/statm: 2140 255 198 79 0 133 0

[startup+0.051892 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 3842
/proc/meminfo: memFree=1563872/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.102195 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 3842
/proc/meminfo: memFree=1563872/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301236 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 3842
/proc/meminfo: memFree=1563872/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701312 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 3842
/proc/meminfo: memFree=1563872/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50247 s]
/proc/loadavg: 2.01 2.01 2.00 4/90 3864
/proc/meminfo: memFree=1522704/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812740 CPUtime=1.45
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 13624 0 1 0 137 8 0 0 18 0 9 0 1552630319 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203185 12815 2585 9 0 197166 0
[pid=3856/tid=3857] ppid=3842 vsize=812740 CPUtime=0.46
/proc/3856/task/3857/stat : 3857 (java) S 3842 3842 3359 0 -1 64 7518 0 1 0 41 5 0 0 16 0 9 0 1552630320 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812740 CPUtime=0.78
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 4622 0 0 0 77 1 0 0 21 0 9 0 1552630321 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 102469625 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812740 CPUtime=0.17
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 783 0 0 0 17 0 0 0 15 0 9 0 1552630323 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832245760 12815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860320

[startup+3.10178 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 3864
/proc/meminfo: memFree=1521424/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812740 CPUtime=3.03
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 13950 0 1 0 294 9 0 0 18 0 9 0 1552630319 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203185 13100 2585 9 0 197166 0
[pid=3856/tid=3857] ppid=3842 vsize=812740 CPUtime=0.63
/proc/3856/task/3857/stat : 3857 (java) S 3842 3842 3359 0 -1 64 7559 0 1 0 58 5 0 0 16 0 9 0 1552630320 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812740 CPUtime=2.17
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 4886 0 0 0 215 2 0 0 25 0 9 0 1552630321 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812740 CPUtime=0.2
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 804 0 0 0 20 0 0 0 15 0 9 0 1552630323 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812740 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832245760 13100 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860320

[startup+6.30239 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 3864
/proc/meminfo: memFree=1518864/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=6.19
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 15450 0 1 0 609 10 0 0 18 0 9 0 1552630319 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 13670 2585 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=0.92
/proc/3856/task/3857/stat : 3857 (java) S 3842 3842 3359 0 -1 64 7631 0 1 0 87 5 0 0 15 0 9 0 1552630320 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=5.03
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 6310 0 0 0 500 3 0 0 25 0 9 0 1552630321 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 103735728 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.21
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 808 0 0 0 21 0 0 0 15 0 9 0 1552630323 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 13670 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 13670 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) 860396

[startup+12.7016 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 3864
/proc/meminfo: memFree=1515344/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=12.52
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 16354 0 1 0 1241 11 0 0 18 0 9 0 1552630319 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 14463 2585 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=1.62
/proc/3856/task/3857/stat : 3857 (java) S 3842 3842 3359 0 -1 64 7742 0 1 0 156 6 0 0 15 0 9 0 1552630320 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=10.64
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 7081 0 0 0 1060 4 0 0 25 0 9 0 1552630321 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 102469672 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.23
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 830 0 0 0 23 0 0 0 15 0 9 0 1552630323 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 14463 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) 860396

[startup+25.5021 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 3864
/proc/meminfo: memFree=1510480/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=25.2
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 17687 0 1 0 2507 13 0 0 18 0 9 0 1552630319 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 15640 2585 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=4.13
/proc/3856/task/3857/stat : 3857 (java) S 3842 3842 3359 0 -1 64 7899 0 1 0 407 6 0 0 16 0 9 0 1552630320 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=20.74
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 8215 0 0 0 2069 5 0 0 25 0 9 0 1552630321 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 102469617 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.3
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 872 0 0 0 30 0 0 0 15 0 9 0 1552630323 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 15640 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860396

[startup+51.103 s]
/proc/loadavg: 2.15 2.04 2.01 3/90 3864
/proc/meminfo: memFree=1504528/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01

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

[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 19280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 19280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.31
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 885 0 0 0 31 0 0 0 15 0 9 0 1552630323 832323584 19280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 19280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 19280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 860396

[startup+162.301 s]
/proc/loadavg: 2.20 2.10 2.03 3/90 3864
/proc/meminfo: memFree=1429520/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=161.22
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 32565 0 1 0 16081 41 0 0 18 0 9 0 1552630319 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 29725 2591 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=65.86
/proc/3856/task/3857/stat : 3857 (java) R 3842 3842 3359 0 -1 64 15825 0 1 0 6560 26 0 0 25 0 9 0 1552630320 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=94.93
/proc/3856/task/3858/stat : 3858 (java) R 3842 3842 3359 0 -1 64 15100 0 0 0 9480 13 0 0 16 0 9 0 1552630321 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.39
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 939 0 0 0 39 0 0 0 16 0 9 0 1552630323 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 29725 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 860396

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

[startup+166.302 s]
/proc/loadavg: 2.27 2.12 2.04 3/90 3864
/proc/meminfo: memFree=1426832/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=165.18
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 32590 0 1 0 16475 43 0 0 18 0 9 0 1552630319 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 29743 2591 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=69.81
/proc/3856/task/3857/stat : 3857 (java) R 3842 3842 3359 0 -1 64 15832 0 1 0 6953 28 0 0 25 0 9 0 1552630320 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4126606879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=94.95
/proc/3856/task/3858/stat : 3858 (java) S 3842 3842 3359 0 -1 64 15118 0 0 0 9482 13 0 0 16 0 9 0 1552630321 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.39
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 939 0 0 0 39 0 0 0 16 0 9 0 1552630323 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 29743 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 165.19
Current children cumulated vsize (KiB) 860396

[startup+172.706 s]
/proc/loadavg: 2.24 2.12 2.04 3/90 3864
/proc/meminfo: memFree=1422928/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=0.01
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3856] ppid=3842 vsize=812816 CPUtime=171.52
/proc/3856/stat : 3856 (java) S 3842 3842 3359 0 -1 0 32673 0 1 0 17107 45 0 0 18 0 9 0 1552630319 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3856/statm: 203204 29815 2591 9 0 197185 0
[pid=3856/tid=3857] ppid=3842 vsize=812816 CPUtime=76.11
/proc/3856/task/3857/stat : 3857 (java) R 3842 3842 3359 0 -1 64 15843 0 1 0 7582 29 0 0 25 0 9 0 1552630320 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4127409521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3858] ppid=3842 vsize=812816 CPUtime=94.97
/proc/3856/task/3858/stat : 3858 (java) S 3842 3842 3359 0 -1 64 15190 0 0 0 9484 13 0 0 16 0 9 0 1552630321 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3859] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3859/stat : 3859 (java) S 3842 3842 3359 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1552630321 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3860] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3860/stat : 3860 (java) S 3842 3842 3359 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1552630321 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3861] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3861/stat : 3861 (java) S 3842 3842 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1552630323 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3862] ppid=3842 vsize=812816 CPUtime=0.39
/proc/3856/task/3862/stat : 3862 (java) S 3842 3842 3359 0 -1 64 939 0 0 0 39 0 0 0 16 0 9 0 1552630323 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3856/tid=3863] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3863/stat : 3863 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1552630323 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3856/tid=3864] ppid=3842 vsize=812816 CPUtime=0
/proc/3856/task/3864/stat : 3864 (java) S 3842 3842 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1552630324 832323584 29815 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.53
Current children cumulated vsize (KiB) 860396

[startup+179.101 s]
/proc/loadavg: 2.22 2.11 2.04 3/82 3865
/proc/meminfo: memFree=1454736/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=79468 CPUtime=4.2
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 19097 0 0 0 409 11 0 0 25 0 1 0 1552647804 81375232 19079 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 19867 19079 75 162 0 19702 0
Current children cumulated CPU time (s) 177.84
Current children cumulated vsize (KiB) 127048

[startup+182.301 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 3865
/proc/meminfo: memFree=1453328/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=83072 CPUtime=7.4
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 19908 0 0 0 729 11 0 0 25 0 1 0 1552647804 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 181.04
Current children cumulated vsize (KiB) 130652

[startup+183.101 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 3865
/proc/meminfo: memFree=1451472/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=83072 CPUtime=8.2
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 19908 0 0 0 809 11 0 0 25 0 1 0 1552647804 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537473 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 181.84
Current children cumulated vsize (KiB) 130652

[startup+183.501 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 3865
/proc/meminfo: memFree=1451472/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=83072 CPUtime=8.6
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 19908 0 0 0 849 11 0 0 25 0 1 0 1552647804 85065728 19890 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 20768 19890 75 162 0 20603 0
Current children cumulated CPU time (s) 182.24
Current children cumulated vsize (KiB) 130652

[startup+183.706 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 3865
/proc/meminfo: memFree=1451152/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=83476 CPUtime=8.8
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 20015 0 0 0 869 11 0 0 25 0 1 0 1552647804 85479424 19997 996147200 134512640 135177480 4294955968 18446744073709551615 134524750 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 20869 19997 75 162 0 20704 0
Current children cumulated CPU time (s) 182.44
Current children cumulated vsize (KiB) 131056

[startup+183.801 s]
/proc/loadavg: 2.21 2.11 2.03 3/82 3865
/proc/meminfo: memFree=1451152/2055920 swapFree=4114132/4192956
[pid=3842] ppid=3840 vsize=47580 CPUtime=173.64
/proc/3842/stat : 3842 (galacE.sh) S 3840 3842 3359 0 -1 4194304 799 34399 0 1 0 0 17316 48 17 0 1 0 1552630315 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3842/statm: 11895 364 245 79 0 219 0
[pid=3865] ppid=3842 vsize=73648 CPUtime=8.9
/proc/3865/stat : 3865 (eSAT_static) R 3842 3842 3359 0 -1 4194304 20020 0 0 0 879 11 0 0 25 0 1 0 1552647804 75415552 17981 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/3865/statm: 18412 17981 78 162 0 18247 0
Current children cumulated CPU time (s) 182.54
Current children cumulated vsize (KiB) 121228

Child status: 0
Real time (s): 183.875
CPU time (s): 182.647
CPU user time (s): 181.997
CPU system time (s): 0.649901
CPU usage (%): 99.332
Max. virtual memory (cumulated for all children) (KiB): 860688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.997
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55420
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= 7559
involuntary context switches= 10126

runsolver used 0.247962 second user time and 0.625904 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 05:45:41
IDJOB=1083945
IDBENCH=57516
IDSOLVER=351
FILE ID=node9/1083945-1215229541
PBS_JOBID= 7881852
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=645020489

node9.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.265
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.265
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:       1564352 kB
Buffers:         40540 kB
Cached:         182584 kB
SwapCached:      73016 kB
Active:         359184 kB
Inactive:        76900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564352 kB
SwapTotal:     4192956 kB
SwapFree:      4114132 kB
Dirty:            4032 kB
Writeback:           0 kB
Mapped:         226200 kB
Slab:            40280 kB
Committed_AS:  3837984 kB
PageTables:       2248 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node9 at 2008-07-05 05:48:45