Trace number 1080367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13UNSAT 866.154 871.059

General information on the benchmark

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

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1080367-1215212838.xml
0.38/0.40	c reading problem ... 
0.58/0.66	c reading problem named null
0.58/0.66	c reading domains done.
0.58/0.66	c reading variables done.
0.58/0.69	c reading relations done.
2.28/2.32	c reading constraints
2.99/3.02	c done with constraints.
2.99/3.02	c ... done. Wall clock time 2.625s.
2.99/3.02	c #vars     400
2.99/3.02	c #constraints  293772
2.99/3.02	c constraints type 
2.99/3.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 293752
2.99/3.02	c org.sat4j.minisat.constraints.card.AtLeast => 20
866.01/870.99	c starts		: 20
866.01/870.99	c conflicts		: 451248
866.01/870.99	c decisions		: 785903
866.01/870.99	c propagations		: 20621668
866.01/870.99	c inspects		: 2676786662
866.01/870.99	c learnt literals	: 14
866.01/870.99	c learnt binary clauses	: 64
866.01/870.99	c learnt ternary clauses	: 3558
866.01/870.99	c learnt clauses	: 451233
866.01/870.99	c ignored clauses	: 0
866.01/870.99	c root simplifications	: 0
866.01/870.99	c removed literals (reason simplification)	: 10016323
866.01/870.99	c reason swapping (by a shorter reason)	: 0
866.01/870.99	c Calls to reduceDB	: 0
866.01/870.99	c speed (assignments/second)	: 23758.58529183713
866.01/870.99	c non guided choices	128
866.01/870.99	s UNSATISFIABLE
866.01/870.99	c Total wall clock time (in seconds) : 870.595

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1300
/proc/meminfo: memFree=1621344/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=18572 CPUtime=0
/proc/1300/stat : 1300 (runsolver) R 1298 1300 352 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1550960066 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1300/statm: 4643 292 257 25 0 2626 0

[startup+0.0628241 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1300
/proc/meminfo: memFree=1621344/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=802236 CPUtime=0.04
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 2674 0 1 0 3 1 0 0 18 0 7 0 1550960066 821489664 2409 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 200559 2409 999 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101831 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1300
/proc/meminfo: memFree=1621344/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=805636 CPUtime=0.09
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 2999 0 1 0 7 2 0 0 18 0 12 0 1550960066 824971264 2732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 201409 2732 1048 9 0 198778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805636

[startup+0.30187 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1300
/proc/meminfo: memFree=1621344/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=809416 CPUtime=0.29
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 4994 0 1 0 26 3 0 0 18 0 12 0 1550960066 828841984 4322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 202354 4324 1298 9 0 199723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 809416

[startup+0.701944 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 1300
/proc/meminfo: memFree=1621344/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=809444 CPUtime=0.68
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 6391 0 1 0 64 4 0 0 18 0 12 0 1550960066 828870656 5573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 202361 5573 1335 9 0 199723 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809444

[startup+1.50211 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 1312
/proc/meminfo: memFree=1602304/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=812740 CPUtime=1.48
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 10797 0 1 0 141 7 0 0 18 0 12 0 1550960066 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 203185 8823 1349 9 0 200547 0
[pid=1300/tid=1302] ppid=1298 vsize=812740 CPUtime=0.7
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 6331 0 1 0 65 5 0 0 25 0 12 0 1550960068 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1550960069 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1304] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1550960069 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1305] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1550960071 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1550960072 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1550960072 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1550960076 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=812740 CPUtime=0.43
/proc/1300/task/1309/stat : 1309 (java) R 1298 1300 352 0 -1 64 2466 0 0 0 43 0 0 0 16 0 12 0 1550960076 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 104024325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1310] ppid=1298 vsize=812740 CPUtime=0.32
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 1235 0 0 0 32 0 0 0 16 0 12 0 1550960076 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1550960076 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=812740 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1550960076 832245760 8823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812740

[startup+3.10141 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1312
/proc/meminfo: memFree=1545408/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=813064 CPUtime=3.1
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 25999 0 1 0 295 15 0 0 18 0 13 0 1550960066 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 203266 23610 1364 9 0 200628 0
[pid=1300/tid=1302] ppid=1298 vsize=813064 CPUtime=1.67
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17015 0 1 0 156 11 0 0 25 0 13 0 1550960068 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4109211172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1298 vsize=813064 CPUtime=0.08
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 2147 0 0 0 8 0 0 0 16 0 13 0 1550960069 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=813064 CPUtime=0.05
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 1820 0 0 0 5 0 0 0 16 0 13 0 1550960069 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1305] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1306] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=813064 CPUtime=0.63
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2493 0 0 0 63 0 0 0 16 0 13 0 1550960076 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=813064 CPUtime=0.59
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 1674 0 0 0 59 0 0 0 16 0 13 0 1550960076 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=813064 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 832577536 23610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 813064

[startup+6.30302 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 1313
/proc/meminfo: memFree=1531128/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=813000 CPUtime=6.26
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 27089 0 1 0 611 15 0 0 18 0 13 0 1550960066 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 203250 23674 1383 9 0 200612 0
[pid=1300/tid=1302] ppid=1298 vsize=813000 CPUtime=4.2
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17021 0 1 0 409 11 0 0 16 0 13 0 1550960068 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4109746390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1298 vsize=813000 CPUtime=0.08
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 2147 0 0 0 8 0 0 0 16 0 13 0 1550960069 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=813000 CPUtime=0.05
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 1820 0 0 0 5 0 0 0 16 0 13 0 1550960069 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1305] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=813000 CPUtime=0.96
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2712 0 0 0 95 1 0 0 15 0 13 0 1550960076 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=813000 CPUtime=0.9
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2539 0 0 0 90 0 0 0 15 0 13 0 1550960076 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 832512000 23674 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 813000

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1313
/proc/meminfo: memFree=1531000/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=813000 CPUtime=12.59
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 27094 0 1 0 1244 15 0 0 18 0 13 0 1550960066 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 203250 23677 1383 9 0 200612 0
[pid=1300/tid=1302] ppid=1298 vsize=813000 CPUtime=10.5
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17023 0 1 0 1039 11 0 0 25 0 13 0 1550960068 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4109817215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1298 vsize=813000 CPUtime=0.08
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 2147 0 0 0 8 0 0 0 16 0 13 0 1550960069 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=813000 CPUtime=0.05
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 1820 0 0 0 5 0 0 0 16 0 13 0 1550960069 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1305] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=813000 CPUtime=0.99
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 98 1 0 0 15 0 13 0 1550960076 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=813000 CPUtime=0.91
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2540 0 0 0 91 0 0 0 16 0 13 0 1550960076 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 832512000 23677 996147200 134512640 134550740 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) 813000

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1313
/proc/meminfo: memFree=1531064/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=813000 CPUtime=25.27
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 27094 0 1 0 2512 15 0 0 18 0 13 0 1550960066 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 203250 23677 1383 9 0 200612 0
[pid=1300/tid=1302] ppid=1298 vsize=813000 CPUtime=23.17
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17023 0 1 0 2306 11 0 0 25 0 13 0 1550960068 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4109807469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1298 vsize=813000 CPUtime=0.08
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 2147 0 0 0 8 0 0 0 16 0 13 0 1550960069 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=813000 CPUtime=0.05
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 1820 0 0 0 5 0 0 0 16 0 13 0 1550960069 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1305] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=813000 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 832512000 23677 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 862.22
Current children cumulated vsize (KiB) 818128

[startup+868.703 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 1708
/proc/meminfo: memFree=825392/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=818128 CPUtime=863.82
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 54877 0 1 0 86349 33 0 0 18 0 13 0 1550960066 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 204532 48591 1383 9 0 201894 0
[pid=1300/tid=1302] ppid=1298 vsize=818128 CPUtime=860.52
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17025 0 1 0 86035 17 0 0 25 0 13 0 1550960068 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4109817215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=818128 CPUtime=0.65
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 15384 0 0 0 59 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=818128 CPUtime=0.67
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 16363 0 0 0 61 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1305] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=818128 CPUtime=1
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 99 1 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=818128 CPUtime=0.92
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2541 0 0 0 92 0 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 863.82
Current children cumulated vsize (KiB) 818128

[startup+870.303 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 1708
/proc/meminfo: memFree=825328/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=818128 CPUtime=865.42
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 54877 0 1 0 86509 33 0 0 18 0 13 0 1550960066 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 204532 48591 1383 9 0 201894 0
[pid=1300/tid=1302] ppid=1298 vsize=818128 CPUtime=862.12
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17025 0 1 0 86195 17 0 0 25 0 13 0 1550960068 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4109807206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=818128 CPUtime=0.65
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 15384 0 0 0 59 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=818128 CPUtime=0.67
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 16363 0 0 0 61 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1305] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=818128 CPUtime=1
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 99 1 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=818128 CPUtime=0.92
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2541 0 0 0 92 0 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 865.42
Current children cumulated vsize (KiB) 818128

[startup+870.702 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 1708
/proc/meminfo: memFree=825328/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=818128 CPUtime=865.81
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 54877 0 1 0 86548 33 0 0 18 0 13 0 1550960066 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 204532 48591 1383 9 0 201894 0
[pid=1300/tid=1302] ppid=1298 vsize=818128 CPUtime=862.52
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17025 0 1 0 86235 17 0 0 25 0 13 0 1550960068 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4109807576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=818128 CPUtime=0.65
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 15384 0 0 0 59 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=818128 CPUtime=0.67
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 16363 0 0 0 61 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1305] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=818128 CPUtime=1
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 99 1 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=818128 CPUtime=0.92
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2541 0 0 0 92 0 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 865.81
Current children cumulated vsize (KiB) 818128

[startup+870.902 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 1708
/proc/meminfo: memFree=825328/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=818128 CPUtime=866.01
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 54877 0 1 0 86568 33 0 0 18 0 13 0 1550960066 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 204532 48591 1383 9 0 201894 0
[pid=1300/tid=1302] ppid=1298 vsize=818128 CPUtime=862.72
/proc/1300/task/1302/stat : 1302 (java) R 1298 1300 352 0 -1 64 17025 0 1 0 86255 17 0 0 25 0 13 0 1550960068 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4109817215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=818128 CPUtime=0.65
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 15384 0 0 0 59 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=818128 CPUtime=0.67
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 16363 0 0 0 61 6 0 0 20 0 13 0 1550960069 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1305] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 1550960071 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1550960072 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=818128 CPUtime=1
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 99 1 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1310] ppid=1298 vsize=818128 CPUtime=0.92
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2541 0 0 0 92 0 0 0 16 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1300/tid=1311] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1550960076 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1313] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1313/stat : 1313 (java) S 1298 1300 352 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1550960370 837763072 48591 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 866.01
Current children cumulated vsize (KiB) 818128

[startup+871.002 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 1708
/proc/meminfo: memFree=825328/2055920 swapFree=4114104/4192956
[pid=1300] ppid=1298 vsize=818128 CPUtime=866.11
/proc/1300/stat : 1300 (java) S 1298 1300 352 0 -1 0 54881 0 1 0 86578 33 0 0 18 0 12 0 1550960066 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 204532 48595 1384 9 0 201894 0
[pid=1300/tid=1302] ppid=1298 vsize=818128 CPUtime=862.81
/proc/1300/task/1302/stat : 1302 (java) S 1298 1300 352 0 -1 64 17028 0 1 0 86264 17 0 0 25 0 12 0 1550960068 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1298 vsize=818128 CPUtime=0.65
/proc/1300/task/1303/stat : 1303 (java) S 1298 1300 352 0 -1 64 15384 0 0 0 59 6 0 0 20 0 12 0 1550960069 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1304] ppid=1298 vsize=818128 CPUtime=0.67
/proc/1300/task/1304/stat : 1304 (java) S 1298 1300 352 0 -1 64 16363 0 0 0 61 6 0 0 20 0 12 0 1550960069 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1305] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1305/stat : 1305 (java) S 1298 1300 352 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1550960071 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1306] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1306/stat : 1306 (java) S 1298 1300 352 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1550960072 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1307] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1307/stat : 1307 (java) S 1298 1300 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1550960072 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1308] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1308/stat : 1308 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1550960076 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1309] ppid=1298 vsize=818128 CPUtime=1
/proc/1300/task/1309/stat : 1309 (java) S 1298 1300 352 0 -1 64 2714 0 0 0 99 1 0 0 16 0 12 0 1550960076 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1310] ppid=1298 vsize=818128 CPUtime=0.92
/proc/1300/task/1310/stat : 1310 (java) S 1298 1300 352 0 -1 64 2541 0 0 0 92 0 0 0 16 0 12 0 1550960076 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1311] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1311/stat : 1311 (java) S 1298 1300 352 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1550960076 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1300/tid=1312] ppid=1298 vsize=818128 CPUtime=0
/proc/1300/task/1312/stat : 1312 (java) S 1298 1300 352 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1550960076 837763072 48595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 866.11
Current children cumulated vsize (KiB) 818128

Child status: 0
Real time (s): 871.059
CPU time (s): 866.154
CPU user time (s): 865.786
CPU system time (s): 0.367944
CPU usage (%): 99.4369
Max. virtual memory (cumulated for all children) (KiB): 818128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 865.786
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54885
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= 18391
involuntary context switches= 22929

runsolver used 1.15182 second user time and 2.94055 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 01:07:18
IDJOB=1080367
IDBENCH=56956
IDSOLVER=344
FILE ID=node9/1080367-1215212838
PBS_JOBID= 7881742
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-35_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080367-1215212838/watcher-1080367-1215212838 -o /tmp/evaluation-result-1080367-1215212838/solver-1080367-1215212838 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080367-1215212838.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 508714bde231e40d4eeec9f003400a13
RANDOM SEED=365184115

node9.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.265
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	: 5931.00
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.265
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:       1621760 kB
Buffers:         23832 kB
Cached:         153600 kB
SwapCached:      73012 kB
Active:         311576 kB
Inactive:        68708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621760 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:         208860 kB
Slab:            38792 kB
Committed_AS:  3115720 kB
PageTables:       2252 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= 66544 MiB
End job on node9 at 2008-07-05 01:21:49