Trace number 1040858

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.14 1807.53

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-36-36.xml
MD5SUM0853b0e8f7ee4392e72aa3d396f96728
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.595908
Satisfiable
(Un)Satisfiability was proved
Number of variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data (download as text)

0.27/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.54	c See www.sat4j.org for details.
0.27/0.54	c That software uses the Rhino library from the Mozilla project.
0.27/0.59	c version 9.9.9.token
0.27/0.59	c sun.arch.data.model	32
0.27/0.59	c java.version	1.6.0_06
0.27/0.59	c os.name	Linux
0.27/0.59	c os.version	2.6.9-22.EL.rootsmp
0.27/0.59	c os.arch	i386
0.27/0.59	c Free memory 669864272
0.27/0.59	c Max memory 672137216
0.27/0.59	c Total memory 672137216
0.27/0.59	c Number of processors 2
0.36/0.64	c c --- Begin Solver configuration ---
0.36/0.64	c Stops conflict analysis at the first Unique Implication Point
0.36/0.64	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.64	c Learn all clauses as in MiniSAT
0.36/0.64	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.64	c Expensive reason simplification
0.36/0.64	c MiniSAT restarts strategy
0.36/0.64	c timeout=2147483s
0.36/0.64	c DB Simplification allowed=false
0.36/0.64	c --- End Solver configuration ---
0.36/0.64	c solving HOME/instance-1040858-1214998948.xml
0.36/0.64	c reading problem ... 
0.59/0.97	c reading problem named null
0.59/0.97	c reading domains done.
0.59/0.98	c reading variables done.
1.57/1.96	c reading predicates  done.
1.77/2.15	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-1040858-1214998948/watcher-1040858-1214998948 -o /tmp/evaluation-result-1040858-1214998948/solver-1040858-1214998948 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1040858-1214998948.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.32 1.95 4/82 31356
/proc/meminfo: memFree=72960/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=18572 CPUtime=0
/proc/31356/stat : 31356 (runsolver) R 31354 31356 30862 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 683861182 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31356/statm: 4643 292 257 25 0 2626 0

[startup+0.01915 s]
/proc/loadavg: 2.31 2.32 1.95 4/82 31356
/proc/meminfo: memFree=72960/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=1804 CPUtime=0
/proc/31356/stat : 31356 (java) D 31354 31356 30862 0 -1 0 361 0 0 0 0 0 0 0 20 0 1 0 683861182 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 4871076 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/31356/statm: 451 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.101225 s]
/proc/loadavg: 2.31 2.32 1.95 4/82 31356
/proc/meminfo: memFree=72960/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=13012 CPUtime=0.01
/proc/31356/stat : 31356 (java) R 31354 31356 30862 0 -1 0 389 0 16 0 0 1 0 0 18 0 1 0 683861182 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 4842282 0 0 4096 0 0 0 0 17 0 0 0
/proc/31356/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.301199 s]
/proc/loadavg: 2.31 2.32 1.95 4/82 31356
/proc/meminfo: memFree=72960/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=804612 CPUtime=0.1
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 2975 0 28 0 6 4 0 0 18 0 12 0 683861182 823922688 2735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804612

[startup+0.701266 s]
/proc/loadavg: 2.31 2.32 1.95 4/82 31356
/proc/meminfo: memFree=72960/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=807828 CPUtime=0.42
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 5473 0 29 0 36 6 0 0 18 0 12 0 683861182 827215872 4828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 201957 4828 1319 9 0 199319 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 807828

[startup+1.5024 s]
/proc/loadavg: 2.31 2.32 1.95 3/94 31368
/proc/meminfo: memFree=37728/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=808036 CPUtime=1.18
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 6747 0 29 0 110 8 0 0 18 0 12 0 683861182 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 202009 5705 1341 9 0 199371 0
[pid=31356/tid=31358] ppid=31354 vsize=808036 CPUtime=0.7
/proc/31356/task/31358/stat : 31358 (java) R 31354 31356 30862 0 -1 64 4008 0 2 0 66 4 0 0 22 0 12 0 683861194 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 683861199 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861199 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31361/stat : 31361 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 683861202 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 683861203 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 683861203 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31364] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=808036 CPUtime=0.16
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 700 0 0 0 16 0 0 0 16 0 12 0 683861210 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=808036 CPUtime=0.27
/proc/31356/task/31366/stat : 31366 (java) R 31354 31356 30862 0 -1 64 1301 0 0 0 27 0 0 0 16 0 12 0 683861210 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 103822578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=808036 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 827428864 5705 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 808036

[startup+3.10267 s]
/proc/loadavg: 2.44 2.35 1.96 4/94 31368
/proc/meminfo: memFree=19744/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=811224 CPUtime=2.77
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 14462 0 29 0 264 13 0 0 18 0 12 0 683861182 830693376 11496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 202806 11497 1388 9 0 200168 0
[pid=31356/tid=31358] ppid=31354 vsize=811224 CPUtime=1.45
/proc/31356/task/31358/stat : 31358 (java) R 31354 31356 30862 0 -1 64 8960 0 2 0 138 7 0 0 25 0 12 0 683861194 830693376 11498 996147200 134512640 134550740 4294956032 18446744073709551615 4109819344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31359] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 683861199 830693376 11498 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861199 830693376 11499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31361/stat : 31361 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 683861202 830693376 11499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 683861203 830693376 11500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 683861203 830693376 11500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31364] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 830693376 11501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=811224 CPUtime=0.51
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1319 0 0 0 51 0 0 0 16 0 12 0 683861210 830693376 11501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31366] ppid=31354 vsize=811224 CPUtime=0.74
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3447 0 0 0 73 1 0 0 16 0 12 0 683861210 830693376 11502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31367] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 830693376 11502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=811224 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 830693376 11503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 811224

[startup+6.30221 s]
/proc/loadavg: 2.44 2.35 1.96 3/94 31368
/proc/meminfo: memFree=15328/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=814784 CPUtime=6.2
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 36527 0 29 0 598 22 0 0 18 0 12 0 683861182 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 203696 32437 1393 9 0 201058 0
[pid=31356/tid=31358] ppid=31354 vsize=814784 CPUtime=3.92
/proc/31356/task/31358/stat : 31358 (java) R 31354 31356 30862 0 -1 64 17277 0 2 0 380 12 0 0 18 0 12 0 683861194 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4109729429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=814784 CPUtime=0.48
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 7702 0 0 0 45 3 0 0 18 0 12 0 683861199 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=814784 CPUtime=0.46
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 6016 0 0 0 45 1 0 0 16 0 12 0 683861199 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31361/stat : 31361 (java) S 31354 31356 30862 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 683861202 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 683861203 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31363] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=814784 CPUtime=0.51
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1319 0 0 0 51 0 0 0 16 0 12 0 683861210 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31366] ppid=31354 vsize=814784 CPUtime=0.74
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3447 0 0 0 73 1 0 0 16 0 12 0 683861210 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31367] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=814784 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 834338816 32437 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 814784

[startup+12.7023 s]
/proc/loadavg: 2.37 2.33 1.96 6/94 31368
/proc/meminfo: memFree=15008/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=821184 CPUtime=13.28
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 56043 0 29 0 1294 34 0 0 18 0 12 0 683861182 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 205296 49655 1393 9 0 202658 0
[pid=31356/tid=31358] ppid=31354 vsize=821184 CPUtime=8.07
/proc/31356/task/31358/stat : 31358 (java) R 31354 31356 30862 0 -1 64 17286 0 2 0 795 12 0 0 25 0 12 0 683861194 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=821184 CPUtime=2.02
/proc/31356/task/31359/stat : 31359 (java) R 31354 31356 30862 0 -1 64 17554 0 0 0 193 9 0 0 16 0 12 0 683861199 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=821184 CPUtime=1.84
/proc/31356/task/31360/stat : 31360 (java) R 31354 31356 30862 0 -1 64 15668 0 0 0 177 7 0 0 16 0 12 0 683861199 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31361/stat : 31361 (java) S 31354 31356 30862 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 683861202 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 683861203 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31363] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=821184 CPUtime=0.52
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1322 0 0 0 52 0 0 0 16 0 12 0 683861210 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31366] ppid=31354 vsize=821184 CPUtime=0.74
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3447 0 0 0 73 1 0 0 16 0 12 0 683861210 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31367] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 840892416 49655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 821184

[startup+25.5014 s]
/proc/loadavg: 2.32 2.32 1.96 3/94 31368
/proc/meminfo: memFree=14944/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=821184 CPUtime=26.32
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 89532 0 29 0 2582 50 0 0 18 0 12 0 683861182 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 205296 82858 1393 9 0 202658 0
[pid=31356/tid=31358] ppid=31354 vsize=821184 CPUtime=17.07
/proc/31356/task/31358/stat : 31358 (java) R 31354 31356 30862 0 -1 64 17309 0 2 0 1693 14 0 0 25 0 12 0 683861194 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4109742875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=821184 CPUtime=3.91
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 37248 0 0 0 374 17 0 0 17 0 12 0 683861199 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=821184 CPUtime=3.81
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 29420 0 0 0 369 12 0 0 17 0 12 0 683861199 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31361/stat : 31361 (java) S 31354 31356 30862 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 683861202 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 683861203 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31363] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=821184 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 840892416 82858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 1993228 0 32 0 176604 1099 0 0 18 0 12 0 683861182 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 204922 174549 1398 9 0 202284 0
[pid=31356/tid=31358] ppid=31354 vsize=819688 CPUtime=51.34
/proc/31356/task/31358/stat : 31358 (java) S 31354 31356 30862 0 -1 64 36205 0 2 0 5103 31 0 0 16 0 12 0 683861194 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=819688 CPUtime=11.18
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 78976 0 0 0 1083 35 0 0 16 0 12 0 683861199 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=819688 CPUtime=11.17
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 56411 0 0 0 1093 24 0 0 16 0 12 0 683861199 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=819688 CPUtime=1701.44
/proc/31356/task/31361/stat : 31361 (java) R 31354 31356 30862 0 -1 64 1816094 0 2 0 169143 1001 0 0 25 0 12 0 683861202 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683861203 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=819688 CPUtime=0.92
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1355 0 1 0 92 0 0 0 16 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=819688 CPUtime=0.9
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3451 0 0 0 89 1 0 0 16 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.03
Current children cumulated vsize (KiB) 819688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.08 2.04 2.00 3/86 31424
/proc/meminfo: memFree=209448/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=819688 CPUtime=1800.02
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 2056748 0 32 0 178867 1135 0 0 18 0 12 0 683861182 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 204922 174549 1398 9 0 202284 0
[pid=31356/tid=31358] ppid=31354 vsize=819688 CPUtime=51.34
/proc/31356/task/31358/stat : 31358 (java) S 31354 31356 30862 0 -1 64 36211 0 2 0 5103 31 0 0 16 0 12 0 683861194 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=819688 CPUtime=11.18
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 78976 0 0 0 1083 35 0 0 16 0 12 0 683861199 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=819688 CPUtime=11.17
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 56411 0 0 0 1093 24 0 0 16 0 12 0 683861199 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=819688 CPUtime=1724.43
/proc/31356/task/31361/stat : 31361 (java) R 31354 31356 30862 0 -1 64 1879608 0 2 0 171406 1037 0 0 25 0 12 0 683861202 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683861203 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=819688 CPUtime=0.92
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1355 0 1 0 92 0 0 0 16 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=819688 CPUtime=0.9
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3451 0 0 0 89 1 0 0 16 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 839360512 174549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 819688

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+1806.21 s]
/proc/loadavg: 2.08 2.04 2.00 3/87 31425
/proc/meminfo: memFree=209440/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=819688 CPUtime=1800.81
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 2056750 0 32 0 178946 1135 0 0 16 0 12 0 683861182 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 204922 174550 1398 9 0 202284 0
[pid=31356/tid=31358] ppid=31354 vsize=819688 CPUtime=51.34
/proc/31356/task/31358/stat : 31358 (java) S 31354 31356 30862 0 -1 64 36211 0 2 0 5103 31 0 0 16 0 12 0 683861194 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=819688 CPUtime=11.18
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 78976 0 0 0 1083 35 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=819688 CPUtime=11.17
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 56411 0 0 0 1093 24 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=819688 CPUtime=1725.22
/proc/31356/task/31361/stat : 31361 (java) R 31354 31356 30862 0 -1 64 1879608 0 2 0 171485 1037 0 0 25 0 12 0 683861202 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=819688 CPUtime=0.92
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1355 0 1 0 92 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=819688 CPUtime=0.9
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3451 0 0 0 89 1 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 819688

[startup+1807 s]
/proc/loadavg: 2.08 2.04 2.00 3/87 31425
/proc/meminfo: memFree=209440/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=819688 CPUtime=1801.6
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 2056750 0 32 0 179025 1135 0 0 16 0 12 0 683861182 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 204922 174550 1398 9 0 202284 0
[pid=31356/tid=31358] ppid=31354 vsize=819688 CPUtime=51.34
/proc/31356/task/31358/stat : 31358 (java) S 31354 31356 30862 0 -1 64 36211 0 2 0 5103 31 0 0 16 0 12 0 683861194 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=819688 CPUtime=11.18
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 78976 0 0 0 1083 35 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=819688 CPUtime=11.17
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 56411 0 0 0 1093 24 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=819688 CPUtime=1726.01
/proc/31356/task/31361/stat : 31361 (java) R 31354 31356 30862 0 -1 64 1879608 0 2 0 171564 1037 0 0 25 0 12 0 683861202 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=819688 CPUtime=0.92
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1355 0 1 0 92 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=819688 CPUtime=0.9
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3451 0 0 0 89 1 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 819688

[startup+1807.4 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 31425
/proc/meminfo: memFree=209440/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=819688 CPUtime=1802
/proc/31356/stat : 31356 (java) S 31354 31356 30862 0 -1 0 2056750 0 32 0 179065 1135 0 0 16 0 12 0 683861182 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 204922 174550 1398 9 0 202284 0
[pid=31356/tid=31358] ppid=31354 vsize=819688 CPUtime=51.34
/proc/31356/task/31358/stat : 31358 (java) S 31354 31356 30862 0 -1 64 36211 0 2 0 5103 31 0 0 16 0 12 0 683861194 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31359] ppid=31354 vsize=819688 CPUtime=11.18
/proc/31356/task/31359/stat : 31359 (java) S 31354 31356 30862 0 -1 64 78976 0 0 0 1083 35 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31360] ppid=31354 vsize=819688 CPUtime=11.17
/proc/31356/task/31360/stat : 31360 (java) S 31354 31356 30862 0 -1 64 56411 0 0 0 1093 24 0 0 16 0 12 0 683861199 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31361] ppid=31354 vsize=819688 CPUtime=1726.41
/proc/31356/task/31361/stat : 31361 (java) R 31354 31356 30862 0 -1 64 1879608 0 2 0 171604 1037 0 0 25 0 12 0 683861202 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31362] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31362/stat : 31362 (java) S 31354 31356 30862 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31363] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31363/stat : 31363 (java) S 31354 31356 30862 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 683861203 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31356/tid=31364] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31364/stat : 31364 (java) S 31354 31356 30862 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31365] ppid=31354 vsize=819688 CPUtime=0.92
/proc/31356/task/31365/stat : 31365 (java) S 31354 31356 30862 0 -1 64 1355 0 1 0 92 0 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31366] ppid=31354 vsize=819688 CPUtime=0.9
/proc/31356/task/31366/stat : 31366 (java) S 31354 31356 30862 0 -1 64 3451 0 0 0 89 1 0 0 16 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31367] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31367/stat : 31367 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31356/tid=31368] ppid=31354 vsize=819688 CPUtime=0
/proc/31356/task/31368/stat : 31368 (java) S 31354 31356 30862 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683861210 839360512 174550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 819688

[startup+1807.5 s]
/proc/loadavg: 2.07 2.04 2.00 3/87 31425
/proc/meminfo: memFree=209440/2055920 swapFree=4156316/4192956
[pid=31356] ppid=31354 vsize=0 CPUtime=1802.1
/proc/31356/stat : 31356 (java) Z 31354 31356 30862 0 -1 1036 2056750 0 32 0 179067 1143 0 0 16 0 2 0 683861182 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31356/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1807.53
CPU time (s): 1802.14
CPU user time (s): 1790.67
CPU system time (s): 11.4623
CPU usage (%): 99.7015
Max. virtual memory (cumulated for all children) (KiB): 915696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.67
system time used= 11.4623
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2056750
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38124
involuntary context switches= 55931

runsolver used 2.43163 second user time and 5.83911 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-02 13:42:28
IDJOB=1040858
IDBENCH=53748
IDSOLVER=344
FILE ID=node58/1040858-1214998948
PBS_JOBID= 7870807
Free space on /tmp= 64720 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0853b0e8f7ee4392e72aa3d396f96728
RANDOM SEED=1719755767

node58.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.261
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.261
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:         73632 kB
Buffers:          2200 kB
Cached:        1822220 kB
SwapCached:      29532 kB
Active:        1441916 kB
Inactive:       445732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         73632 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:          206928 kB
Writeback:           0 kB
Mapped:          81344 kB
Slab:            79796 kB
Committed_AS:   977404 kB
PageTables:       1928 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= 66212 MiB
End job on node58 at 2008-07-02 14:12:35