Trace number 1051329

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 416.736 418.922

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-8-a4.xml
MD5SUM524f5c601faa3cbd56197d545e9de63a
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.170973
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints350
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.25/1.32	c start processing
1.25/1.32	c start relation processing
1.84/1.90	c start cnf exporting
91.56/92.54	c parsing time : 1.192
91.56/92.54	c preprocessing time : 92.416
91.56/92.54	
91.56/92.54	c Nary constraints - conflicts : 322 supports : 0
91.56/92.54	c Binary constraints - conflicts : 0 supports :28
91.56/92.54	c max arity constraint : 4
91.56/92.54	c Max Tuples generated 1500625
91.56/92.54	c relations : 3
91.56/92.54	c relations BDD: 1
91.56/92.54	c sampling 2/2
91.56/92.54	c vars : 529481 - clauses :  2155588
91.56/92.54	
91.56/92.59	 
91.56/92.59	c --- SAT Solver Stats ---
91.56/92.59	 
91.56/92.59	c eSAT 0.1 : minisat core with additionnal features
91.56/92.59	c ============================[ Problem Statistics ]=============================
91.56/92.59	c |                                                                             |
91.56/92.59	c |  Number of variables:  529480                                               |
91.56/92.59	c |  Number of clauses:    2155588                                              |
94.00/95.04	c |  Parsing time:         2.17         s                                       |
412.34/414.54	c restarts              : 117
412.34/414.54	c conflicts             : 272            (1 /sec)
412.34/414.54	c decisions             : 8853           (80.61 % random) (28 /sec)
412.34/414.54	c euip                  : 41          
412.34/414.54	c propagations          : 1437474        (4492 /sec)
412.34/414.54	c conflict literals     : 5671           (27.29 % deleted)
412.34/414.54	c Memory used           : 347.58 MB
412.34/414.54	c CPU time              : 319.988 s
412.34/414.54	c 
412.54/414.71	s SATISFIABLE
416.62/418.89	v 0 1 4 9 15 22 32 34

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-1051329-1215052912/watcher-1051329-1215052912 -o /tmp/evaluation-result-1051329-1215052912/solver-1051329-1215052912 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051329-1215052912.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.91 1.98 1.99 4/82 2330
/proc/meminfo: memFree=1724256/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=8652 CPUtime=0
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984262781 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 2163 280 208 79 0 156 0
[pid=2331] ppid=2330 vsize=8688 CPUtime=0
/proc/2331/stat : 2331 (galacE.sh) S 2330 2330 438 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1984262782 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2331/statm: 2172 286 209 79 0 165 0
[pid=2332] ppid=2331 vsize=8728 CPUtime=0
/proc/2332/stat : 2332 (galacE.sh) R 2331 2330 438 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984262782 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 250968861991 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/2332/statm: 2182 290 209 79 0 175 0

[startup+0.022542 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 2330
/proc/meminfo: memFree=1724256/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=8768 CPUtime=0
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 493 1063 0 0 0 0 0 0 18 0 1 0 1984262781 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8768

[startup+0.101123 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 2330
/proc/meminfo: memFree=1724256/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301153 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 2330
/proc/meminfo: memFree=1724256/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701226 s]
/proc/loadavg: 1.91 1.98 1.99 4/82 2330
/proc/meminfo: memFree=1724256/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50237 s]
/proc/loadavg: 1.91 1.98 1.99 3/92 2352
/proc/meminfo: memFree=1683728/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2344] ppid=2330 vsize=812760 CPUtime=1.44
/proc/2344/stat : 2344 (java) S 2330 2330 438 0 -1 0 13344 0 1 0 137 7 0 0 18 0 9 0 1984262785 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2344/statm: 203190 12564 2584 9 0 197171 0
[pid=2344/tid=2345] ppid=2330 vsize=812760 CPUtime=1.16
/proc/2344/task/2345/stat : 2345 (java) R 2330 2330 438 0 -1 64 7438 0 1 0 112 4 0 0 25 0 9 0 1984262786 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4126996919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2346] ppid=2330 vsize=812760 CPUtime=0.04
/proc/2344/task/2346/stat : 2346 (java) S 2330 2330 438 0 -1 64 4390 0 0 0 3 1 0 0 16 0 9 0 1984262787 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2347] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2347/stat : 2347 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984262787 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2348] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2348/stat : 2348 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984262787 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2349] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2349/stat : 2349 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984262790 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2350] ppid=2330 vsize=812760 CPUtime=0.2
/proc/2344/task/2350/stat : 2350 (java) S 2330 2330 438 0 -1 64 814 0 0 0 20 0 0 0 15 0 9 0 1984262790 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2351] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2351/stat : 2351 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984262790 832266240 12564 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2352] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2352/stat : 2352 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984262790 832266240 12564 996147200 134512640 134550740 4294955616 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) 860336

[startup+3.10265 s]
/proc/loadavg: 1.91 1.98 1.99 4/92 2352
/proc/meminfo: memFree=1682192/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2344] ppid=2330 vsize=812760 CPUtime=3.02
/proc/2344/stat : 2344 (java) S 2330 2330 438 0 -1 0 21436 0 1 0 290 12 0 0 18 0 9 0 1984262785 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2344/statm: 203190 20654 2590 9 0 197171 0
[pid=2344/tid=2345] ppid=2330 vsize=812760 CPUtime=2.64
/proc/2344/task/2345/stat : 2345 (java) R 2330 2330 438 0 -1 64 14635 0 1 0 256 8 0 0 25 0 9 0 1984262786 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4126675923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2346] ppid=2330 vsize=812760 CPUtime=0.06
/proc/2344/task/2346/stat : 2346 (java) S 2330 2330 438 0 -1 64 5229 0 0 0 4 2 0 0 17 0 9 0 1984262787 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2347] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2347/stat : 2347 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984262787 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2348] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2348/stat : 2348 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984262787 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2349] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2349/stat : 2349 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984262790 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2350] ppid=2330 vsize=812760 CPUtime=0.28
/proc/2344/task/2350/stat : 2350 (java) S 2330 2330 438 0 -1 64 870 0 0 0 28 0 0 0 15 0 9 0 1984262790 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2351] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2351/stat : 2351 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984262790 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2352] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2352/stat : 2352 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984262790 832266240 20654 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860336

[startup+6.30222 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 2352
/proc/meminfo: memFree=1645840/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2344] ppid=2330 vsize=812760 CPUtime=6.19
/proc/2344/stat : 2344 (java) S 2330 2330 438 0 -1 0 22284 0 1 0 606 13 0 0 18 0 9 0 1984262785 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2344/statm: 203190 21495 2590 9 0 197171 0
[pid=2344/tid=2345] ppid=2330 vsize=812760 CPUtime=5.78
/proc/2344/task/2345/stat : 2345 (java) R 2330 2330 438 0 -1 64 14642 0 1 0 569 9 0 0 25 0 9 0 1984262786 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4126604491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2346] ppid=2330 vsize=812760 CPUtime=0.09
/proc/2344/task/2346/stat : 2346 (java) S 2330 2330 438 0 -1 64 6067 0 0 0 7 2 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2347] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2347/stat : 2347 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2348] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2348/stat : 2348 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2349] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2349/stat : 2349 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2350] ppid=2330 vsize=812760 CPUtime=0.28
/proc/2344/task/2350/stat : 2350 (java) S 2330 2330 438 0 -1 64 873 0 0 0 28 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2351] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2351/stat : 2351 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2352] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2352/stat : 2352 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 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) 860336

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 2352
/proc/meminfo: memFree=1642768/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2344] ppid=2330 vsize=812760 CPUtime=12.52
/proc/2344/stat : 2344 (java) S 2330 2330 438 0 -1 0 22294 0 1 0 1238 14 0 0 18 0 9 0 1984262785 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2344/statm: 203190 21495 2590 9 0 197171 0
[pid=2344/tid=2345] ppid=2330 vsize=812760 CPUtime=12.12
/proc/2344/task/2345/stat : 2345 (java) R 2330 2330 438 0 -1 64 14652 0 1 0 1201 11 0 0 25 0 9 0 1984262786 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 103826762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2346] ppid=2330 vsize=812760 CPUtime=0.09
/proc/2344/task/2346/stat : 2346 (java) S 2330 2330 438 0 -1 64 6067 0 0 0 7 2 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2347] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2347/stat : 2347 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2348] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2348/stat : 2348 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2349] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2349/stat : 2349 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2350] ppid=2330 vsize=812760 CPUtime=0.28
/proc/2344/task/2350/stat : 2350 (java) S 2330 2330 438 0 -1 64 873 0 0 0 28 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2351] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2351/stat : 2351 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2352] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2352/stat : 2352 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860336

[startup+25.5016 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 2352
/proc/meminfo: memFree=1636432/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=0.01
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2344] ppid=2330 vsize=812760 CPUtime=25.2
/proc/2344/stat : 2344 (java) S 2330 2330 438 0 -1 0 22314 0 1 0 2502 18 0 0 18 0 9 0 1984262785 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2344/statm: 203190 21495 2590 9 0 197171 0
[pid=2344/tid=2345] ppid=2330 vsize=812760 CPUtime=24.78
/proc/2344/task/2345/stat : 2345 (java) R 2330 2330 438 0 -1 64 14672 0 1 0 2464 14 0 0 25 0 9 0 1984262786 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4126675908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2346] ppid=2330 vsize=812760 CPUtime=0.1
/proc/2344/task/2346/stat : 2346 (java) S 2330 2330 438 0 -1 64 6067 0 0 0 8 2 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2347] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2347/stat : 2347 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2348] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2348/stat : 2348 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984262787 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2349] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2349/stat : 2349 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2350] ppid=2330 vsize=812760 CPUtime=0.28
/proc/2344/task/2350/stat : 2350 (java) S 2330 2330 438 0 -1 64 873 0 0 0 28 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2351] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2351/stat : 2351 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2344/tid=2352] ppid=2330 vsize=812760 CPUtime=0
/proc/2344/task/2352/stat : 2352 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984262790 832266240 21495 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

[startup+282.302 s]
/proc/loadavg: 3.46 2.46 2.15 3/77 2407
/proc/meminfo: memFree=636560/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=91.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 799 24131 0 1 0 0 9117 45 17 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2353] ppid=2330 vsize=480380 CPUtime=188.58
/proc/2353/stat : 2353 (eSAT_static) R 2330 2330 438 0 -1 4194304 110233 0 0 0 18788 70 0 0 25 0 1 0 1984272040 491909120 108732 996147200 134512640 135177480 4294955984 18446744073709551615 134534851 0 0 4096 3 0 0 0 17 0 0 0
/proc/2353/statm: 120095 108732 74 162 0 119930 0
Current children cumulated CPU time (s) 280.2
Current children cumulated vsize (KiB) 527956

[startup+342.301 s]
/proc/loadavg: 3.70 2.72 2.26 3/77 2407
/proc/meminfo: memFree=407184/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=91.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 799 24131 0 1 0 0 9117 45 17 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2353] ppid=2330 vsize=480380 CPUtime=248.54
/proc/2353/stat : 2353 (eSAT_static) R 2330 2330 438 0 -1 4194304 111252 0 0 0 24780 74 0 0 25 0 1 0 1984272040 491909120 109751 996147200 134512640 135177480 4294955984 18446744073709551615 134534839 0 0 4096 3 0 0 0 17 0 0 0
/proc/2353/statm: 120095 109751 74 162 0 119930 0
Current children cumulated CPU time (s) 340.16
Current children cumulated vsize (KiB) 527956

[startup+402.302 s]
/proc/loadavg: 2.69 2.60 2.25 3/77 2407
/proc/meminfo: memFree=170128/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=91.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 799 24131 0 1 0 0 9117 45 17 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2353] ppid=2330 vsize=495952 CPUtime=308.52
/proc/2353/stat : 2353 (eSAT_static) R 2330 2330 438 0 -1 4194304 112251 0 0 0 30777 75 0 0 25 0 1 0 1984272040 507854848 110750 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/2353/statm: 123988 110750 74 162 0 123823 0
Current children cumulated CPU time (s) 400.14
Current children cumulated vsize (KiB) 543528

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

[startup+409.503 s]
/proc/loadavg: 2.58 2.58 2.25 3/77 2407
/proc/meminfo: memFree=140432/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=91.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 799 24131 0 1 0 0 9117 45 17 0 1 0 1984262781 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2330/statm: 11894 364 245 79 0 219 0
[pid=2353] ppid=2330 vsize=495952 CPUtime=315.72
/proc/2353/stat : 2353 (eSAT_static) R 2330 2330 438 0 -1 4194304 112251 0 0 0 31497 75 0 0 25 0 1 0 1984272040 507854848 110750 996147200 134512640 135177480 4294955984 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/2353/statm: 123988 110750 74 162 0 123823 0
Current children cumulated CPU time (s) 407.34
Current children cumulated vsize (KiB) 543528

[startup+415.901 s]
/proc/loadavg: 2.54 2.57 2.24 3/85 2416
/proc/meminfo: memFree=499984/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=412.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 835 137645 0 1 0 0 41132 130 16 0 1 0 1984262781 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2330/statm: 11894 365 245 79 0 219 0
[pid=2408] ppid=2330 vsize=812888 CPUtime=1.11
/proc/2408/stat : 2408 (java) S 2330 2330 438 0 -1 0 16146 0 1 0 101 10 0 0 20 0 9 0 1984304258 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2408/statm: 203222 15528 1919 9 0 197175 0
[pid=2408/tid=2409] ppid=2330 vsize=812888 CPUtime=0.91
/proc/2408/task/2409/stat : 2409 (java) R 2330 2330 438 0 -1 64 14527 0 1 0 83 8 0 0 25 0 9 0 1984304259 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4126592708 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2410] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2410/stat : 2410 (java) S 2330 2330 438 0 -1 64 92 0 0 0 0 0 0 0 17 0 9 0 1984304261 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2411] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2411/stat : 2411 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2412] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2412/stat : 2412 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2413] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2413/stat : 2413 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2414] ppid=2330 vsize=812888 CPUtime=0.17
/proc/2408/task/2414/stat : 2414 (java) S 2330 2330 438 0 -1 64 815 0 0 0 17 0 0 0 16 0 9 0 1984304263 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2415] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2415/stat : 2415 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2416] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2416/stat : 2416 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984304263 832397312 15528 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.73
Current children cumulated vsize (KiB) 860464

[startup+417.501 s]
/proc/loadavg: 2.54 2.57 2.24 3/85 2416
/proc/meminfo: memFree=495376/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=412.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 835 137645 0 1 0 0 41132 130 16 0 1 0 1984262781 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2330/statm: 11894 365 245 79 0 219 0
[pid=2408] ppid=2330 vsize=812888 CPUtime=2.71
/proc/2408/stat : 2408 (java) S 2330 2330 438 0 -1 0 16236 0 1 0 261 10 0 0 20 0 9 0 1984304258 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2408/statm: 203222 15613 1919 9 0 197175 0
[pid=2408/tid=2409] ppid=2330 vsize=812888 CPUtime=2.49
/proc/2408/task/2409/stat : 2409 (java) R 2330 2330 438 0 -1 64 14533 0 1 0 241 8 0 0 25 0 9 0 1984304259 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4126884237 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2410] ppid=2330 vsize=812888 CPUtime=0.01
/proc/2408/task/2410/stat : 2410 (java) S 2330 2330 438 0 -1 64 170 0 0 0 1 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2411] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2411/stat : 2411 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2412] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2412/stat : 2412 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2413] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2413/stat : 2413 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2414] ppid=2330 vsize=812888 CPUtime=0.18
/proc/2408/task/2414/stat : 2414 (java) S 2330 2330 438 0 -1 64 821 0 0 0 18 0 0 0 16 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2415] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2415/stat : 2415 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2416] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2416/stat : 2416 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.33
Current children cumulated vsize (KiB) 860464

[startup+418.303 s]
/proc/loadavg: 2.54 2.57 2.24 3/85 2416
/proc/meminfo: memFree=491088/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=412.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 835 137645 0 1 0 0 41132 130 16 0 1 0 1984262781 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2330/statm: 11894 365 245 79 0 219 0
[pid=2408] ppid=2330 vsize=812888 CPUtime=3.51
/proc/2408/stat : 2408 (java) S 2330 2330 438 0 -1 0 16239 0 1 0 341 10 0 0 20 0 9 0 1984304258 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2408/statm: 203222 15613 1919 9 0 197175 0
[pid=2408/tid=2409] ppid=2330 vsize=812888 CPUtime=3.28
/proc/2408/task/2409/stat : 2409 (java) R 2330 2330 438 0 -1 64 14536 0 1 0 320 8 0 0 25 0 9 0 1984304259 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4126864397 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2410] ppid=2330 vsize=812888 CPUtime=0.02
/proc/2408/task/2410/stat : 2410 (java) S 2330 2330 438 0 -1 64 170 0 0 0 2 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2411] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2411/stat : 2411 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2412] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2412/stat : 2412 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2413] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2413/stat : 2413 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2414] ppid=2330 vsize=812888 CPUtime=0.18
/proc/2408/task/2414/stat : 2414 (java) S 2330 2330 438 0 -1 64 821 0 0 0 18 0 0 0 16 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2415] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2415/stat : 2415 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2416] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2416/stat : 2416 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.13
Current children cumulated vsize (KiB) 860464

[startup+418.703 s]
/proc/loadavg: 2.54 2.57 2.24 3/85 2416
/proc/meminfo: memFree=491088/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=412.62
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 835 137645 0 1 0 0 41132 130 16 0 1 0 1984262781 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 250969030738 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/2330/statm: 11894 365 245 79 0 219 0
[pid=2408] ppid=2330 vsize=812888 CPUtime=3.9
/proc/2408/stat : 2408 (java) S 2330 2330 438 0 -1 0 16240 0 1 0 380 10 0 0 20 0 9 0 1984304258 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2408/statm: 203222 15613 1919 9 0 197175 0
[pid=2408/tid=2409] ppid=2330 vsize=812888 CPUtime=3.68
/proc/2408/task/2409/stat : 2409 (java) R 2330 2330 438 0 -1 64 14537 0 1 0 360 8 0 0 25 0 9 0 1984304259 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4126871191 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2410] ppid=2330 vsize=812888 CPUtime=0.02
/proc/2408/task/2410/stat : 2410 (java) S 2330 2330 438 0 -1 64 170 0 0 0 2 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2411] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2411/stat : 2411 (java) S 2330 2330 438 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2412] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2412/stat : 2412 (java) S 2330 2330 438 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984304261 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2413] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2413/stat : 2413 (java) S 2330 2330 438 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2414] ppid=2330 vsize=812888 CPUtime=0.18
/proc/2408/task/2414/stat : 2414 (java) S 2330 2330 438 0 -1 64 821 0 0 0 18 0 0 0 16 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2415] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2415/stat : 2415 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=2408/tid=2416] ppid=2330 vsize=812888 CPUtime=0
/proc/2408/task/2416/stat : 2416 (java) S 2330 2330 438 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984304263 832397312 15613 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.52
Current children cumulated vsize (KiB) 860464

[startup+418.903 s]
/proc/loadavg: 2.54 2.57 2.24 3/85 2416
/proc/meminfo: memFree=491088/2055920 swapFree=4179440/4192956
[pid=2330] ppid=2328 vsize=47576 CPUtime=416.68
/proc/2330/stat : 2330 (galacE.sh) S 2328 2330 438 0 -1 4194304 878 153893 0 2 0 0 41526 142 17 0 1 0 1984262781 48717824 366 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2330/statm: 11894 366 245 79 0 219 0
Current children cumulated CPU time (s) 416.68
Current children cumulated vsize (KiB) 47576

Child status: 0
Real time (s): 418.922
CPU time (s): 416.736
CPU user time (s): 415.274
CPU system time (s): 1.46178
CPU usage (%): 99.4781
Max. virtual memory (cumulated for all children) (KiB): 860464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.274
system time used= 1.46178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154926
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= 5067
involuntary context switches= 14174

runsolver used 0.601908 second user time and 1.3058 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 04:41:52
IDJOB=1051329
IDBENCH=55434
IDSOLVER=351
FILE ID=node56/1051329-1215052912
PBS_JOBID= 7875063
Free space on /tmp= 103228 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 524f5c601faa3cbd56197d545e9de63a
RANDOM SEED=577827752

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724736 kB
Buffers:         44840 kB
Cached:         198016 kB
SwapCached:       7316 kB
Active:         147344 kB
Inactive:       115916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724736 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:          35632 kB
Slab:            52952 kB
Committed_AS:  3886116 kB
PageTables:       1968 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= 102748 MiB
End job on node56 at 2008-07-03 04:48:51