Trace number 1075232

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 64.7612 64.959

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph9-f10.xml
MD5SUM6c2f102032bae2df336cce2e32238ab9
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.968851
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
46.32/46.51	c start processing
46.32/46.52	c start relation processing
46.32/46.56	c start cnf exporting
62.21/62.47	c parsing time : 46.332
62.21/62.47	c preprocessing time : 62.291
62.21/62.47	
62.21/62.47	c Nary constraints - conflicts : 0 supports : 0
62.21/62.47	c Binary constraints - conflicts : 4788 supports :458
62.21/62.47	c max arity constraint : 2
62.21/62.47	c Max Tuples generated 1156
62.21/62.47	c relations : 743
62.21/62.47	c relations BDD: 0
62.21/62.47	c sampling 0/0
62.21/62.47	c vars : 27451 - clauses :  859377
62.21/62.47	
62.21/62.49	 
62.21/62.49	c --- SAT Solver Stats ---
62.21/62.49	 
62.21/62.49	c eSAT 0.1 : minisat core with additionnal features
62.21/62.49	c ============================[ Problem Statistics ]=============================
62.21/62.49	c |                                                                             |
62.21/62.49	c |  Number of variables:  27450                                                |
62.21/62.49	c |  Number of clauses:    859377                                               |
62.79/63.04	c |  Parsing time:         0.45         s                                       |
64.68/64.93	c restarts              : 206
64.68/64.93	c conflicts             : 1048           (450 /sec)
64.68/64.93	c decisions             : 132790         (90.80 % random) (57025 /sec)
64.68/64.93	c euip                  : 167         
64.68/64.93	c propagations          : 554041         (237924 /sec)
64.68/64.93	c conflict literals     : 27685          (24.29 % deleted)
64.68/64.94	c Memory used           : 40.28 MB
64.68/64.94	c CPU time              : 2.32864 s
64.68/64.94	c 
64.68/64.94	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-1075232-1215180366/watcher-1075232-1215180366 -o /tmp/evaluation-result-1075232-1215180366/solver-1075232-1215180366 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075232-1215180366.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.31 2.20 2.07 4/84 814
/proc/meminfo: memFree=1587280/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=8652 CPUtime=0
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 242131632 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 2163 280 208 79 0 156 0
[pid=815] ppid=814 vsize=8688 CPUtime=0
/proc/815/stat : 815 (galacE.sh) S 814 814 30229 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 242131632 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255373049938 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/815/statm: 2172 286 209 79 0 165 0
[pid=816] ppid=815 vsize=8728 CPUtime=0
/proc/816/stat : 816 (galacE.sh) R 815 814 30229 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 242131633 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 255372881191 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/816/statm: 2182 290 209 79 0 175 0

[startup+0.096883 s]
/proc/loadavg: 2.31 2.20 2.07 4/84 814
/proc/meminfo: memFree=1587280/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102476 s]
/proc/loadavg: 2.31 2.20 2.07 4/84 814
/proc/meminfo: memFree=1587280/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301488 s]
/proc/loadavg: 2.31 2.20 2.07 4/84 814
/proc/meminfo: memFree=1587280/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702533 s]
/proc/loadavg: 2.31 2.20 2.07 4/84 814
/proc/meminfo: memFree=1587280/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50261 s]
/proc/loadavg: 2.31 2.20 2.07 4/94 836
/proc/meminfo: memFree=1541184/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812528 CPUtime=1.4
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 13493 0 1 0 133 7 0 0 18 0 9 0 242131636 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203132 12683 2583 9 0 197165 0
[pid=828/tid=829] ppid=814 vsize=812528 CPUtime=0.44
/proc/828/task/829/stat : 829 (java) S 814 814 30229 0 -1 64 7534 0 1 0 40 4 0 0 16 0 9 0 242131637 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812528 CPUtime=0.76
/proc/828/task/830/stat : 830 (java) R 814 814 30229 0 -1 64 4465 0 0 0 75 1 0 0 22 0 9 0 242131639 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 102473927 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812528 CPUtime=0.17
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 795 0 0 0 17 0 0 0 15 0 9 0 242131646 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832028672 12683 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860084

[startup+3.10178 s]
/proc/loadavg: 2.31 2.20 2.07 5/94 836
/proc/meminfo: memFree=1532032/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812528 CPUtime=2.97
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 13637 0 1 0 290 7 0 0 18 0 9 0 242131636 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203132 12778 2583 9 0 197165 0
[pid=828/tid=829] ppid=814 vsize=812528 CPUtime=0.58
/proc/828/task/829/stat : 829 (java) S 814 814 30229 0 -1 64 7583 0 1 0 54 4 0 0 15 0 9 0 242131637 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812528 CPUtime=2.18
/proc/828/task/830/stat : 830 (java) R 814 814 30229 0 -1 64 4550 0 0 0 216 2 0 0 25 0 9 0 242131639 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 103765411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812528 CPUtime=0.19
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 805 0 0 0 19 0 0 0 15 0 9 0 242131646 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812528 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832028672 12778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 860084

[startup+6.30211 s]
/proc/loadavg: 2.37 2.21 2.07 3/94 836
/proc/meminfo: memFree=1516992/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=6.17
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 14777 0 1 0 609 8 0 0 18 0 9 0 242131636 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 12999 2583 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=0.83
/proc/828/task/829/stat : 829 (java) S 814 814 30229 0 -1 64 7676 0 1 0 79 4 0 0 15 0 9 0 242131637 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=5.07
/proc/828/task/830/stat : 830 (java) R 814 814 30229 0 -1 64 5565 0 0 0 505 2 0 0 25 0 9 0 242131639 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 102687508 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.23
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 837 0 0 0 23 0 0 0 15 0 9 0 242131646 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 12999 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 860176

[startup+12.7018 s]
/proc/loadavg: 2.34 2.21 2.07 5/83 899
/proc/meminfo: memFree=1645912/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=12.55
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 15197 0 1 0 1245 10 0 0 18 0 9 0 242131636 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 13261 2583 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=1.31
/proc/828/task/829/stat : 829 (java) S 814 814 30229 0 -1 64 7834 0 1 0 127 4 0 0 15 0 9 0 242131637 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=10.93
/proc/828/task/830/stat : 830 (java) R 814 814 30229 0 -1 64 5796 0 0 0 1089 4 0 0 25 0 9 0 242131639 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.27
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 868 0 0 0 27 0 0 0 16 0 9 0 242131646 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 13261 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860176

[startup+25.5021 s]
/proc/loadavg: 2.34 2.21 2.08 3/83 899
/proc/meminfo: memFree=1629464/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=25.34
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 15979 0 1 0 2522 12 0 0 18 0 9 0 242131636 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 13811 2583 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=3.98
/proc/828/task/829/stat : 829 (java) S 814 814 30229 0 -1 64 8067 0 1 0 394 4 0 0 16 0 9 0 242131637 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=21.01
/proc/828/task/830/stat : 830 (java) R 814 814 30229 0 -1 64 6326 0 0 0 2096 5 0 0 25 0 9 0 242131639 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 102350390 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.3
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 887 0 0 0 30 0 0 0 15 0 9 0 242131646 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 13811 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 860176

[startup+51.1028 s]
/proc/loadavg: 2.37 2.23 2.08 3/83 899
/proc/meminfo: memFree=1593688/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=50.92
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 24159 0 1 0 5073 19 0 0 18 0 9 0 242131636 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 21795 2589 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=19.58
/proc/828/task/829/stat : 829 (java) R 814 814 30229 0 -1 64 15382 0 1 0 1949 9 0 0 22 0 9 0 242131637 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4127405986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=30.94
/proc/828/task/830/stat : 830 (java) S 814 814 30229 0 -1 64 7149 0 0 0 3087 7 0 0 20 0 9 0 242131639 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.36
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 929 0 0 0 36 0 0 0 16 0 9 0 242131646 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 21795 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 860176

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

[startup+57.5025 s]
/proc/loadavg: 2.34 2.22 2.08 3/83 899
/proc/meminfo: memFree=1587928/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=57.32
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 24246 0 1 0 5709 23 0 0 18 0 9 0 242131636 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 21869 2589 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=25.94
/proc/828/task/829/stat : 829 (java) R 814 814 30229 0 -1 64 15395 0 1 0 2581 13 0 0 25 0 9 0 242131637 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4127372801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=30.96
/proc/828/task/830/stat : 830 (java) S 814 814 30229 0 -1 64 7216 0 0 0 3089 7 0 0 16 0 9 0 242131639 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.37
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 936 0 0 0 37 0 0 0 17 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.33
Current children cumulated vsize (KiB) 860176

[startup+60.7028 s]
/proc/loadavg: 2.31 2.22 2.08 3/83 899
/proc/meminfo: memFree=1585752/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=60.51
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 24252 0 1 0 6027 24 0 0 18 0 9 0 242131636 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 21869 2589 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=29.14
/proc/828/task/829/stat : 829 (java) R 814 814 30229 0 -1 64 15401 0 1 0 2900 14 0 0 25 0 9 0 242131637 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4127425506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=30.96
/proc/828/task/830/stat : 830 (java) S 814 814 30229 0 -1 64 7216 0 0 0 3089 7 0 0 16 0 9 0 242131639 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.37
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 936 0 0 0 37 0 0 0 17 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 21869 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 860176

[startup+62.303 s]
/proc/loadavg: 2.31 2.22 2.08 3/83 899
/proc/meminfo: memFree=1584984/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=0.01
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=828] ppid=814 vsize=812620 CPUtime=62.11
/proc/828/stat : 828 (java) S 814 814 30229 0 -1 0 24260 0 1 0 6187 24 0 0 18 0 9 0 242131636 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/828/statm: 203155 21873 2589 9 0 197188 0
[pid=828/tid=829] ppid=814 vsize=812620 CPUtime=30.74
/proc/828/task/829/stat : 829 (java) R 814 814 30229 0 -1 64 15405 0 1 0 3059 15 0 0 25 0 9 0 242131637 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4127329783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=830] ppid=814 vsize=812620 CPUtime=30.96
/proc/828/task/830/stat : 830 (java) S 814 814 30229 0 -1 64 7219 0 0 0 3089 7 0 0 16 0 9 0 242131639 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=831] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/831/stat : 831 (java) S 814 814 30229 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 242131641 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=832] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/832/stat : 832 (java) S 814 814 30229 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 242131644 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=833] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/833/stat : 833 (java) S 814 814 30229 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 242131646 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=834] ppid=814 vsize=812620 CPUtime=0.38
/proc/828/task/834/stat : 834 (java) S 814 814 30229 0 -1 64 937 0 0 0 38 0 0 0 15 0 9 0 242131646 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=835] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/835/stat : 835 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 242131646 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=828/tid=836] ppid=814 vsize=812620 CPUtime=0
/proc/828/task/836/stat : 836 (java) S 814 814 30229 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242131646 832122880 21873 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.12
Current children cumulated vsize (KiB) 860176

[startup+63.9012 s]
/proc/loadavg: 2.29 2.22 2.08 3/75 900
/proc/meminfo: memFree=1620184/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=62.31
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 798 25968 0 1 0 0 6204 27 17 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=900] ppid=814 vsize=46108 CPUtime=1.37
/proc/900/stat : 900 (eSAT_static) R 814 814 30229 0 -1 4194304 10566 0 0 0 130 7 0 0 25 0 1 0 242137881 47214592 10548 996147200 134512640 135177480 4294955968 18446744073709551615 134538831 0 0 4096 3 0 0 0 17 1 0 0
/proc/900/statm: 11527 10548 75 162 0 11362 0
Current children cumulated CPU time (s) 63.68
Current children cumulated vsize (KiB) 93664

[startup+64.7012 s]
/proc/loadavg: 2.29 2.22 2.08 3/75 900
/proc/meminfo: memFree=1620184/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=62.31
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 798 25968 0 1 0 0 6204 27 17 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=900] ppid=814 vsize=41240 CPUtime=2.18
/proc/900/stat : 900 (eSAT_static) R 814 814 30229 0 -1 4194304 11129 0 0 0 210 8 0 0 25 0 1 0 242137881 42229760 9714 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/900/statm: 10310 9714 80 162 0 10145 0
Current children cumulated CPU time (s) 64.49
Current children cumulated vsize (KiB) 88796

[startup+64.9063 s]
/proc/loadavg: 2.29 2.22 2.08 3/75 900
/proc/meminfo: memFree=1623000/2055912 swapFree=4178532/4192956
[pid=814] ppid=812 vsize=47556 CPUtime=62.31
/proc/814/stat : 814 (galacE.sh) S 812 814 30229 0 -1 4194304 798 25968 0 1 0 0 6204 27 17 0 1 0 242131632 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/814/statm: 11889 363 244 79 0 219 0
[pid=900] ppid=814 vsize=41240 CPUtime=2.37
/proc/900/stat : 900 (eSAT_static) R 814 814 30229 0 -1 4194304 11129 0 0 0 229 8 0 0 25 0 1 0 242137881 42229760 9714 996147200 134512640 135177480 4294955968 18446744073709551615 134560889 0 0 4096 3 0 0 0 17 1 0 0
/proc/900/statm: 10310 9714 80 162 0 10145 0
Current children cumulated CPU time (s) 64.68
Current children cumulated vsize (KiB) 88796

Child status: 0
Real time (s): 64.959
CPU time (s): 64.7612
CPU user time (s): 64.3762
CPU system time (s): 0.384941
CPU usage (%): 99.6954
Max. virtual memory (cumulated for all children) (KiB): 860372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.3762
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38094
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= 3856
involuntary context switches= 3966

runsolver used 0.100984 second user time and 0.210967 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 16:06:06
IDJOB=1075232
IDBENCH=56492
IDSOLVER=351
FILE ID=node78/1075232-1215180366
PBS_JOBID= 7881444
Free space on /tmp= 126792 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c2f102032bae2df336cce2e32238ab9
RANDOM SEED=1029966351

node78.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.247
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.247
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:      2055912 kB
MemFree:       1587760 kB
Buffers:         59196 kB
Cached:         233916 kB
SwapCached:       7584 kB
Active:         329388 kB
Inactive:        83244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1587760 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:         131664 kB
Slab:            40780 kB
Committed_AS:  1323176 kB
PageTables:       1792 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= 126784 MiB
End job on node78 at 2008-07-04 16:07:11