Trace number 2071152

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 2.1.1? (TO) 1802.23 1806.53

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-11-a4.xml
MD5SUMb810140e7939220fd6eb4ada33e287a7
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 benchmark396.794
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data

0.11/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.24	c See www.sat4j.org for details.
0.11/0.24	c That software uses the Rhino library from the Mozilla project.
0.11/0.26	c version 2.1.1.v20090622
0.11/0.26	c sun.arch.data.model	32
0.11/0.26	c java.version	1.6.0_12
0.11/0.26	c os.name	Linux
0.11/0.26	c os.version	2.6.9-22.EL.rootsmp
0.11/0.26	c os.arch	i386
0.11/0.26	c Free memory 671000808
0.11/0.26	c Max memory 672137216
0.11/0.26	c Total memory 672137216
0.11/0.26	c Number of processors 2
0.21/0.35	c c --- Begin Solver configuration ---
0.21/0.35	c Stops conflict analysis at the first Unique Implication Point
0.21/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.35	c Learn all clauses as in MiniSAT
0.21/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.35	c Expensive reason simplification
0.21/0.35	c MiniSAT restarts strategy
0.21/0.35	c Memory based learned constraints deletion strategy
0.21/0.35	c timeout=2147483s
0.21/0.35	c DB Simplification allowed=false
0.21/0.35	c --- End Solver configuration ---
0.21/0.35	c solving HOME/instance-2071152-1247352851.xml
0.21/0.35	c reading problem ... 
0.47/0.64	c reading problem named null
0.47/0.64	c reading domains done.
0.47/0.64	c reading variables done.
0.47/0.66	c reading predicates  done.
0.64/0.89	c reading constraints

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071152-1247352851/watcher-2071152-1247352851 -o /tmp/evaluation-result-2071152-1247352851/solver-2071152-1247352851 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071152-1247352851.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.22 2.27 4/73 17215
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=1520 CPUtime=0
/proc/17215/stat : 17215 (java6) R 17213 17215 16327 0 -1 0 93 0 0 0 0 0 0 0 19 0 1 0 22350402 1556480 75 996147200 134512640 134550932 4294956176 18446744073709551615 2541586 0 0 4096 0 0 0 0 17 0 0 0
/proc/17215/statm: 380 75 56 9 0 10 0

[startup+0.106555 s]
/proc/loadavg: 2.31 2.22 2.27 4/73 17215
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=800696 CPUtime=0.05
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 2385 0 29 0 1 4 0 0 18 0 4 0 22350402 819912704 2160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 200174 2160 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.201563 s]
/proc/loadavg: 2.31 2.22 2.27 4/73 17215
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=804592 CPUtime=0.11
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 3011 0 29 0 6 5 0 0 18 0 12 0 22350402 823902208 2782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 201148 2782 1082 9 0 198482 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804592

[startup+0.301576 s]
/proc/loadavg: 2.31 2.22 2.27 4/73 17215
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=805352 CPUtime=0.21
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 3774 0 29 0 15 6 0 0 18 0 12 0 22350402 824680448 3540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 201338 3540 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805352

[startup+0.701622 s]
/proc/loadavg: 2.31 2.22 2.27 4/73 17215
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=807180 CPUtime=0.56
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 5528 0 30 0 48 8 0 0 18 0 12 0 22350402 826552320 5082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 201795 5082 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807180

[startup+1.50271 s]
/proc/loadavg: 2.31 2.22 2.27 4/85 17227
/proc/meminfo: memFree=1882984/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=810636 CPUtime=1.34
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 8648 0 30 0 124 10 0 0 18 0 12 0 22350402 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 202659 7059 1417 9 0 199986 0
[pid=17215/tid=17217] ppid=17213 vsize=810636 CPUtime=0.7
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 4909 0 2 0 64 6 0 0 23 0 12 0 22350410 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22350411 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22350411 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 16327 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22350413 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22350414 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22350414 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=810636 CPUtime=0.59
/proc/17215/task/17225/stat : 17225 (java) R 17213 17215 16327 0 -1 64 3009 0 0 0 59 0 0 0 18 0 12 0 22350421 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=810636 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 830091264 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 810636

[startup+3.10289 s]
/proc/loadavg: 2.31 2.22 2.27 4/85 17227
/proc/meminfo: memFree=1859688/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=814812 CPUtime=2.95
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 17188 0 30 0 280 15 0 0 18 0 12 0 22350402 834367488 13858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 203703 13858 1424 9 0 201030 0
[pid=17215/tid=17217] ppid=17213 vsize=814812 CPUtime=1.69
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 10600 0 2 0 160 9 0 0 25 0 12 0 22350410 834367488 13858 996147200 134512640 134550932 4294956016 18446744073709551615 4109713186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22350411 834367488 13858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22350411 834367488 13858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 16327 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22350413 834367488 13858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22350414 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22350414 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=814812 CPUtime=1.2
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5858 0 0 0 118 2 0 0 16 0 12 0 22350421 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=814812 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 834367488 13859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 814812

[startup+6.30126 s]
/proc/loadavg: 2.29 2.21 2.27 3/85 17227
/proc/meminfo: memFree=1823720/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=6.14
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 25094 0 30 0 594 20 0 0 18 0 12 0 22350402 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 203223 21278 1433 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=4.77
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 17361 0 2 0 463 14 0 0 25 0 12 0 22350410 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4109702643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=0.01
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 400 0 0 0 1 0 0 0 16 0 12 0 22350411 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=0.03
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 710 0 0 0 3 0 0 0 16 0 12 0 22350411 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 16327 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 22350413 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.27
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5865 0 0 0 125 2 0 0 16 0 12 0 22350421 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 21278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 812892

[startup+12.702 s]
/proc/loadavg: 2.26 2.21 2.27 3/85 17227
/proc/meminfo: memFree=1805288/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=12.54
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 29553 0 30 0 1230 24 0 0 18 0 12 0 22350402 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 203223 25727 1433 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=11.04
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 19144 0 2 0 1089 15 0 0 25 0 12 0 22350410 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4109702407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=0.08
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 1943 0 0 0 7 1 0 0 16 0 12 0 22350411 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=0.08
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 1833 0 0 0 7 1 0 0 16 0 12 0 22350411 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 16327 0 -1 64 41 0 0 0 0 0 0 0 16 0 12 0 22350413 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.27
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5865 0 0 0 125 2 0 0 16 0 12 0 22350421 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 25727 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 812892

[startup+25.5024 s]
/proc/loadavg: 2.20 2.20 2.27 5/85 17227
/proc/meminfo: memFree=1797480/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=25.33
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 31469 0 30 0 2508 25 0 0 18 0 12 0 22350402 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 203223 27623 1436 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=23.65
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 19294 0 2 0 2350 15 0 0 25 0 12 0 22350410 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4109133207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=0.15
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 2808 0 0 0 14 1 0 0 16 0 12 0 22350411 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=0.14
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 2731 0 0 0 13 1 0 0 16 0 12 0 22350411 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=0.01
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 16327 0 -1 64 41 0 0 0 1 0 0 0 15 0 12 0 22350413 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 832401408 27623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0

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

[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=1477.09
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 21447 0 2 0 147685 24 0 0 22 0 12 0 22350410 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=106.22
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 73928 0 0 0 10583 39 0 0 16 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=96.86
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 76674 0 0 0 9644 42 0 0 15 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=96.39
/proc/17215/task/17220/stat : 17220 (java) R 17213 17215 16327 0 -1 64 81 0 0 0 9621 18 0 0 17 0 12 0 22350413 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.37
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5871 0 0 0 135 2 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778
Current children cumulated vsize (KiB) 812892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.4 s]
/proc/loadavg: 2.69 2.37 2.26 4/95 17282
/proc/meminfo: memFree=932624/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=1800.09
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 178734 0 30 0 179879 130 0 0 18 0 12 0 22350402 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17215/statm: 203223 172720 1438 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=1480.56
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 21453 0 2 0 148032 24 0 0 22 0 12 0 22350410 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=106.22
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 73928 0 0 0 10583 39 0 0 16 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=96.86
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 76674 0 0 0 9644 42 0 0 15 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=115.01
/proc/17215/task/17220/stat : 17220 (java) R 17213 17215 16327 0 -1 64 81 0 0 0 11483 18 0 0 16 0 12 0 22350413 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.37
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5871 0 0 0 135 2 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 812892

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17215

Solver just ended. Dumping a history of the last processes samples

[startup+1804.7 s]
/proc/loadavg: 2.69 2.37 2.26 4/95 17282
/proc/meminfo: memFree=932624/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=1800.39
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 178734 0 30 0 179909 130 0 0 16 0 12 0 22350402 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17215/statm: 203223 172720 1438 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=1480.56
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 21453 0 2 0 148032 24 0 0 22 0 12 0 22350410 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=106.22
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 73928 0 0 0 10583 39 0 0 16 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=96.86
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 76674 0 0 0 9644 42 0 0 15 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=115.31
/proc/17215/task/17220/stat : 17220 (java) R 17213 17215 16327 0 -1 64 81 0 0 0 11513 18 0 0 17 0 12 0 22350413 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 105696665 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.37
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5871 0 0 0 135 2 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 812892

[startup+1805.5 s]
/proc/loadavg: 2.80 2.40 2.26 4/96 17283
/proc/meminfo: memFree=932552/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=1801.19
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 178734 0 30 0 179989 130 0 0 16 0 12 0 22350402 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17215/statm: 203223 172720 1438 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=1480.56
/proc/17215/task/17217/stat : 17217 (java) R 17213 17215 16327 0 -1 64 21453 0 2 0 148032 24 0 0 22 0 12 0 22350410 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=106.22
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 73928 0 0 0 10583 39 0 0 16 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=96.86
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 76674 0 0 0 9644 42 0 0 15 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=116.11
/proc/17215/task/17220/stat : 17220 (java) R 17213 17215 16327 0 -1 64 81 0 0 0 11593 18 0 0 18 0 12 0 22350413 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.37
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5871 0 0 0 135 2 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.19
Current children cumulated vsize (KiB) 812892

[startup+1806.31 s]
/proc/loadavg: 2.80 2.40 2.26 3/96 17283
/proc/meminfo: memFree=932616/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=812892 CPUtime=1801.99
/proc/17215/stat : 17215 (java) S 17213 17215 16327 0 -1 0 178734 0 30 0 180069 130 0 0 16 0 12 0 22350402 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17215/statm: 203223 172720 1438 9 0 200550 0
[pid=17215/tid=17217] ppid=17213 vsize=812892 CPUtime=1480.56
/proc/17215/task/17217/stat : 17217 (java) S 17213 17215 16327 0 -1 64 21453 0 2 0 148032 24 0 0 22 0 12 0 22350410 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=812892 CPUtime=106.22
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 16327 0 -1 64 73928 0 0 0 10583 39 0 0 16 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17219] ppid=17213 vsize=812892 CPUtime=96.86
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 16327 0 -1 64 76674 0 0 0 9644 42 0 0 15 0 12 0 22350411 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17220] ppid=17213 vsize=812892 CPUtime=116.91
/proc/17215/task/17220/stat : 17220 (java) R 17213 17215 16327 0 -1 64 81 0 0 0 11673 18 0 0 19 0 12 0 22350413 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17222] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 16327 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22350414 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17224] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 16327 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=812892 CPUtime=1.37
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 16327 0 -1 64 5871 0 0 0 135 2 0 0 16 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17215/tid=17226] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=812892 CPUtime=0
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22350421 832401408 172720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 812892

[startup+1806.5 s]
/proc/loadavg: 2.80 2.40 2.26 3/96 17283
/proc/meminfo: memFree=932616/2055920 swapFree=4192812/4192956
[pid=17215] ppid=17213 vsize=0 CPUtime=1802.19
/proc/17215/stat : 17215 (java) R 17213 17215 16327 0 -1 1028 178734 0 30 0 180081 138 0 0 17 0 1 0 22350402 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/17215/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1806.53
CPU time (s): 1802.23
CPU user time (s): 1800.82
CPU system time (s): 1.41079
CPU usage (%): 99.7619
Max. virtual memory (cumulated for all children) (KiB): 815872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.82
system time used= 1.41078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178734
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73013
involuntary context switches= 78569

runsolver used 2.20066 second user time and 6.05508 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 00:54:11
IDJOB=2071152
IDBENCH=55440
IDSOLVER=731
FILE ID=node85/2071152-1247352851
PBS_JOBID= 9506835
Free space on /tmp= 126476 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-11-a4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071152-1247352851/watcher-2071152-1247352851 -o /tmp/evaluation-result-2071152-1247352851/solver-2071152-1247352851 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071152-1247352851.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b810140e7939220fd6eb4ada33e287a7
RANDOM SEED=792930761

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1912808 kB
Buffers:          4896 kB
Cached:          50048 kB
SwapCached:          0 kB
Active:          68020 kB
Inactive:        18068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          42664 kB
Slab:            42424 kB
Committed_AS:   161720 kB
PageTables:       1732 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= 126472 MiB
End job on node85 at 2009-07-12 01:24:17