Trace number 1076890

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.1434 39.4406

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-05.xml
MD5SUMd74c559f93ee1657fc0d343cc7d6c2bf
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 benchmark1.03184
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
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-1076890-1215190391.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.
1.97/2.04	c reading predicates  done.
2.17/2.23	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-1076890-1215190391/watcher-1076890-1215190391 -o /tmp/evaluation-result-1076890-1215190391/solver-1076890-1215190391 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076890-1215190391.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.08 2.02 1.93 4/82 18254
/proc/meminfo: memFree=1480632/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=18572 CPUtime=0
/proc/18254/stat : 18254 (runsolver) R 18252 18254 13368 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 259981800 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18254/statm: 4643 292 257 25 0 2626 0

[startup+0.0553199 s]
/proc/loadavg: 2.08 2.02 1.93 4/82 18254
/proc/meminfo: memFree=1480632/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=802236 CPUtime=0.04
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 2624 0 1 0 3 1 0 0 21 0 7 0 259981800 821489664 2359 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 200559 2359 990 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.102327 s]
/proc/loadavg: 2.08 2.02 1.93 4/82 18254
/proc/meminfo: memFree=1480632/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=804612 CPUtime=0.08
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 2996 0 1 0 7 1 0 0 21 0 12 0 259981800 823922688 2729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301367 s]
/proc/loadavg: 2.08 2.02 1.93 4/82 18254
/proc/meminfo: memFree=1480632/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=808360 CPUtime=0.28
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 4929 0 1 0 26 2 0 0 21 0 12 0 259981800 827760640 4257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 202090 4257 1297 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.701439 s]
/proc/loadavg: 2.08 2.02 1.93 4/82 18254
/proc/meminfo: memFree=1480632/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=808388 CPUtime=0.68
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 6324 0 1 0 64 4 0 0 21 0 12 0 259981800 827789312 5505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 202097 5505 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.5026 s]
/proc/loadavg: 2.08 2.02 1.93 4/94 18266
/proc/meminfo: memFree=1461720/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=811912 CPUtime=1.46
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 9641 0 1 0 141 5 0 0 21 0 12 0 259981800 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 202978 7206 1352 9 0 200340 0
[pid=18254/tid=18256] ppid=18252 vsize=811912 CPUtime=0.62
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 13368 0 -1 64 4823 0 1 0 59 3 0 0 25 0 12 0 259981801 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 259981802 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 259981802 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 259981804 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 259981804 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 259981804 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=811912 CPUtime=0.38
/proc/18254/task/18263/stat : 18263 (java) R 18252 18254 13368 0 -1 64 2263 0 0 0 38 0 0 0 16 0 12 0 259981809 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 103336645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=811912 CPUtime=0.43
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 1789 0 0 0 42 1 0 0 16 0 12 0 259981809 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 831397888 7206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=811912 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 831397888 7206 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) 811912

[startup+3.10291 s]
/proc/loadavg: 2.15 2.03 1.94 3/94 18266
/proc/meminfo: memFree=1432600/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=813032 CPUtime=3.06
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 28228 0 1 0 291 15 0 0 21 0 12 0 259981800 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 203258 25139 1367 9 0 200620 0
[pid=18254/tid=18256] ppid=18252 vsize=813032 CPUtime=1.52
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 13368 0 -1 64 17260 0 1 0 142 10 0 0 25 0 12 0 259981801 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4109607734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=813032 CPUtime=0.08
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 2876 0 0 0 8 0 0 0 17 0 12 0 259981802 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=813032 CPUtime=0.08
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 2533 0 0 0 7 1 0 0 17 0 12 0 259981802 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 13368 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 259981804 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 259981804 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=813032 CPUtime=0.53
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 2483 0 0 0 53 0 0 0 16 0 12 0 259981809 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=813032 CPUtime=0.79
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2285 0 0 0 78 1 0 0 16 0 12 0 259981809 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=813032 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 832544768 25139 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813032

[startup+6.30252 s]
/proc/loadavg: 2.15 2.03 1.94 3/94 18266
/proc/meminfo: memFree=1239328/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=824288 CPUtime=7.18
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 72840 0 1 0 681 37 0 0 21 0 12 0 259981800 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 206072 62006 1383 9 0 203434 0
[pid=18254/tid=18256] ppid=18252 vsize=824288 CPUtime=2.82
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 13368 0 -1 64 17270 0 1 0 272 10 0 0 25 0 12 0 259981801 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4109881611 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=824288 CPUtime=1.35
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 28472 0 0 0 123 12 0 0 21 0 12 0 259981802 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=824288 CPUtime=1.2
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 19633 0 0 0 110 10 0 0 20 0 12 0 259981802 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 13368 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 259981804 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 259981804 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=824288 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=824288 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=824288 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 844070912 62006 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 824288

[startup+12.7018 s]
/proc/loadavg: 2.36 2.08 1.95 5/94 18266
/proc/meminfo: memFree=1059304/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=834148 CPUtime=15.68
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 131478 0 1 0 1501 67 0 0 21 0 12 0 259981800 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 208537 114372 1383 9 0 205899 0
[pid=18254/tid=18256] ppid=18252 vsize=834148 CPUtime=5.04
/proc/18254/task/18256/stat : 18256 (java) R 18252 18254 13368 0 -1 64 23425 0 1 0 491 13 0 0 25 0 12 0 259981801 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18257] ppid=18252 vsize=834148 CPUtime=4.44
/proc/18254/task/18257/stat : 18257 (java) R 18252 18254 13368 0 -1 64 53924 0 0 0 420 24 0 0 16 0 12 0 259981802 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18258] ppid=18252 vsize=834148 CPUtime=4.38
/proc/18254/task/18258/stat : 18258 (java) R 18252 18254 13368 0 -1 64 46664 0 0 0 414 24 0 0 16 0 12 0 259981802 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 105852900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18259] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18252 18254 13368 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 259981804 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18260] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18261] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 259981804 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18262] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=834148 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=834148 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=834148 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 854167552 114372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 834148

[startup+25.5022 s]
/proc/loadavg: 2.31 2.08 1.95 3/94 18266
/proc/meminfo: memFree=780584/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=866152 CPUtime=29.26
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 239598 0 1 0 2806 120 0 0 21 0 12 0 259981800 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 216538 180988 1387 9 0 213900 0
[pid=18254/tid=18256] ppid=18252 vsize=866152 CPUtime=7.14
/proc/18254/task/18256/stat : 18256 (java) S 18252 18254 13368 0 -1 64 35724 0 1 0 694 20 0 0 18 0 12 0 259981801 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18252 vsize=866152 CPUtime=6.33
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 72504 0 0 0 601 32 0 0 17 0 12 0 259981802 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18252 vsize=866152 CPUtime=6.3
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 74005 0 0 0 594 36 0 0 17 0 12 0 259981802 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18252 vsize=866152 CPUtime=7.68
/proc/18254/task/18259/stat : 18259 (java) R 18252 18254 13368 0 -1 64 49927 0 0 0 742 26 0 0 25 0 12 0 259981804 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 105677434 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18252 vsize=866152 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18252 vsize=866152 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 259981804 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18252 vsize=866152 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=866152 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=866152 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=866152 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=866152 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 886939648 180988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.26
Current children cumulated vsize (KiB) 866152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.3015 s]
/proc/loadavg: 2.24 2.07 1.95 4/94 18266
/proc/meminfo: memFree=688360/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=930156 CPUtime=41.02
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 274019 0 1 0 3965 137 0 0 21 0 12 0 259981800 952479744 199650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 232539 199657 1388 9 0 229901 0
[pid=18254/tid=18256] ppid=18252 vsize=930156 CPUtime=7.56
/proc/18254/task/18256/stat : 18256 (java) S 18252 18254 13368 0 -1 64 35727 0 1 0 736 20 0 0 17 0 12 0 259981801 952479744 199672 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18252 vsize=930156 CPUtime=6.33
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 72504 0 0 0 601 32 0 0 17 0 12 0 259981802 952479744 199681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18252 vsize=930156 CPUtime=6.3
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 74005 0 0 0 594 36 0 0 17 0 12 0 259981802 952479744 199689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18252 vsize=930156 CPUtime=19.02
/proc/18254/task/18259/stat : 18259 (java) R 18252 18254 13368 0 -1 64 84393 0 0 0 1859 43 0 0 25 0 12 0 259981804 952479744 199698 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18252 vsize=930156 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 952479744 199705 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18252 vsize=930156 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 259981804 952479744 199713 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18252 vsize=930156 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 259981809 952479744 199721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=930156 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 952479744 199729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=930156 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 952479744 199737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=930156 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 952479744 199745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=930156 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) R 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 952479744 199753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.02
Current children cumulated vsize (KiB) 930156

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.2017 s]
/proc/loadavg: 2.24 2.07 1.95 4/94 18266
/proc/meminfo: memFree=688360/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=898152 CPUtime=41.9
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 276459 0 1 0 4051 139 0 0 16 0 12 0 259981800 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 224538 194088 1387 9 0 221900 0
[pid=18254/tid=18256] ppid=18252 vsize=898152 CPUtime=7.56
/proc/18254/task/18256/stat : 18256 (java) S 18252 18254 13368 0 -1 64 35727 0 1 0 736 20 0 0 17 0 12 0 259981801 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18252 vsize=898152 CPUtime=6.33
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 72504 0 0 0 601 32 0 0 17 0 12 0 259981802 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18252 vsize=898152 CPUtime=6.3
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 74005 0 0 0 594 36 0 0 17 0 12 0 259981802 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18252 vsize=898152 CPUtime=19.9
/proc/18254/task/18259/stat : 18259 (java) R 18252 18254 13368 0 -1 64 86784 0 0 0 1945 45 0 0 25 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=898152 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=898152 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.9
Current children cumulated vsize (KiB) 898152

[startup+39.0029 s]
/proc/loadavg: 2.24 2.07 1.95 3/95 18267
/proc/meminfo: memFree=707232/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=898152 CPUtime=42.7
/proc/18254/stat : 18254 (java) S 18252 18254 13368 0 -1 0 276459 0 1 0 4131 139 0 0 16 0 12 0 259981800 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 224538 194088 1387 9 0 221900 0
[pid=18254/tid=18256] ppid=18252 vsize=898152 CPUtime=7.56
/proc/18254/task/18256/stat : 18256 (java) S 18252 18254 13368 0 -1 64 35727 0 1 0 736 20 0 0 17 0 12 0 259981801 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18252 vsize=898152 CPUtime=6.33
/proc/18254/task/18257/stat : 18257 (java) S 18252 18254 13368 0 -1 64 72504 0 0 0 601 32 0 0 17 0 12 0 259981802 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18252 vsize=898152 CPUtime=6.3
/proc/18254/task/18258/stat : 18258 (java) S 18252 18254 13368 0 -1 64 74005 0 0 0 594 36 0 0 17 0 12 0 259981802 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18252 vsize=898152 CPUtime=20.7
/proc/18254/task/18259/stat : 18259 (java) R 18252 18254 13368 0 -1 64 86784 0 0 0 2025 45 0 0 25 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18260/stat : 18260 (java) S 18252 18254 13368 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18252 18254 13368 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 259981804 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18252 18254 13368 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18263] ppid=18252 vsize=898152 CPUtime=0.92
/proc/18254/task/18263/stat : 18263 (java) S 18252 18254 13368 0 -1 64 4378 0 0 0 91 1 0 0 17 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18264] ppid=18252 vsize=898152 CPUtime=0.83
/proc/18254/task/18264/stat : 18264 (java) S 18252 18254 13368 0 -1 64 2296 0 0 0 82 1 0 0 16 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18265] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18265/stat : 18265 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18254/tid=18266] ppid=18252 vsize=898152 CPUtime=0
/proc/18254/task/18266/stat : 18266 (java) S 18252 18254 13368 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259981809 919707648 194088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.7
Current children cumulated vsize (KiB) 898152

[startup+39.4029 s]
/proc/loadavg: 2.24 2.07 1.95 3/95 18267
/proc/meminfo: memFree=707232/2055920 swapFree=4180776/4192956
[pid=18254] ppid=18252 vsize=0 CPUtime=43.09
/proc/18254/stat : 18254 (java) Z 18252 18254 13368 0 -1 1036 276459 0 1 0 4163 146 0 0 16 0 2 0 259981800 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18254/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 39.4406
CPU time (s): 43.1434
CPU user time (s): 41.6387
CPU system time (s): 1.50477
CPU usage (%): 109.388
Max. virtual memory (cumulated for all children) (KiB): 930156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6387
system time used= 1.50477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276459
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= 1652
involuntary context switches= 2588

runsolver used 0.055991 second user time and 0.143978 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 18:53:11
IDJOB=1076890
IDBENCH=56616
IDSOLVER=344
FILE ID=node85/1076890-1215190391
PBS_JOBID= 7881473
Free space on /tmp= 126852 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d74c559f93ee1657fc0d343cc7d6c2bf
RANDOM SEED=793596982

node85.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.272
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.272
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:       1481112 kB
Buffers:         76880 kB
Cached:         352660 kB
SwapCached:       7020 kB
Active:         273676 kB
Inactive:       251260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481112 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:         111176 kB
Slab:            35196 kB
Committed_AS:   776484 kB
PageTables:       1772 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= 126852 MiB
End job on node85 at 2008-07-04 18:53:50