Trace number 1076869

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
SAT4J CSP 2008-06-13? (MO) 44.2493 34.4358

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-05-04.xml
MD5SUM80690795d8ebb63462d5780b57777350
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints23
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension13
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.24	c See www.sat4j.org for details.
0.24/0.24	c That software uses the Rhino library from the Mozilla project.
0.24/0.27	c version 9.9.9.token
0.24/0.27	c sun.arch.data.model	32
0.24/0.27	c java.version	1.6.0_06
0.24/0.27	c os.name	Linux
0.24/0.27	c os.version	2.6.9-22.EL.rootsmp
0.24/0.27	c os.arch	i386
0.24/0.27	c Free memory 669864272
0.24/0.27	c Max memory 672137216
0.24/0.27	c Total memory 672137216
0.24/0.27	c Number of processors 2
0.37/0.30	c c --- Begin Solver configuration ---
0.37/0.30	c Stops conflict analysis at the first Unique Implication Point
0.37/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.30	c Learn all clauses as in MiniSAT
0.37/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.30	c Expensive reason simplification
0.37/0.30	c MiniSAT restarts strategy
0.37/0.30	c timeout=2147483s
0.37/0.30	c DB Simplification allowed=false
0.37/0.30	c --- End Solver configuration ---
0.37/0.30	c solving HOME/instance-1076869-1215190366.xml
0.37/0.30	c reading problem ... 
0.51/0.47	c reading problem named null
0.51/0.47	c reading domains done.
0.51/0.47	c reading variables done.
0.67/0.50	c reading relations done.
1.56/1.01	c reading predicates  done.
1.66/1.18	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1076869-1215190366/watcher-1076869-1215190366 -o /tmp/evaluation-result-1076869-1215190366/solver-1076869-1215190366 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076869-1215190366.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: 0.92 0.98 0.99 3/64 26614
/proc/meminfo: memFree=1562396/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=0 CPUtime=0
/proc/26614/stat : 26614 (runsolver) R 26612 26614 26332 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1998009517 0 0 996147200 0 0 0 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26614/statm: 0 0 0 0 0 0 0

[startup+0.099944 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26614
/proc/meminfo: memFree=1562396/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=804612 CPUtime=0.08
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 3009 0 1 0 6 2 0 0 18 0 12 0 1998009517 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101941 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26614
/proc/meminfo: memFree=1562396/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=804612 CPUtime=0.08
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 3012 0 1 0 6 2 0 0 18 0 12 0 1998009517 823922688 2745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 201153 2746 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301966 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26614
/proc/meminfo: memFree=1562396/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=808696 CPUtime=0.37
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 5326 0 1 0 33 4 0 0 18 0 12 0 1998009517 828104704 4653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 202174 4653 1310 9 0 199543 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808696

[startup+0.702012 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26614
/proc/meminfo: memFree=1562396/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=808724 CPUtime=0.99
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 7001 0 1 0 93 6 0 0 18 0 12 0 1998009517 828133376 6100 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 202181 6100 1343 9 0 199543 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 808724

[startup+1.50209 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 26626
/proc/meminfo: memFree=1530812/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=815352 CPUtime=2.26
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 15090 0 1 0 217 9 0 0 18 0 12 0 1998009517 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 203838 11615 1363 9 0 201200 0
[pid=26614/tid=26616] ppid=26612 vsize=815352 CPUtime=1.06
/proc/26614/task/26616/stat : 26616 (java) R 26612 26614 26332 0 -1 64 8255 0 1 0 100 6 0 0 22 0 12 0 1998009519 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4109211171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26617] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26617/stat : 26617 (java) S 26612 26614 26332 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1998009520 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26618/stat : 26618 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998009520 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26619] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26619/stat : 26619 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1998009521 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26620] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1998009522 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1998009522 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=815352 CPUtime=0.62
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2688 0 0 0 61 1 0 0 17 0 12 0 1998009526 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=815352 CPUtime=0.55
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 3381 0 0 0 54 1 0 0 16 0 12 0 1998009526 834920448 11615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 834920448 11616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=815352 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 834920448 11616 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 815352

[startup+3.10225 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 26626
/proc/meminfo: memFree=1509564/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=820288 CPUtime=4.34
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 32130 0 1 0 416 18 0 0 18 0 12 0 1998009517 839974912 26886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 205072 26889 1383 9 0 202434 0
[pid=26614/tid=26616] ppid=26612 vsize=820288 CPUtime=2.44
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 17335 0 1 0 233 11 0 0 19 0 12 0 1998009519 839974912 26891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26617] ppid=26612 vsize=820288 CPUtime=0.09
/proc/26614/task/26617/stat : 26617 (java) R 26612 26614 26332 0 -1 64 3656 0 0 0 8 1 0 0 16 0 12 0 1998009520 839974912 26893 996147200 134512640 134550740 4294956016 18446744073709551615 106154778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=820288 CPUtime=0.09
/proc/26614/task/26618/stat : 26618 (java) R 26612 26614 26332 0 -1 64 2807 0 0 0 8 1 0 0 17 0 12 0 1998009520 839974912 26895 996147200 134512640 134550740 4294956016 18446744073709551615 104136986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26619] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26619/stat : 26619 (java) S 26612 26614 26332 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1998009521 839974912 26897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26620] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 839974912 26899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 839974912 26901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 839974912 26903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=820288 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 839974912 26905 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=820288 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 839974912 26907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 839974912 26909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=820288 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 839974912 26912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 820288

[startup+6.30156 s]
/proc/loadavg: 1.01 1.00 1.00 3/76 26626
/proc/meminfo: memFree=1361604/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=826444 CPUtime=8.94
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 76118 0 1 0 856 38 0 0 18 0 12 0 1998009517 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 206611 62281 1383 9 0 203973 0
[pid=26614/tid=26616] ppid=26612 vsize=826444 CPUtime=4.16
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 17340 0 1 0 405 11 0 0 19 0 12 0 1998009519 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26617] ppid=26612 vsize=826444 CPUtime=1.56
/proc/26614/task/26617/stat : 26617 (java) R 26612 26614 26332 0 -1 64 26546 0 0 0 144 12 0 0 15 0 12 0 1998009520 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 104146059 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=826444 CPUtime=1.51
/proc/26614/task/26618/stat : 26618 (java) R 26612 26614 26332 0 -1 64 23867 0 0 0 141 10 0 0 16 0 12 0 1998009520 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26619] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26619/stat : 26619 (java) S 26612 26614 26332 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1998009521 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26620] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=826444 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=826444 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=826444 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) R 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 846278656 62281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 826444

[startup+12.703 s]
/proc/loadavg: 1.16 1.03 1.01 3/76 26626
/proc/meminfo: memFree=1102596/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=836684 CPUtime=19.8
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 143865 0 1 0 1906 74 0 0 18 0 12 0 1998009517 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 209171 121432 1383 9 0 206533 0
[pid=26614/tid=26616] ppid=26612 vsize=836684 CPUtime=5.9
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 23494 0 1 0 577 13 0 0 17 0 12 0 1998009519 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26617] ppid=26612 vsize=836684 CPUtime=6.15
/proc/26614/task/26617/stat : 26617 (java) R 26612 26614 26332 0 -1 64 60065 0 0 0 586 29 0 0 16 0 12 0 1998009520 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 104146067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=836684 CPUtime=6.01
/proc/26614/task/26618/stat : 26618 (java) R 26612 26614 26332 0 -1 64 51941 0 0 0 575 26 0 0 17 0 12 0 1998009520 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26619] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26619/stat : 26619 (java) S 26612 26614 26332 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1998009521 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26620] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=836684 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=836684 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=836684 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 856764416 121432 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 836684

[startup+25.5013 s]
/proc/loadavg: 1.13 1.03 1.01 2/76 26626
/proc/meminfo: memFree=867140/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=852688 CPUtime=35.2
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 222596 0 1 0 3407 113 0 0 18 0 12 0 1998009517 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 213172 178601 1387 9 0 210534 0
[pid=26614/tid=26616] ppid=26612 vsize=852688 CPUtime=7.78
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 35794 0 1 0 760 18 0 0 18 0 12 0 1998009519 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26617] ppid=26612 vsize=852688 CPUtime=8.83
/proc/26614/task/26617/stat : 26617 (java) S 26612 26614 26332 0 -1 64 80020 0 0 0 843 40 0 0 17 0 12 0 1998009520 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=852688 CPUtime=8.69
/proc/26614/task/26618/stat : 26618 (java) S 26612 26614 26332 0 -1 64 69489 0 0 0 833 36 0 0 17 0 12 0 1998009520 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26619] ppid=26612 vsize=852688 CPUtime=8.16
/proc/26614/task/26619/stat : 26619 (java) R 26612 26614 26332 0 -1 64 28985 0 0 0 803 13 0 0 18 0 12 0 1998009521 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 104126420 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26620] ppid=26612 vsize=852688 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=852688 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=852688 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=852688 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=852688 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=852688 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=852688 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 873152512 178601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.2
Current children cumulated vsize (KiB) 852688



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+32.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/76 26626
/proc/meminfo: memFree=825668/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=932692 CPUtime=42.11
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 265069 0 1 0 4081 130 0 0 18 0 12 0 1998009517 955076608 185560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 233173 185566 1388 9 0 230535 0
[pid=26614/tid=26616] ppid=26612 vsize=932692 CPUtime=8.2
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 35795 0 1 0 802 18 0 0 18 0 12 0 1998009519 955076608 185578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26617] ppid=26612 vsize=932692 CPUtime=8.95
/proc/26614/task/26617/stat : 26617 (java) S 26612 26614 26332 0 -1 64 80020 0 0 0 855 40 0 0 18 0 12 0 1998009520 955076608 185585 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=932692 CPUtime=8.81
/proc/26614/task/26618/stat : 26618 (java) S 26612 26614 26332 0 -1 64 69489 0 0 0 845 36 0 0 18 0 12 0 1998009520 955076608 185593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26619] ppid=26612 vsize=932692 CPUtime=14.4
/proc/26614/task/26619/stat : 26619 (java) R 26612 26614 26332 0 -1 64 71498 0 0 0 1411 29 0 0 22 0 12 0 1998009521 955076608 185601 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26620] ppid=26612 vsize=932692 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 955076608 185609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=932692 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 955076608 185615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=932692 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998009526 955076608 185622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=932692 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 955076608 185628 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=932692 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 955076608 185635 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=932692 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 955076608 185642 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=932692 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 955076608 185648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.11
Current children cumulated vsize (KiB) 932692

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

Sending SIGKILL to process tree (bottom up)

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

[startup+33.4011 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 26627
/proc/meminfo: memFree=795644/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=900688 CPUtime=43.21
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 279887 0 1 0 4185 136 0 0 16 0 12 0 1998009517 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 225172 192376 1387 9 0 222534 0
[pid=26614/tid=26616] ppid=26612 vsize=900688 CPUtime=8.2
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 35795 0 1 0 802 18 0 0 18 0 12 0 1998009519 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26617] ppid=26612 vsize=900688 CPUtime=8.95
/proc/26614/task/26617/stat : 26617 (java) S 26612 26614 26332 0 -1 64 80020 0 0 0 855 40 0 0 18 0 12 0 1998009520 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=900688 CPUtime=8.81
/proc/26614/task/26618/stat : 26618 (java) S 26612 26614 26332 0 -1 64 69489 0 0 0 845 36 0 0 18 0 12 0 1998009520 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26619] ppid=26612 vsize=900688 CPUtime=15.49
/proc/26614/task/26619/stat : 26619 (java) R 26612 26614 26332 0 -1 64 86274 0 0 0 1514 35 0 0 25 0 12 0 1998009521 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26620] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=900688 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=900688 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.21
Current children cumulated vsize (KiB) 900688

[startup+34.2011 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 26627
/proc/meminfo: memFree=795644/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=900688 CPUtime=44.01
/proc/26614/stat : 26614 (java) S 26612 26614 26332 0 -1 0 279887 0 1 0 4265 136 0 0 16 0 12 0 1998009517 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 225172 192376 1387 9 0 222534 0
[pid=26614/tid=26616] ppid=26612 vsize=900688 CPUtime=8.2
/proc/26614/task/26616/stat : 26616 (java) S 26612 26614 26332 0 -1 64 35795 0 1 0 802 18 0 0 18 0 12 0 1998009519 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26617] ppid=26612 vsize=900688 CPUtime=8.95
/proc/26614/task/26617/stat : 26617 (java) S 26612 26614 26332 0 -1 64 80020 0 0 0 855 40 0 0 18 0 12 0 1998009520 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26618] ppid=26612 vsize=900688 CPUtime=8.81
/proc/26614/task/26618/stat : 26618 (java) S 26612 26614 26332 0 -1 64 69489 0 0 0 845 36 0 0 18 0 12 0 1998009520 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26619] ppid=26612 vsize=900688 CPUtime=16.29
/proc/26614/task/26619/stat : 26619 (java) R 26612 26614 26332 0 -1 64 86274 0 0 0 1594 35 0 0 25 0 12 0 1998009521 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26620] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26620/stat : 26620 (java) S 26612 26614 26332 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998009522 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26621] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26621/stat : 26621 (java) S 26612 26614 26332 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998009522 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26622] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26622/stat : 26622 (java) S 26612 26614 26332 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26623] ppid=26612 vsize=900688 CPUtime=0.75
/proc/26614/task/26623/stat : 26623 (java) S 26612 26614 26332 0 -1 64 2753 0 0 0 74 1 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26624] ppid=26612 vsize=900688 CPUtime=0.91
/proc/26614/task/26624/stat : 26624 (java) S 26612 26614 26332 0 -1 64 4792 0 0 0 90 1 0 0 16 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26614/tid=26625] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26625/stat : 26625 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26614/tid=26626] ppid=26612 vsize=900688 CPUtime=0
/proc/26614/task/26626/stat : 26626 (java) S 26612 26614 26332 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998009526 922304512 192376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.01
Current children cumulated vsize (KiB) 900688

[startup+34.4016 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 26627
/proc/meminfo: memFree=795644/2055920 swapFree=4179028/4192956
[pid=26614] ppid=26612 vsize=0 CPUtime=44.21
/proc/26614/stat : 26614 (java) Z 26612 26614 26332 0 -1 1036 281867 0 1 0 4276 145 0 0 16 0 2 0 1998009517 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26614/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 34.4358
CPU time (s): 44.2493
CPU user time (s): 42.7615
CPU system time (s): 1.48777
CPU usage (%): 128.498
Max. virtual memory (cumulated for all children) (KiB): 932692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.7615
system time used= 1.48777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281867
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= 1585
involuntary context switches= 1104

runsolver used 0.042993 second user time and 0.109983 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 18:52:46
IDJOB=1076869
IDBENCH=56615
IDSOLVER=344
FILE ID=node36/1076869-1215190366
PBS_JOBID= 7881623
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-05-04.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076869-1215190366/watcher-1076869-1215190366 -o /tmp/evaluation-result-1076869-1215190366/solver-1076869-1215190366 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076869-1215190366.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 80690795d8ebb63462d5780b57777350
RANDOM SEED=1466517695

node36.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.240
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.240
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:       1562812 kB
Buffers:         87864 kB
Cached:         327504 kB
SwapCached:       7932 kB
Active:         238924 kB
Inactive:       186060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562812 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:          15332 kB
Slab:            54148 kB
Committed_AS:  3228768 kB
PageTables:       1360 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= 66552 MiB
End job on node36 at 2008-07-04 18:53:21