Trace number 1069190

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) 40.0189 39.2476

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-5_ext.xml
MD5SUMcb014014947658a23b37a78b36d21e5e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints10
Maximum constraint arity5
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.33	c See www.sat4j.org for details.
0.27/0.33	c That software uses the Rhino library from the Mozilla project.
0.27/0.38	c version 9.9.9.token
0.27/0.38	c sun.arch.data.model	32
0.27/0.38	c java.version	1.6.0_06
0.27/0.38	c os.name	Linux
0.27/0.38	c os.version	2.6.9-22.EL.rootsmp
0.27/0.38	c os.arch	i386
0.27/0.38	c Free memory 669864272
0.27/0.38	c Max memory 672137216
0.27/0.38	c Total memory 672137216
0.27/0.38	c Number of processors 2
0.38/0.43	c c --- Begin Solver configuration ---
0.38/0.43	c Stops conflict analysis at the first Unique Implication Point
0.38/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.43	c Learn all clauses as in MiniSAT
0.38/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.43	c Expensive reason simplification
0.38/0.43	c MiniSAT restarts strategy
0.38/0.43	c timeout=2147483s
0.38/0.43	c DB Simplification allowed=false
0.38/0.43	c --- End Solver configuration ---
0.38/0.43	c solving HOME/instance-1069190-1215158993.xml
0.38/0.43	c reading problem ... 
0.67/0.71	c reading problem named null
0.67/0.71	c reading domains done.
0.67/0.72	c reading variables done.
0.67/0.75	c reading relations done.
1.67/1.75	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-1069190-1215158993/watcher-1069190-1215158993 -o /tmp/evaluation-result-1069190-1215158993/solver-1069190-1215158993 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069190-1215158993.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: 1.85 2.00 1.99 4/83 30499
/proc/meminfo: memFree=1220896/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=18572 CPUtime=0
/proc/30499/stat : 30499 (runsolver) R 30497 30499 30300 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 239994336 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255372881191 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30499/statm: 4643 292 257 25 0 2626 0

[startup+0.0483989 s]
/proc/loadavg: 1.85 2.00 1.99 4/83 30499
/proc/meminfo: memFree=1220896/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=801432 CPUtime=0.03
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 2465 0 1 0 1 2 0 0 18 0 5 0 239994336 820666368 2203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 200358 2203 936 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101609 s]
/proc/loadavg: 1.85 2.00 1.99 4/83 30499
/proc/meminfo: memFree=1220896/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=804488 CPUtime=0.08
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 2929 0 1 0 6 2 0 0 18 0 12 0 239994336 823795712 2662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 201122 2662 1034 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.30163 s]
/proc/loadavg: 1.85 2.00 1.99 4/83 30499
/proc/meminfo: memFree=1220896/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=808784 CPUtime=0.27
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 4739 0 1 0 24 3 0 0 18 0 12 0 239994336 828194816 4066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 202196 4066 1298 9 0 199565 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808784

[startup+0.702674 s]
/proc/loadavg: 1.85 2.00 1.99 4/83 30499
/proc/meminfo: memFree=1220896/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=808812 CPUtime=0.67
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 6227 0 1 0 62 5 0 0 18 0 12 0 239994336 828223488 5355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 202203 5355 1335 9 0 199565 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808812

[startup+1.50275 s]
/proc/loadavg: 1.94 2.02 2.00 3/95 30511
/proc/meminfo: memFree=1200768/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=808812 CPUtime=1.47
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 8671 0 1 0 140 7 0 0 18 0 12 0 239994336 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 202203 7458 1349 9 0 199565 0
[pid=30499/tid=30501] ppid=30497 vsize=808812 CPUtime=0.67
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30300 0 -1 64 5805 0 1 0 62 5 0 0 22 0 12 0 239994338 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4109219300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30502] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 239994339 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30503] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 239994339 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30504] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 239994341 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30505] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 239994342 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30506] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 239994342 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30507] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=808812 CPUtime=0.34
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 795 0 0 0 34 0 0 0 16 0 12 0 239994346 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=808812 CPUtime=0.42
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 1309 0 0 0 42 0 0 0 16 0 12 0 239994346 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=808812 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 828223488 7458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808812

[startup+3.10193 s]
/proc/loadavg: 1.94 2.02 2.00 3/95 30511
/proc/meminfo: memFree=1188480/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=811600 CPUtime=3.07
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 29243 0 1 0 289 18 0 0 18 0 12 0 239994336 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 202900 26864 1360 9 0 200262 0
[pid=30499/tid=30501] ppid=30497 vsize=811600 CPUtime=1.48
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30300 0 -1 64 16780 0 1 0 136 12 0 0 25 0 12 0 239994338 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4109720975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30502] ppid=30497 vsize=811600 CPUtime=0.15
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 4216 0 0 0 14 1 0 0 18 0 12 0 239994339 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30503] ppid=30497 vsize=811600 CPUtime=0.11
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 4140 0 0 0 9 2 0 0 18 0 12 0 239994339 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30504] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30300 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 239994341 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30505] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30506] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 239994342 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30507] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=811600 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=811600 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=811600 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 831078400 26864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811600

[startup+6.30226 s]
/proc/loadavg: 1.94 2.02 2.00 5/95 30511
/proc/meminfo: memFree=983936/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=820468 CPUtime=6.6
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 74223 0 1 0 618 42 0 0 18 0 12 0 239994336 840159232 67757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 205117 67759 1360 9 0 202479 0
[pid=30499/tid=30501] ppid=30497 vsize=820468 CPUtime=2.81
/proc/30499/task/30501/stat : 30501 (java) R 30497 30499 30300 0 -1 64 16974 0 1 0 269 12 0 0 19 0 12 0 239994338 840159232 67760 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=820468 CPUtime=1.29
/proc/30499/task/30502/stat : 30502 (java) R 30497 30499 30300 0 -1 64 30246 0 0 0 114 15 0 0 18 0 12 0 239994339 840159232 67762 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=820468 CPUtime=1.16
/proc/30499/task/30503/stat : 30503 (java) R 30497 30499 30300 0 -1 64 22902 0 0 0 105 11 0 0 19 0 12 0 239994339 840159232 67764 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30504] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30300 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 239994341 840159232 67765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 840159232 67767 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30506] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 239994342 840159232 67769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30507] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 840159232 67771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=820468 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 840159232 67775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=820468 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 840159232 67782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 840159232 67788 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=820468 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 840159232 67795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 820468

[startup+12.7019 s]
/proc/loadavg: 2.11 2.05 2.01 4/95 30511
/proc/meminfo: memFree=740288/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=830708 CPUtime=13.04
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 136445 0 1 0 1230 74 0 0 18 0 12 0 239994336 850644992 127196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 207677 127199 1360 9 0 205039 0
[pid=30499/tid=30501] ppid=30497 vsize=830708 CPUtime=4.97
/proc/30499/task/30501/stat : 30501 (java) S 30497 30499 30300 0 -1 64 23128 0 1 0 482 15 0 0 17 0 12 0 239994338 850644992 127200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=830708 CPUtime=4.72
/proc/30499/task/30502/stat : 30502 (java) R 30497 30499 30300 0 -1 64 81061 0 0 0 430 42 0 0 17 0 12 0 239994339 850644992 127202 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=830708 CPUtime=2.02
/proc/30499/task/30503/stat : 30503 (java) R 30497 30499 30300 0 -1 64 28155 0 0 0 188 14 0 0 22 0 12 0 239994339 850644992 127204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30504/stat : 30504 (java) S 30497 30499 30300 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 239994341 850644992 127206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 850644992 127209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30506] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 239994342 850644992 127211 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30507] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 850644992 127213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=830708 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 850644992 127214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=830708 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 850644992 127217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 850644992 127219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=830708 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 850644992 127221 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 830708

[startup+25.5023 s]
/proc/loadavg: 2.24 2.08 2.02 3/95 30511
/proc/meminfo: memFree=497664/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=862712 CPUtime=26.27
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 215174 0 1 0 2510 117 0 0 18 0 12 0 239994336 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 215678 181653 1365 9 0 213040 0
[pid=30499/tid=30501] ppid=30497 vsize=862712 CPUtime=6.97
/proc/30499/task/30501/stat : 30501 (java) S 30497 30499 30300 0 -1 64 35425 0 1 0 676 21 0 0 18 0 12 0 239994338 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=862712 CPUtime=7.6
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 110658 0 0 0 703 57 0 0 16 0 12 0 239994339 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=862712 CPUtime=2.6
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 28155 0 0 0 246 14 0 0 19 0 12 0 239994339 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=862712 CPUtime=7.75
/proc/30499/task/30504/stat : 30504 (java) R 30497 30499 30300 0 -1 64 36856 0 0 0 755 20 0 0 25 0 12 0 239994341 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=862712 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=862712 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239994342 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=862712 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=862712 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=862712 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=862712 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=862712 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 883417088 181653 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.27
Current children cumulated vsize (KiB) 862712



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.1015 s]
/proc/loadavg: 2.19 2.08 2.02 3/95 30511
/proc/meminfo: memFree=481408/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=926716 CPUtime=37.87
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 237308 0 1 0 3660 127 0 0 18 0 12 0 239994336 948957184 186524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 231679 186530 1365 9 0 229041 0
[pid=30499/tid=30501] ppid=30497 vsize=926716 CPUtime=7.37
/proc/30499/task/30501/stat : 30501 (java) S 30497 30499 30300 0 -1 64 35428 0 1 0 716 21 0 0 17 0 12 0 239994338 948957184 186548 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=926716 CPUtime=7.6
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 110658 0 0 0 703 57 0 0 16 0 12 0 239994339 948957184 186556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=926716 CPUtime=2.6
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 28155 0 0 0 246 14 0 0 19 0 12 0 239994339 948957184 186564 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=926716 CPUtime=18.95
/proc/30499/task/30504/stat : 30504 (java) R 30497 30499 30300 0 -1 64 59034 0 0 0 1865 30 0 0 25 0 12 0 239994341 948957184 186571 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=926716 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 948957184 186578 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=926716 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239994342 948957184 186586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=926716 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 239994346 948957184 186593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=926716 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 948957184 186600 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=926716 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 948957184 186607 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=926716 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 948957184 186615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=926716 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 948957184 186622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.87
Current children cumulated vsize (KiB) 926716

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+38.2016 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 30512
/proc/meminfo: memFree=453304/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=894712 CPUtime=38.96
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 251476 0 1 0 3762 134 0 0 16 0 12 0 239994336 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 223678 192690 1365 9 0 221040 0
[pid=30499/tid=30501] ppid=30497 vsize=894712 CPUtime=7.37
/proc/30499/task/30501/stat : 30501 (java) S 30497 30499 30300 0 -1 64 35428 0 1 0 716 21 0 0 17 0 12 0 239994338 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=894712 CPUtime=7.6
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 110658 0 0 0 703 57 0 0 16 0 12 0 239994339 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=894712 CPUtime=2.6
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 28155 0 0 0 246 14 0 0 19 0 12 0 239994339 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=894712 CPUtime=20.05
/proc/30499/task/30504/stat : 30504 (java) R 30497 30499 30300 0 -1 64 73154 0 0 0 1967 38 0 0 25 0 12 0 239994341 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 106122533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239994342 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=894712 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=894712 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.96
Current children cumulated vsize (KiB) 894712

[startup+39.0017 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 30512
/proc/meminfo: memFree=453304/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=894712 CPUtime=39.76
/proc/30499/stat : 30499 (java) S 30497 30499 30300 0 -1 0 251476 0 1 0 3842 134 0 0 16 0 12 0 239994336 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 223678 192690 1365 9 0 221040 0
[pid=30499/tid=30501] ppid=30497 vsize=894712 CPUtime=7.37
/proc/30499/task/30501/stat : 30501 (java) S 30497 30499 30300 0 -1 64 35428 0 1 0 716 21 0 0 17 0 12 0 239994338 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30502] ppid=30497 vsize=894712 CPUtime=7.6
/proc/30499/task/30502/stat : 30502 (java) S 30497 30499 30300 0 -1 64 110658 0 0 0 703 57 0 0 16 0 12 0 239994339 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30503] ppid=30497 vsize=894712 CPUtime=2.6
/proc/30499/task/30503/stat : 30503 (java) S 30497 30499 30300 0 -1 64 28155 0 0 0 246 14 0 0 19 0 12 0 239994339 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30504] ppid=30497 vsize=894712 CPUtime=20.85
/proc/30499/task/30504/stat : 30504 (java) R 30497 30499 30300 0 -1 64 73154 0 0 0 2047 38 0 0 25 0 12 0 239994341 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 104136397 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30505] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30505/stat : 30505 (java) S 30497 30499 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 239994342 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30506] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30506/stat : 30506 (java) S 30497 30499 30300 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239994342 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30499/tid=30507] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30507/stat : 30507 (java) S 30497 30499 30300 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30508] ppid=30497 vsize=894712 CPUtime=0.49
/proc/30499/task/30508/stat : 30508 (java) S 30497 30499 30300 0 -1 64 804 0 0 0 49 0 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30509] ppid=30497 vsize=894712 CPUtime=0.79
/proc/30499/task/30509/stat : 30509 (java) S 30497 30499 30300 0 -1 64 2514 0 0 0 78 1 0 0 16 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30510] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30510/stat : 30510 (java) S 30497 30499 30300 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30499/tid=30511] ppid=30497 vsize=894712 CPUtime=0
/proc/30499/task/30511/stat : 30511 (java) S 30497 30499 30300 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239994346 916185088 192690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.76
Current children cumulated vsize (KiB) 894712

[startup+39.2019 s]
/proc/loadavg: 2.19 2.08 2.02 3/96 30512
/proc/meminfo: memFree=453304/2055912 swapFree=4178532/4192956
[pid=30499] ppid=30497 vsize=0 CPUtime=39.96
/proc/30499/stat : 30499 (java) Z 30497 30499 30300 0 -1 1036 251476 0 1 0 3854 142 0 0 16 0 2 0 239994336 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30499/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 39.2476
CPU time (s): 40.0189
CPU user time (s): 38.5471
CPU system time (s): 1.47178
CPU usage (%): 101.965
Max. virtual memory (cumulated for all children) (KiB): 926716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5471
system time used= 1.47178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251476
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1557
involuntary context switches= 1357

runsolver used 0.058991 second user time and 0.147977 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 10:09:53
IDJOB=1069190
IDBENCH=55567
IDSOLVER=344
FILE ID=node78/1069190-1215158993
PBS_JOBID= 7881460
Free space on /tmp= 126752 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-5_ext.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-1069190-1215158993/watcher-1069190-1215158993 -o /tmp/evaluation-result-1069190-1215158993/solver-1069190-1215158993 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069190-1215158993.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb014014947658a23b37a78b36d21e5e
RANDOM SEED=435250846

node78.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.247
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.247
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:      2055912 kB
MemFree:       1221376 kB
Buffers:         36688 kB
Cached:         262884 kB
SwapCached:       7584 kB
Active:         709140 kB
Inactive:        69988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1221376 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         497372 kB
Slab:            39616 kB
Committed_AS:  1171816 kB
PageTables:       2700 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126752 MiB
End job on node78 at 2008-07-04 10:10:33