Trace number 1080640

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.38 1739.23

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-4.xml
MD5SUMf4dd98e71dc7209545839f3b5e7bd2e4
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.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
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.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1080640-1215213183.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.74	c reading predicates  done.
1.08/1.16	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-1080640-1215213183/watcher-1080640-1215213183 -o /tmp/evaluation-result-1080640-1215213183/solver-1080640-1215213183 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080640-1215213183.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.13 2.05 2.01 3/72 5775
/proc/meminfo: memFree=1645680/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=18572 CPUtime=0
/proc/5775/stat : 5775 (runsolver) R 5773 5775 2864 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1005722893 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5775/statm: 4643 292 257 25 0 2626 0

[startup+0.078003 s]
/proc/loadavg: 2.13 2.05 2.01 3/72 5775
/proc/meminfo: memFree=1645680/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=802236 CPUtime=0.07
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 2797 0 1 0 5 2 0 0 18 0 7 0 1005722893 821489664 2532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 200559 2532 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.103008 s]
/proc/loadavg: 2.13 2.05 2.01 3/72 5775
/proc/meminfo: memFree=1645680/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=804612 CPUtime=0.09
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 1005722893 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302026 s]
/proc/loadavg: 2.13 2.05 2.01 3/72 5775
/proc/meminfo: memFree=1645680/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=808244 CPUtime=0.28
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 4952 0 1 0 25 3 0 0 18 0 12 0 1005722893 827641856 4279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 202061 4279 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701063 s]
/proc/loadavg: 2.13 2.05 2.01 3/72 5775
/proc/meminfo: memFree=1645680/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=808272 CPUtime=0.68
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 6355 0 1 0 63 5 0 0 18 0 12 0 1005722893 827670528 5483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 202068 5483 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50116 s]
/proc/loadavg: 2.36 2.10 2.02 3/84 5787
/proc/meminfo: memFree=1625360/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=811340 CPUtime=1.47
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 8591 0 1 0 141 6 0 0 18 0 12 0 1005722893 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 202835 7260 1363 9 0 200197 0
[pid=5775/tid=5777] ppid=5773 vsize=811340 CPUtime=0.83
/proc/5775/task/5777/stat : 5777 (java) R 5773 5775 2864 0 -1 64 4993 0 1 0 79 4 0 0 20 0 12 0 1005722894 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5778] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1005722895 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5779] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1005722895 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5780] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5780/stat : 5780 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1005722897 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5781] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1005722898 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5782] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1005722898 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=811340 CPUtime=0.37
/proc/5775/task/5784/stat : 5784 (java) R 5773 5775 2864 0 -1 64 1653 0 0 0 37 0 0 0 16 0 12 0 1005722902 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 103820547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=811340 CPUtime=0.24
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 1178 0 0 0 24 0 0 0 16 0 12 0 1005722902 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=811340 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 830812160 7260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811340

[startup+3.10232 s]
/proc/loadavg: 2.36 2.10 2.02 4/84 5787
/proc/meminfo: memFree=1615184/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=815368 CPUtime=3.07
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 16499 0 1 0 296 11 0 0 18 0 12 0 1005722893 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 203842 13073 1379 9 0 201204 0
[pid=5775/tid=5777] ppid=5773 vsize=815368 CPUtime=1.71
/proc/5775/task/5777/stat : 5777 (java) R 5773 5775 2864 0 -1 64 9517 0 1 0 164 7 0 0 25 0 12 0 1005722894 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4109766127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5778] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1005722895 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5779] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1005722895 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5780] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5780/stat : 5780 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1005722897 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5781] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1005722898 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5782] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1005722898 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=815368 CPUtime=0.8
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 4564 0 0 0 79 1 0 0 16 0 12 0 1005722902 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=815368 CPUtime=0.51
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 1651 0 0 0 51 0 0 0 16 0 12 0 1005722902 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 834936832 13073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=815368 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 834936832 13073 996147200 134512640 134550740 4294956016 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) 815368

[startup+6.30265 s]
/proc/loadavg: 2.41 2.12 2.03 4/84 5787
/proc/meminfo: memFree=1559120/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=819172 CPUtime=6.25
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 30725 0 1 0 606 19 0 0 18 0 12 0 1005722893 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 204793 23018 1385 9 0 202155 0
[pid=5775/tid=5777] ppid=5773 vsize=819172 CPUtime=3.14
/proc/5775/task/5777/stat : 5777 (java) R 5773 5775 2864 0 -1 64 17311 0 1 0 302 12 0 0 25 0 12 0 1005722894 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5778] ppid=5773 vsize=819172 CPUtime=0.04
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 800 0 0 0 4 0 0 0 17 0 12 0 1005722895 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5779] ppid=5773 vsize=819172 CPUtime=0.02
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 547 0 0 0 2 0 0 0 17 0 12 0 1005722895 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5780] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5780/stat : 5780 (java) S 5773 5775 2864 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1005722897 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5781] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5782] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=819172 CPUtime=1.6
/proc/5775/task/5784/stat : 5784 (java) R 5773 5775 2864 0 -1 64 6969 0 0 0 157 3 0 0 18 0 12 0 1005722902 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 103115621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=819172 CPUtime=1.4
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 4303 0 0 0 139 1 0 0 16 0 12 0 1005722902 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=819172 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 838832128 23018 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 819172

[startup+12.7023 s]
/proc/loadavg: 2.38 2.12 2.03 4/84 5787
/proc/meminfo: memFree=1548304/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=820256 CPUtime=12.8
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 46840 0 1 0 1253 27 0 0 18 0 12 0 1005722893 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 205064 28063 1385 9 0 202426 0
[pid=5775/tid=5777] ppid=5773 vsize=820256 CPUtime=5.93
/proc/5775/task/5777/stat : 5777 (java) R 5773 5775 2864 0 -1 64 17347 0 1 0 581 12 0 0 25 0 12 0 1005722894 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4109586777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=820256 CPUtime=0.13
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 3256 0 0 0 12 1 0 0 16 0 12 0 1005722895 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5779] ppid=5773 vsize=820256 CPUtime=0.11
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 3077 0 0 0 11 0 0 0 16 0 12 0 1005722895 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5780/stat : 5780 (java) S 5773 5775 2864 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 1005722897 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5782] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=820256 CPUtime=3.05
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 11577 0 0 0 299 6 0 0 16 0 12 0 1005722902 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5785] ppid=5773 vsize=820256 CPUtime=3.52
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 10761 0 0 0 348 4 0 0 15 0 12 0 1005722902 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5786] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=820256 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 839942144 28063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 820256

[startup+25.5026 s]
/proc/loadavg: 2.36 2.13 2.03 3/84 5787
/proc/meminfo: memFree=1478288/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=824188 CPUtime=25.59
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 69235 0 1 0 2524 35 0 0 18 0 12 0 1005722893 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 206047 42993 1385 9 0 203409 0
[pid=5775/tid=5777] ppid=5773 vsize=824188 CPUtime=14.46
/proc/5775/task/5777/stat : 5777 (java) R 5773 5775 2864 0 -1 64 17374 0 1 0 1433 13 0 0 25 0 12 0 1005722894 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4109586712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=824188 CPUtime=0.69
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 10787 0 0 0 65 4 0 0 16 0 12 0 1005722895 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=824188 CPUtime=0.71
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 9925 0 0 0 69 2 0 0 16 0 12 0 1005722895 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=824188 CPUtime=0
/proc/5775/task/5780/stat : 5780 (java) S 5773 5775 2864 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1005722897 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=824188 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5782] ppid=5773 vsize=824188 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=824188 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 843968512 42993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 1248216 0 1 0 177857 608 0 0 18 0 12 0 1005722893 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 207265 177709 1388 9 0 204627 0
[pid=5775/tid=5777] ppid=5773 vsize=829060 CPUtime=102.14
/proc/5775/task/5777/stat : 5777 (java) S 5773 5775 2864 0 -1 64 18094 0 1 0 10201 13 0 0 16 0 12 0 1005722894 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5778] ppid=5773 vsize=829060 CPUtime=143.42
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 74593 0 0 0 14304 38 0 0 16 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=829060 CPUtime=143.23
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 82321 0 0 0 14283 40 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=829060 CPUtime=1379.1
/proc/5775/task/5780/stat : 5780 (java) R 5773 5775 2864 0 -1 64 1028598 0 0 0 137417 493 0 0 19 0 12 0 1005722897 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5782] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=829060 CPUtime=9.24
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 24896 0 0 0 912 12 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=829060 CPUtime=7.43
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 18949 0 0 0 736 7 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.65
Current children cumulated vsize (KiB) 829060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1737.1 s]
/proc/loadavg: 2.22 2.19 2.16 3/93 5934
/proc/meminfo: memFree=781176/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=829060 CPUtime=1800.08
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 1260030 0 1 0 179394 614 0 0 18 0 12 0 1005722893 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5775/statm: 207265 177709 1388 9 0 204627 0
[pid=5775/tid=5777] ppid=5773 vsize=829060 CPUtime=102.14
/proc/5775/task/5777/stat : 5777 (java) S 5773 5775 2864 0 -1 64 18100 0 1 0 10201 13 0 0 16 0 12 0 1005722894 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=829060 CPUtime=144.84
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 74593 0 0 0 14446 38 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=829060 CPUtime=144.54
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 82321 0 0 0 14414 40 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=829060 CPUtime=1391.81
/proc/5775/task/5780/stat : 5780 (java) R 5773 5775 2864 0 -1 64 1040406 0 0 0 138681 500 0 0 21 0 12 0 1005722897 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5782] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5784] ppid=5773 vsize=829060 CPUtime=9.24
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 24896 0 0 0 912 12 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=829060 CPUtime=7.43
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 18949 0 0 0 736 7 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 829060

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+1737.4 s]
/proc/loadavg: 2.22 2.19 2.16 3/93 5934
/proc/meminfo: memFree=781176/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=829060 CPUtime=1800.37
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 1260031 0 1 0 179423 614 0 0 16 0 12 0 1005722893 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5775/statm: 207265 177709 1388 9 0 204627 0
[pid=5775/tid=5777] ppid=5773 vsize=829060 CPUtime=102.14
/proc/5775/task/5777/stat : 5777 (java) S 5773 5775 2864 0 -1 64 18100 0 1 0 10201 13 0 0 16 0 12 0 1005722894 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=829060 CPUtime=144.84
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 74593 0 0 0 14446 38 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=829060 CPUtime=144.54
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 82321 0 0 0 14414 40 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=829060 CPUtime=1392.11
/proc/5775/task/5780/stat : 5780 (java) R 5773 5775 2864 0 -1 64 1040406 0 0 0 138711 500 0 0 22 0 12 0 1005722897 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 106122246 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5782] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5784] ppid=5773 vsize=829060 CPUtime=9.24
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 24896 0 0 0 912 12 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=829060 CPUtime=7.43
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 18949 0 0 0 736 7 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 829060

[startup+1738.2 s]
/proc/loadavg: 2.22 2.19 2.16 3/94 5935
/proc/meminfo: memFree=781168/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=829060 CPUtime=1801.17
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 1260031 0 1 0 179503 614 0 0 16 0 12 0 1005722893 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5775/statm: 207265 177709 1388 9 0 204627 0
[pid=5775/tid=5777] ppid=5773 vsize=829060 CPUtime=102.14
/proc/5775/task/5777/stat : 5777 (java) S 5773 5775 2864 0 -1 64 18100 0 1 0 10201 13 0 0 16 0 12 0 1005722894 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=829060 CPUtime=144.84
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 74593 0 0 0 14446 38 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=829060 CPUtime=144.54
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 82321 0 0 0 14414 40 0 0 17 0 12 0 1005722895 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=829060 CPUtime=1392.9
/proc/5775/task/5780/stat : 5780 (java) R 5773 5775 2864 0 -1 64 1040406 0 0 0 138790 500 0 0 25 0 12 0 1005722897 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5782] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5784] ppid=5773 vsize=829060 CPUtime=9.24
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 24896 0 0 0 912 12 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=829060 CPUtime=7.43
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 18949 0 0 0 736 7 0 0 16 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=829060 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 848957440 177709 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.17
Current children cumulated vsize (KiB) 829060

[startup+1739 s]
/proc/loadavg: 2.22 2.19 2.16 3/94 5935
/proc/meminfo: memFree=783088/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=827060 CPUtime=1802.15
/proc/5775/stat : 5775 (java) S 5773 5775 2864 0 -1 0 1261001 0 1 0 179601 614 0 0 16 0 12 0 1005722893 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5775/statm: 206765 177212 1388 9 0 204127 0
[pid=5775/tid=5777] ppid=5773 vsize=827060 CPUtime=102.14
/proc/5775/task/5777/stat : 5777 (java) S 5773 5775 2864 0 -1 64 18100 0 1 0 10201 13 0 0 16 0 12 0 1005722894 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5778] ppid=5773 vsize=827060 CPUtime=145.09
/proc/5775/task/5778/stat : 5778 (java) S 5773 5775 2864 0 -1 64 74593 0 0 0 14471 38 0 0 17 0 12 0 1005722895 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5779] ppid=5773 vsize=827060 CPUtime=144.74
/proc/5775/task/5779/stat : 5779 (java) S 5773 5775 2864 0 -1 64 82321 0 0 0 14434 40 0 0 17 0 12 0 1005722895 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5780] ppid=5773 vsize=827060 CPUtime=1393.43
/proc/5775/task/5780/stat : 5780 (java) R 5773 5775 2864 0 -1 64 1041373 0 0 0 138843 500 0 0 25 0 12 0 1005722897 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5781] ppid=5773 vsize=827060 CPUtime=0
/proc/5775/task/5781/stat : 5781 (java) S 5773 5775 2864 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1005722898 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5782] ppid=5773 vsize=827060 CPUtime=0
/proc/5775/task/5782/stat : 5782 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1005722898 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5783] ppid=5773 vsize=827060 CPUtime=0
/proc/5775/task/5783/stat : 5783 (java) S 5773 5775 2864 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1005722902 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5775/tid=5784] ppid=5773 vsize=827060 CPUtime=9.24
/proc/5775/task/5784/stat : 5784 (java) S 5773 5775 2864 0 -1 64 24896 0 0 0 912 12 0 0 15 0 12 0 1005722902 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5785] ppid=5773 vsize=827060 CPUtime=7.43
/proc/5775/task/5785/stat : 5785 (java) S 5773 5775 2864 0 -1 64 18949 0 0 0 736 7 0 0 16 0 12 0 1005722902 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5786] ppid=5773 vsize=827060 CPUtime=0
/proc/5775/task/5786/stat : 5786 (java) S 5773 5775 2864 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1005722902 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5775/tid=5787] ppid=5773 vsize=827060 CPUtime=0
/proc/5775/task/5787/stat : 5787 (java) S 5773 5775 2864 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1005722902 846909440 177212 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 827060

[startup+1739.2 s]
/proc/loadavg: 2.22 2.19 2.16 3/94 5935
/proc/meminfo: memFree=783088/2055920 swapFree=4180884/4192956
[pid=5775] ppid=5773 vsize=0 CPUtime=1802.35
/proc/5775/stat : 5775 (java) Z 5773 5775 2864 0 -1 1036 1261001 0 1 0 179613 622 0 0 16 0 2 0 1005722893 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1739.23
CPU time (s): 1802.38
CPU user time (s): 1796.13
CPU system time (s): 6.25405
CPU usage (%): 103.631
Max. virtual memory (cumulated for all children) (KiB): 873064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.13
system time used= 6.25405
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1261001
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= 41533
involuntary context switches= 57156

runsolver used 2.11668 second user time and 5.84811 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 01:13:03
IDJOB=1080640
IDBENCH=57005
IDSOLVER=344
FILE ID=node2/1080640-1215213183
PBS_JOBID= 7881690
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4dd98e71dc7209545839f3b5e7bd2e4
RANDOM SEED=718730752

node2.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1646160 kB
Buffers:         81864 kB
Cached:         242028 kB
SwapCached:       5908 kB
Active:         199140 kB
Inactive:       146180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646160 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1136 kB
Writeback:           0 kB
Mapped:          29136 kB
Slab:            49404 kB
Committed_AS:  1706588 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node2 at 2008-07-05 01:42:02