Trace number 2071020

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.15 1805.95

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
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 benchmark38.4402
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data

0.08/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.12	c See www.sat4j.org for details.
0.08/0.12	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2071020-1247352433.xml
0.18/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.39/0.48	c reading predicates  done.
0.59/0.69	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-2071020-1247352433/watcher-2071020-1247352433 -o /tmp/evaluation-result-2071020-1247352433/solver-2071020-1247352433 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071020-1247352433.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.00 2.01 2.01 4/81 16725
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=152 CPUtime=0
/proc/16725/stat : 16725 (java) R 16723 16725 15947 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22306002 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 38 26 19 9 0 4 0

[startup+0.011477 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 16725
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=13296 CPUtime=0
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 22306002 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 3331 578 260 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.101491 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 16725
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=804560 CPUtime=0.08
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 3074 0 1 0 6 2 0 0 18 0 12 0 22306002 823869440 2817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 201140 2818 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30151 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 16725
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=806952 CPUtime=0.28
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 4431 0 1 0 25 3 0 0 18 0 12 0 22306002 826318848 4168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 201738 4168 1365 9 0 199065 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806952

[startup+0.701549 s]
/proc/loadavg: 2.00 2.01 2.01 4/81 16725
/proc/meminfo: memFree=1829792/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=808136 CPUtime=0.68
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 6541 0 1 0 63 5 0 0 18 0 12 0 22306002 827531264 5918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 202034 5919 1387 9 0 199361 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808136

[startup+1.50263 s]
/proc/loadavg: 2.08 2.03 2.01 4/93 16737
/proc/meminfo: memFree=1807296/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=811652 CPUtime=1.48
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 10092 0 1 0 142 6 0 0 18 0 12 0 22306002 831131648 8413 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 202913 8414 1417 9 0 200240 0
[pid=16725/tid=16727] ppid=16723 vsize=811652 CPUtime=0.75
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 6201 0 1 0 71 4 0 0 25 0 12 0 22306003 831131648 8415 996147200 134512640 134550932 4294956016 18446744073709551615 4109555105 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22306004 831131648 8416 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22306004 831131648 8417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16730/stat : 16730 (java) S 16723 16725 15947 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22306006 831131648 8418 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22306006 831131648 8419 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16732] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22306006 831131648 8420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 831131648 8421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=811652 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831131648 8422 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=811652 CPUtime=0.66
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 2879 0 0 0 66 0 0 0 18 0 12 0 22306010 831131648 8423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16736] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831131648 8424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=811652 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831131648 8425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811652

[startup+3.10279 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 16737
/proc/meminfo: memFree=1791424/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=815184 CPUtime=3.08
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 16316 0 1 0 299 9 0 0 18 0 12 0 22306002 834748416 12943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203796 12943 1424 9 0 201123 0
[pid=16725/tid=16727] ppid=16723 vsize=815184 CPUtime=1.88
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 9791 0 1 0 182 6 0 0 25 0 12 0 22306003 834748416 12943 996147200 134512640 134550932 4294956016 18446744073709551615 4109700739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22306004 834748416 12943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22306004 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16730/stat : 16730 (java) S 16723 16725 15947 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22306006 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22306006 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16732] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22306006 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=815184 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=815184 CPUtime=1.14
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5511 0 0 0 112 2 0 0 16 0 12 0 22306010 834748416 12944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16736] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 834748416 12945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=815184 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 834748416 12945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815184

[startup+6.30111 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 16737
/proc/meminfo: memFree=1748544/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=814672 CPUtime=6.29
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 25092 0 1 0 617 12 0 0 18 0 12 0 22306002 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203668 21585 1433 9 0 200995 0
[pid=16725/tid=16727] ppid=16723 vsize=814672 CPUtime=4.94
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 17437 0 1 0 486 8 0 0 25 0 12 0 22306003 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4109725243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=814672 CPUtime=0.01
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 585 0 0 0 1 0 0 0 16 0 12 0 22306004 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=814672 CPUtime=0.03
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 504 0 0 0 3 0 0 0 16 0 12 0 22306004 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16730/stat : 16730 (java) S 16723 16725 15947 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 22306006 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 22306006 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16732] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=814672 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=814672 CPUtime=1.22
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5518 0 0 0 120 2 0 0 16 0 12 0 22306010 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16736] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=814672 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 834224128 21585 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 814672

[startup+12.7027 s]
/proc/loadavg: 2.07 2.03 2.01 3/93 16737
/proc/meminfo: memFree=1733064/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=12.68
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 29622 0 1 0 1255 13 0 0 18 0 12 0 22306002 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 25451 1436 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=11.19
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 19440 0 1 0 1110 9 0 0 25 0 12 0 22306003 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4109706337 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=0.08
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 2065 0 0 0 8 0 0 0 16 0 12 0 22306004 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=0.07
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 1542 0 0 0 7 0 0 0 16 0 12 0 22306004 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16730/stat : 16730 (java) S 16723 16725 15947 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 22306006 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.25
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5521 0 0 0 123 2 0 0 17 0 12 0 22306010 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 25451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 812056

[startup+25.503 s]
/proc/loadavg: 2.06 2.03 2.01 3/93 16737
/proc/meminfo: memFree=1723272/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=25.48
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 31900 0 1 0 2533 15 0 0 18 0 12 0 22306002 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 27709 1436 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=23.82
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 19472 0 1 0 2373 9 0 0 25 0 12 0 22306003 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4109705996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=0.16
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 3115 0 0 0 15 1 0 0 16 0 12 0 22306004 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=0.16
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 2738 0 0 0 15 1 0 0 16 0 12 0 22306004 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16730/stat : 16730 (java) S 16723 16725 15947 0 -1 64 43 0 0 0 0 0 0 0 15 0 12 0 22306006 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 22306006 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 27709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04

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

[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=1325.5
/proc/16725/task/16727/stat : 16727 (java) S 16723 16725 15947 0 -1 64 21405 0 1 0 132534 16 0 0 19 0 12 0 22306003 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=83.07
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 76891 0 0 0 8271 36 0 0 16 0 12 0 22306004 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=81.32
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 73525 0 0 0 8101 31 0 0 17 0 12 0 22306004 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=287.43
/proc/16725/task/16730/stat : 16730 (java) R 16723 16725 15947 0 -1 64 201 0 0 0 28727 16 0 0 19 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.32
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5524 0 0 0 130 2 0 0 16 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.73
Current children cumulated vsize (KiB) 812056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.8 s]
/proc/loadavg: 2.44 2.45 2.27 4/94 16795
/proc/meminfo: memFree=1007680/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=1800.02
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 178564 0 1 0 179899 103 0 0 18 0 12 0 22306002 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 172388 1438 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=1328.16
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 21412 0 1 0 132800 16 0 0 19 0 12 0 22306003 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=83.07
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 76891 0 0 0 8271 36 0 0 16 0 12 0 22306004 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=81.32
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 73525 0 0 0 8101 31 0 0 17 0 12 0 22306004 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=306.07
/proc/16725/task/16730/stat : 16730 (java) R 16723 16725 15947 0 -1 64 201 0 0 0 30591 16 0 0 16 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 104177862 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.32
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5524 0 0 0 130 2 0 0 16 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 172388 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 812056

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16725

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

[startup+1804.6 s]
/proc/loadavg: 2.44 2.45 2.27 4/95 16796
/proc/meminfo: memFree=1007672/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=1800.81
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 178565 0 1 0 179978 103 0 0 16 0 12 0 22306002 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 172389 1438 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=1328.16
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 21412 0 1 0 132800 16 0 0 19 0 12 0 22306003 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=83.07
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 76891 0 0 0 8271 36 0 0 16 0 12 0 22306004 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=81.32
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 73525 0 0 0 8101 31 0 0 17 0 12 0 22306004 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=306.86
/proc/16725/task/16730/stat : 16730 (java) R 16723 16725 15947 0 -1 64 201 0 0 0 30670 16 0 0 17 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 106157993 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.32
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5524 0 0 0 130 2 0 0 16 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 812056

[startup+1805.4 s]
/proc/loadavg: 2.44 2.45 2.27 4/95 16796
/proc/meminfo: memFree=1007672/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=1801.6
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 178565 0 1 0 180057 103 0 0 16 0 12 0 22306002 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 172389 1438 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=1328.16
/proc/16725/task/16727/stat : 16727 (java) S 16723 16725 15947 0 -1 64 21412 0 1 0 132800 16 0 0 19 0 12 0 22306003 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=83.07
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 76891 0 0 0 8271 36 0 0 16 0 12 0 22306004 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=81.32
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 73525 0 0 0 8101 31 0 0 17 0 12 0 22306004 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=307.65
/proc/16725/task/16730/stat : 16730 (java) R 16723 16725 15947 0 -1 64 201 0 0 0 30749 16 0 0 18 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.32
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5524 0 0 0 130 2 0 0 16 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 172389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 812056

[startup+1805.8 s]
/proc/loadavg: 2.44 2.45 2.27 4/95 16796
/proc/meminfo: memFree=1007672/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=812056 CPUtime=1802
/proc/16725/stat : 16725 (java) S 16723 16725 15947 0 -1 0 178568 0 1 0 180097 103 0 0 16 0 12 0 22306002 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 203014 172392 1438 9 0 200341 0
[pid=16725/tid=16727] ppid=16723 vsize=812056 CPUtime=1328.21
/proc/16725/task/16727/stat : 16727 (java) R 16723 16725 15947 0 -1 64 21412 0 1 0 132805 16 0 0 16 0 12 0 22306003 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4109706550 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16728] ppid=16723 vsize=812056 CPUtime=83.07
/proc/16725/task/16728/stat : 16728 (java) S 16723 16725 15947 0 -1 64 76891 0 0 0 8271 36 0 0 16 0 12 0 22306004 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16729] ppid=16723 vsize=812056 CPUtime=81.32
/proc/16725/task/16729/stat : 16729 (java) S 16723 16725 15947 0 -1 64 73525 0 0 0 8101 31 0 0 17 0 12 0 22306004 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16730] ppid=16723 vsize=812056 CPUtime=308
/proc/16725/task/16730/stat : 16730 (java) R 16723 16725 15947 0 -1 64 201 0 0 0 30784 16 0 0 19 0 12 0 22306006 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16731] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16731/stat : 16731 (java) S 16723 16725 15947 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16732] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16732/stat : 16732 (java) S 16723 16725 15947 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22306006 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16733] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16733/stat : 16733 (java) R 16723 16725 15947 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 22306010 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16734] ppid=16723 vsize=812056 CPUtime=0.04
/proc/16725/task/16734/stat : 16734 (java) S 16723 16725 15947 0 -1 64 270 0 0 0 4 0 0 0 18 0 12 0 22306010 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16735] ppid=16723 vsize=812056 CPUtime=1.32
/proc/16725/task/16735/stat : 16735 (java) S 16723 16725 15947 0 -1 64 5524 0 0 0 130 2 0 0 16 0 12 0 22306010 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16725/tid=16736] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16736/stat : 16736 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22306010 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16725/tid=16737] ppid=16723 vsize=812056 CPUtime=0
/proc/16725/task/16737/stat : 16737 (java) S 16723 16725 15947 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22306010 831545344 172392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 812056

[startup+1805.9 s]
/proc/loadavg: 2.44 2.45 2.27 4/95 16796
/proc/meminfo: memFree=1007672/2055920 swapFree=4192812/4192956
[pid=16725] ppid=16723 vsize=0 CPUtime=1802.09
/proc/16725/stat : 16725 (java) Z 16723 16725 15947 0 -1 1036 178568 0 1 0 180101 108 0 0 16 0 2 0 22306002 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16725/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1805.95
CPU time (s): 1802.15
CPU user time (s): 1801.02
CPU system time (s): 1.13483
CPU usage (%): 99.7897
Max. virtual memory (cumulated for all children) (KiB): 816252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.02
system time used= 1.13483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178568
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= 67925
involuntary context switches= 78645

runsolver used 2.24766 second user time and 6.01609 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 00:47:13
IDJOB=2071020
IDBENCH=55428
IDSOLVER=731
FILE ID=node70/2071020-1247352433
PBS_JOBID= 9506847
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=1595242425

node70.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.214
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.214
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:       1830272 kB
Buffers:         33624 kB
Cached:         117200 kB
SwapCached:          0 kB
Active:         126092 kB
Inactive:        52732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          40632 kB
Slab:            32200 kB
Committed_AS:   177284 kB
PageTables:       1824 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= 66408 MiB
End job on node70 at 2009-07-12 01:17:19