Trace number 1080472

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.16 1745.64

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-19.xml
MD5SUM1747d1b416e764e8901b1c9661f4e113
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity15
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.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.37/0.42	c c --- Begin Solver configuration ---
0.37/0.42	c Stops conflict analysis at the first Unique Implication Point
0.37/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.42	c Learn all clauses as in MiniSAT
0.37/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.42	c Expensive reason simplification
0.37/0.42	c MiniSAT restarts strategy
0.37/0.42	c timeout=2147483s
0.37/0.42	c DB Simplification allowed=false
0.37/0.42	c --- End Solver configuration ---
0.37/0.42	c solving HOME/instance-1080472-1215213047.xml
0.37/0.42	c reading problem ... 
0.68/0.70	c reading problem named null
0.68/0.70	c reading domains done.
0.68/0.70	c reading variables done.
0.68/0.76	c reading predicates  done.
1.08/1.19	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-1080472-1215213047/watcher-1080472-1215213047 -o /tmp/evaluation-result-1080472-1215213047/solver-1080472-1215213047 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080472-1215213047.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.16 2.07 2.02 3/74 17065
/proc/meminfo: memFree=1628340/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=18572 CPUtime=0
/proc/17065/stat : 17065 (runsolver) R 17063 17065 16531 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2000277064 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17065/statm: 4643 292 257 25 0 2626 0

[startup+0.0928421 s]
/proc/loadavg: 2.16 2.07 2.02 3/74 17065
/proc/meminfo: memFree=1628340/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=802236 CPUtime=0.08
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 2859 0 1 0 6 2 0 0 18 0 7 0 2000277064 821489664 2594 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 200559 2594 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802236

[startup+0.102842 s]
/proc/loadavg: 2.16 2.07 2.02 3/74 17065
/proc/meminfo: memFree=1628340/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=804488 CPUtime=0.08
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 2967 0 1 0 6 2 0 0 18 0 12 0 2000277064 823795712 2700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 201122 2700 1046 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301894 s]
/proc/loadavg: 2.16 2.07 2.02 3/74 17065
/proc/meminfo: memFree=1628340/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=808212 CPUtime=0.28
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 4867 0 1 0 25 3 0 0 18 0 12 0 2000277064 827609088 4194 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 202053 4194 1298 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.701953 s]
/proc/loadavg: 2.16 2.07 2.02 3/74 17065
/proc/meminfo: memFree=1628340/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=808240 CPUtime=0.68
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 6312 0 1 0 63 5 0 0 18 0 12 0 2000277064 827637760 5440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 202060 5440 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808240

[startup+1.5011 s]
/proc/loadavg: 2.15 2.07 2.02 4/86 17077
/proc/meminfo: memFree=1608020/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=808448 CPUtime=1.47
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 7730 0 1 0 141 6 0 0 18 0 12 0 2000277064 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 202112 6685 1364 9 0 199474 0
[pid=17065/tid=17067] ppid=17063 vsize=808448 CPUtime=0.85
/proc/17065/task/17067/stat : 17067 (java) R 17063 17065 16531 0 -1 64 4964 0 1 0 81 4 0 0 20 0 12 0 2000277066 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277067 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2000277067 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17063 17065 16531 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000277069 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2000277070 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000277070 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=808448 CPUtime=0.27
/proc/17065/task/17074/stat : 17074 (java) R 17063 17065 16531 0 -1 64 581 0 0 0 27 0 0 0 16 0 12 0 2000277074 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 102082417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=808448 CPUtime=0.31
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 1423 0 0 0 31 0 0 0 16 0 12 0 2000277074 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 827850752 6685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=808448 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 827850752 6685 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) 808448

[startup+3.10239 s]
/proc/loadavg: 2.15 2.07 2.02 4/86 17077
/proc/meminfo: memFree=1597972/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=815652 CPUtime=3.05
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 15634 0 1 0 295 10 0 0 18 0 12 0 2000277064 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 203913 12249 1382 9 0 201275 0
[pid=17065/tid=17067] ppid=17063 vsize=815652 CPUtime=1.61
/proc/17065/task/17067/stat : 17067 (java) R 17063 17065 16531 0 -1 64 8631 0 1 0 154 7 0 0 25 0 12 0 2000277066 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 104217384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277067 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2000277067 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17063 17065 16531 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000277069 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2000277070 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000277070 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=815652 CPUtime=0.91
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 4745 0 0 0 89 2 0 0 16 0 12 0 2000277074 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=815652 CPUtime=0.51
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 1496 0 0 0 51 0 0 0 16 0 12 0 2000277074 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=815652 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 835227648 12249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815652

[startup+6.30197 s]
/proc/loadavg: 2.15 2.07 2.02 3/86 17077
/proc/meminfo: memFree=1544020/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=817568 CPUtime=6.22
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 29598 0 1 0 603 19 0 0 18 0 12 0 2000277064 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 204392 22874 1388 9 0 201754 0
[pid=17065/tid=17067] ppid=17063 vsize=817568 CPUtime=3.3
/proc/17065/task/17067/stat : 17067 (java) R 17063 17065 16531 0 -1 64 17319 0 1 0 318 12 0 0 25 0 12 0 2000277066 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4109623115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17068] ppid=17063 vsize=817568 CPUtime=0.03
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 889 0 0 0 3 0 0 0 17 0 12 0 2000277067 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17063 vsize=817568 CPUtime=0.02
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 438 0 0 0 2 0 0 0 17 0 12 0 2000277067 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17070] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17063 17065 16531 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 2000277069 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17071] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=817568 CPUtime=1.82
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 7447 0 0 0 179 3 0 0 19 0 12 0 2000277074 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=817568 CPUtime=0.99
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 2711 0 0 0 98 1 0 0 16 0 12 0 2000277074 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=817568 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 837189632 22874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 817568

[startup+12.7021 s]
/proc/loadavg: 2.28 2.10 2.03 4/86 17077
/proc/meminfo: memFree=1521300/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=818756 CPUtime=12.61
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 42980 0 1 0 1235 26 0 0 18 0 12 0 2000277064 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 204689 27914 1388 9 0 202051 0
[pid=17065/tid=17067] ppid=17063 vsize=818756 CPUtime=6.08
/proc/17065/task/17067/stat : 17067 (java) R 17063 17065 16531 0 -1 64 17335 0 1 0 596 12 0 0 25 0 12 0 2000277066 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4109640230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=818756 CPUtime=0.14
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 3312 0 0 0 13 1 0 0 16 0 12 0 2000277067 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17069] ppid=17063 vsize=818756 CPUtime=0.13
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 2796 0 0 0 12 1 0 0 17 0 12 0 2000277067 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17070/stat : 17070 (java) S 17063 17065 16531 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 2000277069 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=818756 CPUtime=2.35
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 8610 0 0 0 231 4 0 0 16 0 12 0 2000277074 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17075] ppid=17063 vsize=818756 CPUtime=3.86
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 10105 0 0 0 381 5 0 0 16 0 12 0 2000277074 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17076] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=818756 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 838406144 27914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 818756

[startup+25.5025 s]
/proc/loadavg: 2.23 2.10 2.03 3/86 17077
/proc/meminfo: memFree=1462548/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=822596 CPUtime=25.41
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 65923 0 1 0 2503 38 0 0 18 0 12 0 2000277064 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 205649 43153 1388 9 0 203011 0
[pid=17065/tid=17067] ppid=17063 vsize=822596 CPUtime=14.42
/proc/17065/task/17067/stat : 17067 (java) R 17063 17065 16531 0 -1 64 17362 0 1 0 1430 12 0 0 25 0 12 0 2000277066 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4111874552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=822596 CPUtime=0.74
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 10779 0 0 0 70 4 0 0 16 0 12 0 2000277067 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=822596 CPUtime=0.76
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 10000 0 0 0 72 4 0 0 16 0 12 0 2000277067 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=822596 CPUtime=0.01
/proc/17065/task/17070/stat : 17070 (java) S 17063 17065 16531 0 -1 64 61 0 0 0 1 0 0 0 16 0 12 0 2000277069 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=822596 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=822596 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=822596 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 842338304 43153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 1464127 0 1 0 177015 790 0 0 18 0 12 0 2000277064 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 205945 176515 1391 9 0 203307 0
[pid=17065/tid=17067] ppid=17063 vsize=823780 CPUtime=105.77
/proc/17065/task/17067/stat : 17067 (java) S 17063 17065 16531 0 -1 64 18023 0 1 0 10564 13 0 0 16 0 12 0 2000277066 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=823780 CPUtime=130.59
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 75152 0 0 0 13019 40 0 0 16 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=823780 CPUtime=131.38
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 79598 0 0 0 13098 40 0 0 17 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=823780 CPUtime=1393.95
/proc/17065/task/17070/stat : 17070 (java) R 17063 17065 16531 0 -1 64 1252472 0 0 0 138723 672 0 0 17 0 12 0 2000277069 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=823780 CPUtime=10.52
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 24235 0 0 0 1039 13 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=823780 CPUtime=5.77
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 13885 0 0 0 570 7 0 0 16 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.05
Current children cumulated vsize (KiB) 823780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1743.51 s]
/proc/loadavg: 2.22 2.22 2.18 3/84 17147
/proc/meminfo: memFree=947436/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=823780 CPUtime=1800.03
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 1476405 0 1 0 179206 797 0 0 18 0 12 0 2000277064 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17065/statm: 205945 176515 1391 9 0 203307 0
[pid=17065/tid=17067] ppid=17063 vsize=823780 CPUtime=105.77
/proc/17065/task/17067/stat : 17067 (java) S 17063 17065 16531 0 -1 64 18030 0 1 0 10564 13 0 0 16 0 12 0 2000277066 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=823780 CPUtime=132.29
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 75152 0 0 0 13189 40 0 0 17 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=823780 CPUtime=132.94
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 79598 0 0 0 13253 41 0 0 17 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=823780 CPUtime=1412.68
/proc/17065/task/17070/stat : 17070 (java) R 17063 17065 16531 0 -1 64 1264743 0 0 0 140589 679 0 0 21 0 12 0 2000277069 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17074] ppid=17063 vsize=823780 CPUtime=10.52
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 24235 0 0 0 1039 13 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=823780 CPUtime=5.77
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 13885 0 0 0 570 7 0 0 16 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 823780

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+1743.8 s]
/proc/loadavg: 2.22 2.22 2.18 3/84 17147
/proc/meminfo: memFree=947436/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=823780 CPUtime=1800.32
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 1476406 0 1 0 179235 797 0 0 16 0 12 0 2000277064 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17065/statm: 205945 176515 1391 9 0 203307 0
[pid=17065/tid=17067] ppid=17063 vsize=823780 CPUtime=105.77
/proc/17065/task/17067/stat : 17067 (java) S 17063 17065 16531 0 -1 64 18030 0 1 0 10564 13 0 0 16 0 12 0 2000277066 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=823780 CPUtime=132.29
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 75152 0 0 0 13189 40 0 0 17 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=823780 CPUtime=132.94
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 79598 0 0 0 13253 41 0 0 17 0 12 0 2000277067 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=823780 CPUtime=1412.97
/proc/17065/task/17070/stat : 17070 (java) R 17063 17065 16531 0 -1 64 1264743 0 0 0 140618 679 0 0 22 0 12 0 2000277069 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17074] ppid=17063 vsize=823780 CPUtime=10.52
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 24235 0 0 0 1039 13 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=823780 CPUtime=5.77
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 13885 0 0 0 570 7 0 0 16 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=823780 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 843550720 176515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 823780

[startup+1744.61 s]
/proc/loadavg: 2.22 2.22 2.18 3/85 17148
/proc/meminfo: memFree=945444/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=825780 CPUtime=1801.12
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 1477407 0 1 0 179314 798 0 0 16 0 12 0 2000277064 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17065/statm: 206445 177015 1391 9 0 203807 0
[pid=17065/tid=17067] ppid=17063 vsize=825780 CPUtime=105.77
/proc/17065/task/17067/stat : 17067 (java) S 17063 17065 16531 0 -1 64 18030 0 1 0 10564 13 0 0 16 0 12 0 2000277066 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=825780 CPUtime=132.29
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 75152 0 0 0 13189 40 0 0 17 0 12 0 2000277067 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=825780 CPUtime=132.94
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 79598 0 0 0 13253 41 0 0 17 0 12 0 2000277067 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=825780 CPUtime=1413.77
/proc/17065/task/17070/stat : 17070 (java) R 17063 17065 16531 0 -1 64 1265744 0 0 0 140697 680 0 0 25 0 12 0 2000277069 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17074] ppid=17063 vsize=825780 CPUtime=10.52
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 24235 0 0 0 1039 13 0 0 15 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=825780 CPUtime=5.77
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 13885 0 0 0 570 7 0 0 16 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.12
Current children cumulated vsize (KiB) 825780

[startup+1745.4 s]
/proc/loadavg: 2.22 2.22 2.18 3/85 17148
/proc/meminfo: memFree=945444/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=825780 CPUtime=1801.92
/proc/17065/stat : 17065 (java) S 17063 17065 16531 0 -1 0 1477407 0 1 0 179394 798 0 0 16 0 12 0 2000277064 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17065/statm: 206445 177015 1391 9 0 203807 0
[pid=17065/tid=17067] ppid=17063 vsize=825780 CPUtime=105.77
/proc/17065/task/17067/stat : 17067 (java) S 17063 17065 16531 0 -1 64 18030 0 1 0 10564 13 0 0 16 0 12 0 2000277066 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17068] ppid=17063 vsize=825780 CPUtime=132.29
/proc/17065/task/17068/stat : 17068 (java) S 17063 17065 16531 0 -1 64 75152 0 0 0 13189 40 0 0 17 0 12 0 2000277067 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17069] ppid=17063 vsize=825780 CPUtime=132.94
/proc/17065/task/17069/stat : 17069 (java) S 17063 17065 16531 0 -1 64 79598 0 0 0 13253 41 0 0 17 0 12 0 2000277067 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17070] ppid=17063 vsize=825780 CPUtime=1414.57
/proc/17065/task/17070/stat : 17070 (java) R 17063 17065 16531 0 -1 64 1265744 0 0 0 140777 680 0 0 25 0 12 0 2000277069 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17071] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17071/stat : 17071 (java) S 17063 17065 16531 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000277070 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17072] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17072/stat : 17072 (java) S 17063 17065 16531 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000277070 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17073] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17073/stat : 17073 (java) S 17063 17065 16531 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17065/tid=17074] ppid=17063 vsize=825780 CPUtime=10.52
/proc/17065/task/17074/stat : 17074 (java) S 17063 17065 16531 0 -1 64 24235 0 0 0 1039 13 0 0 15 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17075] ppid=17063 vsize=825780 CPUtime=5.77
/proc/17065/task/17075/stat : 17075 (java) S 17063 17065 16531 0 -1 64 13885 0 0 0 570 7 0 0 16 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17076] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17076/stat : 17076 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17065/tid=17077] ppid=17063 vsize=825780 CPUtime=0
/proc/17065/task/17077/stat : 17077 (java) S 17063 17065 16531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000277074 845598720 177015 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 825780

[startup+1745.6 s]
/proc/loadavg: 2.22 2.22 2.18 3/74 17148
/proc/meminfo: memFree=1442476/2055920 swapFree=4179816/4192956
[pid=17065] ppid=17063 vsize=0 CPUtime=1802.12
/proc/17065/stat : 17065 (java) Z 17063 17065 16531 0 -1 1036 1477407 0 1 0 179407 805 0 0 16 0 2 0 2000277064 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17065/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1745.64
CPU time (s): 1802.16
CPU user time (s): 1794.07
CPU system time (s): 8.08777
CPU usage (%): 103.238
Max. virtual memory (cumulated for all children) (KiB): 869784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 8.08777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1477407
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= 41142
involuntary context switches= 52252

runsolver used 2.21966 second user time and 5.96609 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 01:10:47
IDJOB=1080472
IDBENCH=56986
IDSOLVER=344
FILE ID=node45/1080472-1215213047
PBS_JOBID= 7881810
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1747d1b416e764e8901b1c9661f4e113
RANDOM SEED=1249557165

node45.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.268
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.268
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:       1628820 kB
Buffers:         72456 kB
Cached:         251728 kB
SwapCached:       7180 kB
Active:         216140 kB
Inactive:       149144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628820 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          47900 kB
Slab:            47192 kB
Committed_AS:  3827400 kB
PageTables:       1840 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= 66488 MiB
End job on node45 at 2008-07-05 01:39:53