Trace number 1078578

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) 54.3607 51.0363

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle16.xml
MD5SUM9d45c5e9650243c44508acf520e4742e
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.274957
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.30	c See www.sat4j.org for details.
0.18/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-1078578-1215207533.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.64	c reading variables done.
0.68/0.73	c reading relations done.
2.07/2.16	c reading predicates  done.
2.26/2.33	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-1078578-1215207533/watcher-1078578-1215207533 -o /tmp/evaluation-result-1078578-1215207533/solver-1078578-1215207533 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1078578-1215207533.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.00 2.00 4/73 20431
/proc/meminfo: memFree=1516456/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=18572 CPUtime=0
/proc/20431/stat : 20431 (runsolver) R 20429 20431 16749 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 261696092 19017728 292 996147200 4194304 4296836 548682068368 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20431/statm: 4643 292 257 25 0 2626 0

[startup+0.0767411 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 20431
/proc/meminfo: memFree=1516456/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=802236 CPUtime=0.05
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 2799 0 1 0 4 1 0 0 18 0 7 0 261696092 821489664 2534 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 200559 2534 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101746 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 20431
/proc/meminfo: memFree=1516456/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=804612 CPUtime=0.08
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 261696092 823922688 2740 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301782 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 20431
/proc/meminfo: memFree=1516456/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=808244 CPUtime=0.28
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 5051 0 1 0 25 3 0 0 18 0 12 0 261696092 827641856 4378 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 202061 4378 1307 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701865 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 20431
/proc/meminfo: memFree=1516456/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=808272 CPUtime=0.68
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 6434 0 1 0 63 5 0 0 18 0 12 0 261696092 827670528 5562 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 202068 5562 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50302 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 20443
/proc/meminfo: memFree=1496904/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=813320 CPUtime=1.47
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 11805 0 1 0 140 7 0 0 18 0 12 0 261696092 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 203330 9584 1351 9 0 200692 0
[pid=20431/tid=20433] ppid=20429 vsize=813320 CPUtime=0.68
/proc/20431/task/20433/stat : 20433 (java) R 20429 20431 16749 0 -1 64 6619 0 1 0 63 5 0 0 22 0 12 0 261696094 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4109183788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 261696094 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 261696095 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 261696096 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 261696097 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 261696097 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=813320 CPUtime=0.45
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3157 0 0 0 44 1 0 0 16 0 12 0 261696101 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20441] ppid=20429 vsize=813320 CPUtime=0.31
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 1263 0 0 0 31 0 0 0 16 0 12 0 261696101 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20442] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=813320 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 832839680 9584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813320

[startup+3.10133 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 20443
/proc/meminfo: memFree=1431816/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=814604 CPUtime=3.17
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 33109 0 1 0 299 18 0 0 18 0 12 0 261696092 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 203651 29743 1368 9 0 201013 0
[pid=20431/tid=20433] ppid=20429 vsize=814604 CPUtime=1.63
/proc/20431/task/20433/stat : 20433 (java) R 20429 20431 16749 0 -1 64 17228 0 1 0 152 11 0 0 25 0 12 0 261696094 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4109763211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=814604 CPUtime=0.13
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 5044 0 0 0 11 2 0 0 18 0 12 0 261696094 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=814604 CPUtime=0.14
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 5551 0 0 0 13 1 0 0 17 0 12 0 261696095 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 16749 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 261696096 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=814604 CPUtime=0.77
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3223 0 0 0 76 1 0 0 16 0 12 0 261696101 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20441] ppid=20429 vsize=814604 CPUtime=0.45
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 1269 0 0 0 45 0 0 0 16 0 12 0 261696101 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20442] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=814604 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 834154496 29743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 814604

[startup+6.30296 s]
/proc/loadavg: 2.15 2.03 2.01 4/85 20443
/proc/meminfo: memFree=1273160/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=828556 CPUtime=7.58
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 79699 0 1 0 718 40 0 0 18 0 12 0 261696092 848441344 69054 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 207139 69057 1368 9 0 204501 0
[pid=20431/tid=20433] ppid=20429 vsize=828556 CPUtime=2.87
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 17232 0 1 0 276 11 0 0 25 0 12 0 261696094 848441344 69058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=828556 CPUtime=1.81
/proc/20431/task/20434/stat : 20434 (java) R 20429 20431 16749 0 -1 64 30096 0 0 0 167 14 0 0 20 0 12 0 261696094 848441344 69060 996147200 134512640 134550740 4294955984 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=828556 CPUtime=1.62
/proc/20431/task/20435/stat : 20435 (java) R 20429 20431 16749 0 -1 64 27093 0 0 0 152 10 0 0 19 0 12 0 261696095 848441344 69062 996147200 134512640 134550740 4294955984 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 16749 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 261696096 848441344 69064 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 848441344 69066 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 848441344 69068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 848441344 69070 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=828556 CPUtime=0.77
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3223 0 0 0 76 1 0 0 16 0 12 0 261696101 848441344 69072 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20441] ppid=20429 vsize=828556 CPUtime=0.45
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 1269 0 0 0 45 0 0 0 16 0 12 0 261696101 848441344 69074 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20442] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 848441344 69075 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=828556 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 848441344 69077 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 828556

[startup+12.7012 s]
/proc/loadavg: 2.30 2.06 2.02 3/85 20443
/proc/meminfo: memFree=1044040/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=834788 CPUtime=15.67
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 140941 0 1 0 1501 66 0 0 18 0 12 0 261696092 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 208697 123530 1384 9 0 206059 0
[pid=20431/tid=20433] ppid=20429 vsize=834788 CPUtime=5.25
/proc/20431/task/20433/stat : 20433 (java) R 20429 20431 16749 0 -1 64 23395 0 1 0 511 14 0 0 25 0 12 0 261696094 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20434] ppid=20429 vsize=834788 CPUtime=4.45
/proc/20431/task/20434/stat : 20434 (java) R 20429 20431 16749 0 -1 64 57839 0 0 0 419 26 0 0 16 0 12 0 261696094 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 104136963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=834788 CPUtime=4.27
/proc/20431/task/20435/stat : 20435 (java) R 20429 20431 16749 0 -1 64 52820 0 0 0 405 22 0 0 16 0 12 0 261696095 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 105852854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20436] ppid=20429 vsize=834788 CPUtime=0.01
/proc/20431/task/20436/stat : 20436 (java) S 20429 20431 16749 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 261696096 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20437] ppid=20429 vsize=834788 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=834788 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=834788 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=834788 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=834788 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=834788 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=834788 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 854822912 123530 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 834788

[startup+25.5027 s]
/proc/loadavg: 2.45 2.11 2.03 3/85 20443
/proc/meminfo: memFree=823816/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=833676 CPUtime=29.04
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 226851 0 1 0 2800 104 0 0 18 0 12 0 261696092 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 208419 173971 1387 9 0 205781 0
[pid=20431/tid=20433] ppid=20429 vsize=833676 CPUtime=7.74
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 35695 0 1 0 754 20 0 0 19 0 12 0 261696094 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=833676 CPUtime=6.01
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 77801 0 0 0 567 34 0 0 16 0 12 0 261696094 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20435] ppid=20429 vsize=833676 CPUtime=5.84
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 70529 0 0 0 555 29 0 0 17 0 12 0 261696095 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=833676 CPUtime=7.74
/proc/20431/task/20436/stat : 20436 (java) R 20429 20431 16749 0 -1 64 35969 0 0 0 758 16 0 0 20 0 12 0 261696096 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 105852578 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=833676 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=833676 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=833676 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=833676 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=833676 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=833676 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=833676 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 853684224 173971 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.04
Current children cumulated vsize (KiB) 833676



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+48.9012 s]
/proc/loadavg: 2.36 2.11 2.04 3/85 20443
/proc/meminfo: memFree=716488/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=929684 CPUtime=52.24
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 261401 0 1 0 5106 118 0 0 18 0 12 0 261696092 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 232421 200759 1387 9 0 229783 0
[pid=20431/tid=20433] ppid=20429 vsize=929684 CPUtime=9.81
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 35702 0 1 0 961 20 0 0 17 0 12 0 261696094 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=929684 CPUtime=6.18
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 77801 0 0 0 584 34 0 0 16 0 12 0 261696094 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=929684 CPUtime=5.9
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 70529 0 0 0 561 29 0 0 17 0 12 0 261696095 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=929684 CPUtime=28.65
/proc/20431/task/20436/stat : 20436 (java) R 20429 20431 16749 0 -1 64 70512 0 0 0 2834 31 0 0 25 0 12 0 261696096 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=929684 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=929684 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=929684 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 261696101 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=929684 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=929684 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=929684 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=929684 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 951996416 200759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.24
Current children cumulated vsize (KiB) 929684

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+49.4013 s]
/proc/loadavg: 2.36 2.11 2.04 3/86 20444
/proc/meminfo: memFree=743296/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=897680 CPUtime=52.73
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 262646 0 1 0 5154 119 0 0 16 0 12 0 261696092 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 224420 194002 1387 9 0 221782 0
[pid=20431/tid=20433] ppid=20429 vsize=897680 CPUtime=9.81
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 35702 0 1 0 961 20 0 0 17 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=897680 CPUtime=6.18
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 77801 0 0 0 584 34 0 0 16 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=897680 CPUtime=5.9
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 70529 0 0 0 561 29 0 0 17 0 12 0 261696095 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=897680 CPUtime=29.13
/proc/20431/task/20436/stat : 20436 (java) R 20429 20431 16749 0 -1 64 71756 0 0 0 2882 31 0 0 25 0 12 0 261696096 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=897680 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=897680 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) R 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.73
Current children cumulated vsize (KiB) 897680

[startup+50.2024 s]
/proc/loadavg: 2.36 2.11 2.04 3/86 20444
/proc/meminfo: memFree=743296/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=897680 CPUtime=53.52
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 262646 0 1 0 5233 119 0 0 16 0 12 0 261696092 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 224420 194002 1387 9 0 221782 0
[pid=20431/tid=20433] ppid=20429 vsize=897680 CPUtime=9.81
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 35702 0 1 0 961 20 0 0 17 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=897680 CPUtime=6.18
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 77801 0 0 0 584 34 0 0 16 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=897680 CPUtime=5.9
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 70529 0 0 0 561 29 0 0 17 0 12 0 261696095 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=897680 CPUtime=29.92
/proc/20431/task/20436/stat : 20436 (java) R 20429 20431 16749 0 -1 64 71756 0 0 0 2961 31 0 0 25 0 12 0 261696096 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=897680 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=897680 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.52
Current children cumulated vsize (KiB) 897680

[startup+50.6065 s]
/proc/loadavg: 2.36 2.11 2.04 3/86 20444
/proc/meminfo: memFree=743296/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=897680 CPUtime=53.92
/proc/20431/stat : 20431 (java) S 20429 20431 16749 0 -1 0 262646 0 1 0 5273 119 0 0 16 0 12 0 261696092 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 224420 194002 1387 9 0 221782 0
[pid=20431/tid=20433] ppid=20429 vsize=897680 CPUtime=9.81
/proc/20431/task/20433/stat : 20433 (java) S 20429 20431 16749 0 -1 64 35702 0 1 0 961 20 0 0 17 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20434] ppid=20429 vsize=897680 CPUtime=6.18
/proc/20431/task/20434/stat : 20434 (java) S 20429 20431 16749 0 -1 64 77801 0 0 0 584 34 0 0 16 0 12 0 261696094 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20435] ppid=20429 vsize=897680 CPUtime=5.9
/proc/20431/task/20435/stat : 20435 (java) S 20429 20431 16749 0 -1 64 70529 0 0 0 561 29 0 0 17 0 12 0 261696095 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20436] ppid=20429 vsize=897680 CPUtime=30.32
/proc/20431/task/20436/stat : 20436 (java) R 20429 20431 16749 0 -1 64 71756 0 0 0 3001 31 0 0 25 0 12 0 261696096 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20437] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20437/stat : 20437 (java) S 20429 20431 16749 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20438] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20438/stat : 20438 (java) S 20429 20431 16749 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 261696097 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20439] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20439/stat : 20439 (java) S 20429 20431 16749 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20440] ppid=20429 vsize=897680 CPUtime=0.8
/proc/20431/task/20440/stat : 20440 (java) S 20429 20431 16749 0 -1 64 3230 0 0 0 79 1 0 0 16 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20441] ppid=20429 vsize=897680 CPUtime=0.86
/proc/20431/task/20441/stat : 20441 (java) S 20429 20431 16749 0 -1 64 2863 0 0 0 85 1 0 0 17 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20431/tid=20442] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20442/stat : 20442 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20431/tid=20443] ppid=20429 vsize=897680 CPUtime=0
/proc/20431/task/20443/stat : 20443 (java) S 20429 20431 16749 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 261696101 919224320 194002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.92
Current children cumulated vsize (KiB) 897680

[startup+51.0033 s]
/proc/loadavg: 2.36 2.11 2.04 3/86 20444
/proc/meminfo: memFree=743296/2055920 swapFree=4180776/4192956
[pid=20431] ppid=20429 vsize=0 CPUtime=54.32
/proc/20431/stat : 20431 (java) Z 20429 20431 16749 0 -1 1036 262646 0 1 0 5305 127 0 0 16 0 2 0 261696092 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20431/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 51.0363
CPU time (s): 54.3607
CPU user time (s): 53.0509
CPU system time (s): 1.3098
CPU usage (%): 106.514
Max. virtual memory (cumulated for all children) (KiB): 929684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0509
system time used= 1.3098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262646
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= 2011
involuntary context switches= 3110

runsolver used 0.06499 second user time and 0.187971 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 23:38:54
IDJOB=1078578
IDBENCH=56827
IDSOLVER=344
FILE ID=node85/1078578-1215207533
PBS_JOBID= 7881618
Free space on /tmp= 126840 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d45c5e9650243c44508acf520e4742e
RANDOM SEED=1316378285

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1516936 kB
Buffers:         84060 kB
Cached:         371388 kB
SwapCached:       7020 kB
Active:         226320 kB
Inactive:       261996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516936 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          39736 kB
Slab:            36380 kB
Committed_AS:   673660 kB
PageTables:       1536 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= 126840 MiB
End job on node85 at 2008-07-04 23:39:45