Trace number 1040928

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 101.483 96.8481

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-35-35.xml
MD5SUM35b05a83f382898243197cbd730ba6d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.546916
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of constraints2978
Maximum constraint arity35
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2381
Global constraints used (with number of constraints)cumulative(2),weightedsum(595)

Solver Data (download as text)

0.27/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.42	c See www.sat4j.org for details.
0.27/0.42	c That software uses the Rhino library from the Mozilla project.
0.27/0.46	c version 9.9.9.token
0.27/0.46	c sun.arch.data.model	32
0.27/0.46	c java.version	1.6.0_06
0.27/0.46	c os.name	Linux
0.27/0.46	c os.version	2.6.9-22.EL.rootsmp
0.27/0.46	c os.arch	i386
0.27/0.46	c Free memory 669864272
0.27/0.46	c Max memory 672137216
0.27/0.46	c Total memory 672137216
0.27/0.46	c Number of processors 2
0.38/0.51	c c --- Begin Solver configuration ---
0.38/0.51	c Stops conflict analysis at the first Unique Implication Point
0.38/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.51	c Learn all clauses as in MiniSAT
0.38/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.51	c Expensive reason simplification
0.38/0.51	c MiniSAT restarts strategy
0.38/0.51	c timeout=2147483s
0.38/0.51	c DB Simplification allowed=false
0.38/0.51	c --- End Solver configuration ---
0.38/0.51	c solving HOME/instance-1040928-1214998981.xml
0.38/0.51	c reading problem ... 
0.65/0.80	c reading problem named null
0.65/0.80	c reading domains done.
0.65/0.82	c reading variables done.
1.44/1.69	c reading predicates  done.
1.72/1.90	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-1040928-1214998981/watcher-1040928-1214998981 -o /tmp/evaluation-result-1040928-1214998981/solver-1040928-1214998981 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1040928-1214998981.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.37 2.29 1.88 5/74 25482
/proc/meminfo: memFree=1661824/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=18572 CPUtime=0
/proc/25482/stat : 25482 (runsolver) R 25480 25482 24190 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1529565743 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25482/statm: 4643 292 257 25 0 2626 0

[startup+0.035376 s]
/proc/loadavg: 2.37 2.29 1.88 5/74 25482
/proc/meminfo: memFree=1661824/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=13012 CPUtime=0
/proc/25482/stat : 25482 (java) D 25480 25482 24190 0 -1 0 381 0 4 0 0 0 0 0 18 0 1 0 1529565743 13324288 186 996147200 134512640 134550740 4294956032 18446744073709551615 6881567 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25482/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.102379 s]
/proc/loadavg: 2.37 2.29 1.88 5/74 25482
/proc/meminfo: memFree=1661824/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=13452 CPUtime=0.02
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 796 0 28 0 0 2 0 0 18 0 2 0 1529565743 13774848 599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 3363 599 266 9 0 1244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13452

[startup+0.301444 s]
/proc/loadavg: 2.37 2.29 1.88 5/74 25482
/proc/meminfo: memFree=1661824/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=808308 CPUtime=0.19
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 4484 0 29 0 14 5 0 0 18 0 12 0 1529565743 827707392 3842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 202077 3842 1291 9 0 199446 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808308

[startup+0.701493 s]
/proc/loadavg: 2.37 2.29 1.88 5/74 25482
/proc/meminfo: memFree=1661824/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=808336 CPUtime=0.56
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 6051 0 30 0 48 8 0 0 18 0 12 0 1529565743 827736064 5210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 202084 5210 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 808336

[startup+1.5016 s]
/proc/loadavg: 2.37 2.29 1.88 3/86 25494
/proc/meminfo: memFree=1637344/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=808336 CPUtime=1.35
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 7542 0 30 0 126 9 0 0 18 0 12 0 1529565743 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 202084 6055 1342 9 0 199446 0
[pid=25482/tid=25484] ppid=25480 vsize=808336 CPUtime=0.75
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 4324 0 2 0 70 5 0 0 25 0 12 0 1529565752 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1529565756 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1529565756 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1529565758 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1529565758 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1529565758 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=808336 CPUtime=0.33
/proc/25482/task/25491/stat : 25491 (java) R 25480 25482 24190 0 -1 64 1071 0 0 0 33 0 0 0 16 0 12 0 1529565762 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 102083601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=808336 CPUtime=0.21
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 1413 0 0 0 21 0 0 0 16 0 12 0 1529565762 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=808336 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 827736064 6055 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 808336

[startup+3.10276 s]
/proc/loadavg: 2.37 2.29 1.88 4/86 25494
/proc/meminfo: memFree=1626720/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=818224 CPUtime=2.92
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 15473 0 30 0 278 14 0 0 18 0 12 0 1529565743 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 204556 11104 1388 9 0 201918 0
[pid=25482/tid=25484] ppid=25480 vsize=818224 CPUtime=1.33
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 6881 0 2 0 126 7 0 0 25 0 12 0 1529565752 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1529565756 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1529565756 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1529565758 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1529565758 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1529565758 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=818224 CPUtime=0.56
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1666 0 0 0 56 0 0 0 16 0 12 0 1529565762 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=818224 CPUtime=0.98
/proc/25482/task/25492/stat : 25492 (java) R 25480 25482 24190 0 -1 64 6192 0 0 0 95 3 0 0 16 0 12 0 1529565762 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 103300065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=818224 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 837861376 11104 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 818224

[startup+6.30222 s]
/proc/loadavg: 2.42 2.30 1.89 4/86 25494
/proc/meminfo: memFree=1539680/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=819876 CPUtime=6.39
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 39054 0 30 0 611 28 0 0 18 0 12 0 1529565743 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 204969 33826 1393 9 0 202331 0
[pid=25482/tid=25484] ppid=25480 vsize=819876 CPUtime=3.66
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 17280 0 2 0 352 14 0 0 24 0 12 0 1529565752 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4109705865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=819876 CPUtime=0.55
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 8303 0 0 0 52 3 0 0 19 0 12 0 1529565756 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=819876 CPUtime=0.45
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 4693 0 0 0 43 2 0 0 18 0 12 0 1529565756 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1529565758 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=819876 CPUtime=0.57
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1668 0 0 0 57 0 0 0 16 0 12 0 1529565762 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=819876 CPUtime=1.06
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6345 0 0 0 103 3 0 0 17 0 12 0 1529565762 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=819876 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 839553024 33826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 819876

[startup+12.703 s]
/proc/loadavg: 2.63 2.34 1.90 4/86 25494
/proc/meminfo: memFree=1466784/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=827560 CPUtime=14.11
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 57577 0 30 0 1375 36 0 0 18 0 12 0 1529565743 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 206890 50205 1393 9 0 204252 0
[pid=25482/tid=25484] ppid=25480 vsize=827560 CPUtime=7.81
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 17288 0 2 0 767 14 0 0 21 0 12 0 1529565752 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4109147655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25485] ppid=25480 vsize=827560 CPUtime=2.38
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 17983 0 0 0 230 8 0 0 17 0 12 0 1529565756 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25486] ppid=25480 vsize=827560 CPUtime=2.2
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 13528 0 0 0 214 6 0 0 17 0 12 0 1529565756 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25487] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1529565758 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25488] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=827560 CPUtime=0.58
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1668 0 0 0 58 0 0 0 16 0 12 0 1529565762 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=827560 CPUtime=1.06
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6345 0 0 0 103 3 0 0 16 0 12 0 1529565762 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 847421440 50205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 827560

[startup+25.5027 s]
/proc/loadavg: 2.78 2.39 1.92 4/86 25494
/proc/meminfo: memFree=1328160/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=827560 CPUtime=27.39
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 90134 0 30 0 2688 51 0 0 18 0 12 0 1529565743 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 206890 82621 1393 9 0 204252 0
[pid=25482/tid=25484] ppid=25480 vsize=827560 CPUtime=16.93
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 17310 0 2 0 1679 14 0 0 25 0 12 0 1529565752 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4109731227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=827560 CPUtime=4.29
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 33139 0 0 0 414 15 0 0 16 0 12 0 1529565756 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=827560 CPUtime=4.27
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 30881 0 0 0 414 13 0 0 16 0 12 0 1529565756 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25487] ppid=25480 vsize=827560 CPUtime=0.01
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 1529565758 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=827560 CPUtime=0.73
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1694 0 0 0 73 0 0 0 18 0 12 0 1529565762 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=827560 CPUtime=1.06
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6345 0 0 0 103 3 0 0 16 0 12 0 1529565762 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25493] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 847421440 82621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.39
Current children cumulated vsize (KiB) 827560

[startup+51.103 s]
/proc/loadavg: 2.79 2.42 1.95 3/86 25494
/proc/meminfo: memFree=1068064/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=827560 CPUtime=54.56
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 157600 0 30 0 5369 87 0 0 18 0 12 0 1529565743 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 206890 149381 1393 9 0 204252 0
[pid=25482/tid=25484] ppid=25480 vsize=827560 CPUtime=34.81
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 23483 0 2 0 3463 18 0 0 25 0 12 0 1529565752 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4109788472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25485] ppid=25480 vsize=827560 CPUtime=9.03
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 66271 0 0 0 871 32 0 0 17 0 12 0 1529565756 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25486] ppid=25480 vsize=827560 CPUtime=8.64
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 59037 0 0 0 836 28 0 0 16 0 12 0 1529565756 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25487] ppid=25480 vsize=827560 CPUtime=0.01
/proc/25482/task/25487/stat : 25487 (java) S 25480 25482 24190 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1529565758 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25488] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25489] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=827560 CPUtime=0.85
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1699 0 0 0 85 0 0 0 17 0 12 0 1529565762 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25492] ppid=25480 vsize=827560 CPUtime=1.13
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6345 0 0 0 110 3 0 0 16 0 12 0 1529565762 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25493] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=827560 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 847421440 149381 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 827560



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+94.7016 s]
/proc/loadavg: 2.50 2.39 1.96 5/86 25494
/proc/meminfo: memFree=895712/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=923568 CPUtime=99.34
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 205601 0 30 0 9824 110 0 0 18 0 12 0 1529565743 945733632 190316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 230892 190323 1397 9 0 228254 0
[pid=25482/tid=25484] ppid=25480 vsize=923568 CPUtime=49.45
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 35795 0 2 0 4921 24 0 0 19 0 12 0 1529565752 945733632 190343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=923568 CPUtime=12.06
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 73563 0 0 0 1171 35 0 0 16 0 12 0 1529565756 945733632 190351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=923568 CPUtime=11.68
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 60978 0 0 0 1139 29 0 0 15 0 12 0 1529565756 945733632 190360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=923568 CPUtime=23.92
/proc/25482/task/25487/stat : 25487 (java) R 25480 25482 24190 0 -1 64 26529 0 0 0 2379 13 0 0 17 0 12 0 1529565758 945733632 190368 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=923568 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 945733632 190377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25489] ppid=25480 vsize=923568 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 945733632 190384 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=923568 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1529565762 945733632 190391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25491] ppid=25480 vsize=923568 CPUtime=0.94
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1704 0 0 0 94 0 0 0 17 0 12 0 1529565762 945733632 190399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=923568 CPUtime=1.2
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6350 0 0 0 117 3 0 0 16 0 12 0 1529565762 945733632 190407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=923568 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 945733632 190415 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=923568 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) R 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 945733632 190422 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (KiB) 923568

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+95.8017 s]
/proc/loadavg: 2.50 2.39 1.96 4/87 25495
/proc/meminfo: memFree=885208/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=891564 CPUtime=100.43
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 215808 0 30 0 9927 116 0 0 16 0 12 0 1529565743 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25482/statm: 222891 192522 1397 9 0 220253 0
[pid=25482/tid=25484] ppid=25480 vsize=891564 CPUtime=49.45
/proc/25482/task/25484/stat : 25484 (java) R 25480 25482 24190 0 -1 64 35795 0 2 0 4921 24 0 0 19 0 12 0 1529565752 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=891564 CPUtime=12.06
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 73563 0 0 0 1171 35 0 0 16 0 12 0 1529565756 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=891564 CPUtime=11.68
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 60978 0 0 0 1139 29 0 0 15 0 12 0 1529565756 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=891564 CPUtime=25.01
/proc/25482/task/25487/stat : 25487 (java) R 25480 25482 24190 0 -1 64 36684 0 0 0 2483 18 0 0 18 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25489] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25491] ppid=25480 vsize=891564 CPUtime=0.94
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1704 0 0 0 94 0 0 0 17 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=891564 CPUtime=1.2
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6350 0 0 0 117 3 0 0 16 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.43
Current children cumulated vsize (KiB) 891564

[startup+96.6019 s]
/proc/loadavg: 2.50 2.39 1.96 4/87 25495
/proc/meminfo: memFree=885208/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=891564 CPUtime=101.23
/proc/25482/stat : 25482 (java) S 25480 25482 24190 0 -1 0 215808 0 30 0 10007 116 0 0 16 0 12 0 1529565743 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25482/statm: 222891 192522 1397 9 0 220253 0
[pid=25482/tid=25484] ppid=25480 vsize=891564 CPUtime=49.45
/proc/25482/task/25484/stat : 25484 (java) S 25480 25482 24190 0 -1 64 35795 0 2 0 4921 24 0 0 19 0 12 0 1529565752 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25485] ppid=25480 vsize=891564 CPUtime=12.06
/proc/25482/task/25485/stat : 25485 (java) S 25480 25482 24190 0 -1 64 73563 0 0 0 1171 35 0 0 16 0 12 0 1529565756 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25486] ppid=25480 vsize=891564 CPUtime=11.68
/proc/25482/task/25486/stat : 25486 (java) S 25480 25482 24190 0 -1 64 60978 0 0 0 1139 29 0 0 15 0 12 0 1529565756 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25487] ppid=25480 vsize=891564 CPUtime=25.81
/proc/25482/task/25487/stat : 25487 (java) R 25480 25482 24190 0 -1 64 36684 0 0 0 2563 18 0 0 19 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25488] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25488/stat : 25488 (java) S 25480 25482 24190 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25489] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25489/stat : 25489 (java) S 25480 25482 24190 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1529565758 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25490] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25490/stat : 25490 (java) S 25480 25482 24190 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25482/tid=25491] ppid=25480 vsize=891564 CPUtime=0.94
/proc/25482/task/25491/stat : 25491 (java) S 25480 25482 24190 0 -1 64 1704 0 0 0 94 0 0 0 17 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25492] ppid=25480 vsize=891564 CPUtime=1.2
/proc/25482/task/25492/stat : 25492 (java) S 25480 25482 24190 0 -1 64 6350 0 0 0 117 3 0 0 16 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25493] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25493/stat : 25493 (java) S 25480 25482 24190 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25482/tid=25494] ppid=25480 vsize=891564 CPUtime=0
/proc/25482/task/25494/stat : 25494 (java) S 25480 25482 24190 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1529565762 912961536 192522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 891564

[startup+96.8082 s]
/proc/loadavg: 2.50 2.39 1.96 3/87 25495
/proc/meminfo: memFree=885208/2055920 swapFree=4114672/4192956
[pid=25482] ppid=25480 vsize=0 CPUtime=101.43
/proc/25482/stat : 25482 (java) Z 25480 25482 24190 0 -1 1036 215808 0 30 0 10019 124 0 0 16 0 2 0 1529565743 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25482/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 96.8481
CPU time (s): 101.483
CPU user time (s): 100.196
CPU system time (s): 1.2868
CPU usage (%): 104.785
Max. virtual memory (cumulated for all children) (KiB): 923568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.196
system time used= 1.2868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215808
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3688
involuntary context switches= 4495

runsolver used 0.118981 second user time and 0.344947 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-02 13:43:01
IDJOB=1040928
IDBENCH=53755
IDSOLVER=344
FILE ID=node40/1040928-1214998981
PBS_JOBID= 7870843
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35b05a83f382898243197cbd730ba6d5
RANDOM SEED=1256808665

node40.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.209
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.209
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:       1662432 kB
Buffers:          3016 kB
Cached:          99764 kB
SwapCached:      71844 kB
Active:         330892 kB
Inactive:         4108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662432 kB
SwapTotal:     4192956 kB
SwapFree:      4114672 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         239616 kB
Slab:            43152 kB
Committed_AS:  3096348 kB
PageTables:       2316 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= 66484 MiB
End job on node40 at 2008-07-02 13:44:38