Trace number 1041988

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? (TO) 1802.17 1809.73

General information on the benchmark

Namecsp/allsquares/
normalized-squares-35-35.xml
MD5SUM5c86e9b78837e9747aa3f584bf98e3ce
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of constraints2978
Maximum constraint arity35
Maximum domain size123
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2381
Global constraints used (with number of constraints)cumulative(2),weightedsum(595)

Solver Data (download as text)

0.24/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.37	c See www.sat4j.org for details.
0.24/0.37	c That software uses the Rhino library from the Mozilla project.
0.34/0.41	c version 9.9.9.token
0.34/0.41	c sun.arch.data.model	32
0.34/0.41	c java.version	1.6.0_06
0.34/0.41	c os.name	Linux
0.34/0.41	c os.version	2.6.9-22.EL.rootsmp
0.34/0.41	c os.arch	i386
0.34/0.41	c Free memory 669864272
0.34/0.41	c Max memory 672137216
0.34/0.41	c Total memory 672137216
0.34/0.41	c Number of processors 2
0.34/0.46	c c --- Begin Solver configuration ---
0.34/0.46	c Stops conflict analysis at the first Unique Implication Point
0.34/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.46	c Learn all clauses as in MiniSAT
0.34/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.46	c Expensive reason simplification
0.34/0.46	c MiniSAT restarts strategy
0.34/0.46	c timeout=2147483s
0.34/0.46	c DB Simplification allowed=false
0.34/0.46	c --- End Solver configuration ---
0.34/0.46	c solving HOME/instance-1041988-1215001953.xml
0.34/0.46	c reading problem ... 
0.63/0.72	c reading problem named null
0.63/0.73	c reading domains done.
0.63/0.74	c reading variables done.
1.51/1.60	c reading predicates  done.
1.70/1.81	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-1041988-1215001953/watcher-1041988-1215001953 -o /tmp/evaluation-result-1041988-1215001953/solver-1041988-1215001953 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041988-1215001953.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11592
/proc/meminfo: memFree=1856984/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=18572 CPUtime=0
/proc/11592/stat : 11592 (runsolver) R 11590 11592 11033 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 655924308 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11592/statm: 4643 292 257 25 0 2626 0

[startup+0.0178499 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11592
/proc/meminfo: memFree=1856984/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=12824 CPUtime=0
/proc/11592/stat : 11592 (java) D 11590 11592 11033 0 -1 0 361 0 0 0 0 0 0 0 21 0 1 0 655924308 13131776 163 996147200 134512640 134550740 4294956032 18446744073709551615 6382599 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11592/statm: 3253 182 134 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12824

[startup+0.106778 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11592
/proc/meminfo: memFree=1856984/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=802080 CPUtime=0.06
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2544 0 28 0 2 4 0 0 20 0 7 0 655924308 821329920 2306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 200520 2306 981 9 0 197903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802080

[startup+0.301801 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11592
/proc/meminfo: memFree=1856984/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=807864 CPUtime=0.24
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 4559 0 28 0 19 5 0 0 20 0 12 0 655924308 827252736 3915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 201966 3915 1298 9 0 199335 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 807864

[startup+0.701846 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 11592
/proc/meminfo: memFree=1856984/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=807892 CPUtime=0.63
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 6177 0 29 0 55 8 0 0 20 0 12 0 655924308 827281408 5368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 201973 5368 1335 9 0 199335 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807892

[startup+1.50193 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11604
/proc/meminfo: memFree=1832952/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=807892 CPUtime=1.41
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 7633 0 29 0 132 9 0 0 20 0 12 0 655924308 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 201973 6179 1346 9 0 199335 0
[pid=11592/tid=11594] ppid=11590 vsize=807892 CPUtime=0.76
/proc/11592/task/11594/stat : 11594 (java) R 11590 11592 11033 0 -1 64 4521 0 2 0 71 5 0 0 25 0 12 0 655924315 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4109173568 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 655924316 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11596] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 655924316 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11597] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11597/stat : 11597 (java) S 11590 11592 11033 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 655924318 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 655924318 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11599] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 655924318 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=807892 CPUtime=0.2
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 671 0 0 0 20 0 0 0 16 0 12 0 655924322 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11602] ppid=11590 vsize=807892 CPUtime=0.4
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 1706 0 0 0 40 0 0 0 16 0 12 0 655924322 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11603] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=807892 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 827281408 6179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 807892

[startup+3.10212 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 11604
/proc/meminfo: memFree=1822200/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=811332 CPUtime=2.99
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 17666 0 29 0 285 14 0 0 20 0 12 0 655924308 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 202833 14806 1388 9 0 200195 0
[pid=11592/tid=11594] ppid=11590 vsize=811332 CPUtime=1.65
/proc/11592/task/11594/stat : 11594 (java) R 11590 11592 11033 0 -1 64 12235 0 2 0 157 8 0 0 25 0 12 0 655924315 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4109707487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 655924316 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11596] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 655924316 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11597] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11597/stat : 11597 (java) S 11590 11592 11033 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 655924318 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 655924318 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11599] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 655924318 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=811332 CPUtime=0.57
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 2499 0 0 0 56 1 0 0 16 0 12 0 655924322 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11602] ppid=11590 vsize=811332 CPUtime=0.71
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2197 0 0 0 70 1 0 0 16 0 12 0 655924322 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11603] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=811332 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 830803968 14806 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 811332

[startup+6.30246 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 11604
/proc/meminfo: memFree=1742008/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=813964 CPUtime=6.24
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 36091 0 29 0 602 22 0 0 20 0 12 0 655924308 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 203491 32401 1393 9 0 200853 0
[pid=11592/tid=11594] ppid=11590 vsize=813964 CPUtime=4.13
/proc/11592/task/11594/stat : 11594 (java) R 11590 11592 11033 0 -1 64 17282 0 2 0 402 11 0 0 25 0 12 0 655924315 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4109730589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=813964 CPUtime=0.37
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 6781 0 0 0 35 2 0 0 16 0 12 0 655924316 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11596] ppid=11590 vsize=813964 CPUtime=0.38
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 6568 0 0 0 36 2 0 0 16 0 12 0 655924316 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11597/stat : 11597 (java) S 11590 11592 11033 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 655924318 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11599] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=813964 CPUtime=0.57
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 2499 0 0 0 56 1 0 0 16 0 12 0 655924322 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11602] ppid=11590 vsize=813964 CPUtime=0.71
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2197 0 0 0 70 1 0 0 16 0 12 0 655924322 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11603] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=813964 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 833499136 32401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 813964

[startup+12.7022 s]
/proc/loadavg: 2.24 2.05 2.02 5/93 11604
/proc/meminfo: memFree=1662456/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=13.37
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 57052 0 29 0 1306 31 0 0 20 0 12 0 655924308 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 51220 1393 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=8.2
/proc/11592/task/11594/stat : 11594 (java) R 11590 11592 11033 0 -1 64 17291 0 2 0 809 11 0 0 25 0 12 0 655924315 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4109802331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=1.88
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 16479 0 0 0 181 7 0 0 16 0 12 0 655924316 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=1.93
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 17822 0 0 0 186 7 0 0 16 0 12 0 655924316 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11597/stat : 11597 (java) S 11590 11592 11033 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.58
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 2499 0 0 0 57 1 0 0 16 0 12 0 655924322 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.71
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2197 0 0 0 70 1 0 0 16 0 12 0 655924322 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 51220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 819916

[startup+25.5016 s]
/proc/loadavg: 2.33 2.08 2.03 3/93 11604
/proc/meminfo: memFree=1523320/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=820076 CPUtime=26.45
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 89157 0 29 0 2600 45 0 0 20 0 12 0 655924308 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 205019 82671 1393 9 0 202381 0
[pid=11592/tid=11594] ppid=11590 vsize=820076 CPUtime=17.48
/proc/11592/task/11594/stat : 11594 (java) R 11590 11592 11033 0 -1 64 17313 0 2 0 1737 11 0 0 25 0 12 0 655924315 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4109711451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11595] ppid=11590 vsize=820076 CPUtime=3.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 36685 0 0 0 354 16 0 0 16 0 12 0 655924316 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=820076 CPUtime=3.75
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 29206 0 0 0 364 11 0 0 16 0 12 0 655924316 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11597] ppid=11590 vsize=820076 CPUtime=0
/proc/11592/task/11597/stat : 11597 (java) S 11590 11592 11033 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 655924318 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11598] ppid=11590 vsize=820076 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11599] ppid=11590 vsize=820076 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=820076 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 839757824 82671 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+1807.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12047
/proc/meminfo: memFree=1173408/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=1800.07
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2199253 0 29 0 178956 1051 0 0 20 0 12 0 655924308 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 174608 1398 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=52.95
/proc/11592/task/11594/stat : 11594 (java) S 11590 11592 11033 0 -1 64 30117 0 2 0 5277 18 0 0 16 0 12 0 655924315 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=10.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 67660 0 0 0 1039 31 0 0 16 0 12 0 655924316 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=10.67
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 73983 0 0 0 1038 29 0 0 15 0 12 0 655924316 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=1723.86
/proc/11592/task/11597/stat : 11597 (java) R 11590 11592 11033 0 -1 64 2021553 0 0 0 171421 965 0 0 25 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.94
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 3004 0 0 0 93 1 0 0 16 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.86
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2202 0 0 0 85 1 0 0 16 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 819916

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+1807.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12047
/proc/meminfo: memFree=1173408/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=1800.26
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2199254 0 29 0 178975 1051 0 0 16 0 12 0 655924308 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 174608 1398 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=52.95
/proc/11592/task/11594/stat : 11594 (java) S 11590 11592 11033 0 -1 64 30117 0 2 0 5277 18 0 0 16 0 12 0 655924315 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=10.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 67660 0 0 0 1039 31 0 0 16 0 12 0 655924316 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=10.67
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 73983 0 0 0 1038 29 0 0 15 0 12 0 655924316 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=1724.05
/proc/11592/task/11597/stat : 11597 (java) R 11590 11592 11033 0 -1 64 2021553 0 0 0 171440 965 0 0 25 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.94
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 3004 0 0 0 93 1 0 0 16 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.86
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2202 0 0 0 85 1 0 0 16 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 174608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 819916

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12048
/proc/meminfo: memFree=1173400/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=1801.05
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2199257 0 29 0 179054 1051 0 0 16 0 12 0 655924308 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 174611 1398 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=52.95
/proc/11592/task/11594/stat : 11594 (java) S 11590 11592 11033 0 -1 64 30117 0 2 0 5277 18 0 0 16 0 12 0 655924315 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=10.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 67660 0 0 0 1039 31 0 0 16 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=10.67
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 73983 0 0 0 1038 29 0 0 15 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=1724.84
/proc/11592/task/11597/stat : 11597 (java) R 11590 11592 11033 0 -1 64 2021553 0 0 0 171519 965 0 0 25 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 105677314 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.94
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 3004 0 0 0 93 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.86
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2202 0 0 0 85 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 819916

[startup+1809.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12048
/proc/meminfo: memFree=1173336/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=1801.85
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2199257 0 29 0 179134 1051 0 0 16 0 12 0 655924308 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 174611 1398 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=52.95
/proc/11592/task/11594/stat : 11594 (java) S 11590 11592 11033 0 -1 64 30117 0 2 0 5277 18 0 0 16 0 12 0 655924315 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=10.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 67660 0 0 0 1039 31 0 0 16 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=10.67
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 73983 0 0 0 1038 29 0 0 15 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=1725.64
/proc/11592/task/11597/stat : 11597 (java) R 11590 11592 11033 0 -1 64 2021553 0 0 0 171599 965 0 0 25 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.94
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 3004 0 0 0 93 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.86
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2202 0 0 0 85 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 819916

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12048
/proc/meminfo: memFree=1173336/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=819916 CPUtime=1802.04
/proc/11592/stat : 11592 (java) S 11590 11592 11033 0 -1 0 2199257 0 29 0 179153 1051 0 0 16 0 12 0 655924308 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 204979 174611 1398 9 0 202341 0
[pid=11592/tid=11594] ppid=11590 vsize=819916 CPUtime=52.95
/proc/11592/task/11594/stat : 11594 (java) S 11590 11592 11033 0 -1 64 30117 0 2 0 5277 18 0 0 16 0 12 0 655924315 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11595] ppid=11590 vsize=819916 CPUtime=10.7
/proc/11592/task/11595/stat : 11595 (java) S 11590 11592 11033 0 -1 64 67660 0 0 0 1039 31 0 0 16 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11596] ppid=11590 vsize=819916 CPUtime=10.67
/proc/11592/task/11596/stat : 11596 (java) S 11590 11592 11033 0 -1 64 73983 0 0 0 1038 29 0 0 15 0 12 0 655924316 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11597] ppid=11590 vsize=819916 CPUtime=1725.83
/proc/11592/task/11597/stat : 11597 (java) R 11590 11592 11033 0 -1 64 2021553 0 0 0 171618 965 0 0 25 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 105677423 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11598] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11598/stat : 11598 (java) S 11590 11592 11033 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11599] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11599/stat : 11599 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 655924318 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11600] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11600/stat : 11600 (java) S 11590 11592 11033 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11601] ppid=11590 vsize=819916 CPUtime=0.94
/proc/11592/task/11601/stat : 11601 (java) S 11590 11592 11033 0 -1 64 3004 0 0 0 93 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11602] ppid=11590 vsize=819916 CPUtime=0.86
/proc/11592/task/11602/stat : 11602 (java) S 11590 11592 11033 0 -1 64 2202 0 0 0 85 1 0 0 16 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11592/tid=11603] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11603/stat : 11603 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11592/tid=11604] ppid=11590 vsize=819916 CPUtime=0
/proc/11592/task/11604/stat : 11604 (java) S 11590 11592 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 655924322 839593984 174611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 819916

[startup+1809.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12048
/proc/meminfo: memFree=1173336/2055920 swapFree=4181008/4192956
[pid=11592] ppid=11590 vsize=0 CPUtime=1802.14
/proc/11592/stat : 11592 (java) Z 11590 11592 11033 0 -1 1036 2199257 0 29 0 179155 1059 0 0 16 0 2 0 655924308 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1809.73
CPU time (s): 1802.17
CPU user time (s): 1791.56
CPU system time (s): 10.6144
CPU usage (%): 99.5826
Max. virtual memory (cumulated for all children) (KiB): 915924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.56
system time used= 10.6144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2199257
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37599
involuntary context switches= 74555

runsolver used 2.28665 second user time and 5.99809 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 14:32:33
IDJOB=1041988
IDBENCH=53861
IDSOLVER=344
FILE ID=node86/1041988-1215001953
PBS_JOBID= 7870752
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c86e9b78837e9747aa3f584bf98e3ce
RANDOM SEED=289569546

node86.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.220
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.220
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:       1857464 kB
Buffers:          5768 kB
Cached:          56620 kB
SwapCached:       5884 kB
Active:         121756 kB
Inactive:        11212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857464 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          84156 kB
Slab:            50608 kB
Committed_AS:  1825268 kB
PageTables:       2000 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= 66524 MiB
End job on node86 at 2008-07-02 15:02:43