Trace number 1050624

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1802.19 1807.74

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-10-a3.xml
MD5SUMc84380d557561ba82f603f5f7b91934d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6266
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.22/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.25	c See www.sat4j.org for details.
0.22/0.25	c That software uses the Rhino library from the Mozilla project.
0.22/0.29	c version 9.9.9.token
0.22/0.29	c sun.arch.data.model	32
0.22/0.29	c java.version	1.6.0_06
0.22/0.29	c os.name	Linux
0.22/0.29	c os.version	2.6.9-22.EL.rootsmp
0.22/0.29	c os.arch	i386
0.22/0.29	c Free memory 669864272
0.22/0.29	c Max memory 672137216
0.22/0.29	c Total memory 672137216
0.22/0.29	c Number of processors 2
0.36/0.33	c c --- Begin Solver configuration ---
0.36/0.33	c Stops conflict analysis at the first Unique Implication Point
0.36/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.33	c Learn all clauses as in MiniSAT
0.36/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.33	c Expensive reason simplification
0.36/0.33	c MiniSAT restarts strategy
0.36/0.33	c timeout=2147483s
0.36/0.33	c DB Simplification allowed=false
0.36/0.33	c --- End Solver configuration ---
0.36/0.33	c solving HOME/instance-1050624-1215050513.xml
0.36/0.34	c reading problem ... 
0.56/0.59	c reading problem named null
0.56/0.59	c reading domains done.
0.56/0.60	c reading variables done.
0.75/0.75	c reading predicates  done.
0.95/0.93	c reading constraints
36.09/36.58	c done with constraints.
36.09/36.59	c ... done. Wall clock time 36.246s.
36.09/36.59	c #vars     3035
36.09/36.59	c #constraints  6387935
36.09/36.59	c constraints type 
36.09/36.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6387826
36.09/36.59	c org.sat4j.minisat.constraints.card.AtLeast => 55

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050624-1215050513/watcher-1050624-1215050513 -o /tmp/evaluation-result-1050624-1215050513/solver-1050624-1215050513 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050624-1215050513.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 1.98 1.99 4/81 17049
/proc/meminfo: memFree=1762888/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=1804 CPUtime=0
/proc/17049/stat : 17049 (java6) D 17047 17049 15609 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1984023795 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17049/statm: 451 155 111 9 0 93 0

[startup+0.0653251 s]
/proc/loadavg: 2.03 1.98 1.99 4/81 17049
/proc/meminfo: memFree=1762888/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=802236 CPUtime=0.04
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 2712 0 1 0 3 1 0 0 18 0 7 0 1984023795 821489664 2447 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 200559 2447 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101509 s]
/proc/loadavg: 2.03 1.98 1.99 4/81 17049
/proc/meminfo: memFree=1762888/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=804612 CPUtime=0.08
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 2996 0 1 0 6 2 0 0 18 0 12 0 1984023795 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301529 s]
/proc/loadavg: 2.03 1.98 1.99 4/81 17049
/proc/meminfo: memFree=1762888/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=809584 CPUtime=0.36
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 5170 0 1 0 32 4 0 0 18 0 12 0 1984023795 829014016 4497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 202396 4497 1310 9 0 199765 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 809584

[startup+0.701574 s]
/proc/loadavg: 2.03 1.98 1.99 4/81 17049
/proc/meminfo: memFree=1762888/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=810280 CPUtime=0.75
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 6795 0 1 0 69 6 0 0 18 0 12 0 1984023795 829726720 5765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 202570 5765 1335 9 0 199932 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 810280

[startup+1.50266 s]
/proc/loadavg: 2.03 1.98 1.99 4/93 17061
/proc/meminfo: memFree=1741096/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=813992 CPUtime=1.55
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 10861 0 1 0 147 8 0 0 18 0 12 0 1984023795 833527808 8256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 203498 8257 1363 9 0 200860 0
[pid=17049/tid=17051] ppid=17047 vsize=813992 CPUtime=0.79
/proc/17049/task/17051/stat : 17051 (java) R 17047 17049 15609 0 -1 64 5669 0 1 0 74 5 0 0 19 0 12 0 1984023796 833527808 8257 996147200 134512640 134550740 4294956032 18446744073709551615 4109695906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023797 833527808 8258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17053] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984023797 833527808 8258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17054] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17054/stat : 17054 (java) S 17047 17049 15609 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984023799 833527808 8259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17055] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1984023799 833527808 8259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17056] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1984023799 833527808 8259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17057] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023804 833527808 8260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=813992 CPUtime=0.4
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 2598 0 0 0 39 1 0 0 16 0 12 0 1984023804 833527808 8260 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17059] ppid=17047 vsize=813992 CPUtime=0.33
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 1833 0 0 0 33 0 0 0 16 0 12 0 1984023804 833527808 8261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17060] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984023804 833527808 8261 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=813992 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984023804 833527808 8262 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 813992

[startup+3.10284 s]
/proc/loadavg: 2.03 1.98 1.99 5/93 17061
/proc/meminfo: memFree=1718952/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=823628 CPUtime=3.31
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 27250 0 1 0 315 16 0 0 18 0 12 0 1984023795 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 205907 20123 1373 9 0 203269 0
[pid=17049/tid=17051] ppid=17047 vsize=823628 CPUtime=1.72
/proc/17049/task/17051/stat : 17051 (java) R 17047 17049 15609 0 -1 64 15253 0 1 0 162 10 0 0 24 0 12 0 1984023796 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4109577244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17052] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023797 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17053] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984023797 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17054] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17054/stat : 17054 (java) S 17047 17049 15609 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984023799 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17055] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1984023799 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17056] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1984023799 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17057] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023804 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=823628 CPUtime=1
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 7997 0 0 0 96 4 0 0 16 0 12 0 1984023804 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=823628 CPUtime=0.57
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3238 0 0 0 56 1 0 0 16 0 12 0 1984023804 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984023804 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=823628 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984023804 843395072 20123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 823628

[startup+6.3022 s]
/proc/loadavg: 2.02 1.98 1.99 5/93 17061
/proc/meminfo: memFree=1653032/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=821884 CPUtime=6.48
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 37922 0 1 0 627 21 0 0 18 0 12 0 1984023795 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 205471 30316 1380 9 0 202833 0
[pid=17049/tid=17051] ppid=17047 vsize=821884 CPUtime=4.31
/proc/17049/task/17051/stat : 17051 (java) R 17047 17049 15609 0 -1 64 17578 0 1 0 419 12 0 0 25 0 12 0 1984023796 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17052] ppid=17047 vsize=821884 CPUtime=0.1
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 5340 0 0 0 8 2 0 0 17 0 12 0 1984023797 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17053] ppid=17047 vsize=821884 CPUtime=0.06
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 2803 0 0 0 5 1 0 0 17 0 12 0 1984023797 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17054] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17054/stat : 17054 (java) S 17047 17049 15609 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1984023799 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17055] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984023799 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17056] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984023799 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17057] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023804 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=821884 CPUtime=1.16
/proc/17049/task/17058/stat : 17058 (java) R 17047 17049 15609 0 -1 64 8003 0 0 0 112 4 0 0 16 0 12 0 1984023804 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 104112547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=821884 CPUtime=0.81
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3379 0 0 0 80 1 0 0 16 0 12 0 1984023804 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984023804 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=821884 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984023804 841609216 30316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 821884

[startup+12.7019 s]
/proc/loadavg: 2.10 2.00 1.99 4/100 17322
/proc/meminfo: memFree=1611440/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=825312 CPUtime=12.04
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 50518 0 1 0 1177 27 0 0 18 0 12 0 1984023795 845119488 42472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 206328 42475 1387 9 0 203690 0
[pid=17049/tid=17051] ppid=17047 vsize=825312 CPUtime=8.84
/proc/17049/task/17051/stat : 17051 (java) R 17047 17049 15609 0 -1 64 17588 0 1 0 872 12 0 0 25 0 12 0 1984023796 845119488 42476 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17052] ppid=17047 vsize=825312 CPUtime=0.4
/proc/17049/task/17052/stat : 17052 (java) R 17047 17049 15609 0 -1 64 11092 0 0 0 36 4 0 0 16 0 12 0 1984023797 845119488 42478 996147200 134512640 134550740 4294956032 18446744073709551615 106160144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17053] ppid=17047 vsize=825312 CPUtime=0.36
/proc/17049/task/17053/stat : 17053 (java) R 17047 17049 15609 0 -1 64 9574 0 0 0 33 3 0 0 16 0 12 0 1984023797 845119488 42479 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17054/stat : 17054 (java) S 17047 17049 15609 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1984023799 845119488 42481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17055] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984023799 845119488 42483 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17056] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984023799 845119488 42484 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17057] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023804 845119488 42486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=825312 CPUtime=1.26
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8012 0 0 0 122 4 0 0 16 0 12 0 1984023804 845119488 42487 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=825312 CPUtime=1.12
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3440 0 0 0 111 1 0 0 15 0 12 0 1984023804 845119488 42489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984023804 845119488 42491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=825312 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984023804 845119488 42492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 825312

[startup+25.5023 s]
/proc/loadavg: 2.22 2.03 2.00 5/93 17537
/proc/meminfo: memFree=1302864/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=827872 CPUtime=23.22
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 121177 0 1 0 2263 59 0 0 18 0 12 0 1984023795 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 206968 111790 1387 9 0 204330 0
[pid=17049/tid=17051] ppid=17047 vsize=827872 CPUtime=14.85
/proc/17049/task/17051/stat : 17051 (java) R 17047 17049 15609 0 -1 64 23754 0 1 0 1466 19 0 0 25 0 12 0 1984023796 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4110099209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=827872 CPUtime=2.89
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 46289 0 0 0 272 17 0 0 17 0 12 0 1984023797 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17053] ppid=17047 vsize=827872 CPUtime=3.03
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 38863 0 0 0 287 16 0 0 17 0 12 0 1984023797 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=827872 CPUtime=0.01
/proc/17049/task/17054/stat : 17054 (java) S 17047 17049 15609 0 -1 64 58 0 0 0 1 0 0 0 15 0 12 0 1984023799 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=827872 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984023799 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17056] ppid=17047 vsize=827872 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984023799 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17057] ppid=17047 vsize=827872 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984023804 847740928 111790 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17049/tid=17053] ppid=17047 vsize=830756 CPUtime=6.46
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 63301 0 0 0 618 28 0 0 16 0 13 0 1984023797 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=830756 CPUtime=42.74
/proc/17049/task/17054/stat : 17054 (java) R 17047 17049 15609 0 -1 64 125461 0 0 0 4219 55 0 0 25 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17056] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17057] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=830756 CPUtime=1.65
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8015 0 0 0 161 4 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=830756 CPUtime=1.58
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3445 0 0 0 157 1 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17538] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17538/stat : 17538 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984027454 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 830756

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

Sending SIGKILL to process tree (bottom up)

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

[startup+1806.21 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 17767
/proc/meminfo: memFree=1060896/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=830756 CPUtime=1800.65
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 308390 0 1 0 179914 151 0 0 16 0 13 0 1984023795 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 207689 176932 1398 9 0 205051 0
[pid=17049/tid=17051] ppid=17047 vsize=830756 CPUtime=1741.13
/proc/17049/task/17051/stat : 17051 (java) S 17047 17049 15609 0 -1 64 36089 0 1 0 174080 33 0 0 16 0 13 0 1984023796 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=830756 CPUtime=6.43
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 71311 0 0 0 616 27 0 0 17 0 13 0 1984023797 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17053] ppid=17047 vsize=830756 CPUtime=6.46
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 63301 0 0 0 618 28 0 0 16 0 13 0 1984023797 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=830756 CPUtime=43.34
/proc/17049/task/17054/stat : 17054 (java) R 17047 17049 15609 0 -1 64 125461 0 0 0 4279 55 0 0 25 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 104136527 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17056] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17057] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=830756 CPUtime=1.65
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8015 0 0 0 161 4 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=830756 CPUtime=1.58
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3445 0 0 0 157 1 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17538] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17538/stat : 17538 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984027454 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 830756

[startup+1807 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 17767
/proc/meminfo: memFree=1060896/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=830756 CPUtime=1801.45
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 308390 0 1 0 179994 151 0 0 16 0 13 0 1984023795 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 207689 176932 1398 9 0 205051 0
[pid=17049/tid=17051] ppid=17047 vsize=830756 CPUtime=1741.13
/proc/17049/task/17051/stat : 17051 (java) S 17047 17049 15609 0 -1 64 36089 0 1 0 174080 33 0 0 16 0 13 0 1984023796 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=830756 CPUtime=6.43
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 71311 0 0 0 616 27 0 0 17 0 13 0 1984023797 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17053] ppid=17047 vsize=830756 CPUtime=6.46
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 63301 0 0 0 618 28 0 0 16 0 13 0 1984023797 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=830756 CPUtime=44.13
/proc/17049/task/17054/stat : 17054 (java) R 17047 17049 15609 0 -1 64 125461 0 0 0 4358 55 0 0 25 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17056] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17057] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17058] ppid=17047 vsize=830756 CPUtime=1.65
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8015 0 0 0 161 4 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=830756 CPUtime=1.58
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3445 0 0 0 157 1 0 0 17 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984023804 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17538] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17538/stat : 17538 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984027454 850694144 176932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 830756

[startup+1807.4 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 17767
/proc/meminfo: memFree=1060896/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=830756 CPUtime=1801.84
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 308393 0 1 0 180033 151 0 0 16 0 13 0 1984023795 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 207689 176935 1398 9 0 205051 0
[pid=17049/tid=17051] ppid=17047 vsize=830756 CPUtime=1741.13
/proc/17049/task/17051/stat : 17051 (java) S 17047 17049 15609 0 -1 64 36089 0 1 0 174080 33 0 0 17 0 13 0 1984023796 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=830756 CPUtime=6.43
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 71311 0 0 0 616 27 0 0 17 0 13 0 1984023797 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17053] ppid=17047 vsize=830756 CPUtime=6.46
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 63301 0 0 0 618 28 0 0 16 0 13 0 1984023797 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=830756 CPUtime=44.53
/proc/17049/task/17054/stat : 17054 (java) R 17047 17049 15609 0 -1 64 125461 0 0 0 4398 55 0 0 25 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 104126420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17056] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17057] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17058] ppid=17047 vsize=830756 CPUtime=1.65
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8015 0 0 0 161 4 0 0 17 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=830756 CPUtime=1.58
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3445 0 0 0 157 1 0 0 17 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17538] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17538/stat : 17538 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984027454 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 830756

[startup+1807.6 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 17767
/proc/meminfo: memFree=1060896/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=830756 CPUtime=1802.04
/proc/17049/stat : 17049 (java) S 17047 17049 15609 0 -1 0 308393 0 1 0 180053 151 0 0 16 0 13 0 1984023795 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 207689 176935 1398 9 0 205051 0
[pid=17049/tid=17051] ppid=17047 vsize=830756 CPUtime=1741.13
/proc/17049/task/17051/stat : 17051 (java) S 17047 17049 15609 0 -1 64 36089 0 1 0 174080 33 0 0 17 0 13 0 1984023796 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17052] ppid=17047 vsize=830756 CPUtime=6.43
/proc/17049/task/17052/stat : 17052 (java) S 17047 17049 15609 0 -1 64 71311 0 0 0 616 27 0 0 17 0 13 0 1984023797 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17053] ppid=17047 vsize=830756 CPUtime=6.46
/proc/17049/task/17053/stat : 17053 (java) S 17047 17049 15609 0 -1 64 63301 0 0 0 618 28 0 0 16 0 13 0 1984023797 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17054] ppid=17047 vsize=830756 CPUtime=44.73
/proc/17049/task/17054/stat : 17054 (java) R 17047 17049 15609 0 -1 64 125461 0 0 0 4418 55 0 0 25 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17055] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17055/stat : 17055 (java) S 17047 17049 15609 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17056] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17056/stat : 17056 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023799 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17057] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17057/stat : 17057 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17049/tid=17058] ppid=17047 vsize=830756 CPUtime=1.65
/proc/17049/task/17058/stat : 17058 (java) S 17047 17049 15609 0 -1 64 8015 0 0 0 161 4 0 0 17 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17059] ppid=17047 vsize=830756 CPUtime=1.58
/proc/17049/task/17059/stat : 17059 (java) S 17047 17049 15609 0 -1 64 3445 0 0 0 157 1 0 0 17 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17060] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17060/stat : 17060 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17061] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17061/stat : 17061 (java) S 17047 17049 15609 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984023804 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17049/tid=17538] ppid=17047 vsize=830756 CPUtime=0
/proc/17049/task/17538/stat : 17538 (java) S 17047 17049 15609 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984027454 850694144 176935 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 830756

[startup+1807.7 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 17767
/proc/meminfo: memFree=1060896/2055920 swapFree=4180076/4192956
[pid=17049] ppid=17047 vsize=0 CPUtime=1802.15
/proc/17049/stat : 17049 (java) Z 17047 17049 15609 0 -1 1036 308393 0 1 0 180056 159 0 0 16 0 2 0 1984023795 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1807.74
CPU time (s): 1802.19
CPU user time (s): 1800.56
CPU system time (s): 1.63075
CPU usage (%): 99.693
Max. virtual memory (cumulated for all children) (KiB): 878764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.56
system time used= 1.63075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308393
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= 38125
involuntary context switches= 51278

runsolver used 2.36864 second user time and 5.98409 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-03 04:01:53
IDJOB=1050624
IDBENCH=55370
IDSOLVER=344
FILE ID=node42/1050624-1215050513
PBS_JOBID= 7875091
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-10-a3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050624-1215050513/watcher-1050624-1215050513 -o /tmp/evaluation-result-1050624-1215050513/solver-1050624-1215050513 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050624-1215050513.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c84380d557561ba82f603f5f7b91934d
RANDOM SEED=346750436

node42.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:       1763368 kB
Buffers:         34876 kB
Cached:         138448 kB
SwapCached:       6808 kB
Active:          97096 kB
Inactive:       123200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763368 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            1220 kB
Writeback:           0 kB
Mapped:          63188 kB
Slab:            57200 kB
Committed_AS:  3533696 kB
PageTables:       1992 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= 66536 MiB
End job on node42 at 2008-07-03 04:32:01