Trace number 1084365

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 73.7198 75.3945

General information on the benchmark

Namecsp/domino/
normalized-domino-100-300.xml
MD5SUM45b316cffa988b717995d92f808e9bda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints100
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.73	c start processing
0.01/0.73	c start relation processing
0.01/0.75	c start cnf exporting
68.80/70.47	c parsing time : 0.617
68.80/70.47	c preprocessing time : 70.359
68.80/70.47	
68.80/70.47	c Nary constraints - conflicts : 0 supports : 0
68.80/70.47	c Binary constraints - conflicts : 0 supports :100
68.80/70.47	c max arity constraint : 2
68.80/70.47	c Max Tuples generated 90000
68.80/70.47	c relations : 2
68.80/70.47	c relations BDD: 0
68.80/70.47	c sampling 2/2
68.80/70.47	c vars : 30001 - clauses :  4545099
68.80/70.47	
68.87/70.51	 
68.87/70.51	c --- SAT Solver Stats ---
68.87/70.51	 
68.87/70.51	c eSAT 0.1 : minisat core with additionnal features
68.87/70.51	c ============================[ Problem Statistics ]=============================
68.87/70.51	c |                                                                             |
68.87/70.51	c |  Number of variables:  30000                                                |
68.87/70.51	c |  Number of clauses:    4545099                                              |
70.45/72.11	c |  Parsing time:         1.34         s                                       |
72.94/74.62	c restarts              : 1
72.94/74.62	c conflicts             : 0              (0 /sec)
72.94/74.62	c decisions             : 1              (0.00 % random) (0 /sec)
72.94/74.62	c euip                  : 0           
72.94/74.62	c propagations          : 30000          (7810 /sec)
72.94/74.62	c conflict literals     : 0              ( nan % deleted)
72.94/74.62	c Memory used           : 165.93 MB
72.94/74.62	c CPU time              : 3.84142 s
72.94/74.62	c 
72.94/74.63	s SATISFIABLE
73.63/75.35	v 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299 299

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084365-1215230348/watcher-1084365-1215230348 -o /tmp/evaluation-result-1084365-1215230348/solver-1084365-1215230348 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1084365-1215230348.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.99 2.00 2.00 4/101 7868
/proc/meminfo: memFree=1624560/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=8652 CPUtime=0
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002001878 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 2163 280 208 79 0 156 0
[pid=7869] ppid=7868 vsize=8688 CPUtime=0
/proc/7869/stat : 7869 (galacE.sh) R 7868 7868 7414 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 2002001879 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 251601152671 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/7869/statm: 2172 288 210 79 0 165 0

[startup+0.031146 s]
/proc/loadavg: 1.99 2.00 2.00 4/101 7868
/proc/meminfo: memFree=1624560/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47568 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) R 7866 7868 7414 0 -1 4194304 749 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48709632 360 996147200 4194304 4520092 548682068832 18446744073709551615 4242823 0 2 4096 73728 0 0 0 17 1 0 0
/proc/7868/statm: 11892 360 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102155 s]
/proc/loadavg: 1.99 2.00 2.00 4/101 7868
/proc/meminfo: memFree=1624560/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302178 s]
/proc/loadavg: 1.99 2.00 2.00 4/101 7868
/proc/meminfo: memFree=1624560/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701214 s]
/proc/loadavg: 1.99 2.00 2.00 4/101 7868
/proc/meminfo: memFree=1624560/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5013 s]
/proc/loadavg: 1.99 2.00 2.00 3/111 7890
/proc/meminfo: memFree=1587424/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=1.31
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 19522 0 1 0 119 12 0 0 18 0 9 0 2002001882 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 18923 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=1.08
/proc/7882/task/7883/stat : 7883 (java) D 7868 7868 7414 0 -1 64 14625 0 1 0 99 9 0 0 25 0 9 0 2002001882 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.02
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 3381 0 0 0 1 1 0 0 16 0 9 0 2002001884 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 15 0 9 0 2002001886 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 18923 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 860332

[startup+3.10146 s]
/proc/loadavg: 1.99 2.00 2.00 3/111 7890
/proc/meminfo: memFree=1554848/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=2.53
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20838 0 1 0 240 13 0 0 18 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20237 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=2.29
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14628 0 1 0 219 10 0 0 25 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 103232512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.02
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 1 1 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 860332

[startup+6.30279 s]
/proc/loadavg: 1.99 2.00 2.00 4/111 7890
/proc/meminfo: memFree=1546656/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=5.67
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20847 0 1 0 553 14 0 0 18 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20237 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=5.44
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14637 0 1 0 533 11 0 0 25 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4126900192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.03
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 2 1 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 860332

[startup+12.7024 s]
/proc/loadavg: 1.99 2.00 2.00 4/111 7890
/proc/meminfo: memFree=1540384/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=11.98
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20862 0 1 0 1181 17 0 0 18 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20237 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=11.73
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14652 0 1 0 1159 14 0 0 25 0 9 0 2002001882 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4126827303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.03
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 2 1 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20237 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 860332

[startup+25.5028 s]
/proc/loadavg: 1.99 2.00 2.00 4/111 7890
/proc/meminfo: memFree=1527904/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=24.58
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20892 0 1 0 2434 24 0 0 18 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20238 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=24.33
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14682 0 1 0 2412 21 0 0 25 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4126886835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.05
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 3 2 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 860332

[startup+51.1024 s]
/proc/loadavg: 1.99 2.00 2.00 3/111 7890
/proc/meminfo: memFree=1501024/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=49.78
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20950 0 1 0 4940 38 0 0 18 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20238 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=49.49
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14740 0 1 0 4915 34 0 0 25 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4126958047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.07
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 5 2 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.79
Current children cumulated vsize (KiB) 860332

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

[startup+63.9027 s]
/proc/loadavg: 1.99 2.00 2.00 3/111 7890
/proc/meminfo: memFree=1486816/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=62.38
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 20979 0 1 0 6193 45 0 0 18 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20238 1944 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=62.09
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14769 0 1 0 6168 41 0 0 25 0 9 0 2002001882 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.08
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4694 0 0 0 6 2 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.18
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 816 0 0 0 18 0 0 0 16 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20238 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.39
Current children cumulated vsize (KiB) 860332

[startup+70.3013 s]
/proc/loadavg: 1.99 2.00 2.00 3/111 7890
/proc/meminfo: memFree=1480480/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=0.01
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 764 1697 0 0 0 0 0 1 19 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7882] ppid=7868 vsize=812760 CPUtime=68.69
/proc/7882/stat : 7882 (java) S 7868 7868 7414 0 -1 0 21013 0 1 0 6821 48 0 0 18 0 9 0 2002001882 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 203190 20259 1945 9 0 197171 0
[pid=7882/tid=7883] ppid=7868 vsize=812760 CPUtime=68.37
/proc/7882/task/7883/stat : 7883 (java) R 7868 7868 7414 0 -1 64 14782 0 1 0 6793 44 0 0 25 0 9 0 2002001882 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4126892395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7884] ppid=7868 vsize=812760 CPUtime=0.09
/proc/7882/task/7884/stat : 7884 (java) S 7868 7868 7414 0 -1 64 4706 0 0 0 7 2 0 0 16 0 9 0 2002001884 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7868 7868 7414 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002001884 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002001886 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7868 vsize=812760 CPUtime=0.19
/proc/7882/task/7888/stat : 7888 (java) S 7868 7868 7414 0 -1 64 825 0 0 0 19 0 0 0 16 0 9 0 2002001886 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7889/stat : 7889 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002001886 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7868 vsize=812760 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7868 7868 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002001886 832266240 20259 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.7
Current children cumulated vsize (KiB) 860332

[startup+73.5017 s]
/proc/loadavg: 1.99 2.00 2.00 4/103 7891
/proc/meminfo: memFree=1387936/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=68.88
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 798 22724 0 1 0 0 6837 51 17 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7891] ppid=7868 vsize=169908 CPUtime=2.97
/proc/7891/stat : 7891 (eSAT_static) R 7868 7868 7414 0 -1 4194304 41546 0 0 0 272 25 0 0 25 0 1 0 2002008929 173985792 41528 996147200 134512640 135177480 4294955968 18446744073709551615 134548860 0 0 4096 3 0 0 0 17 0 0 0
/proc/7891/statm: 42477 41528 73 162 0 42312 0
Current children cumulated CPU time (s) 71.85
Current children cumulated vsize (KiB) 217480

[startup+74.3017 s]
/proc/loadavg: 1.99 2.00 2.00 4/103 7891
/proc/meminfo: memFree=1387936/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=68.88
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 798 22724 0 1 0 0 6837 51 17 0 1 0 2002001878 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7868/statm: 11893 363 244 79 0 219 0
[pid=7891] ppid=7868 vsize=169908 CPUtime=3.76
/proc/7891/stat : 7891 (eSAT_static) R 7868 7868 7414 0 -1 4194304 41546 0 0 0 351 25 0 0 25 0 1 0 2002008929 173985792 41528 996147200 134512640 135177480 4294955968 18446744073709551615 134548742 0 0 4096 3 0 0 0 17 0 0 0
/proc/7891/statm: 42477 41528 73 162 0 42312 0
Current children cumulated CPU time (s) 72.64
Current children cumulated vsize (KiB) 217480

[startup+75.1028 s]
/proc/loadavg: 1.99 2.00 2.00 3/107 7896
/proc/meminfo: memFree=1550016/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=73.02
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 834 64286 0 1 0 0 7222 80 16 0 1 0 2002001878 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7868/statm: 11893 364 244 79 0 219 0
[pid=7892] ppid=7868 vsize=812756 CPUtime=0.41
/proc/7892/stat : 7892 (java) S 7868 7868 7414 0 -1 0 5652 0 1 0 38 3 0 0 20 0 9 0 2002009345 832262144 5035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7892/statm: 203189 5035 1908 9 0 197142 0
[pid=7892/tid=7893] ppid=7868 vsize=812756 CPUtime=0.28
/proc/7892/task/7893/stat : 7893 (java) R 7868 7868 7414 0 -1 64 4160 0 1 0 26 2 0 0 25 0 9 0 2002009346 832262144 5035 996147200 134512640 134550740 4294955616 18446744073709551615 4126720992 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7894] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7894/stat : 7894 (java) S 7868 7868 7414 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2002009348 832262144 5035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7895] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7895/stat : 7895 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002009348 832262144 5035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7896] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7896/stat : 7896 (java) S 7868 7868 7414 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2002009348 832262144 5035 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 860328

[startup+75.3028 s]
/proc/loadavg: 1.99 2.00 2.00 3/107 7896
/proc/meminfo: memFree=1550016/2055920 swapFree=4176360/4192956
[pid=7868] ppid=7866 vsize=47572 CPUtime=73.02
/proc/7868/stat : 7868 (galacE.sh) S 7866 7868 7414 0 -1 4194304 834 64286 0 1 0 0 7222 80 16 0 1 0 2002001878 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7868/statm: 11893 364 244 79 0 219 0
[pid=7892] ppid=7868 vsize=812756 CPUtime=0.61
/proc/7892/stat : 7892 (java) S 7868 7868 7414 0 -1 0 11769 0 1 0 55 6 0 0 20 0 9 0 2002009345 832262144 11152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7892/statm: 203189 11152 1908 9 0 197142 0
[pid=7892/tid=7893] ppid=7868 vsize=812756 CPUtime=0.48
/proc/7892/task/7893/stat : 7893 (java) R 7868 7868 7414 0 -1 64 10273 0 1 0 43 5 0 0 25 0 9 0 2002009346 832262144 11152 996147200 134512640 134550740 4294955616 18446744073709551615 4126740064 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7894] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7894/stat : 7894 (java) S 7868 7868 7414 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2002009348 832262144 11152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7895] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7895/stat : 7895 (java) S 7868 7868 7414 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 2002009348 832262144 11152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7892/tid=7896] ppid=7868 vsize=812756 CPUtime=0
/proc/7892/task/7896/stat : 7896 (java) S 7868 7868 7414 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2002009348 832262144 11152 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.63
Current children cumulated vsize (KiB) 860328

Child status: 0
Real time (s): 75.3945
CPU time (s): 73.7198
CPU user time (s): 72.7969
CPU system time (s): 0.922859
CPU usage (%): 97.7787
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.7969
system time used= 0.922859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77350
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4023
involuntary context switches= 4815

runsolver used 0.13098 second user time and 0.266959 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 05:59:08
IDJOB=1084365
IDBENCH=57553
IDSOLVER=351
FILE ID=node91/1084365-1215230348
PBS_JOBID= 7881860
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45b316cffa988b717995d92f808e9bda
RANDOM SEED=661429763

node91.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624976 kB
Buffers:         40388 kB
Cached:         200792 kB
SwapCached:       7700 kB
Active:         306300 kB
Inactive:        76424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624976 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3368 kB
Writeback:           0 kB
Mapped:         158568 kB
Slab:            32208 kB
Committed_AS: 13084820 kB
PageTables:       2688 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= 66424 MiB
End job on node91 at 2008-07-05 06:00:23