Trace number 1074497

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 75.1736 75.6192

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle02.xml
MD5SUMbd9d0c178ccf255c45ef9b214661e110
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints13
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension6
Number of constraints which are defined in intension7
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
72.01/72.43	c start processing
72.01/72.43	c start relation processing
72.31/72.71	c start cnf exporting
73.70/74.19	c parsing time : 72.305
73.70/74.19	c preprocessing time : 74.065
73.70/74.19	
73.70/74.19	c Nary constraints - conflicts : 7 supports : 4
73.70/74.19	c Binary constraints - conflicts : 0 supports :2
73.70/74.19	c max arity constraint : 6
73.70/74.19	c Max Tuples generated 308915776
73.70/74.19	c relations : 4
73.70/74.19	c relations BDD: 3
73.70/74.19	c sampling 2/2
73.70/74.19	c vars : 10305 - clauses :  37212
73.70/74.19	
73.79/74.22	 
73.79/74.22	c --- SAT Solver Stats ---
73.79/74.22	 
73.79/74.22	c eSAT 0.1 : minisat core with additionnal features
73.79/74.22	c ============================[ Problem Statistics ]=============================
73.79/74.22	c |                                                                             |
73.79/74.22	c |  Number of variables:  10304                                                |
73.79/74.22	c |  Number of clauses:    37212                                                |
73.79/74.26	c |  Parsing time:         0.03         s                                       |
74.37/74.86	c restarts              : 33
74.37/74.86	c conflicts             : 74             (120 /sec)
74.37/74.86	c decisions             : 2567           (80.05 % random) (4148 /sec)
74.37/74.86	c euip                  : 10          
74.37/74.86	c propagations          : 22772          (36794 /sec)
74.37/74.86	c conflict literals     : 841            (6.87 % deleted)
74.37/74.86	c Memory used           : 10.37 MB
74.37/74.86	c CPU time              : 0.618905 s
74.37/74.86	c 
74.37/74.87	s SATISFIABLE
74.45/75.61	v 22 8 17 4 1 3 8 12

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-1074497-1215178784/watcher-1074497-1215178784 -o /tmp/evaluation-result-1074497-1215178784/solver-1074497-1215178784 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074497-1215178784.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.08 2.26 2.10 4/81 5814
/proc/meminfo: memFree=1499520/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=8652 CPUtime=0
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996851877 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 2163 280 208 79 0 156 0
[pid=5815] ppid=5814 vsize=8688 CPUtime=0
/proc/5815/stat : 5815 (galacE.sh) S 5814 5814 5127 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1996851878 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 210824298578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/5815/statm: 2172 286 209 79 0 165 0
[pid=5816] ppid=5815 vsize=8728 CPUtime=0
/proc/5816/stat : 5816 (galacE.sh) R 5815 5814 5127 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996851878 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 210824129831 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/5816/statm: 2182 290 209 79 0 175 0

[startup+0.063485 s]
/proc/loadavg: 2.08 2.26 2.10 4/81 5814
/proc/meminfo: memFree=1499520/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.10136 s]
/proc/loadavg: 2.08 2.26 2.10 4/81 5814
/proc/meminfo: memFree=1499520/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301382 s]
/proc/loadavg: 2.08 2.26 2.10 4/81 5814
/proc/meminfo: memFree=1499520/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701429 s]
/proc/loadavg: 2.08 2.26 2.10 4/81 5814
/proc/meminfo: memFree=1499520/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50252 s]
/proc/loadavg: 2.08 2.26 2.10 3/91 5836
/proc/meminfo: memFree=1472096/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=1.45
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9118 0 1 0 138 7 0 0 18 0 9 0 1996851881 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8530 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=1.33
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7680 0 1 0 128 5 0 0 25 0 9 0 1996851882 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4126710727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 735 0 0 0 9 0 0 0 16 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) R 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8530 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) 860364

[startup+3.10271 s]
/proc/loadavg: 2.07 2.26 2.10 3/91 5836
/proc/meminfo: memFree=1471968/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=3.04
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9118 0 1 0 297 7 0 0 18 0 9 0 1996851881 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8530 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=2.92
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7680 0 1 0 287 5 0 0 25 0 9 0 1996851882 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4126720281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 735 0 0 0 9 0 0 0 16 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8530 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860364

[startup+6.30109 s]
/proc/loadavg: 2.07 2.26 2.10 3/91 5836
/proc/meminfo: memFree=1471776/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=6.22
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9126 0 1 0 615 7 0 0 18 0 9 0 1996851881 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8537 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=6.1
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7686 0 1 0 605 5 0 0 25 0 9 0 1996851882 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4126716945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8537 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860364

[startup+12.7029 s]
/proc/loadavg: 2.06 2.25 2.10 3/91 5836
/proc/meminfo: memFree=1471528/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=12.59
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9146 0 1 0 1252 7 0 0 18 0 9 0 1996851881 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8557 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=12.47
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7706 0 1 0 1242 5 0 0 25 0 9 0 1996851882 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4126718594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860364

[startup+25.5014 s]
/proc/loadavg: 2.05 2.24 2.10 3/91 5836
/proc/meminfo: memFree=1471336/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=25.33
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9173 0 1 0 2526 7 0 0 18 0 9 0 1996851881 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8584 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=25.21
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7733 0 1 0 2516 5 0 0 25 0 9 0 1996851882 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4126710727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8584 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860364

[startup+51.1014 s]
/proc/loadavg: 2.03 2.22 2.09 3/91 5836
/proc/meminfo: memFree=1471144/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=50.8
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9232 0 1 0 5073 7 0 0 18 0 9 0 1996851881 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8643 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=50.69
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7792 0 1 0 5063 6 0 0 25 0 9 0 1996851882 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4126716904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8643 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 860364

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

[startup+63.903 s]
/proc/loadavg: 2.02 2.21 2.09 3/91 5836
/proc/meminfo: memFree=1471080/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=63.54
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9265 0 1 0 6347 7 0 0 18 0 9 0 1996851881 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8676 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=63.43
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7825 0 1 0 6337 6 0 0 25 0 9 0 1996851882 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4126718576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8676 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.55
Current children cumulated vsize (KiB) 860364

[startup+70.3027 s]
/proc/loadavg: 2.02 2.20 2.09 3/91 5836
/proc/meminfo: memFree=1471016/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=69.91
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 9278 0 1 0 6984 7 0 0 18 0 9 0 1996851881 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 8689 1915 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=69.8
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 7838 0 1 0 6974 6 0 0 25 0 9 0 1996851882 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4126725528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996851884 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996851884 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.09
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 737 0 0 0 9 0 0 0 17 0 9 0 1996851886 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) R 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 8689 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.92
Current children cumulated vsize (KiB) 860364

[startup+73.5011 s]
/proc/loadavg: 2.02 2.20 2.09 3/91 5836
/proc/meminfo: memFree=1468840/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=0.01
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
[pid=5828] ppid=5814 vsize=812792 CPUtime=73.1
/proc/5828/stat : 5828 (java) S 5814 5814 5127 0 -1 0 20116 0 1 0 7296 14 0 0 18 0 9 0 1996851881 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5828/statm: 203198 19516 1949 9 0 197179 0
[pid=5828/tid=5829] ppid=5814 vsize=812792 CPUtime=72.84
/proc/5828/task/5829/stat : 5829 (java) R 5814 5814 5127 0 -1 64 14657 0 1 0 7274 10 0 0 25 0 9 0 1996851882 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4126844485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5830] ppid=5814 vsize=812792 CPUtime=0.03
/proc/5828/task/5830/stat : 5830 (java) S 5814 5814 5127 0 -1 64 3958 0 0 0 2 1 0 0 16 0 9 0 1996851884 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5831] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5831/stat : 5831 (java) S 5814 5814 5127 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5832] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5832/stat : 5832 (java) S 5814 5814 5127 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996851884 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5833] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5833/stat : 5833 (java) S 5814 5814 5127 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996851886 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5834] ppid=5814 vsize=812792 CPUtime=0.2
/proc/5828/task/5834/stat : 5834 (java) S 5814 5814 5127 0 -1 64 802 0 0 0 19 1 0 0 16 0 9 0 1996851886 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5835] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5835/stat : 5835 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996851886 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5828/tid=5836] ppid=5814 vsize=812792 CPUtime=0
/proc/5828/task/5836/stat : 5836 (java) S 5814 5814 5127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996851886 832299008 19516 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.11
Current children cumulated vsize (KiB) 860364

[startup+74.3012 s]
/proc/loadavg: 2.02 2.20 2.09 3/91 5836
/proc/meminfo: memFree=1427432/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=73.81
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 799 23206 0 1 0 0 7364 17 17 0 1 0 1996851877 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5814/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 73.81
Current children cumulated vsize (KiB) 47572

[startup+75.1013 s]
/proc/loadavg: 2.02 2.20 2.09 3/83 5837
/proc/meminfo: memFree=1487720/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=74.45
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 835 25822 0 1 0 0 7426 19 15 0 1 0 1996851877 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 210824298578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/5814/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 74.45
Current children cumulated vsize (KiB) 47572

[startup+75.5014 s]
/proc/loadavg: 2.02 2.20 2.09 3/83 5837
/proc/meminfo: memFree=1487720/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=74.45
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 835 25822 0 1 0 0 7426 19 15 0 1 0 1996851877 48713728 365 996147200 4194304 4520092 548682068832 18446744073709551615 210824298578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/5814/statm: 11893 365 245 79 0 219 0
Current children cumulated CPU time (s) 74.45
Current children cumulated vsize (KiB) 47572

[startup+75.6014 s]
/proc/loadavg: 2.02 2.20 2.09 3/83 5837
/proc/meminfo: memFree=1487720/2055920 swapFree=4180424/4192956
[pid=5814] ppid=5812 vsize=47572 CPUtime=74.45
/proc/5814/stat : 5814 (galacE.sh) S 5812 5814 5127 0 -1 4194304 842 25822 0 1 0 0 7426 19 15 0 1 0 1996851877 48713728 366 996147200 4194304 4520092 548682068832 18446744073709551615 210824298578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/5814/statm: 11893 366 245 79 0 219 0
Current children cumulated CPU time (s) 74.45
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 75.6192
CPU time (s): 75.1736
CPU user time (s): 74.9126
CPU system time (s): 0.26096
CPU usage (%): 99.4107
Max. virtual memory (cumulated for all children) (KiB): 860364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.9126
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34661
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= 2364
involuntary context switches= 4010

runsolver used 0.094985 second user time and 0.255961 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 15:39:44
IDJOB=1074497
IDBENCH=56414
IDSOLVER=351
FILE ID=node33/1074497-1215178784
PBS_JOBID= 7881554
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd9d0c178ccf255c45ef9b214661e110
RANDOM SEED=1968785739

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1500000 kB
Buffers:         65892 kB
Cached:         238424 kB
SwapCached:       6444 kB
Active:         356740 kB
Inactive:       129760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500000 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:         198300 kB
Slab:            54412 kB
Committed_AS:  3805276 kB
PageTables:       2208 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node33 at 2008-07-04 15:41:00