Trace number 1075414

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) 37.4393 36.5338

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-05-01.xml
MD5SUMe1b490498f3ff471ba21761182e48b82
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.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints55
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.0758041 s]
/proc/loadavg: 1.99 2.05 1.95 4/83 28222
/proc/meminfo: memFree=1062720/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=802236 CPUtime=0.06
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 2812 0 1 0 5 1 0 0 21 0 7 0 630343983 821489664 2547 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 200559 2547 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101776 s]
/proc/loadavg: 1.99 2.05 1.95 4/83 28222
/proc/meminfo: memFree=1062720/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=804612 CPUtime=0.09
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 3013 0 1 0 7 2 0 0 21 0 12 0 630343983 823922688 2746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 201153 2746 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301796 s]
/proc/loadavg: 1.99 2.05 1.95 4/83 28222
/proc/meminfo: memFree=1062720/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=808192 CPUtime=0.28
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 5022 0 1 0 26 2 0 0 21 0 12 0 630343983 827588608 4350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 202048 4350 1308 9 0 199417 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808192

[startup+0.701845 s]
/proc/loadavg: 1.99 2.05 1.95 4/83 28222
/proc/meminfo: memFree=1062720/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=808220 CPUtime=0.68
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 6357 0 1 0 64 4 0 0 21 0 12 0 630343983 827617280 5538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 202055 5538 1335 9 0 199417 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808220

[startup+1.50294 s]
/proc/loadavg: 1.99 2.05 1.95 4/95 28234
/proc/meminfo: memFree=1042976/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=812212 CPUtime=1.48
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 11146 0 1 0 141 7 0 0 21 0 12 0 630343983 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 203053 9107 1356 9 0 200415 0
[pid=28222/tid=28224] ppid=28220 vsize=812212 CPUtime=0.7
/proc/28222/task/28224/stat : 28224 (java) R 28220 28222 27780 0 -1 64 6506 0 1 0 66 4 0 0 25 0 12 0 630343985 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 2065949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28225] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 630343986 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28226] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343986 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28227] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 630343987 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28228] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 630343988 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28229] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 630343988 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=812212 CPUtime=0.32
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 717 0 0 0 32 0 0 0 16 0 12 0 630343992 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=812212 CPUtime=0.42
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3157 0 0 0 41 1 0 0 16 0 12 0 630343992 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=812212 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 831705088 9107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812212

[startup+3.10212 s]
/proc/loadavg: 1.99 2.05 1.95 3/95 28234
/proc/meminfo: memFree=1019808/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=817340 CPUtime=3.25
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 38224 0 1 0 305 20 0 0 21 0 12 0 630343983 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 204335 33498 1367 9 0 201697 0
[pid=28222/tid=28224] ppid=28220 vsize=817340 CPUtime=1.61
/proc/28222/task/28224/stat : 28224 (java) R 28220 28222 27780 0 -1 64 16622 0 1 0 152 9 0 0 25 0 12 0 630343985 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=817340 CPUtime=0.28
/proc/28222/task/28225/stat : 28225 (java) R 28220 28222 27780 0 -1 64 8714 0 0 0 23 5 0 0 16 0 12 0 630343986 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=817340 CPUtime=0.27
/proc/28222/task/28226/stat : 28226 (java) R 28220 28222 27780 0 -1 64 7438 0 0 0 24 3 0 0 16 0 12 0 630343986 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28220 28222 27780 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 630343987 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 630343988 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=817340 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=817340 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=817340 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 836956160 33498 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 817340

[startup+6.30148 s]
/proc/loadavg: 2.15 2.08 1.96 7/94 28234
/proc/meminfo: memFree=813984/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=832700 CPUtime=6.49
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 85175 0 1 0 606 43 0 0 21 0 12 0 630343983 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 208175 76589 1367 9 0 205537 0
[pid=28222/tid=28224] ppid=28220 vsize=832700 CPUtime=3.01
/proc/28222/task/28224/stat : 28224 (java) R 28220 28222 27780 0 -1 64 17250 0 1 0 292 9 0 0 19 0 12 0 630343985 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4109706680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=832700 CPUtime=1.18
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 30033 0 0 0 103 15 0 0 20 0 12 0 630343986 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=832700 CPUtime=1.2
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 32442 0 0 0 106 14 0 0 16 0 12 0 630343986 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28220 28222 27780 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 630343987 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 630343988 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=832700 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=832700 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) R 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 852684800 76589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 832700

[startup+12.7022 s]
/proc/loadavg: 2.22 2.10 1.97 4/94 28235
/proc/meminfo: memFree=542048/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=832700 CPUtime=13.21
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 148206 0 1 0 1250 71 0 0 21 0 12 0 630343983 852684800 139024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 208175 139027 1367 9 0 205537 0
[pid=28222/tid=28224] ppid=28220 vsize=832700 CPUtime=5.22
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 23407 0 1 0 510 12 0 0 17 0 12 0 630343985 852684800 139028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=832700 CPUtime=2.34
/proc/28222/task/28225/stat : 28225 (java) R 28220 28222 27780 0 -1 64 37494 0 0 0 216 18 0 0 22 0 12 0 630343986 852684800 139030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=832700 CPUtime=4.55
/proc/28222/task/28226/stat : 28226 (java) R 28220 28222 27780 0 -1 64 81863 0 0 0 418 37 0 0 16 0 12 0 630343986 852684800 139032 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28227/stat : 28227 (java) S 28220 28222 27780 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 630343987 852684800 139034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 852684800 139036 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 630343988 852684800 139038 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 852684800 139040 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=832700 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 852684800 139042 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=832700 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 852684800 139044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 852684800 139046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=832700 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 852684800 139048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 832700

[startup+25.5016 s]
/proc/loadavg: 2.24 2.11 1.97 3/94 28235
/proc/meminfo: memFree=323680/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=864704 CPUtime=26.41
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 248840 0 1 0 2525 116 0 0 21 0 12 0 630343983 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 216176 185631 1372 9 0 213538 0
[pid=28222/tid=28224] ppid=28220 vsize=864704 CPUtime=7.03
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35703 0 1 0 686 17 0 0 17 0 12 0 630343985 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=864704 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=864704 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=864704 CPUtime=8.48
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 68367 0 0 0 820 28 0 0 25 0 12 0 630343987 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=864704 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=864704 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=864704 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 885456896 185631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

[startup+34.4026 s]
/proc/loadavg: 2.22 2.11 1.97 3/94 28235
/proc/meminfo: memFree=295200/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=928708 CPUtime=35.3
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 273231 0 1 0 3404 126 0 0 21 0 12 0 630343983 950996992 193512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 232177 193518 1372 9 0 229539 0
[pid=28222/tid=28224] ppid=28220 vsize=928708 CPUtime=7.33
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35706 0 1 0 716 17 0 0 17 0 12 0 630343985 950996992 193532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=928708 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 950996992 193541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=928708 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 950996992 193548 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=928708 CPUtime=17.09
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 92798 0 0 0 1670 39 0 0 25 0 12 0 630343987 950996992 193555 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=928708 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 950996992 193562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=928708 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 950996992 193569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=928708 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 630343992 950996992 193576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=928708 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 950996992 193583 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=928708 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 950996992 193590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=928708 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 950996992 193597 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=928708 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 950996992 193604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.3
Current children cumulated vsize (KiB) 928708

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+35.0027 s]
/proc/loadavg: 2.22 2.11 1.97 3/94 28235
/proc/meminfo: memFree=295200/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=896704 CPUtime=35.9
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 281352 0 1 0 3460 130 0 0 16 0 12 0 630343983 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 224176 193631 1372 9 0 221538 0
[pid=28222/tid=28224] ppid=28220 vsize=896704 CPUtime=7.33
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35706 0 1 0 716 17 0 0 17 0 12 0 630343985 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=896704 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=896704 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=896704 CPUtime=17.68
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 100875 0 0 0 1725 43 0 0 25 0 12 0 630343987 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 105678729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=896704 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=896704 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.9
Current children cumulated vsize (KiB) 896704

[startup+35.8028 s]
/proc/loadavg: 2.20 2.11 1.97 3/95 28236
/proc/meminfo: memFree=291608/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=896704 CPUtime=36.7
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 281352 0 1 0 3540 130 0 0 16 0 12 0 630343983 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 224176 193631 1372 9 0 221538 0
[pid=28222/tid=28224] ppid=28220 vsize=896704 CPUtime=7.33
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35706 0 1 0 716 17 0 0 17 0 12 0 630343985 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=896704 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=896704 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=896704 CPUtime=18.48
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 100875 0 0 0 1805 43 0 0 25 0 12 0 630343987 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=896704 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=896704 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.7
Current children cumulated vsize (KiB) 896704

[startup+36.2028 s]
/proc/loadavg: 2.20 2.11 1.97 3/95 28236
/proc/meminfo: memFree=291608/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=896704 CPUtime=37.1
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 281352 0 1 0 3580 130 0 0 16 0 12 0 630343983 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 224176 193631 1372 9 0 221538 0
[pid=28222/tid=28224] ppid=28220 vsize=896704 CPUtime=7.33
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35706 0 1 0 716 17 0 0 17 0 12 0 630343985 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=896704 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=896704 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=896704 CPUtime=18.89
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 100875 0 0 0 1846 43 0 0 25 0 12 0 630343987 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=896704 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=896704 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (KiB) 896704

[startup+36.4029 s]
/proc/loadavg: 2.20 2.11 1.97 3/95 28236
/proc/meminfo: memFree=291608/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=896704 CPUtime=37.3
/proc/28222/stat : 28222 (java) S 28220 28222 27780 0 -1 0 281352 0 1 0 3600 130 0 0 16 0 12 0 630343983 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 224176 193631 1372 9 0 221538 0
[pid=28222/tid=28224] ppid=28220 vsize=896704 CPUtime=7.33
/proc/28222/task/28224/stat : 28224 (java) S 28220 28222 27780 0 -1 64 35706 0 1 0 716 17 0 0 17 0 12 0 630343985 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28225] ppid=28220 vsize=896704 CPUtime=3.13
/proc/28222/task/28225/stat : 28225 (java) S 28220 28222 27780 0 -1 64 38373 0 0 0 294 19 0 0 17 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28226] ppid=28220 vsize=896704 CPUtime=6.66
/proc/28222/task/28226/stat : 28226 (java) S 28220 28222 27780 0 -1 64 100974 0 0 0 619 47 0 0 16 0 12 0 630343986 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28227] ppid=28220 vsize=896704 CPUtime=19.08
/proc/28222/task/28227/stat : 28227 (java) R 28220 28222 27780 0 -1 64 100875 0 0 0 1865 43 0 0 25 0 12 0 630343987 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28228] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28228/stat : 28228 (java) S 28220 28222 27780 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28229] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28229/stat : 28229 (java) S 28220 28222 27780 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630343988 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28222/tid=28230] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28230/stat : 28230 (java) S 28220 28222 27780 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=896704 CPUtime=0.42
/proc/28222/task/28231/stat : 28231 (java) S 28220 28222 27780 0 -1 64 724 0 0 0 42 0 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=896704 CPUtime=0.62
/proc/28222/task/28232/stat : 28232 (java) S 28220 28222 27780 0 -1 64 3935 0 0 0 61 1 0 0 16 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28233] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28233/stat : 28233 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28222/tid=28234] ppid=28220 vsize=896704 CPUtime=0
/proc/28222/task/28234/stat : 28234 (java) S 28220 28222 27780 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630343992 918224896 193631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.3
Current children cumulated vsize (KiB) 896704

[startup+36.5029 s]
/proc/loadavg: 2.20 2.11 1.97 3/95 28236
/proc/meminfo: memFree=291608/2055920 swapFree=4179032/4192956
[pid=28222] ppid=28220 vsize=0 CPUtime=37.4
/proc/28222/stat : 28222 (java) Z 28220 28222 27780 0 -1 1036 281352 0 1 0 3602 138 0 0 16 0 2 0 630343983 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28222/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 36.5338
CPU time (s): 37.4393
CPU user time (s): 36.0235
CPU system time (s): 1.41578
CPU usage (%): 102.478
Max. virtual memory (cumulated for all children) (KiB): 928708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0235
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281352
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= 1399
involuntary context switches= 1677

runsolver used 0.045993 second user time and 0.139978 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 16:14:43
IDJOB=1075414
IDBENCH=56506
IDSOLVER=344
FILE ID=node87/1075414-1215180883
PBS_JOBID= 7881579
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e1b490498f3ff471ba21761182e48b82
RANDOM SEED=1114044420

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1063200 kB
Buffers:         43500 kB
Cached:         123900 kB
SwapCached:       8108 kB
Active:         886772 kB
Inactive:        54448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063200 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         788060 kB
Slab:            34960 kB
Committed_AS:  2356508 kB
PageTables:       3416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node87 at 2008-07-04 16:15:20