Trace number 2066367

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.09 1804.95

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-36.xml
MD5SUM74f2aa853bdc284f74f40b74853386f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints142
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension142
Global constraints used (with number of constraints)

Solver Data

0.06/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.15	c See www.sat4j.org for details.
0.06/0.15	c That software uses the Rhino library from the Mozilla project.
0.06/0.16	c version 2.1.1.v20090622
0.06/0.16	c sun.arch.data.model	32
0.06/0.16	c java.version	1.6.0_12
0.06/0.16	c os.name	Linux
0.06/0.16	c os.version	2.6.9-22.EL.rootsmp
0.06/0.16	c os.arch	i386
0.06/0.16	c Free memory 671000808
0.06/0.16	c Max memory 672137216
0.06/0.16	c Total memory 672137216
0.06/0.16	c Number of processors 2
0.16/0.25	c c --- Begin Solver configuration ---
0.16/0.25	c Stops conflict analysis at the first Unique Implication Point
0.16/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.25	c Learn all clauses as in MiniSAT
0.16/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.25	c Expensive reason simplification
0.16/0.25	c MiniSAT restarts strategy
0.16/0.25	c Memory based learned constraints deletion strategy
0.16/0.25	c timeout=2147483s
0.16/0.25	c DB Simplification allowed=false
0.16/0.25	c --- End Solver configuration ---
0.16/0.25	c solving HOME/instance-2066367-1247342784.xml
0.16/0.25	c reading problem ... 
0.36/0.48	c reading problem named null
0.36/0.48	c reading domains done.
0.36/0.48	c reading variables done.
1.16/1.23	c reading predicates  done.
1.36/1.46	c reading constraints
1800.04/1804.91	c starts		: 0
1800.04/1804.91	c conflicts		: 0
1800.04/1804.91	c decisions		: 0
1800.04/1804.91	c propagations		: 0
1800.04/1804.91	c inspects		: 0
1800.04/1804.91	c learnt literals	: 0
1800.04/1804.91	c learnt binary clauses	: 0
1800.04/1804.91	c learnt ternary clauses	: 0
1800.04/1804.91	c learnt clauses	: 0
1800.04/1804.91	c ignored clauses	: 0
1800.04/1804.91	c root simplifications	: 0
1800.04/1804.91	c removed literals (reason simplification)	: 0
1800.04/1804.91	c reason swapping (by a shorter reason)	: 0
1800.04/1804.91	c Calls to reduceDB	: 0
1800.04/1804.91	c speed (assignments/second)	: 0.0
1800.04/1804.91	c non guided choices	0
1800.04/1804.91	c learnt constraints type 
1800.04/1804.91	c constraints type 
1800.04/1804.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1800.04/1804.91	c org.sat4j.minisat.constraints.card.AtLeast => 2520
1800.04/1804.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2520
1800.04/1804.91	s UNKNOWN
1800.04/1804.91	c Total wall clock time (in seconds) : 1804.666

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-2066367-1247342784/watcher-2066367-1247342784 -o /tmp/evaluation-result-2066367-1247342784/solver-2066367-1247342784 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066367-1247342784.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.91 1.97 1.90 4/82 16110
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=18576 CPUtime=0
/proc/16110/stat : 16110 (runsolver) R 16108 16110 15352 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 21343065 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16110/statm: 4644 284 249 26 0 2626 0

[startup+0.0841199 s]
/proc/loadavg: 1.91 1.97 1.90 4/82 16110
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=802164 CPUtime=0.05
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 2749 0 1 0 4 1 0 0 18 0 7 0 21343065 821415936 2494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 200541 2494 1031 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101122 s]
/proc/loadavg: 1.91 1.97 1.90 4/82 16110
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=802164 CPUtime=0.06
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 2884 0 1 0 5 1 0 0 18 0 7 0 21343065 821415936 2629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 200541 2629 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.301143 s]
/proc/loadavg: 1.91 1.97 1.90 4/82 16110
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=805628 CPUtime=0.26
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 4313 0 1 0 23 3 0 0 18 0 12 0 21343065 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 201407 4050 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.701189 s]
/proc/loadavg: 1.91 1.97 1.90 4/82 16110
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=807184 CPUtime=0.67
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 5441 0 1 0 63 4 0 0 18 0 12 0 21343065 826556416 4934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 201796 4934 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50228 s]
/proc/loadavg: 1.91 1.97 1.90 4/94 16122
/proc/meminfo: memFree=1845280/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=807352 CPUtime=1.46
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 7464 0 1 0 141 5 0 0 18 0 12 0 21343065 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 201838 6545 1419 9 0 199165 0
[pid=16110/tid=16112] ppid=16108 vsize=807352 CPUtime=0.94
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 5238 0 1 0 90 4 0 0 18 0 12 0 21343067 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4109137502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16113] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21343069 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16114] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21343069 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16115] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21343071 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16116] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21343071 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21343071 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21343076 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=807352 CPUtime=0.5
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 1469 0 0 0 50 0 0 0 16 0 12 0 21343076 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=807352 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 21343076 826728448 6545 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807352

[startup+3.10245 s]
/proc/loadavg: 1.91 1.97 1.90 3/94 16122
/proc/meminfo: memFree=1825952/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=813948 CPUtime=3.05
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 19005 0 1 0 296 9 0 0 18 0 12 0 21343065 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 203487 16342 1433 9 0 200814 0
[pid=16110/tid=16112] ppid=16108 vsize=813948 CPUtime=1.66
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 13720 0 1 0 159 7 0 0 25 0 12 0 21343067 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4109626779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16113] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21343069 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16114] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21343069 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16115] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16115/stat : 16115 (java) R 16108 16110 15352 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21343071 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16116] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 21343071 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 21343071 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=813948 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=813948 CPUtime=1.35
/proc/16110/task/16120/stat : 16120 (java) R 16108 16110 15352 0 -1 64 4526 0 0 0 134 1 0 0 20 0 12 0 21343076 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 103979171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=813948 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 833482752 16342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 813948

[startup+6.30281 s]
/proc/loadavg: 2.00 1.98 1.91 3/94 16122
/proc/meminfo: memFree=1768352/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=6.24
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 29395 0 1 0 609 15 0 0 18 0 12 0 21343065 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 24229 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=3.84
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 17403 0 1 0 375 9 0 0 25 0 12 0 21343067 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4109686750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.02
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 199 0 0 0 2 0 0 0 16 0 12 0 21343069 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.02
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 747 0 0 0 2 0 0 0 16 0 12 0 21343069 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 24229 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 825576

[startup+12.7015 s]
/proc/loadavg: 2.00 1.98 1.91 3/94 16122
/proc/meminfo: memFree=1753696/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=12.6
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 33062 0 1 0 1244 16 0 0 18 0 12 0 21343065 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 27884 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=10.15
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 20113 0 1 0 1005 10 0 0 25 0 12 0 21343067 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4109608557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.05
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 822 0 0 0 5 0 0 0 16 0 12 0 21343069 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.04
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 1075 0 0 0 4 0 0 0 16 0 12 0 21343069 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 27884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 825576

[startup+25.503 s]
/proc/loadavg: 2.00 1.98 1.91 3/94 16122
/proc/meminfo: memFree=1751648/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=25.34
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 33585 0 1 0 2517 17 0 0 18 0 12 0 21343065 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 28383 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=22.87
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 20605 0 1 0 2277 10 0 0 25 0 12 0 21343067 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4109655856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.05
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 839 0 0 0 5 0 0 0 16 0 12 0 21343069 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.04
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 1089 0 0 0 4 0 0 0 16 0 12 0 21343069 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 21343071 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 28383 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01

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

[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.52
Current children cumulated vsize (KiB) 825576

[startup+1662.3 s]
/proc/loadavg: 2.50 2.30 2.09 3/96 16436
/proc/meminfo: memFree=1648112/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=1657.49
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 39460 0 1 0 165693 56 0 0 18 0 12 0 21343065 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 31333 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=1653.33
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 23532 0 1 0 165310 23 0 0 25 0 12 0 21343067 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4109607532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.64
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 2312 0 0 0 61 3 0 0 16 0 12 0 21343069 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.59
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 2564 0 0 0 56 3 0 0 15 0 12 0 21343069 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.56
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 36 20 0 0 15 0 12 0 21343071 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.49
Current children cumulated vsize (KiB) 825576

[startup+1722.3 s]
/proc/loadavg: 2.46 2.33 2.11 3/96 16436
/proc/meminfo: memFree=1647216/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=1717.46
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 39672 0 1 0 171689 57 0 0 18 0 12 0 21343065 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 31439 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=1713.22
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 23638 0 1 0 171299 23 0 0 25 0 12 0 21343067 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4109608176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.66
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 2366 0 0 0 63 3 0 0 16 0 12 0 21343069 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.62
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 2616 0 0 0 59 3 0 0 15 0 12 0 21343069 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.58
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 37 21 0 0 15 0 12 0 21343071 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31439 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.46
Current children cumulated vsize (KiB) 825576

[startup+1782.3 s]
/proc/loadavg: 2.20 2.28 2.10 3/96 16436
/proc/meminfo: memFree=1646256/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=1777.45
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 39886 0 1 0 177686 59 0 0 18 0 12 0 21343065 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 31547 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=1773.13
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 23744 0 1 0 177290 23 0 0 25 0 12 0 21343067 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4109655856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.68
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 2420 0 0 0 65 3 0 0 16 0 12 0 21343069 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.65
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 2670 0 0 0 62 3 0 0 15 0 12 0 21343069 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.6
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 38 22 0 0 15 0 12 0 21343071 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31547 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.45
Current children cumulated vsize (KiB) 825576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.19 2.27 2.10 3/96 16436
/proc/meminfo: memFree=1646000/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=1800.04
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 39968 0 1 0 179944 60 0 0 18 0 12 0 21343065 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 31588 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=1795.71
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 23785 0 1 0 179547 24 0 0 25 0 12 0 21343067 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4109607929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.69
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 2439 0 0 0 66 3 0 0 15 0 12 0 21343069 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.67
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 2692 0 0 0 63 4 0 0 16 0 12 0 21343069 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.61
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 39 22 0 0 15 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 825576

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

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

[startup+1804.9 s]
/proc/loadavg: 2.19 2.27 2.10 3/96 16436
/proc/meminfo: memFree=1646000/2055920 swapFree=4192812/4192956
[pid=16110] ppid=16108 vsize=825576 CPUtime=1800.04
/proc/16110/stat : 16110 (java) S 16108 16110 15352 0 -1 0 39968 0 1 0 179944 60 0 0 18 0 12 0 21343065 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16110/statm: 206394 31588 1442 9 0 203721 0
[pid=16110/tid=16112] ppid=16108 vsize=825576 CPUtime=1795.71
/proc/16110/task/16112/stat : 16112 (java) R 16108 16110 15352 0 -1 64 23785 0 1 0 179547 24 0 0 25 0 12 0 21343067 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4109607929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16113] ppid=16108 vsize=825576 CPUtime=0.69
/proc/16110/task/16113/stat : 16113 (java) S 16108 16110 15352 0 -1 64 2439 0 0 0 66 3 0 0 15 0 12 0 21343069 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16114] ppid=16108 vsize=825576 CPUtime=0.67
/proc/16110/task/16114/stat : 16114 (java) S 16108 16110 15352 0 -1 64 2692 0 0 0 63 4 0 0 16 0 12 0 21343069 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16115] ppid=16108 vsize=825576 CPUtime=0.61
/proc/16110/task/16115/stat : 16115 (java) S 16108 16110 15352 0 -1 64 29 0 0 0 39 22 0 0 15 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16110/tid=16116] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16116/stat : 16116 (java) S 16108 16110 15352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16117] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16117/stat : 16117 (java) S 16108 16110 15352 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21343071 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16118] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16118/stat : 16118 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16119] ppid=16108 vsize=825576 CPUtime=0.01
/proc/16110/task/16119/stat : 16119 (java) S 16108 16110 15352 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16120] ppid=16108 vsize=825576 CPUtime=2.31
/proc/16110/task/16120/stat : 16120 (java) S 16108 16110 15352 0 -1 64 10267 0 0 0 227 4 0 0 25 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16121] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16121/stat : 16121 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16110/tid=16122] ppid=16108 vsize=825576 CPUtime=0
/proc/16110/task/16122/stat : 16122 (java) S 16108 16110 15352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21343076 845389824 31588 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 825576

Child status: 143
Real time (s): 1804.95
CPU time (s): 1800.09
CPU user time (s): 1799.47
CPU system time (s): 0.621905
CPU usage (%): 99.7311
Max. virtual memory (cumulated for all children) (KiB): 829732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39991
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= 83638
involuntary context switches= 63880

runsolver used 2.16867 second user time and 6.03008 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 22:06:24
IDJOB=2066367
IDBENCH=54513
IDSOLVER=731
FILE ID=node91/2066367-1247342784
PBS_JOBID= 9506778
Free space on /tmp= 66112 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-36.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066367-1247342784/watcher-2066367-1247342784 -o /tmp/evaluation-result-2066367-1247342784/solver-2066367-1247342784 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066367-1247342784.xml

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

MD5SUM BENCH= 74f2aa853bdc284f74f40b74853386f6
RANDOM SEED=2001197714

node91.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.241
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.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861096 kB
Buffers:         17184 kB
Cached:          87536 kB
SwapCached:          0 kB
Active:         116464 kB
Inactive:        26168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          58316 kB
Slab:            37344 kB
Committed_AS:   188964 kB
PageTables:       1824 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= 66112 MiB
End job on node91 at 2009-07-11 22:36:31