Trace number 1064230

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) 32.4441 33.2245

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-05-02.xml
MD5SUM863ca7a29e71eddd8b082a33ea78a622
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.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints31
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.80	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.80	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.80	c See www.sat4j.org for details.
0.26/0.80	c That software uses the Rhino library from the Mozilla project.
0.26/0.84	c version 9.9.9.token
0.26/0.84	c sun.arch.data.model	32
0.26/0.84	c java.version	1.6.0_06
0.26/0.84	c os.name	Linux
0.26/0.84	c os.version	2.6.9-22.EL.rootsmp
0.26/0.84	c os.arch	i386
0.26/0.84	c Free memory 669864272
0.26/0.84	c Max memory 672137216
0.26/0.84	c Total memory 672137216
0.26/0.85	c Number of processors 2
0.26/0.89	c c --- Begin Solver configuration ---
0.26/0.89	c Stops conflict analysis at the first Unique Implication Point
0.26/0.89	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.26/0.89	c Learn all clauses as in MiniSAT
0.26/0.89	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.89	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.26/0.89	c Expensive reason simplification
0.26/0.89	c MiniSAT restarts strategy
0.26/0.89	c timeout=2147483s
0.26/0.89	c DB Simplification allowed=false
0.26/0.89	c --- End Solver configuration ---
0.26/0.89	c solving HOME/instance-1064230-1215140249.xml
0.26/0.89	c reading problem ... 
0.56/1.25	c reading problem named null
0.56/1.25	c reading domains done.
0.62/1.35	c reading variables done.
0.62/1.38	c reading relations done.
1.58/2.54	c reading predicates  done.
1.67/2.69	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-1064230-1215140249/watcher-1064230-1215140249 -o /tmp/evaluation-result-1064230-1215140249/solver-1064230-1215140249 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064230-1215140249.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.92 2.98 2.99 5/90 22630
/proc/meminfo: memFree=1077304/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=18572 CPUtime=0
/proc/22630/stat : 22630 (runsolver) R 22628 22630 22429 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 636950760 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251279240487 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22630/statm: 4643 292 257 25 0 2626 0

[startup+0.026513 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 22630
/proc/meminfo: memFree=1077304/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=798160 CPUtime=0.01
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 1659 0 1 0 0 1 0 0 18 0 3 0 636950760 817315840 1400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 199540 1400 403 9 0 197318 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798160

[startup+0.101138 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 22630
/proc/meminfo: memFree=1077304/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=802236 CPUtime=0.03
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 2648 0 1 0 2 1 0 0 18 0 7 0 636950760 821489664 2383 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 200559 2383 992 9 0 197942 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802236

[startup+0.301161 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 22630
/proc/meminfo: memFree=1077304/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=802560 CPUtime=0.07
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 2884 0 1 0 5 2 0 0 18 0 8 0 636950760 821821440 2619 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 200640 2619 1014 9 0 198023 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802560

[startup+0.701214 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 22630
/proc/meminfo: memFree=1077304/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=807760 CPUtime=0.26
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 4817 0 1 0 23 3 0 0 18 0 12 0 636950760 827146240 4146 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 201940 4146 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 807760

[startup+1.50231 s]
/proc/loadavg: 2.93 2.98 2.99 4/102 22642
/proc/meminfo: memFree=1063128/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=807788 CPUtime=0.76
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 6514 0 1 0 71 5 0 0 18 0 12 0 636950760 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 201947 5644 1336 9 0 199309 0
[pid=22630/tid=22632] ppid=22628 vsize=807788 CPUtime=0.39
/proc/22630/task/22632/stat : 22632 (java) R 22628 22630 22429 0 -1 64 4026 0 1 0 35 4 0 0 22 0 12 0 636950762 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4109174620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 636950763 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22634] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 636950763 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22635] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22635/stat : 22635 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 636950766 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22636] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 636950767 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22637] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 636950767 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22638] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=807788 CPUtime=0.13
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 424 0 0 0 13 0 0 0 16 0 12 0 636950791 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22640] ppid=22628 vsize=807788 CPUtime=0.22
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 1298 0 0 0 22 0 0 0 16 0 12 0 636950791 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=807788 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 827174912 5644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 807788

[startup+3.10252 s]
/proc/loadavg: 2.93 2.98 2.99 4/102 22642
/proc/meminfo: memFree=1051672/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=811708 CPUtime=2.08
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 14130 0 1 0 199 9 0 0 18 0 12 0 636950760 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 202927 12005 1361 9 0 200289 0
[pid=22630/tid=22632] ppid=22628 vsize=811708 CPUtime=0.99
/proc/22630/task/22632/stat : 22632 (java) R 22628 22630 22429 0 -1 64 9368 0 1 0 92 7 0 0 19 0 12 0 636950762 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22633] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 636950763 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22634] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 636950763 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22635] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22635/stat : 22635 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 636950766 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22636] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 636950767 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22637] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 636950767 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22638] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=811708 CPUtime=0.47
/proc/22630/task/22639/stat : 22639 (java) R 22628 22630 22429 0 -1 64 942 0 0 0 47 0 0 0 16 0 12 0 636950791 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 103651137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22640] ppid=22628 vsize=811708 CPUtime=0.6
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3054 0 0 0 59 1 0 0 16 0 12 0 636950791 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22641] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=811708 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 831188992 12005 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 811708

[startup+6.30291 s]
/proc/loadavg: 3.09 3.02 3.01 6/102 22642
/proc/meminfo: memFree=879584/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=827076 CPUtime=5.27
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 67823 0 1 0 496 31 0 0 18 0 12 0 636950760 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 206769 62487 1368 9 0 204131 0
[pid=22630/tid=22632] ppid=22628 vsize=827076 CPUtime=2.53
/proc/22630/task/22632/stat : 22632 (java) R 22628 22630 22429 0 -1 64 17229 0 1 0 243 10 0 0 25 0 12 0 636950762 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=827076 CPUtime=0.85
/proc/22630/task/22633/stat : 22633 (java) R 22628 22630 22429 0 -1 64 23900 0 0 0 76 9 0 0 17 0 12 0 636950763 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=827076 CPUtime=0.67
/proc/22630/task/22634/stat : 22634 (java) R 22628 22630 22429 0 -1 64 21893 0 0 0 59 8 0 0 17 0 12 0 636950763 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22635/stat : 22635 (java) S 22628 22630 22429 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 636950766 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=827076 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=827076 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=827076 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 846925824 62487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 827076

[startup+12.7027 s]
/proc/loadavg: 3.08 3.02 3.00 6/102 22642
/proc/meminfo: memFree=592928/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=832196 CPUtime=12.01
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 138040 0 1 0 1144 57 0 0 18 0 12 0 636950760 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 208049 131226 1368 9 0 205411 0
[pid=22630/tid=22632] ppid=22628 vsize=832196 CPUtime=4.59
/proc/22630/task/22632/stat : 22632 (java) R 22628 22630 22429 0 -1 64 23383 0 1 0 447 12 0 0 25 0 12 0 636950762 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4109742843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=832196 CPUtime=3.08
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 54718 0 0 0 287 21 0 0 17 0 12 0 636950763 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=832196 CPUtime=3.13
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 55138 0 0 0 293 20 0 0 17 0 12 0 636950763 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22635/stat : 22635 (java) S 22628 22630 22429 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 636950766 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=832196 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=832196 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 852168704 131226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 832196

[startup+25.5013 s]
/proc/loadavg: 3.22 3.05 3.01 4/102 22642
/proc/meminfo: memFree=351712/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=864200 CPUtime=24.74
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 196448 0 1 0 2395 79 0 0 18 0 12 0 636950760 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 216050 182121 1372 9 0 213412 0
[pid=22630/tid=22632] ppid=22628 vsize=864200 CPUtime=6.34
/proc/22630/task/22632/stat : 22632 (java) S 22628 22630 22429 0 -1 64 35681 0 1 0 617 17 0 0 18 0 12 0 636950762 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=864200 CPUtime=4.37
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 74037 0 0 0 408 29 0 0 17 0 12 0 636950763 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=864200 CPUtime=4.46
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 62203 0 0 0 424 22 0 0 17 0 12 0 636950763 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=864200 CPUtime=8.35
/proc/22630/task/22635/stat : 22635 (java) R 22628 22630 22429 0 -1 64 19756 0 0 0 828 7 0 0 25 0 12 0 636950766 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=864200 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=864200 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=864200 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=864200 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=864200 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=864200 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=864200 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 884940800 182121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 864200



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+31.102 s]
/proc/loadavg: 3.27 3.06 3.02 4/102 22642
/proc/meminfo: memFree=323424/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=928204 CPUtime=30.32
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 219816 0 1 0 2943 89 0 0 18 0 12 0 636950760 950480896 189982 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 232051 189988 1372 9 0 229413 0
[pid=22630/tid=22632] ppid=22628 vsize=928204 CPUtime=6.7
/proc/22630/task/22632/stat : 22632 (java) S 22628 22630 22429 0 -1 64 35683 0 1 0 653 17 0 0 18 0 12 0 636950762 950480896 190003 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=928204 CPUtime=4.45
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 74037 0 0 0 416 29 0 0 17 0 12 0 636950763 950480896 190010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=928204 CPUtime=4.55
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 62203 0 0 0 433 22 0 0 17 0 12 0 636950763 950480896 190017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=928204 CPUtime=13.4
/proc/22630/task/22635/stat : 22635 (java) R 22628 22630 22429 0 -1 64 43164 0 0 0 1324 16 0 0 25 0 12 0 636950766 950480896 190025 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=928204 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 950480896 190031 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=928204 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 950480896 190038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=928204 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 636950781 950480896 190045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=928204 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 950480896 190052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=928204 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 950480896 190059 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=928204 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 950480896 190066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=928204 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 950480896 190073 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.32
Current children cumulated vsize (KiB) 928204

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+31.8021 s]
/proc/loadavg: 3.27 3.06 3.02 4/103 22643
/proc/meminfo: memFree=311704/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=896200 CPUtime=31.02
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 229913 0 1 0 3009 93 0 0 16 0 12 0 636950760 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 224050 192077 1372 9 0 221412 0
[pid=22630/tid=22632] ppid=22628 vsize=896200 CPUtime=6.7
/proc/22630/task/22632/stat : 22632 (java) S 22628 22630 22429 0 -1 64 35683 0 1 0 653 17 0 0 18 0 12 0 636950762 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=896200 CPUtime=4.45
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 74037 0 0 0 416 29 0 0 17 0 12 0 636950763 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=896200 CPUtime=4.55
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 62203 0 0 0 433 22 0 0 17 0 12 0 636950763 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=896200 CPUtime=14.11
/proc/22630/task/22635/stat : 22635 (java) R 22628 22630 22429 0 -1 64 53218 0 0 0 1390 21 0 0 25 0 12 0 636950766 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 106122417 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 636950781 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=896200 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=896200 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.02
Current children cumulated vsize (KiB) 896200

[startup+32.6022 s]
/proc/loadavg: 3.27 3.06 3.02 4/103 22643
/proc/meminfo: memFree=311704/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=896200 CPUtime=31.81
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 229913 0 1 0 3088 93 0 0 16 0 12 0 636950760 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 224050 192077 1372 9 0 221412 0
[pid=22630/tid=22632] ppid=22628 vsize=896200 CPUtime=6.7
/proc/22630/task/22632/stat : 22632 (java) S 22628 22630 22429 0 -1 64 35683 0 1 0 653 17 0 0 18 0 12 0 636950762 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=896200 CPUtime=4.45
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 74037 0 0 0 416 29 0 0 17 0 12 0 636950763 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=896200 CPUtime=4.55
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 62203 0 0 0 433 22 0 0 17 0 12 0 636950763 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=896200 CPUtime=14.9
/proc/22630/task/22635/stat : 22635 (java) R 22628 22630 22429 0 -1 64 53218 0 0 0 1469 21 0 0 25 0 12 0 636950766 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) S 22628 22630 22429 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 636950781 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22639] ppid=22628 vsize=896200 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=896200 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=896200 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 917708800 192077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.81
Current children cumulated vsize (KiB) 896200

[startup+33.0063 s]
/proc/loadavg: 3.27 3.06 3.02 4/103 22643
/proc/meminfo: memFree=311704/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=832196 CPUtime=32.22
/proc/22630/stat : 22630 (java) S 22628 22630 22429 0 -1 0 231402 0 1 0 3127 95 0 0 16 0 12 0 636950760 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 208049 177565 1372 9 0 205411 0
[pid=22630/tid=22632] ppid=22628 vsize=832196 CPUtime=6.7
/proc/22630/task/22632/stat : 22632 (java) R 22628 22630 22429 0 -1 64 35683 0 1 0 653 17 0 0 17 0 12 0 636950762 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4109748265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22633] ppid=22628 vsize=832196 CPUtime=4.45
/proc/22630/task/22633/stat : 22633 (java) S 22628 22630 22429 0 -1 64 74037 0 0 0 416 29 0 0 17 0 12 0 636950763 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22634] ppid=22628 vsize=832196 CPUtime=4.55
/proc/22630/task/22634/stat : 22634 (java) S 22628 22630 22429 0 -1 64 62203 0 0 0 433 22 0 0 17 0 12 0 636950763 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22635] ppid=22628 vsize=832196 CPUtime=15.29
/proc/22630/task/22635/stat : 22635 (java) R 22628 22630 22429 0 -1 64 54704 0 0 0 1507 22 0 0 25 0 12 0 636950766 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22636] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22636/stat : 22636 (java) S 22628 22630 22429 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 636950767 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22637] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22637/stat : 22637 (java) S 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 636950767 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22638] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22638/stat : 22638 (java) R 22628 22630 22429 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 636950781 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22639] ppid=22628 vsize=832196 CPUtime=0.52
/proc/22630/task/22639/stat : 22639 (java) S 22628 22630 22429 0 -1 64 950 0 0 0 52 0 0 0 16 0 12 0 636950791 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22640] ppid=22628 vsize=832196 CPUtime=0.64
/proc/22630/task/22640/stat : 22640 (java) S 22628 22630 22429 0 -1 64 3057 0 0 0 63 1 0 0 16 0 12 0 636950791 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22630/tid=22641] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22641/stat : 22641 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 636950801 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22630/tid=22642] ppid=22628 vsize=832196 CPUtime=0
/proc/22630/task/22642/stat : 22642 (java) S 22628 22630 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 636950801 852168704 177565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.22
Current children cumulated vsize (KiB) 832196

[startup+33.2019 s]
/proc/loadavg: 3.27 3.06 3.02 4/103 22643
/proc/meminfo: memFree=311704/2055920 swapFree=3920988/4192956
[pid=22630] ppid=22628 vsize=0 CPUtime=32.42
/proc/22630/stat : 22630 (java) Z 22628 22630 22429 0 -1 1036 231414 0 1 0 3139 103 0 0 16 0 2 0 636950760 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22630/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.42
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 33.2245
CPU time (s): 32.4441
CPU user time (s): 31.3902
CPU system time (s): 1.05384
CPU usage (%): 97.6511
Max. virtual memory (cumulated for all children) (KiB): 928204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3902
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231414
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= 1462
involuntary context switches= 2702

runsolver used 0.046992 second user time and 0.118981 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 04:57:29
IDJOB=1064230
IDBENCH=54927
IDSOLVER=344
FILE ID=node92/1064230-1215140249
PBS_JOBID= 7877386
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 863ca7a29e71eddd8b082a33ea78a622
RANDOM SEED=277194042

node92.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.223
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.223
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:       1077720 kB
Buffers:         41816 kB
Cached:         775160 kB
SwapCached:       7388 kB
Active:         194040 kB
Inactive:       716712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077720 kB
SwapTotal:     4192956 kB
SwapFree:      3920988 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:         110148 kB
Slab:            51208 kB
Committed_AS:  2172036 kB
PageTables:       3124 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= 66556 MiB
End job on node92 at 2008-07-04 04:58:03