Trace number 237504

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, and are wall clock time (not CPU 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 1? (MO) 57.4123 1625.51

General information on the benchmark

Namehaystacks/
haystacks_38.xml
MD5SUM0f5123f7ed000168e0c68877853e29a7
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 benchmark538.005
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1444
Number of constraints26751
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26751
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
15.64	c start processing
15.64	c start relation processing
15.65	c start cnf exporting
57.48	c parsing time : 15.486
57.48	c preprocessing time : 57.333
57.50	
57.50	c Nary constraints - conflicts : 0 supports : 0
57.50	c Binary constraints - conflicts : 26714 supports :37
57.50	c max arity constraint : 2
57.50	c Max Tuples generated 1444
57.50	c relations : 4
57.50	c relations BDD: 0
57.50	c vars : 54873 - clauses :  2037258
57.50	
57.56	 
57.56	c --- Minisat Stats ---
57.56	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-237504-1168718252 -o ROOT/results/node45/solver-237504-1168718252 -C 1800 -M 900 /tmp/evaluation/237504-1168718252/galac.sh /tmp/evaluation/237504-1168718252/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 0.99 4/65 8908
/proc/meminfo: memFree=1901984/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=8652 CPUtime=0
/proc/8907/stat : 8907 (galac.sh) R 8905 8907 8324 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 220224196 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258939087519 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/8907/statm: 2163 279 207 79 0 156 0

[startup+0.104262 s]
/proc/loadavg: 0.92 0.98 0.99 4/65 8908
/proc/meminfo: memFree=1901984/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.516335 s]
/proc/loadavg: 0.92 0.98 0.99 4/65 8908
/proc/meminfo: memFree=1901984/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33748 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 8928
/proc/meminfo: memFree=1861592/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860852 CPUtime=1.28
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 12117 0 1 0 121 7 0 0 16 0 8 0 220224200 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073855377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8921/statm: 215213 11870 1988 14 0 201471 0
[pid=8921/tid=8922] ppid=8907 vsize=860852 CPUtime=0.06
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 3416 0 0 0 5 1 0 0 16 0 8 0 220224203 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860852 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 220224204 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860852 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860852 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860852 CPUtime=0.27
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1036 0 0 0 26 1 0 0 16 0 8 0 220224207 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860852 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860852 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881512448 11870 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908412

[startup+2.97377 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 8928
/proc/meminfo: memFree=1857944/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860984 CPUtime=2.92
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 13043 0 1 0 284 8 0 0 17 0 8 0 220224200 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073458788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8921/statm: 215246 12793 1993 14 0 201504 0
[pid=8921/tid=8922] ppid=8907 vsize=860984 CPUtime=0.14
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 3531 0 0 0 13 1 0 0 16 0 8 0 220224203 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860984 CPUtime=0.32
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1068 0 0 0 30 2 0 0 16 0 8 0 220224207 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881647616 12793 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908544

[startup+6.27237 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 8928
/proc/meminfo: memFree=1831256/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860984 CPUtime=6.22
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 19684 0 1 0 610 12 0 0 17 0 8 0 220224200 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8921/statm: 215246 19433 1996 14 0 201504 0
[pid=8921/tid=8922] ppid=8907 vsize=860984 CPUtime=0.15
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 3679 0 0 0 14 1 0 0 16 0 8 0 220224203 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860984 CPUtime=0.32
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1068 0 0 0 30 2 0 0 16 0 8 0 220224207 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881647616 19433 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 908544

[startup+12.7517 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 8928
/proc/meminfo: memFree=1828064/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860984 CPUtime=12.7
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 20524 0 1 0 1257 13 0 0 22 0 8 0 220224200 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073333763 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8921/statm: 215246 20270 1996 14 0 201504 0
[pid=8921/tid=8922] ppid=8907 vsize=860984 CPUtime=0.18
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 4513 0 0 0 17 1 0 0 16 0 8 0 220224203 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860984 CPUtime=0.33
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1071 0 0 0 31 2 0 0 15 0 8 0 220224207 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881647616 20270 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 908544

[startup+25.6231 s]
/proc/loadavg: 0.95 0.98 0.99 2/73 8928
/proc/meminfo: memFree=1815456/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860984 CPUtime=25.53
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 21744 0 1 0 2533 20 0 0 19 0 8 0 220224200 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153380226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8921/statm: 215246 21467 2014 14 0 201504 0
[pid=8921/tid=8922] ppid=8907 vsize=860984 CPUtime=0.35
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 5627 0 0 0 33 2 0 0 16 0 8 0 220224203 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 220224204 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860984 CPUtime=0.4
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1116 0 0 0 37 3 0 0 16 0 8 0 220224207 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881647616 21467 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 908544

[startup+51.2317 s]
/proc/loadavg: 1.02 1.00 1.00 2/73 8928
/proc/meminfo: memFree=1796000/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=0.01
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 760 1704 0 0 0 0 0 1 17 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8921] ppid=8907 vsize=860984 CPUtime=51.1
/proc/8921/stat : 8921 (java) R 8907 8907 8324 0 -1 0 21801 0 1 0 5079 31 0 0 25 0 8 0 220224200 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073516128 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8921/statm: 215246 21477 2015 14 0 201504 0
[pid=8921/tid=8922] ppid=8907 vsize=860984 CPUtime=0.37
/proc/8921/task/8922/stat : 8922 (java) S 8907 8907 8324 0 -1 64 5628 0 0 0 35 2 0 0 16 0 8 0 220224203 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8923] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8923/stat : 8923 (java) S 8907 8907 8324 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 220224204 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8924] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8924/stat : 8924 (java) S 8907 8907 8324 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 220224204 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8925] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8925/stat : 8925 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 220224207 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8926] ppid=8907 vsize=860984 CPUtime=0.42
/proc/8921/task/8926/stat : 8926 (java) S 8907 8907 8324 0 -1 64 1123 0 0 0 39 3 0 0 15 0 8 0 220224207 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8927] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8927/stat : 8927 (java) S 8907 8907 8324 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220224207 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8921/tid=8928] ppid=8907 vsize=860984 CPUtime=0
/proc/8921/task/8928/stat : 8928 (java) S 8907 8907 8324 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220224207 881647616 21477 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 908544

[startup+102.494 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 8929
/proc/meminfo: memFree=1673176/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=203880 CPUtime=44.9
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 50301 0 0 0 4463 27 0 0 25 0 1 0 220229953 208773120 50283 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 50970 50283 54 142 0 50826 0
Current children cumulated CPU time (s) 102.29

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

/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=651664 CPUtime=825.29
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 161499 0 0 0 82396 133 0 0 25 0 1 0 220229953 667303936 161473 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 162916 161473 54 142 0 162772 0
Current children cumulated CPU time (s) 882.68
Current children cumulated vsize (KiB) 699224

[startup+943.285 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1208536/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=666060 CPUtime=885.31
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 165107 0 0 0 88396 135 0 0 25 0 1 0 220229953 682045440 165073 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 166515 165073 54 142 0 166371 0
Current children cumulated CPU time (s) 942.7
Current children cumulated vsize (KiB) 713620

[startup+1003.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1193112/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=681760 CPUtime=945.34
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 168999 0 0 0 94395 139 0 0 25 0 1 0 220229953 698122240 168956 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 170440 168956 54 142 0 170296 0
Current children cumulated CPU time (s) 1002.73
Current children cumulated vsize (KiB) 729320

[startup+1063.39 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 9127
/proc/meminfo: memFree=1154200/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=720864 CPUtime=1005.38
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 178647 0 0 0 100392 146 0 0 25 0 1 0 220229953 738164736 178596 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 180216 178596 54 142 0 180072 0
Current children cumulated CPU time (s) 1062.77
Current children cumulated vsize (KiB) 768424

[startup+1123.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1123224/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=752920 CPUtime=1065.41
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 186397 0 0 0 106388 153 0 0 25 0 1 0 220229953 770990080 186346 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 188230 186346 54 142 0 188086 0
Current children cumulated CPU time (s) 1122.8
Current children cumulated vsize (KiB) 800480

[startup+1183.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1103256/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=773112 CPUtime=1125.45
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 191394 0 0 0 112386 159 0 0 25 0 1 0 220229953 791666688 191343 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 193278 191343 54 142 0 193134 0
Current children cumulated CPU time (s) 1182.84
Current children cumulated vsize (KiB) 820672

[startup+1243.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1085784/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=790812 CPUtime=1185.48
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 195783 0 0 0 118385 163 0 0 25 0 1 0 220229953 809791488 195732 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 197703 195732 54 142 0 197559 0
Current children cumulated CPU time (s) 1242.87
Current children cumulated vsize (KiB) 838372

[startup+1303.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9127
/proc/meminfo: memFree=1064984/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=811396 CPUtime=1245.52
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 200908 0 0 0 124384 168 0 0 25 0 1 0 220229953 830869504 200857 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 202849 200857 54 142 0 202705 0
Current children cumulated CPU time (s) 1302.91
Current children cumulated vsize (KiB) 858956

[startup+1363.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9129
/proc/meminfo: memFree=1053400/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=823092 CPUtime=1305.55
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 203768 0 0 0 130383 172 0 0 25 0 1 0 220229953 842846208 203717 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 205773 203717 54 142 0 205629 0
Current children cumulated CPU time (s) 1362.94
Current children cumulated vsize (KiB) 870652

[startup+1423.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9129
/proc/meminfo: memFree=1041240/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=835328 CPUtime=1365.58
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 206819 0 0 0 136383 175 0 0 25 0 1 0 220229953 855375872 206768 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 208832 206768 54 142 0 208688 0
Current children cumulated CPU time (s) 1422.97
Current children cumulated vsize (KiB) 882888

[startup+1483.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9129
/proc/meminfo: memFree=1029720/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=846560 CPUtime=1425.61
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 209645 0 0 0 142384 177 0 0 25 0 1 0 220229953 866877440 209594 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529388 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 211640 209594 54 142 0 211496 0
Current children cumulated CPU time (s) 1483
Current children cumulated vsize (KiB) 894120

[startup+1543.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9129
/proc/meminfo: memFree=1017496/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=858964 CPUtime=1485.65
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 212700 0 0 0 148386 179 0 0 25 0 1 0 220229953 879579136 212649 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 214741 212649 54 142 0 214597 0
Current children cumulated CPU time (s) 1543.04
Current children cumulated vsize (KiB) 906524

[startup+1603.87 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 9129
/proc/meminfo: memFree=1005144/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=871192 CPUtime=1545.68
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 215790 0 0 0 154386 182 0 0 25 0 1 0 220229953 892100608 215739 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 217798 215739 54 142 0 217654 0
Current children cumulated CPU time (s) 1603.07
Current children cumulated vsize (KiB) 918752



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1625.5 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 9129
/proc/meminfo: memFree=1002328/2055920 swapFree=4184068/4192956
[pid=8907] ppid=8905 vsize=47560 CPUtime=57.39
/proc/8907/stat : 8907 (galac.sh) S 8905 8907 8324 0 -1 4194304 798 23525 0 1 0 0 5704 35 16 0 1 0 220224196 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8907/statm: 11890 362 244 79 0 218 0
[pid=8929] ppid=8907 vsize=874128 CPUtime=1567.3
/proc/8929/stat : 8929 (minisat) R 8907 8907 8324 0 -1 4194304 216483 0 0 0 156548 182 0 0 25 0 1 0 220229953 895107072 216432 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/8929/statm: 218532 216432 54 142 0 218388 0
Current children cumulated CPU time (s) 1624.69
Current children cumulated vsize (KiB) 921688

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1625.51
CPU time (s): 57.4123
CPU user time (s): 57.0473
CPU system time (s): 0.364944
CPU usage (%): 3.53196
Max. virtual memory (cumulated for all children) (KiB): 921688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0473
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24323
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= 2844
involuntary context switches= 1633

runsolver used 1.20882 s user time and 3.41748 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan 13 19:57:32 UTC 2007


IDJOB= 237504
IDBENCH= 6945
IDSOLVER= 78
FILE ID= node45/237504-1168718252

PBS_JOBID= 3547319

Free space on /tmp= 66559 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_38.xml
COMMAND LINE= /tmp/evaluation/237504-1168718252/galac.sh /tmp/evaluation/237504-1168718252/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-237504-1168718252 -o ROOT/results/node45/solver-237504-1168718252 -C 1800 -M 900  /tmp/evaluation/237504-1168718252/galac.sh /tmp/evaluation/237504-1168718252/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0f5123f7ed000168e0c68877853e29a7

RANDOM SEED= 43400537

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.259
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.259
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:       1902400 kB
Buffers:          5960 kB
Cached:          73080 kB
SwapCached:       2696 kB
Active:          44156 kB
Inactive:        44940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902400 kB
SwapTotal:     4192956 kB
SwapFree:      4184068 kB
Dirty:            6064 kB
Writeback:           0 kB
Mapped:          16276 kB
Slab:            50468 kB
Committed_AS:  4403008 kB
PageTables:       1400 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= 66528 MiB



End job on node45 on Sat Jan 13 20:24:38 UTC 2007