Trace number 1068029

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) 33.9708 32.8441

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-05-06.xml
MD5SUMede1c1d552ba5917847c90501f772115
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.027995
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.24/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.35	c See www.sat4j.org for details.
0.24/0.35	c That software uses the Rhino library from the Mozilla project.
0.24/0.39	c version 9.9.9.token
0.24/0.39	c sun.arch.data.model	32
0.24/0.39	c java.version	1.6.0_06
0.24/0.39	c os.name	Linux
0.24/0.39	c os.version	2.6.9-22.EL.rootsmp
0.24/0.39	c os.arch	i386
0.24/0.39	c Free memory 669864272
0.24/0.39	c Max memory 672137216
0.24/0.39	c Total memory 672137216
0.24/0.39	c Number of processors 2
0.34/0.44	c c --- Begin Solver configuration ---
0.34/0.44	c Stops conflict analysis at the first Unique Implication Point
0.34/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.44	c Learn all clauses as in MiniSAT
0.34/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.44	c Expensive reason simplification
0.34/0.44	c MiniSAT restarts strategy
0.34/0.44	c timeout=2147483s
0.34/0.44	c DB Simplification allowed=false
0.34/0.44	c --- End Solver configuration ---
0.34/0.44	c solving HOME/instance-1068029-1215152125.xml
0.34/0.44	c reading problem ... 
0.62/0.70	c reading problem named null
0.62/0.70	c reading domains done.
0.62/0.71	c reading variables done.
0.62/0.74	c reading relations done.
1.33/1.43	c reading predicates  done.
1.52/1.61	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-1068029-1215152125/watcher-1068029-1215152125 -o /tmp/evaluation-result-1068029-1215152125/solver-1068029-1215152125 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068029-1215152125.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 1.98 1.99 4/81 19352
/proc/meminfo: memFree=1871184/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=1804 CPUtime=0
/proc/19352/stat : 19352 (java) D 19350 19352 18924 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1994187828 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19352/statm: 451 163 118 9 0 93 0

[startup+0.0296091 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19352
/proc/meminfo: memFree=1871184/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=13012 CPUtime=0
/proc/19352/stat : 19352 (java) R 19350 19352 18924 0 -1 0 383 0 6 0 0 0 0 0 18 0 1 0 1994187828 13324288 190 996147200 134512640 134550740 4294956032 18446744073709551615 2159402 0 0 4096 0 0 0 0 17 0 0 0
/proc/19352/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.10162 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19352
/proc/meminfo: memFree=1871184/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=801432 CPUtime=0.03
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 2478 0 31 0 1 2 0 0 18 0 5 0 1994187828 820666368 2245 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 200358 2246 957 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.301661 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19352
/proc/meminfo: memFree=1871184/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=808212 CPUtime=0.24
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 4684 0 31 0 20 4 0 0 18 0 12 0 1994187828 827609088 4041 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 202053 4041 1298 9 0 199422 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808212

[startup+0.701739 s]
/proc/loadavg: 1.93 1.98 1.99 4/81 19352
/proc/meminfo: memFree=1871184/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=808240 CPUtime=0.62
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 6277 0 31 0 55 7 0 0 18 0 12 0 1994187828 827637760 5435 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 202060 5435 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808240

[startup+1.5029 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 19364
/proc/meminfo: memFree=1846000/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=811696 CPUtime=1.42
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 10218 0 31 0 133 9 0 0 18 0 12 0 1994187828 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 202924 8210 1356 9 0 200286 0
[pid=19352/tid=19354] ppid=19350 vsize=811696 CPUtime=0.66
/proc/19352/task/19354/stat : 19354 (java) R 19350 19352 18924 0 -1 64 5699 0 1 0 60 6 0 0 25 0 12 0 1994187835 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19355] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1994187836 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19356/stat : 19356 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1994187836 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19357] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19357/stat : 19357 (java) S 19350 19352 18924 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1994187838 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1994187838 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19359] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994187838 831176704 8210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19360] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 831176704 8211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=811696 CPUtime=0.31
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 762 0 0 0 31 0 0 0 16 0 12 0 1994187842 831176704 8211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=811696 CPUtime=0.41
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3025 0 0 0 41 0 0 0 16 0 12 0 1994187842 831176704 8211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 831176704 8211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=811696 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 831176704 8211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 811696

[startup+3.10121 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 19364
/proc/meminfo: memFree=1820784/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=815544 CPUtime=3.02
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 40676 0 31 0 281 21 0 0 18 0 12 0 1994187828 835117056 37605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 203886 37607 1367 9 0 201248 0
[pid=19352/tid=19354] ppid=19350 vsize=815544 CPUtime=1.5
/proc/19352/task/19354/stat : 19354 (java) S 19350 19352 18924 0 -1 64 17231 0 1 0 139 11 0 0 19 0 12 0 1994187835 835117056 37608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19355] ppid=19350 vsize=815544 CPUtime=0.2
/proc/19352/task/19355/stat : 19355 (java) R 19350 19352 18924 0 -1 64 9269 0 0 0 17 3 0 0 16 0 12 0 1994187836 835117056 37610 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=815544 CPUtime=0.22
/proc/19352/task/19356/stat : 19356 (java) R 19350 19352 18924 0 -1 64 9120 0 0 0 20 2 0 0 17 0 12 0 1994187836 835117056 37612 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19357] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19357/stat : 19357 (java) S 19350 19352 18924 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994187838 835117056 37614 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 835117056 37616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19359] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994187838 835117056 37618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19360] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 835117056 37620 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=815544 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 835117056 37622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=815544 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 835117056 37624 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 835117056 37626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=815544 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 835117056 37628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 815544

[startup+6.30285 s]
/proc/loadavg: 1.93 1.98 1.99 5/93 19364
/proc/meminfo: memFree=1618160/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=827000 CPUtime=7.1
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 83816 0 31 0 672 38 0 0 18 0 12 0 1994187828 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 206750 74209 1367 9 0 204112 0
[pid=19352/tid=19354] ppid=19350 vsize=827000 CPUtime=2.94
/proc/19352/task/19354/stat : 19354 (java) R 19350 19352 18924 0 -1 64 17235 0 1 0 283 11 0 0 18 0 12 0 1994187835 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4109707139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19355] ppid=19350 vsize=827000 CPUtime=1.65
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 36769 0 0 0 151 14 0 0 21 0 12 0 1994187836 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19356] ppid=19350 vsize=827000 CPUtime=1.41
/proc/19352/task/19356/stat : 19356 (java) R 19350 19352 18924 0 -1 64 24751 0 0 0 133 8 0 0 21 0 12 0 1994187836 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19357/stat : 19357 (java) S 19350 19352 18924 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994187838 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19358] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19359] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994187838 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19360] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=827000 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=827000 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 846848000 74209 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 827000

[startup+12.7011 s]
/proc/loadavg: 2.10 2.02 2.01 4/93 19364
/proc/meminfo: memFree=1343480/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=827000 CPUtime=13.74
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 145838 0 31 0 1310 64 0 0 18 0 12 0 1994187828 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 206750 135859 1367 9 0 204112 0
[pid=19352/tid=19354] ppid=19350 vsize=827000 CPUtime=5.15
/proc/19352/task/19354/stat : 19354 (java) R 19350 19352 18924 0 -1 64 23390 0 1 0 501 14 0 0 17 0 12 0 1994187835 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4109706859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19355] ppid=19350 vsize=827000 CPUtime=5.57
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 86280 0 0 0 523 34 0 0 18 0 12 0 1994187836 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19356] ppid=19350 vsize=827000 CPUtime=1.92
/proc/19352/task/19356/stat : 19356 (java) R 19350 19352 18924 0 -1 64 31107 0 0 0 181 11 0 0 22 0 12 0 1994187836 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19357/stat : 19357 (java) S 19350 19352 18924 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994187838 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19358] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19359] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994187838 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19360] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=827000 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=827000 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=827000 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 846848000 135859 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 827000

[startup+25.5026 s]
/proc/loadavg: 2.14 2.03 2.01 3/93 19364
/proc/meminfo: memFree=1165624/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=828004 CPUtime=26.63
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 201863 0 31 0 2577 86 0 0 18 0 12 0 1994187828 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 207001 175618 1372 9 0 204363 0
[pid=19352/tid=19354] ppid=19350 vsize=828004 CPUtime=6.63
/proc/19352/task/19354/stat : 19354 (java) S 19350 19352 18924 0 -1 64 35687 0 1 0 644 19 0 0 18 0 12 0 1994187835 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19355] ppid=19350 vsize=828004 CPUtime=7.61
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 108119 0 0 0 719 42 0 0 17 0 12 0 1994187836 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=828004 CPUtime=2.14
/proc/19352/task/19356/stat : 19356 (java) S 19350 19352 18924 0 -1 64 31107 0 0 0 203 11 0 0 16 0 12 0 1994187836 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=828004 CPUtime=9.14
/proc/19352/task/19357/stat : 19357 (java) R 19350 19352 18924 0 -1 64 21916 0 0 0 906 8 0 0 25 0 12 0 1994187838 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=828004 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19359] ppid=19350 vsize=828004 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994187838 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19360] ppid=19350 vsize=828004 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=828004 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=828004 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=828004 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=828004 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 847876096 175618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.63
Current children cumulated vsize (KiB) 828004



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.7026 s]
/proc/loadavg: 2.13 2.03 2.01 3/93 19364
/proc/meminfo: memFree=1116088/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=923008 CPUtime=31.83
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 223266 0 31 0 3089 94 0 0 18 0 12 0 1994187828 945160192 188763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19352/statm: 230752 188770 1372 9 0 228114 0
[pid=19352/tid=19354] ppid=19350 vsize=923008 CPUtime=6.99
/proc/19352/task/19354/stat : 19354 (java) S 19350 19352 18924 0 -1 64 35689 0 1 0 680 19 0 0 18 0 12 0 1994187835 945160192 188787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19355] ppid=19350 vsize=923008 CPUtime=7.61
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 108119 0 0 0 719 42 0 0 17 0 12 0 1994187836 945160192 188795 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=923008 CPUtime=2.14
/proc/19352/task/19356/stat : 19356 (java) S 19350 19352 18924 0 -1 64 31107 0 0 0 203 11 0 0 16 0 12 0 1994187836 945160192 188802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=923008 CPUtime=13.99
/proc/19352/task/19357/stat : 19357 (java) R 19350 19352 18924 0 -1 64 43365 0 0 0 1382 17 0 0 25 0 12 0 1994187838 945160192 188810 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=923008 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 945160192 188818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19359] ppid=19350 vsize=923008 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994187838 945160192 188826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19360] ppid=19350 vsize=923008 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994187842 945160192 188835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19361] ppid=19350 vsize=923008 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 945160192 188842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=923008 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 945160192 188850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=923008 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 945160192 188857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=923008 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 945160192 188866 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.83
Current children cumulated vsize (KiB) 923008

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.8029 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 19365
/proc/meminfo: memFree=1098864/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=891004 CPUtime=32.93
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 234744 0 31 0 3195 98 0 0 16 0 12 0 1994187828 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19352/statm: 222751 192238 1372 9 0 220113 0
[pid=19352/tid=19354] ppid=19350 vsize=891004 CPUtime=6.99
/proc/19352/task/19354/stat : 19354 (java) S 19350 19352 18924 0 -1 64 35689 0 1 0 680 19 0 0 18 0 12 0 1994187835 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19355] ppid=19350 vsize=891004 CPUtime=7.61
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 108119 0 0 0 719 42 0 0 17 0 12 0 1994187836 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=891004 CPUtime=2.14
/proc/19352/task/19356/stat : 19356 (java) S 19350 19352 18924 0 -1 64 31107 0 0 0 203 11 0 0 16 0 12 0 1994187836 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=891004 CPUtime=15.09
/proc/19352/task/19357/stat : 19357 (java) R 19350 19352 18924 0 -1 64 54794 0 0 0 1488 21 0 0 25 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 105852587 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19359] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19360] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19361] ppid=19350 vsize=891004 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=891004 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.93
Current children cumulated vsize (KiB) 891004

[startup+32.603 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 19365
/proc/meminfo: memFree=1098864/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=891004 CPUtime=33.72
/proc/19352/stat : 19352 (java) S 19350 19352 18924 0 -1 0 234744 0 31 0 3274 98 0 0 16 0 12 0 1994187828 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19352/statm: 222751 192238 1372 9 0 220113 0
[pid=19352/tid=19354] ppid=19350 vsize=891004 CPUtime=6.99
/proc/19352/task/19354/stat : 19354 (java) S 19350 19352 18924 0 -1 64 35689 0 1 0 680 19 0 0 18 0 12 0 1994187835 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19355] ppid=19350 vsize=891004 CPUtime=7.61
/proc/19352/task/19355/stat : 19355 (java) S 19350 19352 18924 0 -1 64 108119 0 0 0 719 42 0 0 17 0 12 0 1994187836 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19356] ppid=19350 vsize=891004 CPUtime=2.14
/proc/19352/task/19356/stat : 19356 (java) S 19350 19352 18924 0 -1 64 31107 0 0 0 203 11 0 0 16 0 12 0 1994187836 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19357] ppid=19350 vsize=891004 CPUtime=15.88
/proc/19352/task/19357/stat : 19357 (java) R 19350 19352 18924 0 -1 64 54794 0 0 0 1567 21 0 0 25 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19358] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19358/stat : 19358 (java) S 19350 19352 18924 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19359] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19359/stat : 19359 (java) S 19350 19352 18924 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994187838 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19360] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19360/stat : 19360 (java) S 19350 19352 18924 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19352/tid=19361] ppid=19350 vsize=891004 CPUtime=0.52
/proc/19352/task/19361/stat : 19361 (java) S 19350 19352 18924 0 -1 64 1265 0 0 0 52 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19362] ppid=19350 vsize=891004 CPUtime=0.5
/proc/19352/task/19362/stat : 19362 (java) S 19350 19352 18924 0 -1 64 3037 0 0 0 50 0 0 0 16 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19363] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19363/stat : 19363 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19352/tid=19364] ppid=19350 vsize=891004 CPUtime=0
/proc/19352/task/19364/stat : 19364 (java) S 19350 19352 18924 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994187842 912388096 192238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.72
Current children cumulated vsize (KiB) 891004

[startup+32.8017 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 19365
/proc/meminfo: memFree=1098864/2055924 swapFree=4180432/4192956
[pid=19352] ppid=19350 vsize=0 CPUtime=33.92
/proc/19352/stat : 19352 (java) Z 19350 19352 18924 0 -1 1036 234753 0 31 0 3286 106 0 0 16 0 2 0 1994187828 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 32.8441
CPU time (s): 33.9708
CPU user time (s): 32.864
CPU system time (s): 1.10683
CPU usage (%): 103.431
Max. virtual memory (cumulated for all children) (KiB): 923008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.864
system time used= 1.10683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234753
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1491
involuntary context switches= 1773

runsolver used 0.050992 second user time and 0.121981 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 08:15:25
IDJOB=1068029
IDBENCH=55469
IDSOLVER=344
FILE ID=node6/1068029-1215152125
PBS_JOBID= 7877442
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ede1c1d552ba5917847c90501f772115
RANDOM SEED=274370712

node6.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.265
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.265
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:      2055924 kB
MemFree:       1871664 kB
Buffers:          5256 kB
Cached:          83752 kB
SwapCached:       6328 kB
Active:          83776 kB
Inactive:        49872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1871664 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          58664 kB
Slab:            35784 kB
Committed_AS:  4037928 kB
PageTables:       2060 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 node6 at 2008-07-04 08:15:58