Trace number 1071000

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) 42.9215 41.2313

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle13.xml
MD5SUM8e0a6b1b480be0db9808d9823374c0e2
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 benchmark0.161974
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	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-1071000-1215167705.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.58/0.69	c reading variables done.
0.68/0.75	c reading relations done.
2.06/2.17	c reading predicates  done.
2.25/2.35	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-1071000-1215167705/watcher-1071000-1215167705 -o /tmp/evaluation-result-1071000-1215167705/solver-1071000-1215167705 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071000-1215167705.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.93 2.00 1.99 4/73 23320
/proc/meminfo: memFree=1747384/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=18572 CPUtime=0
/proc/23320/stat : 23320 (runsolver) R 23318 23320 20736 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1995745067 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23320/statm: 4643 292 257 25 0 2626 0

[startup+0.096949 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 23320
/proc/meminfo: memFree=1747384/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=804488 CPUtime=0.07
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 2940 0 1 0 6 1 0 0 18 0 12 0 1995745067 823795712 2673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 201122 2673 1043 9 0 198491 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804488

[startup+0.102947 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 23320
/proc/meminfo: memFree=1747384/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=804612 CPUtime=0.07
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 2994 0 1 0 6 1 0 0 18 0 12 0 1995745067 823922688 2727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.302971 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 23320
/proc/meminfo: memFree=1747384/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=808212 CPUtime=0.28
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 4928 0 1 0 26 2 0 0 18 0 12 0 1995745067 827609088 4255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 202053 4255 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.70301 s]
/proc/loadavg: 1.93 2.00 1.99 4/73 23320
/proc/meminfo: memFree=1747384/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=808240 CPUtime=0.68
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 6341 0 1 0 64 4 0 0 18 0 12 0 1995745067 827637760 5469 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 202060 5469 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.50109 s]
/proc/loadavg: 1.93 2.00 1.99 3/85 23332
/proc/meminfo: memFree=1728344/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=811696 CPUtime=1.47
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 9968 0 1 0 142 5 0 0 18 0 12 0 1995745067 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 202924 7889 1349 9 0 200286 0
[pid=23320/tid=23322] ppid=23318 vsize=811696 CPUtime=0.64
/proc/23320/task/23322/stat : 23322 (java) R 23318 23320 20736 0 -1 64 5372 0 1 0 61 3 0 0 20 0 12 0 1995745068 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4109219206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23323] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745069 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23324] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1995745069 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23325] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23325/stat : 23325 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1995745071 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23326] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1995745072 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23327] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1995745072 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23328] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=811696 CPUtime=0.51
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2661 0 0 0 51 0 0 0 16 0 12 0 1995745076 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=811696 CPUtime=0.28
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 1172 0 0 0 28 0 0 0 16 0 12 0 1995745076 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 831176704 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 831176704 7889 996147200 134512640 134550740 4294956032 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) 811696

[startup+3.10126 s]
/proc/loadavg: 2.02 2.01 2.00 6/85 23332
/proc/meminfo: memFree=1672856/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=811696 CPUtime=3.05
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 26066 0 1 0 294 11 0 0 18 0 12 0 1995745067 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 202924 22901 1369 9 0 200286 0
[pid=23320/tid=23322] ppid=23318 vsize=811696 CPUtime=1.64
/proc/23320/task/23322/stat : 23322 (java) R 23318 23320 20736 0 -1 64 17232 0 1 0 157 7 0 0 21 0 12 0 1995745068 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4109752771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23323] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 1529 0 0 0 0 0 0 0 17 0 12 0 1995745069 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23324] ppid=23318 vsize=811696 CPUtime=0.02
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 1457 0 0 0 2 0 0 0 17 0 12 0 1995745069 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23325] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23325/stat : 23325 (java) S 23318 23320 20736 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1995745071 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23326] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23327] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1995745072 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23328] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=811696 CPUtime=0.67
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2670 0 0 0 67 0 0 0 16 0 12 0 1995745076 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=811696 CPUtime=0.66
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 2386 0 0 0 66 0 0 0 16 0 12 0 1995745076 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=811696 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 831176704 22901 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811696

[startup+6.30259 s]
/proc/loadavg: 2.02 2.01 2.00 4/85 23332
/proc/meminfo: memFree=1528984/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=828388 CPUtime=6.8
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 72896 0 1 0 648 32 0 0 18 0 12 0 1995745067 848269312 62455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 207097 62458 1385 9 0 204459 0
[pid=23320/tid=23322] ppid=23318 vsize=828388 CPUtime=3
/proc/23320/task/23322/stat : 23322 (java) R 23318 23320 20736 0 -1 64 17246 0 1 0 293 7 0 0 25 0 12 0 1995745068 848269312 62460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23323] ppid=23318 vsize=828388 CPUtime=0.94
/proc/23320/task/23323/stat : 23323 (java) R 23318 23320 20736 0 -1 64 24626 0 0 0 83 11 0 0 18 0 12 0 1995745069 848269312 62462 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=828388 CPUtime=1.08
/proc/23320/task/23324/stat : 23324 (java) R 23318 23320 20736 0 -1 64 23799 0 0 0 99 9 0 0 18 0 12 0 1995745069 848269312 62464 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23325] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23325/stat : 23325 (java) S 23318 23320 20736 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1995745071 848269312 62466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23326] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 848269312 62468 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23327] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1995745072 848269312 62470 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23328] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 848269312 62472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=828388 CPUtime=0.7
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2678 0 0 0 70 0 0 0 16 0 12 0 1995745076 848269312 62474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=828388 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 848269312 62476 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 848269312 62478 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 848269312 62480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 828388

[startup+12.7013 s]
/proc/loadavg: 2.16 2.04 2.01 4/85 23332
/proc/meminfo: memFree=1423896/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=828388 CPUtime=13.52
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 103563 0 1 0 1308 44 0 0 18 0 12 0 1995745067 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 207097 92243 1385 9 0 204459 0
[pid=23320/tid=23322] ppid=23318 vsize=828388 CPUtime=7.03
/proc/23320/task/23322/stat : 23322 (java) R 23318 23320 20736 0 -1 64 23402 0 1 0 694 9 0 0 19 0 12 0 1995745068 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=828388 CPUtime=2.34
/proc/23320/task/23323/stat : 23323 (java) R 23318 23320 20736 0 -1 64 37539 0 0 0 218 16 0 0 16 0 12 0 1995745069 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 105852898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=828388 CPUtime=2.36
/proc/23320/task/23324/stat : 23324 (java) R 23318 23320 20736 0 -1 64 35389 0 0 0 221 15 0 0 16 0 12 0 1995745069 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23325] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23325/stat : 23325 (java) S 23318 23320 20736 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1995745071 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23327] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1995745072 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23328] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=828388 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=828388 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 848269312 92243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 828388

[startup+25.5026 s]
/proc/loadavg: 2.14 2.04 2.01 3/85 23332
/proc/meminfo: memFree=1078680/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=828388 CPUtime=27.13
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 200127 0 1 0 2628 85 0 0 18 0 12 0 1995745067 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 207097 167977 1388 9 0 204459 0
[pid=23320/tid=23322] ppid=23318 vsize=828388 CPUtime=11.53
/proc/23320/task/23322/stat : 23322 (java) S 23318 23320 20736 0 -1 64 35708 0 1 0 1138 15 0 0 17 0 12 0 1995745068 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=828388 CPUtime=5.01
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 76042 0 0 0 470 31 0 0 17 0 12 0 1995745069 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=828388 CPUtime=4.92
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 65385 0 0 0 465 27 0 0 17 0 12 0 1995745069 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23325] ppid=23318 vsize=828388 CPUtime=3.85
/proc/23320/task/23325/stat : 23325 (java) R 23318 23320 20736 0 -1 64 15789 0 0 0 379 6 0 0 25 0 12 0 1995745071 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 106122521 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23327] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995745072 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23328] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=828388 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=828388 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=828388 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 848269312 167977 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.13
Current children cumulated vsize (KiB) 828388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+39.103 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 23332
/proc/meminfo: memFree=960536/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=924396 CPUtime=40.79
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 285450 0 1 0 3961 118 0 0 18 0 12 0 1995745067 946581504 198273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 231099 198279 1388 9 0 228461 0
[pid=23320/tid=23322] ppid=23318 vsize=924396 CPUtime=12.75
/proc/23320/task/23322/stat : 23322 (java) S 23318 23320 20736 0 -1 64 35713 0 1 0 1260 15 0 0 17 0 12 0 1995745068 946581504 198296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=924396 CPUtime=5.15
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 76042 0 0 0 484 31 0 0 17 0 12 0 1995745069 946581504 198307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=924396 CPUtime=5.08
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 65385 0 0 0 481 27 0 0 17 0 12 0 1995745069 946581504 198316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23325] ppid=23318 vsize=924396 CPUtime=16.01
/proc/23320/task/23325/stat : 23325 (java) R 23318 23320 20736 0 -1 64 101159 0 0 0 1562 39 0 0 25 0 12 0 1995745071 946581504 198324 996147200 134512640 134550740 4294956032 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=924396 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 946581504 198332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23327] ppid=23318 vsize=924396 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995745072 946581504 198340 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23328] ppid=23318 vsize=924396 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1995745076 946581504 198348 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=924396 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 946581504 198356 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=924396 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 946581504 198364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=924396 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 946581504 198372 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=924396 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 946581504 198380 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.79
Current children cumulated vsize (KiB) 924396

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+39.8021 s]
/proc/loadavg: 2.18 2.06 2.01 3/86 23333
/proc/meminfo: memFree=979536/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=892392 CPUtime=41.48
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 287849 0 1 0 4029 119 0 0 16 0 12 0 1995745067 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 223098 192669 1388 9 0 220460 0
[pid=23320/tid=23322] ppid=23318 vsize=892392 CPUtime=12.75
/proc/23320/task/23322/stat : 23322 (java) S 23318 23320 20736 0 -1 64 35713 0 1 0 1260 15 0 0 17 0 12 0 1995745068 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=892392 CPUtime=5.15
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 76042 0 0 0 484 31 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=892392 CPUtime=5.08
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 65385 0 0 0 481 27 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23325] ppid=23318 vsize=892392 CPUtime=16.71
/proc/23320/task/23325/stat : 23325 (java) R 23318 23320 20736 0 -1 64 103505 0 0 0 1630 41 0 0 25 0 12 0 1995745071 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23327] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23328] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=892392 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=892392 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 892392

[startup+40.6021 s]
/proc/loadavg: 2.18 2.06 2.01 3/86 23333
/proc/meminfo: memFree=979536/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=892392 CPUtime=42.28
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 287849 0 1 0 4109 119 0 0 16 0 12 0 1995745067 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 223098 192669 1388 9 0 220460 0
[pid=23320/tid=23322] ppid=23318 vsize=892392 CPUtime=12.75
/proc/23320/task/23322/stat : 23322 (java) S 23318 23320 20736 0 -1 64 35713 0 1 0 1260 15 0 0 17 0 12 0 1995745068 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=892392 CPUtime=5.15
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 76042 0 0 0 484 31 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=892392 CPUtime=5.08
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 65385 0 0 0 481 27 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23325] ppid=23318 vsize=892392 CPUtime=17.52
/proc/23320/task/23325/stat : 23325 (java) R 23318 23320 20736 0 -1 64 103505 0 0 0 1711 41 0 0 25 0 12 0 1995745071 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23327] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23328] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=892392 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=892392 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.28
Current children cumulated vsize (KiB) 892392

[startup+41.0022 s]
/proc/loadavg: 2.18 2.06 2.01 3/86 23333
/proc/meminfo: memFree=979536/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=892392 CPUtime=42.69
/proc/23320/stat : 23320 (java) S 23318 23320 20736 0 -1 0 287849 0 1 0 4149 120 0 0 16 0 12 0 1995745067 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 223098 192669 5575 9 0 220460 0
[pid=23320/tid=23322] ppid=23318 vsize=892392 CPUtime=12.75
/proc/23320/task/23322/stat : 23322 (java) S 23318 23320 20736 0 -1 64 35713 0 1 0 1260 15 0 0 17 0 12 0 1995745068 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23323] ppid=23318 vsize=892392 CPUtime=5.15
/proc/23320/task/23323/stat : 23323 (java) S 23318 23320 20736 0 -1 64 76042 0 0 0 484 31 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23324] ppid=23318 vsize=892392 CPUtime=5.08
/proc/23320/task/23324/stat : 23324 (java) S 23318 23320 20736 0 -1 64 65385 0 0 0 481 27 0 0 17 0 12 0 1995745069 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23325] ppid=23318 vsize=892392 CPUtime=17.91
/proc/23320/task/23325/stat : 23325 (java) R 23318 23320 20736 0 -1 64 103505 0 0 0 1750 41 0 0 25 0 12 0 1995745071 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23326] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23326/stat : 23326 (java) S 23318 23320 20736 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23327] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23327/stat : 23327 (java) S 23318 23320 20736 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995745072 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23320/tid=23328] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23328/stat : 23328 (java) S 23318 23320 20736 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23329] ppid=23318 vsize=892392 CPUtime=0.72
/proc/23320/task/23329/stat : 23329 (java) S 23318 23320 20736 0 -1 64 2679 0 0 0 72 0 0 0 16 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23330] ppid=23318 vsize=892392 CPUtime=1.01
/proc/23320/task/23330/stat : 23330 (java) S 23318 23320 20736 0 -1 64 3762 0 0 0 100 1 0 0 17 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23331] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23331/stat : 23331 (java) S 23318 23320 20736 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23320/tid=23332] ppid=23318 vsize=892392 CPUtime=0
/proc/23320/task/23332/stat : 23332 (java) S 23318 23320 20736 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995745076 913809408 192669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.69
Current children cumulated vsize (KiB) 892392

[startup+41.2029 s]
/proc/loadavg: 2.18 2.06 2.01 3/86 23333
/proc/meminfo: memFree=979536/2055920 swapFree=4180448/4192956
[pid=23320] ppid=23318 vsize=0 CPUtime=42.88
/proc/23320/stat : 23320 (java) Z 23318 23320 20736 0 -1 1036 287864 0 1 0 4160 128 0 0 16 0 2 0 1995745067 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23320/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 42.88
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 41.2313
CPU time (s): 42.9215
CPU user time (s): 41.6067
CPU system time (s): 1.3148
CPU usage (%): 104.099
Max. virtual memory (cumulated for all children) (KiB): 924396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6067
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287864
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= 1914
involuntary context switches= 2136

runsolver used 0.049992 second user time and 0.159975 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-04 12:35:05
IDJOB=1071000
IDBENCH=56010
IDSOLVER=344
FILE ID=node24/1071000-1215167705
PBS_JOBID= 7877430
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e0a6b1b480be0db9808d9823374c0e2
RANDOM SEED=175201538

node24.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.232
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.232
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:       1747864 kB
Buffers:         11980 kB
Cached:          95704 kB
SwapCached:       6556 kB
Active:         228748 kB
Inactive:        22816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747864 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         150592 kB
Slab:            41232 kB
Committed_AS:  3722340 kB
PageTables:       2292 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= 66548 MiB
End job on node24 at 2008-07-04 12:35:46