Trace number 1072625

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.19 1777.63

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-2.xml
MD5SUM144d0f2f41d61f28b9f76919392a0abd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity19
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
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.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1072625-1215175354.xml
0.29/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.64	c reading variables done.
0.69/0.70	c reading predicates  done.
0.98/1.10	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-1072625-1215175354/watcher-1072625-1215175354 -o /tmp/evaluation-result-1072625-1215175354/solver-1072625-1215175354 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072625-1215175354.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.92 1.98 1.99 3/73 19764
/proc/meminfo: memFree=1815312/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=152 CPUtime=0
/proc/19764/stat : 19764 (java6) R 19762 19764 17045 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 630753224 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 10424619 0 0 4096 0 0 0 0 17 0 0 0
/proc/19764/statm: 38 26 19 9 0 4 0

[startup+0.0975951 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 19764
/proc/meminfo: memFree=1815312/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=804612 CPUtime=0.08
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 3001 0 1 0 6 2 0 0 18 0 12 0 630753224 823922688 2734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101587 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 19764
/proc/meminfo: memFree=1815312/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=804612 CPUtime=0.09
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 3008 0 1 0 7 2 0 0 18 0 12 0 630753224 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301633 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 19764
/proc/meminfo: memFree=1815312/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=808180 CPUtime=0.29
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 5013 0 1 0 26 3 0 0 18 0 12 0 630753224 827576320 4339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 202045 4339 1308 9 0 199414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808180

[startup+0.701711 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 19764
/proc/meminfo: memFree=1815312/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=808208 CPUtime=0.69
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 6356 0 1 0 64 5 0 0 18 0 12 0 630753224 827604992 5516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 202052 5516 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808208

[startup+1.50288 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 19776
/proc/meminfo: memFree=1794928/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=815228 CPUtime=1.48
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 10370 0 1 0 141 7 0 0 18 0 12 0 630753224 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 203807 8307 1363 9 0 201169 0
[pid=19764/tid=19766] ppid=19762 vsize=815228 CPUtime=0.78
/proc/19764/task/19766/stat : 19766 (java) R 19762 19764 17045 0 -1 64 5005 0 1 0 74 4 0 0 20 0 12 0 630753226 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19767] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 630753227 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19768] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 630753227 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19769] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19769/stat : 19769 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 630753228 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19770] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 630753229 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19771] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 630753229 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=815228 CPUtime=0.17
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 438 0 0 0 17 0 0 0 16 0 12 0 630753233 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19774] ppid=19762 vsize=815228 CPUtime=0.49
/proc/19764/task/19774/stat : 19774 (java) R 19762 19764 17045 0 -1 64 4163 0 0 0 48 1 0 0 17 0 12 0 630753233 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 105479955 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=815228 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 834793472 8307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 815228

[startup+3.10219 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19776
/proc/meminfo: memFree=1785264/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=816020 CPUtime=3.07
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 16418 0 1 0 298 9 0 0 18 0 12 0 630753224 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 204005 12776 1380 9 0 201367 0
[pid=19764/tid=19766] ppid=19762 vsize=816020 CPUtime=1.58
/proc/19764/task/19766/stat : 19766 (java) R 19762 19764 17045 0 -1 64 9340 0 1 0 152 6 0 0 25 0 12 0 630753226 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19767] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 630753227 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19768] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 630753227 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19769] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19769/stat : 19769 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 630753228 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19770] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 630753229 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19771] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 630753229 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=816020 CPUtime=0.33
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 462 0 0 0 33 0 0 0 16 0 12 0 630753233 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19774] ppid=19762 vsize=816020 CPUtime=1.13
/proc/19764/task/19774/stat : 19774 (java) R 19762 19764 17045 0 -1 64 5852 0 0 0 112 1 0 0 17 0 12 0 630753233 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 103937384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=816020 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 835604480 12776 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 816020

[startup+6.30282 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 19776
/proc/meminfo: memFree=1731184/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=818368 CPUtime=6.26
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 31087 0 1 0 609 17 0 0 18 0 12 0 630753224 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 204592 22813 1386 9 0 201954 0
[pid=19764/tid=19766] ppid=19762 vsize=818368 CPUtime=2.96
/proc/19764/task/19766/stat : 19766 (java) R 19762 19764 17045 0 -1 64 17287 0 1 0 285 11 0 0 25 0 12 0 630753226 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19767] ppid=19762 vsize=818368 CPUtime=0.01
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 542 0 0 0 1 0 0 0 17 0 12 0 630753227 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19768] ppid=19762 vsize=818368 CPUtime=0.03
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 741 0 0 0 3 0 0 0 17 0 12 0 630753227 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19769] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19769/stat : 19769 (java) S 19762 19764 17045 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 630753228 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19770] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19771] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=818368 CPUtime=0.94
/proc/19764/task/19773/stat : 19773 (java) R 19762 19764 17045 0 -1 64 1980 0 0 0 94 0 0 0 17 0 12 0 630753233 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 103105536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19774] ppid=19762 vsize=818368 CPUtime=2.26
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 9745 0 0 0 223 3 0 0 16 0 12 0 630753233 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=818368 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 838008832 22813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 818368

[startup+12.7021 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 19776
/proc/meminfo: memFree=1696328/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=822784 CPUtime=12.62
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 45037 0 1 0 1239 23 0 0 18 0 12 0 630753224 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 205696 31010 1386 9 0 203058 0
[pid=19764/tid=19766] ppid=19762 vsize=822784 CPUtime=6.95
/proc/19764/task/19766/stat : 19766 (java) R 19762 19764 17045 0 -1 64 17301 0 1 0 684 11 0 0 25 0 12 0 630753226 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19767] ppid=19762 vsize=822784 CPUtime=0.28
/proc/19764/task/19767/stat : 19767 (java) R 19762 19764 17045 0 -1 64 5183 0 0 0 26 2 0 0 16 0 12 0 630753227 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 106160154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19768] ppid=19762 vsize=822784 CPUtime=0.21
/proc/19764/task/19768/stat : 19768 (java) R 19762 19764 17045 0 -1 64 3744 0 0 0 21 0 0 0 16 0 12 0 630753227 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 104137012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19769] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19769/stat : 19769 (java) S 19762 19764 17045 0 -1 64 66 0 0 0 0 0 0 0 16 0 12 0 630753228 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19770] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19771] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=822784 CPUtime=2.33
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 6721 0 0 0 230 3 0 0 16 0 12 0 630753233 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19774] ppid=19762 vsize=822784 CPUtime=2.78
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 11260 0 0 0 275 3 0 0 16 0 12 0 630753233 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=822784 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 842530816 31010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 822784

[startup+25.5016 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 19776
/proc/meminfo: memFree=1618760/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=822888 CPUtime=25.4
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 68505 0 1 0 2506 34 0 0 18 0 12 0 630753224 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 205722 50204 1386 9 0 203084 0
[pid=19764/tid=19766] ppid=19762 vsize=822888 CPUtime=16.61
/proc/19764/task/19766/stat : 19766 (java) R 19762 19764 17045 0 -1 64 17341 0 1 0 1649 12 0 0 25 0 12 0 630753226 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4111273223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19767] ppid=19762 vsize=822888 CPUtime=0.98
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 15731 0 0 0 92 6 0 0 16 0 12 0 630753227 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=822888 CPUtime=0.96
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 12273 0 0 0 92 4 0 0 16 0 12 0 630753227 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=822888 CPUtime=0
/proc/19764/task/19769/stat : 19769 (java) S 19762 19764 17045 0 -1 64 66 0 0 0 0 0 0 0 15 0 12 0 630753228 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19770] ppid=19762 vsize=822888 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19771] ppid=19762 vsize=822888 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=822888 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 842637312 50204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 747644 0 1 0 174349 358 0 0 18 0 12 0 630753224 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 206425 176905 1389 9 0 203787 0
[pid=19764/tid=19766] ppid=19762 vsize=825700 CPUtime=108.54
/proc/19764/task/19766/stat : 19766 (java) S 19762 19764 17045 0 -1 64 18115 0 1 0 10841 13 0 0 16 0 12 0 630753226 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19767] ppid=19762 vsize=825700 CPUtime=61.91
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 76811 0 0 0 6155 36 0 0 17 0 12 0 630753227 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=825700 CPUtime=60.49
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 76641 0 0 0 6013 36 0 0 17 0 12 0 630753227 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=825700 CPUtime=1501.82
/proc/19764/task/19769/stat : 19769 (java) R 19762 19764 17045 0 -1 64 539560 0 0 0 149927 255 0 0 25 0 12 0 630753228 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 10890967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19770] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19771] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=825700 CPUtime=10.8
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 23709 0 0 0 1069 11 0 0 17 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19774] ppid=19762 vsize=825700 CPUtime=3.45
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 12046 0 0 0 341 4 0 0 16 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.07
Current children cumulated vsize (KiB) 825700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.5 s]
/proc/loadavg: 2.38 2.11 2.08 3/93 20140
/proc/meminfo: memFree=962816/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=825700 CPUtime=1800.06
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 758688 0 1 0 179642 364 0 0 18 0 12 0 630753224 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 206425 176905 1389 9 0 203787 0
[pid=19764/tid=19766] ppid=19762 vsize=825700 CPUtime=108.54
/proc/19764/task/19766/stat : 19766 (java) S 19762 19764 17045 0 -1 64 18137 0 1 0 10841 13 0 0 16 0 12 0 630753226 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19767] ppid=19762 vsize=825700 CPUtime=61.91
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 76811 0 0 0 6155 36 0 0 17 0 12 0 630753227 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=825700 CPUtime=60.49
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 76641 0 0 0 6013 36 0 0 17 0 12 0 630753227 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=825700 CPUtime=1554.8
/proc/19764/task/19769/stat : 19769 (java) R 19762 19764 17045 0 -1 64 550582 0 0 0 155220 260 0 0 25 0 12 0 630753228 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19770] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19771] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=825700 CPUtime=10.8
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 23709 0 0 0 1069 11 0 0 17 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19774] ppid=19762 vsize=825700 CPUtime=3.45
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 12046 0 0 0 341 4 0 0 16 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 845516800 176905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 825700

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+1775.8 s]
/proc/loadavg: 2.38 2.11 2.08 3/93 20140
/proc/meminfo: memFree=962816/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=825700 CPUtime=1800.36
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 758690 0 1 0 179672 364 0 0 16 0 12 0 630753224 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 206425 176906 1389 9 0 203787 0
[pid=19764/tid=19766] ppid=19762 vsize=825700 CPUtime=108.54
/proc/19764/task/19766/stat : 19766 (java) S 19762 19764 17045 0 -1 64 18137 0 1 0 10841 13 0 0 16 0 12 0 630753226 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19767] ppid=19762 vsize=825700 CPUtime=61.91
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 76811 0 0 0 6155 36 0 0 17 0 12 0 630753227 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=825700 CPUtime=60.49
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 76641 0 0 0 6013 36 0 0 17 0 12 0 630753227 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=825700 CPUtime=1555.09
/proc/19764/task/19769/stat : 19769 (java) R 19762 19764 17045 0 -1 64 550582 0 0 0 155249 260 0 0 25 0 12 0 630753228 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19770] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19771] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=825700 CPUtime=10.8
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 23709 0 0 0 1069 11 0 0 17 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19774] ppid=19762 vsize=825700 CPUtime=3.45
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 12046 0 0 0 341 4 0 0 16 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 825700

[startup+1776.6 s]
/proc/loadavg: 2.38 2.11 2.08 3/94 20141
/proc/meminfo: memFree=962424/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=825700 CPUtime=1801.16
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 758690 0 1 0 179752 364 0 0 16 0 12 0 630753224 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 206425 176906 1389 9 0 203787 0
[pid=19764/tid=19766] ppid=19762 vsize=825700 CPUtime=108.54
/proc/19764/task/19766/stat : 19766 (java) S 19762 19764 17045 0 -1 64 18137 0 1 0 10841 13 0 0 16 0 12 0 630753226 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19767] ppid=19762 vsize=825700 CPUtime=61.91
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 76811 0 0 0 6155 36 0 0 17 0 12 0 630753227 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=825700 CPUtime=60.49
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 76641 0 0 0 6013 36 0 0 17 0 12 0 630753227 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=825700 CPUtime=1555.89
/proc/19764/task/19769/stat : 19769 (java) R 19762 19764 17045 0 -1 64 550582 0 0 0 155329 260 0 0 25 0 12 0 630753228 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19770] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19771] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19773] ppid=19762 vsize=825700 CPUtime=10.8
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 23709 0 0 0 1069 11 0 0 17 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19774] ppid=19762 vsize=825700 CPUtime=3.45
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 12046 0 0 0 341 4 0 0 16 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 845516800 176906 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.16
Current children cumulated vsize (KiB) 825700

[startup+1777.4 s]
/proc/loadavg: 2.38 2.11 2.08 3/94 20141
/proc/meminfo: memFree=962424/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=825700 CPUtime=1801.95
/proc/19764/stat : 19764 (java) S 19762 19764 17045 0 -1 0 759194 0 1 0 179831 364 0 0 16 0 12 0 630753224 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 206425 176909 1389 9 0 203787 0
[pid=19764/tid=19766] ppid=19762 vsize=825700 CPUtime=108.54
/proc/19764/task/19766/stat : 19766 (java) S 19762 19764 17045 0 -1 64 18137 0 1 0 10841 13 0 0 16 0 12 0 630753226 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19767] ppid=19762 vsize=825700 CPUtime=61.91
/proc/19764/task/19767/stat : 19767 (java) S 19762 19764 17045 0 -1 64 76811 0 0 0 6155 36 0 0 17 0 12 0 630753227 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19768] ppid=19762 vsize=825700 CPUtime=60.49
/proc/19764/task/19768/stat : 19768 (java) S 19762 19764 17045 0 -1 64 76641 0 0 0 6013 36 0 0 17 0 12 0 630753227 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19769] ppid=19762 vsize=825700 CPUtime=1556.69
/proc/19764/task/19769/stat : 19769 (java) R 19762 19764 17045 0 -1 64 551083 0 0 0 155409 260 0 0 25 0 12 0 630753228 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19770] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19770/stat : 19770 (java) S 19762 19764 17045 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19771] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19771/stat : 19771 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630753229 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19772] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19772/stat : 19772 (java) S 19762 19764 17045 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 630753233 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19773] ppid=19762 vsize=825700 CPUtime=10.8
/proc/19764/task/19773/stat : 19773 (java) S 19762 19764 17045 0 -1 64 23709 0 0 0 1069 11 0 0 17 0 12 0 630753233 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19764/tid=19774] ppid=19762 vsize=825700 CPUtime=3.45
/proc/19764/task/19774/stat : 19774 (java) S 19762 19764 17045 0 -1 64 12046 0 0 0 341 4 0 0 16 0 12 0 630753233 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19775] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19775/stat : 19775 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630753233 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19764/tid=19776] ppid=19762 vsize=825700 CPUtime=0
/proc/19764/task/19776/stat : 19776 (java) S 19762 19764 17045 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630753233 845516800 176909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 825700

[startup+1777.61 s]
/proc/loadavg: 2.43 2.13 2.09 3/94 20141
/proc/meminfo: memFree=962104/2055920 swapFree=4166000/4192956
[pid=19764] ppid=19762 vsize=0 CPUtime=1802.16
/proc/19764/stat : 19764 (java) Z 19762 19764 17045 0 -1 1036 759194 0 1 0 179844 372 0 0 16 0 2 0 630753224 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19764/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1777.63
CPU time (s): 1802.19
CPU user time (s): 1798.44
CPU system time (s): 3.74943
CPU usage (%): 101.382
Max. virtual memory (cumulated for all children) (KiB): 871736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 3.74943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 759194
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= 39626
involuntary context switches= 47916

runsolver used 2.23466 second user time and 5.9131 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 14:42:34
IDJOB=1072625
IDBENCH=56272
IDSOLVER=344
FILE ID=node77/1072625-1215175354
PBS_JOBID= 7877417
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-2.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-1072625-1215175354/watcher-1072625-1215175354 -o /tmp/evaluation-result-1072625-1215175354/solver-1072625-1215175354 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072625-1215175354.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 144d0f2f41d61f28b9f76919392a0abd
RANDOM SEED=309154321

node77.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.274
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.274
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:       1815792 kB
Buffers:         28320 kB
Cached:         110524 kB
SwapCached:      20616 kB
Active:         142220 kB
Inactive:        42164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815792 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          53516 kB
Slab:            40912 kB
Committed_AS:  1174220 kB
PageTables:       1936 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= 66540 MiB
End job on node77 at 2008-07-04 15:12:12