Trace number 1075085

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 98.2361 99.2204

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph13-w1.xml
MD5SUM2559469a4cccd744c45722e4fd7dc8ca
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.264959
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints1479
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1479
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
67.58/68.39	c start processing
67.58/68.39	c start relation processing
67.88/68.70	c start cnf exporting
92.54/93.51	c parsing time : 68.253
92.54/93.51	c preprocessing time : 93.384
92.54/93.51	
92.54/93.51	c Nary constraints - conflicts : 0 supports : 0
92.54/93.51	c Binary constraints - conflicts : 710 supports :769
92.54/93.51	c max arity constraint : 2
92.54/93.51	c Max Tuples generated 1936
92.54/93.51	c relations : 845
92.54/93.51	c relations BDD: 0
92.54/93.51	c sampling 0/0
92.54/93.51	c vars : 35177 - clauses :  1079782
92.54/93.51	
92.54/93.53	 
92.54/93.53	c --- SAT Solver Stats ---
92.54/93.53	 
92.54/93.53	c eSAT 0.1 : minisat core with additionnal features
92.54/93.53	c ============================[ Problem Statistics ]=============================
92.54/93.53	c |                                                                             |
92.54/93.53	c |  Number of variables:  35176                                                |
92.54/93.53	c |  Number of clauses:    1079782                                              |
92.57/94.29	c |  Parsing time:         0.67         s                                       |
98.09/99.19	c restarts              : 2
98.09/99.19	c conflicts             : 4              (1 /sec)
98.09/99.19	c decisions             : 1894           (91.76 % random) (344 /sec)
98.09/99.19	c euip                  : 0           
98.09/99.19	c propagations          : 9169           (1663 /sec)
98.09/99.19	c conflict literals     : 7              (0.00 % deleted)
98.09/99.19	c Memory used           : 73.27 MB
98.09/99.19	c CPU time              : 5.51216 s
98.09/99.19	c 
98.09/99.19	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-1075085-1215180177/watcher-1075085-1215180177 -o /tmp/evaluation-result-1075085-1215180177/solver-1075085-1215180177 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075085-1215180177.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.00 2.00 2.00 4/81 7636
/proc/meminfo: memFree=1728952/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=8652 CPUtime=0
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996991738 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 2163 280 208 79 0 156 0
[pid=7637] ppid=7636 vsize=8688 CPUtime=0
/proc/7637/stat : 7637 (galacE.sh) S 7636 7636 6560 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996991739 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7637/statm: 2172 286 209 79 0 165 0
[pid=7638] ppid=7637 vsize=8728 CPUtime=0
/proc/7638/stat : 7638 (galacE.sh) R 7637 7636 6560 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996991739 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 225612197159 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7638/statm: 2182 290 209 79 0 175 0

[startup+0.0239491 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7636
/proc/meminfo: memFree=1728952/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=8772 CPUtime=0
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 527 1176 0 0 0 0 0 0 19 0 1 0 1996991738 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7636/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.102648 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7636
/proc/meminfo: memFree=1728952/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301666 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7636
/proc/meminfo: memFree=1728952/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701706 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 7636
/proc/meminfo: memFree=1728952/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 7658
/proc/meminfo: memFree=1687720/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=812736 CPUtime=1.44
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 13560 0 1 0 137 7 0 0 18 0 9 0 1996991742 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203184 12751 2585 9 0 197165 0
[pid=7650/tid=7651] ppid=7636 vsize=812736 CPUtime=0.44
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 7541 0 1 0 40 4 0 0 16 0 9 0 1996991743 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=812736 CPUtime=0.79
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 4527 0 0 0 78 1 0 0 21 0 9 0 1996991744 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=812736 CPUtime=0.18
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 792 0 0 0 18 0 0 0 15 0 9 0 1996991747 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991747 832241664 12751 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860300

[startup+3.10191 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7658
/proc/meminfo: memFree=1686760/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=812736 CPUtime=3.03
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 13881 0 1 0 295 8 0 0 18 0 9 0 1996991742 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203184 13026 2585 9 0 197165 0
[pid=7650/tid=7651] ppid=7636 vsize=812736 CPUtime=0.53
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 7588 0 1 0 49 4 0 0 16 0 9 0 1996991743 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=812736 CPUtime=2.28
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 4792 0 0 0 226 2 0 0 25 0 9 0 1996991744 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 102687665 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=812736 CPUtime=0.19
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 801 0 0 0 19 0 0 0 15 0 9 0 1996991747 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 832241664 13026 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=812736 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991747 832241664 13026 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) 860300

[startup+6.30218 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7658
/proc/meminfo: memFree=1684008/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=812804 CPUtime=6.19
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 15104 0 1 0 610 9 0 0 18 0 9 0 1996991742 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203201 13619 2585 9 0 197182 0
[pid=7650/tid=7651] ppid=7636 vsize=812804 CPUtime=0.69
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 7664 0 1 0 64 5 0 0 15 0 9 0 1996991743 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=812804 CPUtime=5.27
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 5930 0 0 0 524 3 0 0 25 0 9 0 1996991744 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 103737273 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=812804 CPUtime=0.2
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 810 0 0 0 20 0 0 0 15 0 9 0 1996991747 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 832311296 13619 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991747 832311296 13619 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) 860368

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7658
/proc/meminfo: memFree=1680552/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=812804 CPUtime=12.53
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 16032 0 1 0 1242 11 0 0 18 0 9 0 1996991742 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203201 14428 2585 9 0 197182 0
[pid=7650/tid=7651] ppid=7636 vsize=812804 CPUtime=1.05
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 7783 0 1 0 100 5 0 0 15 0 9 0 1996991743 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=812804 CPUtime=11.18
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 6699 0 0 0 1114 4 0 0 25 0 9 0 1996991744 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 104180292 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=812804 CPUtime=0.26
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 850 0 0 0 26 0 0 0 16 0 9 0 1996991747 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991747 832311296 14428 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860368

[startup+25.5028 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 7658
/proc/meminfo: memFree=1675240/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=812804 CPUtime=25.19
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 17475 0 1 0 2506 13 0 0 18 0 9 0 1996991742 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203201 15691 2585 9 0 197182 0
[pid=7650/tid=7651] ppid=7636 vsize=812804 CPUtime=2.11
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 7963 0 1 0 206 5 0 0 15 0 9 0 1996991743 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=812804 CPUtime=22.78
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 7956 0 0 0 2272 6 0 0 25 0 9 0 1996991744 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 102469670 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=812804 CPUtime=0.27
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 856 0 0 0 27 0 0 0 16 0 9 0 1996991747 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=812804 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996991747 832311296 15691 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 860368

[startup+51.1021 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 7658
/proc/meminfo: memFree=1668264/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=813828 CPUtime=50.53
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 19500 0 1 0 5037 16 0 0 18 0 9 0 1996991742 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203457 17457 2585 9 0 197438 0
[pid=7650/tid=7651] ppid=7636 vsize=813828 CPUtime=4.99
/proc/7650/task/7651/stat : 7651 (java) S 7636 7636 6560 0 -1 64 8222 0 1 0 493 6 0 0 15 0 9 0 1996991743 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=813828 CPUtime=45.21
/proc/7650/task/7652/stat : 7652 (java) R 7636 7636 6560 0 -1 64 9699 0 0 0 4513 8 0 0 25 0 9 0 1996991744 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 102687660 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=813828 CPUtime=0.3
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 878 0 0 0 30 0 0 0 15 0 9 0 1996991747 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996991747 833359872 17457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 861392

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

[startup+76.7023 s]
/proc/loadavg: 2.19 2.04 2.01 3/91 7658
/proc/meminfo: memFree=1623080/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=813828 CPUtime=75.89
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 29207 0 1 0 7564 25 0 0 18 0 9 0 1996991742 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203457 27006 2591 9 0 197438 0
[pid=7650/tid=7651] ppid=7636 vsize=813828 CPUtime=15.51
/proc/7650/task/7651/stat : 7651 (java) R 7636 7636 6560 0 -1 64 15505 0 1 0 1538 13 0 0 25 0 9 0 1996991743 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4126606765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=813828 CPUtime=59.97
/proc/7650/task/7652/stat : 7652 (java) S 7636 7636 6560 0 -1 64 12079 0 0 0 5987 10 0 0 16 0 9 0 1996991744 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=813828 CPUtime=0.38
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 922 0 0 0 38 0 0 0 15 0 9 0 1996991747 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996991747 833359872 27006 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 861392

[startup+89.5014 s]
/proc/loadavg: 2.21 2.06 2.02 3/91 7658
/proc/meminfo: memFree=1613416/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=0.01
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7650] ppid=7636 vsize=813828 CPUtime=88.57
/proc/7650/stat : 7650 (java) S 7636 7636 6560 0 -1 0 29406 0 1 0 8826 31 0 0 18 0 9 0 1996991742 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7650/statm: 203457 27182 2591 9 0 197438 0
[pid=7650/tid=7651] ppid=7636 vsize=813828 CPUtime=28.11
/proc/7650/task/7651/stat : 7651 (java) R 7636 7636 6560 0 -1 64 15528 0 1 0 2793 18 0 0 25 0 9 0 1996991743 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4127377872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7652] ppid=7636 vsize=813828 CPUtime=60.02
/proc/7650/task/7652/stat : 7652 (java) S 7636 7636 6560 0 -1 64 12245 0 0 0 5992 10 0 0 16 0 9 0 1996991744 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7653] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7653/stat : 7653 (java) S 7636 7636 6560 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996991745 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7654] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7654/stat : 7654 (java) S 7636 7636 6560 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996991745 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7655] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7655/stat : 7655 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996991747 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7656] ppid=7636 vsize=813828 CPUtime=0.4
/proc/7650/task/7656/stat : 7656 (java) S 7636 7636 6560 0 -1 64 932 0 0 0 40 0 0 0 17 0 9 0 1996991747 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7657] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7657/stat : 7657 (java) S 7636 7636 6560 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996991747 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7650/tid=7658] ppid=7636 vsize=813828 CPUtime=0
/proc/7650/task/7658/stat : 7658 (java) S 7636 7636 6560 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1996991747 833359872 27182 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.58
Current children cumulated vsize (KiB) 861392

[startup+95.9029 s]
/proc/loadavg: 2.20 2.06 2.01 3/83 7659
/proc/meminfo: memFree=1647720/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=68556 CPUtime=2.34
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194304 15896 0 0 0 226 8 0 0 25 0 1 0 1997001092 70201344 15878 996147200 134512640 135177480 4294955968 18446744073709551615 134537729 0 0 4096 3 0 0 0 17 1 0 0
/proc/7659/statm: 17139 15878 75 162 0 16974 0
Current children cumulated CPU time (s) 94.91
Current children cumulated vsize (KiB) 116120

[startup+97.501 s]
/proc/loadavg: 2.20 2.06 2.01 3/83 7659
/proc/meminfo: memFree=1633640/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=83116 CPUtime=3.91
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194304 19828 0 0 0 382 9 0 0 25 0 1 0 1997001092 85110784 19810 996147200 134512640 135177480 4294955968 18446744073709551615 134537723 0 0 4096 3 0 0 0 17 0 0 0
/proc/7659/statm: 20779 19810 75 162 0 20614 0
Current children cumulated CPU time (s) 96.48
Current children cumulated vsize (KiB) 130680

[startup+98.3011 s]
/proc/loadavg: 2.20 2.06 2.01 2/72 7661
/proc/meminfo: memFree=1679040/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=84436 CPUtime=4.71
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194304 20249 0 0 0 462 9 0 0 25 0 1 0 1997001092 86462464 20231 996147200 134512640 135177480 4294955968 18446744073709551615 134538425 0 0 4096 3 0 0 0 17 0 0 0
/proc/7659/statm: 21109 20231 75 162 0 20944 0
Current children cumulated CPU time (s) 97.28
Current children cumulated vsize (KiB) 132000

[startup+98.7011 s]
/proc/loadavg: 2.20 2.06 2.01 2/72 7661
/proc/meminfo: memFree=1679040/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=84700 CPUtime=5.11
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194304 20533 0 0 0 502 9 0 0 25 0 1 0 1997001092 86732800 20515 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/7659/statm: 21175 20515 75 162 0 21010 0
Current children cumulated CPU time (s) 97.68
Current children cumulated vsize (KiB) 132264

[startup+99.1012 s]
/proc/loadavg: 2.20 2.06 2.01 2/72 7661
/proc/meminfo: memFree=1675648/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=89992 CPUtime=5.52
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194304 20814 0 0 0 542 10 0 0 25 0 1 0 1997001092 92151808 20796 996147200 134512640 135177480 4294955968 18446744073709551615 134524740 0 0 4096 3 0 0 0 17 0 0 0
/proc/7659/statm: 22498 20796 75 162 0 22333 0
Current children cumulated CPU time (s) 98.09
Current children cumulated vsize (KiB) 137556

[startup+99.2012 s]
/proc/loadavg: 2.20 2.06 2.01 2/72 7661
/proc/meminfo: memFree=1675648/2055920 swapFree=4180080/4192956
[pid=7636] ppid=7634 vsize=47564 CPUtime=92.57
/proc/7636/stat : 7636 (galacE.sh) S 7634 7636 6560 0 -1 4194304 799 31204 0 1 0 0 9221 36 17 0 1 0 1996991738 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7636/statm: 11891 364 245 79 0 219 0
[pid=7659] ppid=7636 vsize=0 CPUtime=5.62
/proc/7659/stat : 7659 (eSAT_static) R 7636 7636 6560 0 -1 4194308 20829 0 0 0 551 11 0 0 25 0 1 0 1997001092 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/7659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.19
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 99.2204
CPU time (s): 98.2361
CPU user time (s): 97.7361
CPU system time (s): 0.499924
CPU usage (%): 99.008
Max. virtual memory (cumulated for all children) (KiB): 861392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.7361
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53021
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= 4797
involuntary context switches= 7072

runsolver used 0.143978 second user time and 0.329949 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-04 16:02:57
IDJOB=1075085
IDBENCH=56484
IDSOLVER=351
FILE ID=node31/1075085-1215180177
PBS_JOBID= 7881573
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2559469a4cccd744c45722e4fd7dc8ca
RANDOM SEED=1162723435

node31.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.232
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.232
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:       1729432 kB
Buffers:         58024 kB
Cached:         154044 kB
SwapCached:       6280 kB
Active:         184616 kB
Inactive:        86892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729432 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          72860 kB
Slab:            39552 kB
Committed_AS:  3755624 kB
PageTables:       2148 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node31 at 2008-07-04 16:04:36