Trace number 2065960

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) 1800.5 1807.88

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
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 benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
Global constraints used (with number of constraints)

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.14	c That software uses the Rhino library from the Mozilla project.
0.10/0.16	c version 2.1.1.v20090622
0.10/0.16	c sun.arch.data.model	32
0.10/0.16	c java.version	1.6.0_12
0.10/0.16	c os.name	Linux
0.10/0.16	c os.version	2.6.9-22.EL.rootsmp
0.10/0.16	c os.arch	i386
0.10/0.16	c Free memory 671000808
0.10/0.16	c Max memory 672137216
0.10/0.16	c Total memory 672137216
0.10/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2065960-1247341030.xml
0.19/0.25	c reading problem ... 
0.49/0.51	c reading problem named null
0.49/0.51	c reading domains done.
0.49/0.51	c reading variables done.
0.49/0.53	c reading predicates  done.
0.68/0.77	c reading constraints
3.77/3.84	c done with constraints.
3.77/3.84	c ... done. Wall clock time 3.591s.
3.77/3.84	c #vars     761
3.77/3.84	c #constraints  151356
3.77/3.84	c constraints type 
3.77/3.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 151317
3.77/3.84	c org.sat4j.minisat.constraints.card.AtLeast => 39
1800.03/1807.42	c starts		: 21
1800.03/1807.42	c conflicts		: 941829
1800.03/1807.42	c decisions		: 1226940
1800.03/1807.42	c propagations		: 43009349
1800.03/1807.42	c inspects		: 5284504863
1800.03/1807.42	c learnt literals	: 0
1800.03/1807.42	c learnt binary clauses	: 1
1800.03/1807.42	c learnt ternary clauses	: 23
1800.03/1807.42	c learnt clauses	: 941829
1800.03/1807.42	c ignored clauses	: 0
1800.03/1807.42	c root simplifications	: 0
1800.03/1807.42	c removed literals (reason simplification)	: 39537347
1800.03/1807.42	c reason swapping (by a shorter reason)	: 0
1800.03/1807.42	c Calls to reduceDB	: 0
1800.03/1807.42	c speed (assignments/second)	: 23846.667653593217
1800.03/1807.42	c non guided choices	283
1800.31/1807.79	c learnt constraints type 
1800.31/1807.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.31/1807.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 941876
1800.31/1807.79	c constraints type 
1800.31/1807.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 151317
1800.31/1807.79	c org.sat4j.minisat.constraints.card.AtLeast => 39
1800.31/1807.79	s UNKNOWN
1800.31/1807.79	c Total wall clock time (in seconds) : 1807.171

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-2065960-1247341030/watcher-2065960-1247341030 -o /tmp/evaluation-result-2065960-1247341030/solver-2065960-1247341030 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065960-1247341030.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: 1.96 2.01 2.00 4/81 15846
/proc/meminfo: memFree=1794640/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=272 CPUtime=0
/proc/15846/stat : 15846 (java) D 15844 15846 15219 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 21166920 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15846/statm: 404 144 107 9 0 46 0

[startup+0.107397 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 15846
/proc/meminfo: memFree=1794640/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=804560 CPUtime=0.1
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 3045 0 1 0 7 3 0 0 18 0 12 0 21166920 823869440 2788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 201140 2788 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.201416 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 15846
/proc/meminfo: memFree=1794640/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=805352 CPUtime=0.19
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 3818 0 1 0 16 3 0 0 18 0 12 0 21166920 824680448 3556 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 201338 3556 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805352

[startup+0.301434 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 15846
/proc/meminfo: memFree=1794640/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=805628 CPUtime=0.29
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 4301 0 1 0 25 4 0 0 18 0 12 0 21166920 824963072 4038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 201407 4038 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701511 s]
/proc/loadavg: 1.96 2.01 2.00 4/81 15846
/proc/meminfo: memFree=1794640/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=807356 CPUtime=0.68
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 6228 0 1 0 63 5 0 0 18 0 12 0 21166920 826732544 5632 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 201839 5632 1384 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50266 s]
/proc/loadavg: 1.96 2.01 2.00 4/93 15858
/proc/meminfo: memFree=1774576/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=809772 CPUtime=1.48
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 8956 0 1 0 141 7 0 0 18 0 12 0 21166920 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 202443 7264 1416 9 0 199770 0
[pid=15846/tid=15847] ppid=15844 vsize=809772 CPUtime=0.8
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 5339 0 1 0 76 4 0 0 20 0 12 0 21166921 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21166923 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21166923 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21166924 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21166925 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21166925 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21166930 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21166930 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=809772 CPUtime=0.65
/proc/15846/task/15856/stat : 15856 (java) R 15844 15846 15219 0 -1 64 2859 0 0 0 64 1 0 0 16 0 12 0 21166930 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 103373348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21166930 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=809772 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21166930 829206528 7264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809772

[startup+3.10296 s]
/proc/loadavg: 1.96 2.01 2.00 4/93 15858
/proc/meminfo: memFree=1754416/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=815388 CPUtime=3.09
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 17581 0 1 0 298 11 0 0 18 0 12 0 21166920 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203847 13257 1420 9 0 201174 0
[pid=15846/tid=15847] ppid=15844 vsize=815388 CPUtime=1.46
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 9825 0 1 0 139 7 0 0 25 0 12 0 21166921 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4109136300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21166923 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21166923 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21166924 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21166925 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21166925 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21166930 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=815388 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 12 0 21166930 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=815388 CPUtime=1.55
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 6980 0 0 0 152 3 0 0 16 0 12 0 21166930 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21166930 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=815388 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21166930 834957312 13257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815388

[startup+6.30258 s]
/proc/loadavg: 1.97 2.01 2.00 3/94 15859
/proc/meminfo: memFree=1707304/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=815136 CPUtime=6.25
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 27539 0 1 0 610 15 0 0 18 0 13 0 21166920 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203784 23067 1447 9 0 201111 0
[pid=15846/tid=15847] ppid=15844 vsize=815136 CPUtime=3.9
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17382 0 1 0 380 10 0 0 25 0 13 0 21166921 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4109995988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=815136 CPUtime=0.04
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 1317 0 0 0 4 0 0 0 17 0 13 0 21166923 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=815136 CPUtime=0.04
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 1006 0 0 0 4 0 0 0 17 0 13 0 21166923 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 21166924 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21166925 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21166925 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21166930 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=815136 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 13 0 21166930 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=815136 CPUtime=2.17
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7044 0 0 0 214 3 0 0 16 0 13 0 21166930 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21166930 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21166930 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=815136 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21167305 834699264 23067 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 815136

[startup+12.7028 s]
/proc/loadavg: 2.13 2.04 2.01 3/94 15859
/proc/meminfo: memFree=1704232/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=814560 CPUtime=12.59
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 27545 0 1 0 1244 15 0 0 18 0 13 0 21166920 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203640 22927 1447 9 0 200967 0
[pid=15846/tid=15847] ppid=15844 vsize=814560 CPUtime=10.16
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17384 0 1 0 1006 10 0 0 25 0 13 0 21166921 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4109982720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=814560 CPUtime=0.04
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 1317 0 0 0 4 0 0 0 17 0 13 0 21166923 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=814560 CPUtime=0.04
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 1006 0 0 0 4 0 0 0 17 0 13 0 21166923 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 21166924 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21166925 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21166925 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21166930 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=814560 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 13 0 21166930 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=814560 CPUtime=2.24
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7048 0 0 0 221 3 0 0 16 0 13 0 21166930 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21166930 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21166930 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=814560 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21167305 834109440 22927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 814560

[startup+25.5012 s]
/proc/loadavg: 2.10 2.04 2.01 3/94 15859
/proc/meminfo: memFree=1707560/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=812628 CPUtime=25.27
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 27548 0 1 0 2512 15 0 0 18 0 13 0 21166920 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203157 22446 1447 9 0 200484 0
[pid=15846/tid=15847] ppid=15844 vsize=812628 CPUtime=22.82
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17386 0 1 0 2272 10 0 0 25 0 13 0 21166921 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4109995975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=812628 CPUtime=0.04
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 1317 0 0 0 4 0 0 0 17 0 13 0 21166923 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=812628 CPUtime=0.04
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 1006 0 0 0 4 0 0 0 17 0 13 0 21166923 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 21166924 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21166925 832131072 22446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=812628 CPUtime=0

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

[pid=15846] ppid=15844 vsize=812628 CPUtime=1775.16
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 118424 0 1 0 177461 55 0 0 18 0 13 0 21166920 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203157 111129 1447 9 0 200484 0
[pid=15846/tid=15847] ppid=15844 vsize=812628 CPUtime=1769.85
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17397 0 1 0 176969 16 0 0 25 0 13 0 21166921 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4110045567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=812628 CPUtime=1.49
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 47718 0 0 0 132 17 0 0 18 0 13 0 21166923 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=812628 CPUtime=1.44
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 45470 0 0 0 127 17 0 0 16 0 13 0 21166923 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=812628 CPUtime=0.01
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 21166924 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21166925 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21166925 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=812628 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=812628 CPUtime=2.27
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7049 0 0 0 224 3 0 0 17 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21167305 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.16
Current children cumulated vsize (KiB) 812628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.41 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1306336/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=812628 CPUtime=1800.03
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 118424 0 1 0 179948 55 0 0 18 0 13 0 21166920 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203157 111129 1447 9 0 200484 0
[pid=15846/tid=15847] ppid=15844 vsize=812628 CPUtime=1794.72
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17397 0 1 0 179456 16 0 0 25 0 13 0 21166921 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4110045567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=812628 CPUtime=1.49
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 47718 0 0 0 132 17 0 0 18 0 13 0 21166923 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=812628 CPUtime=1.44
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 45470 0 0 0 127 17 0 0 16 0 13 0 21166923 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=812628 CPUtime=0.01
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 21166924 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21166925 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21166925 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=812628 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=812628 CPUtime=2.27
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7049 0 0 0 224 3 0 0 17 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21166930 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=812628 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 21167305 832131072 111129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 812628

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

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

[startup+1807.51 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1306336/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=813276 CPUtime=1800.13
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 118442 0 1 0 179958 55 0 0 16 0 15 0 21166920 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203319 111147 1447 9 0 200646 0
[pid=15846/tid=15847] ppid=15844 vsize=813276 CPUtime=1794.78
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17397 0 1 0 179462 16 0 0 25 0 15 0 21166921 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4109995958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=813276 CPUtime=1.49
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 47718 0 0 0 132 17 0 0 18 0 15 0 21166923 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=813276 CPUtime=1.44
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 45470 0 0 0 127 17 0 0 16 0 15 0 21166923 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=813276 CPUtime=0.01
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 1 0 0 0 16 0 15 0 21166924 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 21166925 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 21166925 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=813276 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=813276 CPUtime=2.29
/proc/15846/task/15856/stat : 15856 (java) R 15844 15846 15219 0 -1 64 7049 0 0 0 226 3 0 0 16 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 105584386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 21167305 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 813276

[startup+1807.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1306336/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=813276 CPUtime=1800.31
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 118442 0 1 0 179976 55 0 0 16 0 15 0 21166920 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203319 111147 1447 9 0 200646 0
[pid=15846/tid=15847] ppid=15844 vsize=813276 CPUtime=1794.86
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17397 0 1 0 179470 16 0 0 25 0 15 0 21166921 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4109995958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=813276 CPUtime=1.49
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 47718 0 0 0 132 17 0 0 18 0 15 0 21166923 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=813276 CPUtime=1.44
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 45470 0 0 0 127 17 0 0 16 0 15 0 21166923 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=813276 CPUtime=0.01
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 1 0 0 0 16 0 15 0 21166924 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 21166925 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 21166925 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=813276 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=813276 CPUtime=2.3
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7049 0 0 0 227 3 0 0 16 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 21166930 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 21167305 832794624 111147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 813276

[startup+1807.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1306336/2055920 swapFree=4192812/4192956
[pid=15846] ppid=15844 vsize=813276 CPUtime=1800.41
/proc/15846/stat : 15846 (java) S 15844 15846 15219 0 -1 0 118445 0 1 0 179986 55 0 0 16 0 14 0 21166920 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 203319 111150 1448 9 0 200646 0
[pid=15846/tid=15847] ppid=15844 vsize=813276 CPUtime=1794.88
/proc/15846/task/15847/stat : 15847 (java) R 15844 15846 15219 0 -1 64 17397 0 1 0 179472 16 0 0 25 0 14 0 21166921 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4110063011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15844 vsize=813276 CPUtime=1.49
/proc/15846/task/15849/stat : 15849 (java) S 15844 15846 15219 0 -1 64 47718 0 0 0 132 17 0 0 18 0 14 0 21166923 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15844 vsize=813276 CPUtime=1.44
/proc/15846/task/15850/stat : 15850 (java) S 15844 15846 15219 0 -1 64 45470 0 0 0 127 17 0 0 16 0 14 0 21166923 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15844 vsize=813276 CPUtime=0.01
/proc/15846/task/15851/stat : 15851 (java) S 15844 15846 15219 0 -1 64 13 0 0 0 1 0 0 0 16 0 14 0 21166924 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15852/stat : 15852 (java) S 15844 15846 15219 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 21166925 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15844 15846 15219 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 21166925 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15844 15846 15219 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 21166930 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15855] ppid=15844 vsize=813276 CPUtime=0.05
/proc/15846/task/15855/stat : 15855 (java) S 15844 15846 15219 0 -1 64 31 0 0 0 5 0 0 0 17 0 14 0 21166930 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15856] ppid=15844 vsize=813276 CPUtime=2.3
/proc/15846/task/15856/stat : 15856 (java) S 15844 15846 15219 0 -1 64 7049 0 0 0 227 3 0 0 16 0 14 0 21166930 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15857] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15857/stat : 15857 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 21166930 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15858] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15858/stat : 15858 (java) S 15844 15846 15219 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 21166930 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15859] ppid=15844 vsize=813276 CPUtime=0
/proc/15846/task/15859/stat : 15859 (java) S 15844 15846 15219 0 -1 64 4 0 0 0 0 0 0 0 24 0 14 0 21167305 832794624 111150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 813276

Child status: 143
Real time (s): 1807.88
CPU time (s): 1800.5
CPU user time (s): 1799.88
CPU system time (s): 0.626904
CPU usage (%): 99.5918
Max. virtual memory (cumulated for all children) (KiB): 816292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118445
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= 37464
involuntary context switches= 36340

runsolver used 2.25166 second user time and 6.02608 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-11 21:37:10
IDJOB=2065960
IDBENCH=54449
IDSOLVER=731
FILE ID=node42/2065960-1247341030
PBS_JOBID= 9506710
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-20.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065960-1247341030/watcher-2065960-1247341030 -o /tmp/evaluation-result-2065960-1247341030/solver-2065960-1247341030 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065960-1247341030.xml

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

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=217434207

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.283
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.283
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:       1795120 kB
Buffers:         16204 kB
Cached:         116532 kB
SwapCached:          0 kB
Active:         179152 kB
Inactive:        32636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          91672 kB
Slab:            33912 kB
Committed_AS:   234604 kB
PageTables:       2072 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= 66288 MiB
End job on node42 at 2009-07-11 22:07:19