Trace number 2079534

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) 1801.05 1809.66

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-22_ext.xml
MD5SUM3bc8c0707d4037ec121632cb9f65acc5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark58.8751
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2079534-1247368196.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.47/0.50	c reading relations done.
2.06/2.18	c reading constraints
2.77/2.82	c done with constraints.
2.77/2.82	c ... done. Wall clock time 2.582s.
2.77/2.82	c #vars     400
2.77/2.82	c #constraints  300214
2.77/2.82	c constraints type 
2.77/2.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300194
2.77/2.82	c org.sat4j.minisat.constraints.card.AtLeast => 20
1800.10/1809.02	c starts		: 21
1800.10/1809.02	c conflicts		: 784011
1800.10/1809.02	c decisions		: 1190520
1800.10/1809.02	c propagations		: 35094203
1800.10/1809.02	c inspects		: 5601273028
1800.10/1809.02	c learnt literals	: 0
1800.10/1809.02	c learnt binary clauses	: 12
1800.10/1809.02	c learnt ternary clauses	: 1153
1800.10/1809.02	c learnt clauses	: 784011
1800.10/1809.02	c ignored clauses	: 0
1800.10/1809.02	c root simplifications	: 0
1800.10/1809.02	c removed literals (reason simplification)	: 18525971
1800.10/1809.02	c reason swapping (by a shorter reason)	: 0
1800.10/1809.02	c Calls to reduceDB	: 0
1800.10/1809.02	c speed (assignments/second)	: 19429.94321755384
1800.10/1809.02	c non guided choices	116
1800.84/1809.57	c learnt constraints type 
1800.84/1809.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.84/1809.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 784113
1800.84/1809.57	c constraints type 
1800.84/1809.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300194
1800.84/1809.57	c org.sat4j.minisat.constraints.card.AtLeast => 20
1800.84/1809.57	s UNKNOWN
1800.84/1809.57	c Total wall clock time (in seconds) : 1808.775

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079534-1247368196/watcher-2079534-1247368196 -o /tmp/evaluation-result-2079534-1247368196/solver-2079534-1247368196 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079534-1247368196.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.15 2.08 2.03 4/77 25916
/proc/meminfo: memFree=1647608/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=13208 CPUtime=0
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23882338 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 3302 521 219 9 0 1186 0
[pid=25916/tid=25917] ppid=25914 vsize=13208 CPUtime=0
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23882339 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9580504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.107121 s]
/proc/loadavg: 2.15 2.08 2.03 4/77 25916
/proc/meminfo: memFree=1647608/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=804560 CPUtime=0.08
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 3042 0 1 0 7 1 0 0 18 0 12 0 23882338 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 201140 2785 1082 9 0 198474 0
[pid=25916/tid=25917] ppid=25914 vsize=804560 CPUtime=0.08
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 2287 0 1 0 7 1 0 0 21 0 12 0 23882339 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4109170406 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.202135 s]
/proc/loadavg: 2.15 2.08 2.03 4/77 25916
/proc/meminfo: memFree=1647608/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=805352 CPUtime=0.18
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 3821 0 1 0 16 2 0 0 18 0 12 0 23882338 824680448 3559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 201338 3559 1332 9 0 198672 0
[pid=25916/tid=25917] ppid=25914 vsize=805352 CPUtime=0.14
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 2663 0 1 0 12 2 0 0 18 0 12 0 23882339 824680448 3559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.302147 s]
/proc/loadavg: 2.15 2.08 2.03 4/77 25916
/proc/meminfo: memFree=1647608/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=806652 CPUtime=0.28
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 4331 0 1 0 25 3 0 0 18 0 12 0 23882338 826011648 4068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 201663 4068 1359 9 0 198990 0
[pid=25916/tid=25917] ppid=25914 vsize=806652 CPUtime=0.21
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 3088 0 1 0 19 2 0 0 18 0 12 0 23882339 826011648 4068 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806652

[startup+0.701211 s]
/proc/loadavg: 2.15 2.08 2.03 4/77 25916
/proc/meminfo: memFree=1647608/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=808152 CPUtime=0.67
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 5709 0 1 0 63 4 0 0 18 0 12 0 23882338 827547648 5197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 202038 5197 1398 9 0 199365 0
[pid=25916/tid=25917] ppid=25914 vsize=808152 CPUtime=0.37
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 3785 0 1 0 34 3 0 0 20 0 12 0 23882339 827547648 5197 996147200 134512640 134550932 4294956016 18446744073709551615 4109163380 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808152

[startup+1.50235 s]
/proc/loadavg: 2.15 2.08 2.03 4/89 25928
/proc/meminfo: memFree=1622744/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=813780 CPUtime=1.47
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 11760 0 1 0 140 7 0 0 18 0 12 0 23882338 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203445 9849 1407 9 0 200772 0
[pid=25916/tid=25917] ppid=25914 vsize=813780 CPUtime=0.63
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 7100 0 1 0 59 4 0 0 22 0 12 0 23882339 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4109589400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23882340 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23882340 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23882342 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25922] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23882343 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25923] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23882343 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25924] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23882347 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23882347 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=813780 CPUtime=0.83
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 3905 0 0 0 81 2 0 0 17 0 12 0 23882347 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23882347 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=813780 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23882347 833310720 9849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813780

[startup+3.10162 s]
/proc/loadavg: 2.15 2.08 2.03 3/89 25928
/proc/meminfo: memFree=1561944/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814104 CPUtime=3.07
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 24429 0 1 0 294 13 0 0 18 0 13 0 23882338 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203526 22504 1438 9 0 200853 0
[pid=25916/tid=25917] ppid=25914 vsize=814104 CPUtime=1.63
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16947 0 1 0 154 9 0 0 25 0 13 0 23882339 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4109162715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814104 CPUtime=0.04
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 1393 0 0 0 4 0 0 0 16 0 13 0 23882340 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814104 CPUtime=0.03
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 1287 0 0 0 3 0 0 0 16 0 13 0 23882340 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 23882342 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23882347 833642496 22505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23882347 833642496 22505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814104 CPUtime=1.33
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4024 0 0 0 131 2 0 0 16 0 13 0 23882347 833642496 22505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23882347 833642496 22505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23882347 833642496 22505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814104

[startup+6.30216 s]
/proc/loadavg: 2.13 2.08 2.03 3/90 25929
/proc/meminfo: memFree=1549136/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814104 CPUtime=6.27
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 24470 0 1 0 613 14 0 0 18 0 13 0 23882338 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203526 22542 1445 9 0 200853 0
[pid=25916/tid=25917] ppid=25914 vsize=814104 CPUtime=4.42
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16952 0 1 0 433 9 0 0 25 0 13 0 23882339 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4109779135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814104 CPUtime=0.04
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 1393 0 0 0 4 0 0 0 16 0 13 0 23882340 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814104 CPUtime=0.03
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 1287 0 0 0 3 0 0 0 16 0 13 0 23882340 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 23882342 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23882347 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23882347 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814104 CPUtime=1.72
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4060 0 0 0 170 2 0 0 16 0 13 0 23882347 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23882347 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23882347 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 23882621 833642496 22542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 814104

[startup+12.7023 s]
/proc/loadavg: 2.12 2.08 2.03 4/90 25929
/proc/meminfo: memFree=1540560/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814104 CPUtime=12.63
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 24475 0 1 0 1249 14 0 0 18 0 13 0 23882338 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203526 22544 1445 9 0 200853 0
[pid=25916/tid=25917] ppid=25914 vsize=814104 CPUtime=10.75
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16955 0 1 0 1066 9 0 0 25 0 13 0 23882339 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4109779135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814104 CPUtime=0.04
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 1393 0 0 0 4 0 0 0 16 0 13 0 23882340 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814104 CPUtime=0.03
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 1287 0 0 0 3 0 0 0 16 0 13 0 23882340 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 23882342 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23882347 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23882347 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814104 CPUtime=1.76
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4062 0 0 0 174 2 0 0 17 0 13 0 23882347 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23882347 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23882347 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 23882621 833642496 22544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 814104

[startup+25.5024 s]
/proc/loadavg: 2.10 2.08 2.03 3/90 25929
/proc/meminfo: memFree=1538192/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814104 CPUtime=25.37
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 24477 0 1 0 2523 14 0 0 18 0 13 0 23882338 833642496 22545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203526 22545 1445 9 0 200853 0
[pid=25916/tid=25917] ppid=25914 vsize=814104 CPUtime=23.48

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

/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 25156 0 0 0 90 9 0 0 18 0 13 0 23882340 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814104 CPUtime=1
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 22513 0 0 0 91 9 0 0 18 0 13 0 23882340 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 23882342 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814104 CPUtime=1.79
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4065 0 0 0 177 2 0 0 17 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) R 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 23882621 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.41
Current children cumulated vsize (KiB) 814104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.17 2.04 2.01 3/98 26182
/proc/meminfo: memFree=1352016/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814104 CPUtime=1800.1
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 69475 0 1 0 179970 40 0 0 18 0 13 0 23882338 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203526 65898 1445 9 0 200853 0
[pid=25916/tid=25917] ppid=25914 vsize=814104 CPUtime=1796.28
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16962 0 1 0 179609 19 0 0 25 0 13 0 23882339 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4109745657 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814104 CPUtime=0.99
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 25156 0 0 0 90 9 0 0 18 0 13 0 23882340 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814104 CPUtime=1
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 22513 0 0 0 91 9 0 0 18 0 13 0 23882340 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 23882342 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23882343 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814104 CPUtime=1.79
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4065 0 0 0 177 2 0 0 17 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23882347 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814104 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 23882621 833642496 65898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 814104

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

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

[startup+1809.12 s]
/proc/loadavg: 2.17 2.04 2.01 3/98 26182
/proc/meminfo: memFree=1352016/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814752 CPUtime=1800.26
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 69496 0 1 0 179986 40 0 0 16 0 15 0 23882338 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203688 65919 1445 9 0 201015 0
[pid=25916/tid=25917] ppid=25914 vsize=814752 CPUtime=1796.38
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16962 0 1 0 179619 19 0 0 25 0 15 0 23882339 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4109779146 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814752 CPUtime=0.99
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 25156 0 0 0 90 9 0 0 18 0 15 0 23882340 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814752 CPUtime=1
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 22513 0 0 0 91 9 0 0 18 0 15 0 23882340 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 20 0 0 0 0 0 0 0 16 0 15 0 23882342 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 23882343 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 23882343 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814752 CPUtime=0.03
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 16 0 0 0 3 0 0 0 16 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814752 CPUtime=1.79
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4065 0 0 0 177 2 0 0 16 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 23882621 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 814752

[startup+1809.5 s]
/proc/loadavg: 2.17 2.04 2.01 4/101 26185
/proc/meminfo: memFree=1349304/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814752 CPUtime=1800.84
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 69496 0 1 0 180044 40 0 0 16 0 15 0 23882338 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203688 65919 1445 9 0 201015 0
[pid=25916/tid=25917] ppid=25914 vsize=814752 CPUtime=1796.77
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16962 0 1 0 179658 19 0 0 25 0 15 0 23882339 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4109745146 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814752 CPUtime=0.99
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 25156 0 0 0 90 9 0 0 18 0 15 0 23882340 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814752 CPUtime=1
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 22513 0 0 0 91 9 0 0 18 0 15 0 23882340 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 20 0 0 0 0 0 0 0 16 0 15 0 23882342 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 23882343 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 23882343 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814752 CPUtime=0.03
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 16 0 0 0 3 0 0 0 16 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814752 CPUtime=1.79
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4065 0 0 0 177 2 0 0 16 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) R 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 23882347 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 23882621 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=26184] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/26184/stat : 26184 (java) S 25914 25916 22421 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 24063239 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=26185] ppid=25914 vsize=814752 CPUtime=0.2
/proc/25916/task/26185/stat : 26185 (java) R 25914 25916 22421 0 -1 64 6 0 0 0 20 0 0 0 21 0 15 0 24063240 834306048 65919 996147200 134512640 134550932 4294956016 18446744073709551615 4109923470 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 814752

[startup+1809.61 s]
/proc/loadavg: 2.17 2.04 2.01 4/101 26185
/proc/meminfo: memFree=1349304/2055920 swapFree=4192952/4192956
[pid=25916] ppid=25914 vsize=814752 CPUtime=1800.99
/proc/25916/stat : 25916 (java) S 25914 25916 22421 0 -1 0 69499 0 1 0 180059 40 0 0 16 0 14 0 23882338 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25916/statm: 203688 65922 1446 9 0 201015 0
[pid=25916/tid=25917] ppid=25914 vsize=814752 CPUtime=1796.88
/proc/25916/task/25917/stat : 25917 (java) R 25914 25916 22421 0 -1 64 16962 0 1 0 179669 19 0 0 25 0 14 0 23882339 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4109745225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25919] ppid=25914 vsize=814752 CPUtime=0.99
/proc/25916/task/25919/stat : 25919 (java) S 25914 25916 22421 0 -1 64 25156 0 0 0 90 9 0 0 18 0 14 0 23882340 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25920] ppid=25914 vsize=814752 CPUtime=1
/proc/25916/task/25920/stat : 25920 (java) S 25914 25916 22421 0 -1 64 22513 0 0 0 91 9 0 0 18 0 14 0 23882340 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25921] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25921/stat : 25921 (java) S 25914 25916 22421 0 -1 64 20 0 0 0 0 0 0 0 16 0 14 0 23882342 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25922] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25922/stat : 25922 (java) S 25914 25916 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 23882343 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25923] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25923/stat : 25923 (java) S 25914 25916 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 23882343 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=25924] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25924/stat : 25924 (java) S 25914 25916 22421 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 23882347 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25925] ppid=25914 vsize=814752 CPUtime=0.03
/proc/25916/task/25925/stat : 25925 (java) S 25914 25916 22421 0 -1 64 16 0 0 0 3 0 0 0 16 0 14 0 23882347 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25926] ppid=25914 vsize=814752 CPUtime=1.79
/proc/25916/task/25926/stat : 25926 (java) S 25914 25916 22421 0 -1 64 4065 0 0 0 177 2 0 0 16 0 14 0 23882347 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25927] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25927/stat : 25927 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 23882347 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25928] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25928/stat : 25928 (java) S 25914 25916 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 23882347 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25916/tid=25929] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/25929/stat : 25929 (java) S 25914 25916 22421 0 -1 64 5 0 0 0 0 0 0 0 24 0 14 0 23882621 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25916/tid=26184] ppid=25914 vsize=814752 CPUtime=0
/proc/25916/task/26184/stat : 26184 (java) S 25914 25916 22421 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 24063239 834306048 65922 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (KiB) 814752

Child status: 143
Real time (s): 1809.66
CPU time (s): 1801.05
CPU user time (s): 1800.6
CPU system time (s): 0.45493
CPU usage (%): 99.5243
Max. virtual memory (cumulated for all children) (KiB): 814752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.6
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69499
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= 37491
involuntary context switches= 35864

runsolver used 2.81257 second user time and 7.09892 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 05:09:56
IDJOB=2079534
IDBENCH=56913
IDSOLVER=731
FILE ID=node68/2079534-1247368196
PBS_JOBID= 9507060
Free space on /tmp= 66436 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-22_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079534-1247368196/watcher-2079534-1247368196 -o /tmp/evaluation-result-2079534-1247368196/solver-2079534-1247368196 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079534-1247368196.xml

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

MD5SUM BENCH= 3bc8c0707d4037ec121632cb9f65acc5
RANDOM SEED=1300181225

node68.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.258
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.258
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:       1648088 kB
Buffers:         71032 kB
Cached:         231972 kB
SwapCached:          4 kB
Active:         171756 kB
Inactive:       159916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648088 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           16316 kB
Writeback:           0 kB
Mapped:          39988 kB
Slab:            61104 kB
Committed_AS:   205828 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node68 at 2009-07-12 05:40:08