Trace number 1076974

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) 43.8803 42.241

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-03.xml
MD5SUMd28060cd6a868436f27486ab90f32461
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.44232
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.0183761 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 25308
/proc/meminfo: memFree=1543944/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=13376 CPUtime=0
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 814 0 0 0 0 0 0 0 20 0 2 0 641997701 13697024 589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 3344 589 257 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13376

[startup+0.101384 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 25308
/proc/meminfo: memFree=1543944/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=804612 CPUtime=0.08
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 2995 0 1 0 6 2 0 0 20 0 12 0 641997701 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301403 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 25308
/proc/meminfo: memFree=1543944/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=807848 CPUtime=0.28
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 4838 0 1 0 24 4 0 0 20 0 12 0 641997701 827236352 4165 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 201962 4165 1297 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.701437 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 25308
/proc/meminfo: memFree=1543944/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=807876 CPUtime=0.67
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 6093 0 1 0 62 5 0 0 20 0 12 0 641997701 827265024 5418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 201969 5418 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807876

[startup+1.50152 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 25320
/proc/meminfo: memFree=1525288/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=812224 CPUtime=1.46
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 9763 0 1 0 139 7 0 0 20 0 12 0 641997701 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 203056 7538 1352 9 0 200418 0
[pid=25308/tid=25310] ppid=25306 vsize=812224 CPUtime=0.61
/proc/25308/task/25310/stat : 25310 (java) R 25306 25308 22834 0 -1 64 5009 0 1 0 57 4 0 0 25 0 12 0 641997702 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4109186628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 641997704 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 641997704 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25313/stat : 25313 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 641997705 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 641997706 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 641997706 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=812224 CPUtime=0.43
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 977 0 0 0 43 0 0 0 16 0 12 0 641997710 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=812224 CPUtime=0.4
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 3013 0 0 0 39 1 0 0 17 0 12 0 641997710 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25319] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=812224 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 831717376 7538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812224

[startup+3.10268 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 25320
/proc/meminfo: memFree=1487144/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=812548 CPUtime=3.05
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 25452 0 1 0 289 16 0 0 20 0 12 0 641997701 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 203137 22449 1368 9 0 200499 0
[pid=25308/tid=25310] ppid=25306 vsize=812548 CPUtime=1.6
/proc/25308/task/25310/stat : 25310 (java) R 25306 25308 22834 0 -1 64 17257 0 1 0 148 12 0 0 25 0 12 0 641997702 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4109793943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=812548 CPUtime=0.03
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 1032 0 0 0 3 0 0 0 17 0 12 0 641997704 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=812548 CPUtime=0.03
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 1450 0 0 0 3 0 0 0 17 0 12 0 641997704 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25313/stat : 25313 (java) S 25306 25308 22834 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 641997705 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=812548 CPUtime=0.76
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1899 0 0 0 76 0 0 0 16 0 12 0 641997710 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=812548 CPUtime=0.57
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 3022 0 0 0 56 1 0 0 16 0 12 0 641997710 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25319] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=812548 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 832049152 22449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812548

[startup+6.303 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 25320
/proc/meminfo: memFree=1322984/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=827592 CPUtime=7.12
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 77112 0 1 0 666 46 0 0 20 0 12 0 641997701 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 206898 68128 1368 9 0 204260 0
[pid=25308/tid=25310] ppid=25306 vsize=827592 CPUtime=2.87
/proc/25308/task/25310/stat : 25310 (java) R 25306 25308 22834 0 -1 64 17263 0 1 0 275 12 0 0 25 0 12 0 641997702 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4109581608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=827592 CPUtime=1.45
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 25251 0 0 0 131 14 0 0 16 0 12 0 641997704 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=827592 CPUtime=1.4
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 28885 0 0 0 125 15 0 0 21 0 12 0 641997704 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25313/stat : 25313 (java) S 25306 25308 22834 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 641997705 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=827592 CPUtime=0.76
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1899 0 0 0 76 0 0 0 16 0 12 0 641997710 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=827592 CPUtime=0.57
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 3022 0 0 0 56 1 0 0 16 0 12 0 641997710 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25319] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=827592 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) R 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 847454208 68128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 827592

[startup+12.7026 s]
/proc/loadavg: 2.22 2.05 2.02 3/94 25320
/proc/meminfo: memFree=1115432/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=833472 CPUtime=13.84
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 120891 0 1 0 1315 69 0 0 20 0 12 0 641997701 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 208368 108118 1384 9 0 205730 0
[pid=25308/tid=25310] ppid=25306 vsize=833472 CPUtime=5.84
/proc/25308/task/25310/stat : 25310 (java) R 25306 25308 22834 0 -1 64 23425 0 1 0 568 16 0 0 25 0 12 0 641997702 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4109941603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25311] ppid=25306 vsize=833472 CPUtime=3.22
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 52456 0 0 0 293 29 0 0 16 0 12 0 641997704 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25312] ppid=25306 vsize=833472 CPUtime=2.94
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 37432 0 0 0 275 19 0 0 16 0 12 0 641997704 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25313] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25313/stat : 25313 (java) S 25306 25308 22834 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 641997705 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25314] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=833472 CPUtime=0.81
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1914 0 0 0 81 0 0 0 16 0 12 0 641997710 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=833472 CPUtime=0.97
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 4872 0 0 0 95 2 0 0 16 0 12 0 641997710 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25319] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=833472 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 853475328 108118 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 833472

[startup+25.5029 s]
/proc/loadavg: 2.38 2.09 2.03 3/94 25320
/proc/meminfo: memFree=841512/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=865476 CPUtime=27.3
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 215657 0 1 0 2610 120 0 0 20 0 12 0 641997701 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 216369 176398 1387 9 0 213731 0
[pid=25308/tid=25310] ppid=25306 vsize=865476 CPUtime=10.13
/proc/25308/task/25310/stat : 25310 (java) S 25306 25308 22834 0 -1 64 35730 0 1 0 989 24 0 0 17 0 12 0 641997702 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=865476 CPUtime=5.51
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 88594 0 0 0 504 47 0 0 17 0 12 0 641997704 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=865476 CPUtime=5.07
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 52742 0 0 0 481 26 0 0 17 0 12 0 641997704 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=865476 CPUtime=4.75
/proc/25308/task/25313/stat : 25313 (java) R 25306 25308 22834 0 -1 64 31043 0 0 0 458 17 0 0 25 0 12 0 641997705 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 105677189 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=865476 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=865476 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=865476 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=865476 CPUtime=0.81
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1914 0 0 0 81 0 0 0 16 0 12 0 641997710 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=865476 CPUtime=0.97
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 4872 0 0 0 95 2 0 0 16 0 12 0 641997710 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25319] ppid=25306 vsize=865476 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=865476 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 886247424 176398 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.3
Current children cumulated vsize (KiB) 865476



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+40.1024 s]
/proc/loadavg: 2.30 2.09 2.03 3/94 25320
/proc/meminfo: memFree=780008/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=929480 CPUtime=41.76
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 246543 0 1 0 4039 137 0 0 20 0 12 0 641997701 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 232370 191775 1387 9 0 229732 0
[pid=25308/tid=25310] ppid=25306 vsize=929480 CPUtime=10.8
/proc/25308/task/25310/stat : 25310 (java) S 25306 25308 22834 0 -1 64 35734 0 1 0 1056 24 0 0 17 0 12 0 641997702 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=929480 CPUtime=5.51
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 88594 0 0 0 504 47 0 0 17 0 12 0 641997704 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=929480 CPUtime=5.07
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 52742 0 0 0 481 26 0 0 17 0 12 0 641997704 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=929480 CPUtime=18.54
/proc/25308/task/25313/stat : 25313 (java) R 25306 25308 22834 0 -1 64 61925 0 0 0 1820 34 0 0 25 0 12 0 641997705 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=929480 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=929480 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=929480 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=929480 CPUtime=0.81
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1914 0 0 0 81 0 0 0 16 0 12 0 641997710 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=929480 CPUtime=0.97
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 4872 0 0 0 95 2 0 0 16 0 12 0 641997710 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25319] ppid=25306 vsize=929480 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=929480 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 951787520 191775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.76
Current children cumulated vsize (KiB) 929480

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+41.4025 s]
/proc/loadavg: 2.30 2.09 2.03 3/95 25321
/proc/meminfo: memFree=770976/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=897476 CPUtime=43.05
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 256717 0 1 0 4161 144 0 0 16 0 12 0 641997701 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 224369 193947 1387 9 0 221731 0
[pid=25308/tid=25310] ppid=25306 vsize=897476 CPUtime=10.8
/proc/25308/task/25310/stat : 25310 (java) S 25306 25308 22834 0 -1 64 35734 0 1 0 1056 24 0 0 17 0 12 0 641997702 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=897476 CPUtime=5.51
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 88594 0 0 0 504 47 0 0 17 0 12 0 641997704 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=897476 CPUtime=5.07
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 52742 0 0 0 481 26 0 0 17 0 12 0 641997704 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=897476 CPUtime=19.82
/proc/25308/task/25313/stat : 25313 (java) R 25306 25308 22834 0 -1 64 72097 0 0 0 1941 41 0 0 25 0 12 0 641997705 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 106122260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=897476 CPUtime=0.81
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1914 0 0 0 81 0 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=897476 CPUtime=0.97
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 4872 0 0 0 95 2 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25319] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 897476

[startup+41.8076 s]
/proc/loadavg: 2.30 2.09 2.03 3/95 25321
/proc/meminfo: memFree=770976/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=897476 CPUtime=43.45
/proc/25308/stat : 25308 (java) S 25306 25308 22834 0 -1 0 256717 0 1 0 4201 144 0 0 16 0 12 0 641997701 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 224369 193947 1387 9 0 221731 0
[pid=25308/tid=25310] ppid=25306 vsize=897476 CPUtime=10.8
/proc/25308/task/25310/stat : 25310 (java) S 25306 25308 22834 0 -1 64 35734 0 1 0 1056 24 0 0 17 0 12 0 641997702 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25311] ppid=25306 vsize=897476 CPUtime=5.51
/proc/25308/task/25311/stat : 25311 (java) S 25306 25308 22834 0 -1 64 88594 0 0 0 504 47 0 0 17 0 12 0 641997704 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25312] ppid=25306 vsize=897476 CPUtime=5.07
/proc/25308/task/25312/stat : 25312 (java) S 25306 25308 22834 0 -1 64 52742 0 0 0 481 26 0 0 17 0 12 0 641997704 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25313] ppid=25306 vsize=897476 CPUtime=20.22
/proc/25308/task/25313/stat : 25313 (java) R 25306 25308 22834 0 -1 64 72097 0 0 0 1981 41 0 0 25 0 12 0 641997705 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25314] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25314/stat : 25314 (java) S 25306 25308 22834 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 641997706 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25315] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25315/stat : 25315 (java) S 25306 25308 22834 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 641997706 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25316] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25316/stat : 25316 (java) S 25306 25308 22834 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25317] ppid=25306 vsize=897476 CPUtime=0.81
/proc/25308/task/25317/stat : 25317 (java) S 25306 25308 22834 0 -1 64 1914 0 0 0 81 0 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25318] ppid=25306 vsize=897476 CPUtime=0.97
/proc/25308/task/25318/stat : 25318 (java) S 25306 25308 22834 0 -1 64 4872 0 0 0 95 2 0 0 16 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25308/tid=25319] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25319/stat : 25319 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25308/tid=25320] ppid=25306 vsize=897476 CPUtime=0
/proc/25308/task/25320/stat : 25320 (java) S 25306 25308 22834 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 641997710 919015424 193947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.45
Current children cumulated vsize (KiB) 897476

[startup+42.203 s]
/proc/loadavg: 2.30 2.09 2.03 3/95 25321
/proc/meminfo: memFree=770976/2055920 swapFree=4176960/4192956
[pid=25308] ppid=25306 vsize=0 CPUtime=43.83
/proc/25308/stat : 25308 (java) Z 25306 25308 22834 0 -1 1036 256717 0 1 0 4232 151 0 0 16 0 2 0 641997701 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25308/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 42.241
CPU time (s): 43.8803
CPU user time (s): 42.3226
CPU system time (s): 1.55776
CPU usage (%): 103.881
Max. virtual memory (cumulated for all children) (KiB): 929480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3226
system time used= 1.55776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256717
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= 1862
involuntary context switches= 3403

runsolver used 0.05999 second user time and 0.150977 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 18:59:36
IDJOB=1076974
IDBENCH=56621
IDSOLVER=344
FILE ID=node84/1076974-1215190775
PBS_JOBID= 7881519
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-03.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-1076974-1215190775/watcher-1076974-1215190775 -o /tmp/evaluation-result-1076974-1215190775/solver-1076974-1215190775 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076974-1215190775.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28060cd6a868436f27486ab90f32461
RANDOM SEED=804423683

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1544360 kB
Buffers:         72912 kB
Cached:         308248 kB
SwapCached:      10452 kB
Active:         255096 kB
Inactive:       209796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544360 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          98848 kB
Slab:            31672 kB
Committed_AS:  1258924 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node84 at 2008-07-04 19:00:18