Trace number 1064335

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? (TO) 1802.19 1806.73

General information on the benchmark

Namecsp/tdsp/
normalized-C2-3-16.xml
MD5SUMcb0ea34ab866c40b350376982b2292f6
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 benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1064335-1215140636.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.69/0.75	c reading predicates  done.
0.88/0.93	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-1064335-1215140636/watcher-1064335-1215140636 -o /tmp/evaluation-result-1064335-1215140636/solver-1064335-1215140636 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064335-1215140636.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.04 2.00 2.00 4/81 19642
/proc/meminfo: memFree=1533932/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=1804 CPUtime=0
/proc/19642/stat : 19642 (java6) D 19640 19642 17933 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1993036496 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/19642/statm: 451 155 111 9 0 93 0

[startup+0.0950519 s]
/proc/loadavg: 2.04 2.00 2.00 4/81 19642
/proc/meminfo: memFree=1533932/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=804612 CPUtime=0.08
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 2991 0 1 0 6 2 0 0 18 0 12 0 1993036496 823922688 2724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 201153 2724 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101045 s]
/proc/loadavg: 2.04 2.00 2.00 4/81 19642
/proc/meminfo: memFree=1533932/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=804612 CPUtime=0.09
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 3003 0 1 0 7 2 0 0 18 0 12 0 1993036496 823922688 2736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301071 s]
/proc/loadavg: 2.04 2.00 2.00 4/81 19642
/proc/meminfo: memFree=1533932/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=808276 CPUtime=0.29
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 4953 0 1 0 26 3 0 0 18 0 12 0 1993036496 827674624 4280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 202069 4280 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701112 s]
/proc/loadavg: 2.04 2.00 2.00 4/81 19642
/proc/meminfo: memFree=1533932/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=808304 CPUtime=0.69
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 6351 0 1 0 64 5 0 0 18 0 12 0 1993036496 827703296 5479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 202076 5479 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.50219 s]
/proc/loadavg: 2.04 2.00 2.00 3/93 19654
/proc/meminfo: memFree=1513612/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=817140 CPUtime=1.48
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 11377 0 1 0 141 7 0 0 18 0 12 0 1993036496 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 204285 8570 1349 9 0 201647 0
[pid=19642/tid=19644] ppid=19640 vsize=817140 CPUtime=0.71
/proc/19642/task/19644/stat : 19644 (java) R 19640 19642 17933 0 -1 64 4789 0 1 0 68 3 0 0 19 0 12 0 1993036498 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19645] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036499 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993036499 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19647/stat : 19647 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1993036501 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19648] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1993036501 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993036501 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=817140 CPUtime=0.15
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 643 0 0 0 15 0 0 0 16 0 12 0 1993036505 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=817140 CPUtime=0.58
/proc/19642/task/19652/stat : 19652 (java) R 19640 19642 17933 0 -1 64 5182 0 0 0 56 2 0 0 18 0 12 0 1993036505 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 106087737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=817140 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 836751360 8570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 817140

[startup+3.10235 s]
/proc/loadavg: 2.04 2.00 2.00 4/93 19654
/proc/meminfo: memFree=1503756/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=816048 CPUtime=3.06
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 19509 0 1 0 296 10 0 0 18 0 12 0 1993036496 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 204012 15351 1378 9 0 201374 0
[pid=19642/tid=19644] ppid=19640 vsize=816048 CPUtime=1.5
/proc/19642/task/19644/stat : 19644 (java) R 19640 19642 17933 0 -1 64 11604 0 1 0 144 6 0 0 25 0 12 0 1993036498 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4109840171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19645] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036499 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993036499 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19647/stat : 19647 (java) S 19640 19642 17933 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1993036501 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19648] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1993036501 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1993036501 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=816048 CPUtime=0.81
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 81 0 0 0 16 0 12 0 1993036505 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=816048 CPUtime=0.72
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 70 2 0 0 16 0 12 0 1993036505 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=816048 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 835633152 15351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816048

[startup+6.30166 s]
/proc/loadavg: 2.04 2.00 2.00 3/93 19654
/proc/meminfo: memFree=1446732/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=814048 CPUtime=6.22
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 28564 0 1 0 608 14 0 0 18 0 12 0 1993036496 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 203512 23908 1383 9 0 200874 0
[pid=19642/tid=19644] ppid=19640 vsize=814048 CPUtime=4.43
/proc/19642/task/19644/stat : 19644 (java) R 19640 19642 17933 0 -1 64 17273 0 1 0 434 9 0 0 25 0 12 0 1993036498 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4109618266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19645] ppid=19640 vsize=814048 CPUtime=0.09
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 1986 0 0 0 9 0 0 0 16 0 12 0 1993036499 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=814048 CPUtime=0.05
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 1291 0 0 0 5 0 0 0 16 0 12 0 1993036499 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19647/stat : 19647 (java) S 19640 19642 17933 0 -1 64 109 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19648] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=814048 CPUtime=0.86
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 86 0 0 0 16 0 12 0 1993036505 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=814048 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 833585152 23908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 814048

[startup+12.7023 s]
/proc/loadavg: 2.04 2.00 2.00 3/93 19654
/proc/meminfo: memFree=1416716/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=814048 CPUtime=12.56
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 35544 0 1 0 1239 17 0 0 18 0 12 0 1993036496 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 203512 30879 1383 9 0 200874 0
[pid=19642/tid=19644] ppid=19640 vsize=814048 CPUtime=10.26
/proc/19642/task/19644/stat : 19644 (java) R 19640 19642 17933 0 -1 64 17282 0 1 0 1017 9 0 0 25 0 12 0 1993036498 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4109617608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19645] ppid=19640 vsize=814048 CPUtime=0.34
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 4892 0 0 0 33 1 0 0 16 0 12 0 1993036499 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=814048 CPUtime=0.31
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 5329 0 0 0 29 2 0 0 16 0 12 0 1993036499 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19647/stat : 19647 (java) S 19640 19642 17933 0 -1 64 136 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19648] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=814048 CPUtime=0.86
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 86 0 0 0 16 0 12 0 1993036505 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=814048 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 833585152 30879 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 814048

[startup+25.5014 s]
/proc/loadavg: 2.16 2.03 2.01 6/93 19654
/proc/meminfo: memFree=1386764/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=814048 CPUtime=25.35
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 42823 0 1 0 2515 20 0 0 18 0 12 0 1993036496 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 203512 38099 1383 9 0 200874 0
[pid=19642/tid=19644] ppid=19640 vsize=814048 CPUtime=22.41
/proc/19642/task/19644/stat : 19644 (java) R 19640 19642 17933 0 -1 64 17300 0 1 0 2232 9 0 0 25 0 12 0 1993036498 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4109618274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19645] ppid=19640 vsize=814048 CPUtime=0.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 8669 0 0 0 64 2 0 0 16 0 12 0 1993036499 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=814048 CPUtime=0.61
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 8813 0 0 0 58 3 0 0 16 0 12 0 1993036499 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19647/stat : 19647 (java) S 19640 19642 17933 0 -1 64 136 0 0 0 0 0 0 0 15 0 12 0 1993036501 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19648] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=814048 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 833585152 38099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 881599 0 1 0 177323 466 0 0 18 0 12 0 1993036496 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 204013 173340 1387 9 0 201375 0
[pid=19642/tid=19644] ppid=19640 vsize=816052 CPUtime=334.04
/proc/19642/task/19644/stat : 19644 (java) S 19640 19642 17933 0 -1 64 18006 0 1 0 33392 12 0 0 16 0 12 0 1993036498 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19645] ppid=19640 vsize=816052 CPUtime=20.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 84362 0 0 0 2031 35 0 0 16 0 12 0 1993036499 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=816052 CPUtime=20.84
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 68007 0 0 0 2056 28 0 0 15 0 12 0 1993036499 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=816052 CPUtime=1400.67
/proc/19642/task/19647/stat : 19647 (java) R 19640 19642 17933 0 -1 64 703319 0 0 0 139682 385 0 0 25 0 12 0 1993036501 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19648] ppid=19640 vsize=816052 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=816052 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=816052 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=816052 CPUtime=0.87
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 87 0 0 0 16 0 12 0 1993036505 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=816052 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=816052 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=816052 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 835637248 173340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.89
Current children cumulated vsize (KiB) 816052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.01 2.02 2.00 4/92 19691
/proc/meminfo: memFree=846756/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=818052 CPUtime=1800.08
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 893372 0 1 0 179535 473 0 0 18 0 12 0 1993036496 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19642/statm: 204513 174094 1387 9 0 201875 0
[pid=19642/tid=19644] ppid=19640 vsize=818052 CPUtime=334.09
/proc/19642/task/19644/stat : 19644 (java) S 19640 19642 17933 0 -1 64 18010 0 1 0 33397 12 0 0 16 0 12 0 1993036498 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19645] ppid=19640 vsize=818052 CPUtime=20.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 84362 0 0 0 2031 35 0 0 16 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=818052 CPUtime=20.84
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 68007 0 0 0 2056 28 0 0 15 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=818052 CPUtime=1422.8
/proc/19642/task/19647/stat : 19647 (java) R 19640 19642 17933 0 -1 64 715088 0 0 0 141888 392 0 0 25 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 105847282 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19648] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19651] ppid=19640 vsize=818052 CPUtime=0.87
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 87 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=818052 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 818052

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+1805.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 19692
/proc/meminfo: memFree=846748/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=818052 CPUtime=1800.86
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 893373 0 1 0 179613 473 0 0 16 0 12 0 1993036496 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19642/statm: 204513 174094 1387 9 0 201875 0
[pid=19642/tid=19644] ppid=19640 vsize=818052 CPUtime=334.09
/proc/19642/task/19644/stat : 19644 (java) S 19640 19642 17933 0 -1 64 18010 0 1 0 33397 12 0 0 16 0 12 0 1993036498 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19645] ppid=19640 vsize=818052 CPUtime=20.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 84362 0 0 0 2031 35 0 0 16 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=818052 CPUtime=20.84
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 68007 0 0 0 2056 28 0 0 15 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=818052 CPUtime=1423.59
/proc/19642/task/19647/stat : 19647 (java) R 19640 19642 17933 0 -1 64 715088 0 0 0 141967 392 0 0 25 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 106122252 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19648] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19651] ppid=19640 vsize=818052 CPUtime=0.87
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 87 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=818052 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 818052

[startup+1806.21 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 19692
/proc/meminfo: memFree=846748/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=818052 CPUtime=1801.66
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 893373 0 1 0 179693 473 0 0 16 0 12 0 1993036496 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19642/statm: 204513 174094 1387 9 0 201875 0
[pid=19642/tid=19644] ppid=19640 vsize=818052 CPUtime=334.09
/proc/19642/task/19644/stat : 19644 (java) S 19640 19642 17933 0 -1 64 18010 0 1 0 33397 12 0 0 16 0 12 0 1993036498 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19645] ppid=19640 vsize=818052 CPUtime=20.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 84362 0 0 0 2031 35 0 0 16 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=818052 CPUtime=20.84
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 68007 0 0 0 2056 28 0 0 15 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=818052 CPUtime=1424.39
/proc/19642/task/19647/stat : 19647 (java) R 19640 19642 17933 0 -1 64 715088 0 0 0 142047 392 0 0 25 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19648] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19651] ppid=19640 vsize=818052 CPUtime=0.87
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 87 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=818052 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.66
Current children cumulated vsize (KiB) 818052

[startup+1806.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 19692
/proc/meminfo: memFree=846748/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=818052 CPUtime=1802.06
/proc/19642/stat : 19642 (java) S 19640 19642 17933 0 -1 0 893373 0 1 0 179733 473 0 0 16 0 12 0 1993036496 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19642/statm: 204513 174094 1387 9 0 201875 0
[pid=19642/tid=19644] ppid=19640 vsize=818052 CPUtime=334.09
/proc/19642/task/19644/stat : 19644 (java) S 19640 19642 17933 0 -1 64 18010 0 1 0 33397 12 0 0 16 0 12 0 1993036498 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19645] ppid=19640 vsize=818052 CPUtime=20.66
/proc/19642/task/19645/stat : 19645 (java) S 19640 19642 17933 0 -1 64 84362 0 0 0 2031 35 0 0 16 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19646] ppid=19640 vsize=818052 CPUtime=20.84
/proc/19642/task/19646/stat : 19646 (java) S 19640 19642 17933 0 -1 64 68007 0 0 0 2056 28 0 0 15 0 12 0 1993036499 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19647] ppid=19640 vsize=818052 CPUtime=1424.79
/proc/19642/task/19647/stat : 19647 (java) R 19640 19642 17933 0 -1 64 715088 0 0 0 142087 392 0 0 25 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19648] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19648/stat : 19648 (java) S 19640 19642 17933 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19649] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19649/stat : 19649 (java) S 19640 19642 17933 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993036501 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19650] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19650/stat : 19650 (java) S 19640 19642 17933 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19642/tid=19651] ppid=19640 vsize=818052 CPUtime=0.87
/proc/19642/task/19651/stat : 19651 (java) S 19640 19642 17933 0 -1 64 1859 0 0 0 87 0 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19652] ppid=19640 vsize=818052 CPUtime=0.74
/proc/19642/task/19652/stat : 19652 (java) S 19640 19642 17933 0 -1 64 5282 0 0 0 72 2 0 0 16 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19653] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19653/stat : 19653 (java) S 19640 19642 17933 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19642/tid=19654] ppid=19640 vsize=818052 CPUtime=0
/proc/19642/task/19654/stat : 19654 (java) S 19640 19642 17933 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993036505 837685248 174094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 818052

[startup+1806.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 19692
/proc/meminfo: memFree=846748/2055920 swapFree=4179028/4192956
[pid=19642] ppid=19640 vsize=0 CPUtime=1802.16
/proc/19642/stat : 19642 (java) Z 19640 19642 17933 0 -1 1036 893373 0 1 0 179735 481 0 0 16 0 2 0 1993036496 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1806.73
CPU time (s): 1802.19
CPU user time (s): 1797.35
CPU system time (s): 4.83726
CPU usage (%): 99.7491
Max. virtual memory (cumulated for all children) (KiB): 820056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.35
system time used= 4.83726
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 893373
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= 41035
involuntary context switches= 57200

runsolver used 2.21666 second user time and 5.70613 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 05:03:56
IDJOB=1064335
IDBENCH=54938
IDSOLVER=344
FILE ID=node36/1064335-1215140636
PBS_JOBID= 7877321
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-3-16.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-1064335-1215140636/watcher-1064335-1215140636 -o /tmp/evaluation-result-1064335-1215140636/solver-1064335-1215140636 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064335-1215140636.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb0ea34ab866c40b350376982b2292f6
RANDOM SEED=937825075

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:       1534412 kB
Buffers:         63112 kB
Cached:         296700 kB
SwapCached:       7932 kB
Active:         283868 kB
Inactive:       171004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534412 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:         108844 kB
Slab:            51700 kB
Committed_AS:  3952528 kB
PageTables:       1948 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 05:34:03