Trace number 1084169

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 80.1278 80.4778

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-3.xml
MD5SUMd07220ca9cf8898c2c9b405e7e6368f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints210
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1084169-1215230150.xml
0.30/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.64	c reading variables done.
0.59/0.67	c reading predicates  done.
0.79/0.84	c reading constraints
2.38/2.47	c done with constraints.
2.38/2.47	c ... done. Wall clock time 2.101s.
2.38/2.47	c #vars     288
2.38/2.47	c #constraints  5088
2.38/2.47	c constraints type 
2.38/2.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5064
2.38/2.47	c org.sat4j.minisat.constraints.card.AtLeast => 24
80.07/80.44	c starts		: 13
80.07/80.44	c conflicts		: 37214
80.07/80.44	c decisions		: 38470
80.07/80.44	c propagations		: 1488345
80.07/80.44	c inspects		: 288763385
80.07/80.44	c learnt literals	: 12
80.07/80.44	c learnt binary clauses	: 34
80.07/80.44	c learnt ternary clauses	: 71
80.07/80.44	c learnt clauses	: 37201
80.07/80.44	c ignored clauses	: 0
80.07/80.44	c root simplifications	: 0
80.07/80.44	c removed literals (reason simplification)	: 358471
80.07/80.44	c reason swapping (by a shorter reason)	: 0
80.07/80.44	c Calls to reduceDB	: 0
80.07/80.44	c speed (assignments/second)	: 19089.422447958754
80.07/80.44	c non guided choices	49
80.07/80.44	s UNSATISFIABLE
80.07/80.44	c Total wall clock time (in seconds) : 80.069

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-1084169-1215230150/watcher-1084169-1215230150 -o /tmp/evaluation-result-1084169-1215230150/solver-1084169-1215230150 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084169-1215230150.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: 1.92 1.98 1.99 4/73 32372
/proc/meminfo: memFree=1487208/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=152 CPUtime=0
/proc/32372/stat : 32372 (java) R 32370 32372 30561 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1552681778 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 6848811 0 0 4096 0 0 0 0 17 0 0 0
/proc/32372/statm: 38 26 19 9 0 4 0

[startup+0.0961101 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32372
/proc/meminfo: memFree=1487208/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=804612 CPUtime=0.08
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 3056 0 1 0 7 1 0 0 18 0 12 0 1552681778 823922688 2789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 201153 2805 1097 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101108 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32372
/proc/meminfo: memFree=1487208/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=804756 CPUtime=0.09
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 3201 0 1 0 8 1 0 0 18 0 12 0 1552681778 824070144 2932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 201189 2937 1205 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301142 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32372
/proc/meminfo: memFree=1487208/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=808944 CPUtime=0.3
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 5101 0 1 0 27 3 0 0 18 0 12 0 1552681778 828358656 4341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 202236 4341 1310 9 0 199605 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808944

[startup+0.701211 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 32372
/proc/meminfo: memFree=1487208/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=808972 CPUtime=0.69
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 6720 0 1 0 64 5 0 0 18 0 12 0 1552681778 828387328 5725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 202243 5725 1342 9 0 199605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808972

[startup+1.50135 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32384
/proc/meminfo: memFree=1466760/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=817668 CPUtime=1.49
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 11402 0 1 0 142 7 0 0 18 0 12 0 1552681778 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204417 8655 1367 9 0 201779 0
[pid=32372/tid=32374] ppid=32370 vsize=817668 CPUtime=0.76
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 4917 0 1 0 73 3 0 0 25 0 12 0 1552681779 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4109219430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1552681780 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1552681780 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1552681782 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1552681782 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552681782 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552681786 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=817668 CPUtime=0.2
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 625 0 0 0 20 0 0 0 16 0 12 0 1552681786 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=817668 CPUtime=0.5
/proc/32372/task/32382/stat : 32382 (java) R 32370 32372 30561 0 -1 64 5096 0 0 0 48 2 0 0 19 0 12 0 1552681786 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 104096622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552681786 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=817668 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552681786 837292032 8655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 817668

[startup+3.10263 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32384
/proc/meminfo: memFree=1453896/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816808 CPUtime=3.08
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 15834 0 1 0 299 9 0 0 18 0 13 0 1552681778 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204202 10198 1384 9 0 201564 0
[pid=32372/tid=32374] ppid=32370 vsize=816808 CPUtime=1.36
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 6531 0 1 0 131 5 0 0 25 0 13 0 1552681779 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4109855920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 836411392 10198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816808 CPUtime=0.59
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1209 0 0 0 59 0 0 0 16 0 13 0 1552681786 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816808 CPUtime=1.1
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7325 0 0 0 107 3 0 0 16 0 13 0 1552681786 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816808 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 836411392 10199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 816808

[startup+6.30119 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1450112/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=6.27
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 16565 0 1 0 617 10 0 0 18 0 13 0 1552681778 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 10629 1387 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=4.5
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 7253 0 1 0 445 5 0 0 25 0 13 0 1552681779 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4109763777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.62
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1216 0 0 0 62 0 0 0 16 0 13 0 1552681786 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.12
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7327 0 0 0 109 3 0 0 16 0 13 0 1552681786 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 10629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 816096

[startup+12.7023 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1446864/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=12.64
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 17314 0 1 0 1254 10 0 0 18 0 13 0 1552681778 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 11376 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=10.75
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 7986 0 1 0 1069 6 0 0 25 0 13 0 1552681779 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4109763830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 1552681782 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 11376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 816096

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1443472/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=25.39
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 18146 0 1 0 2528 11 0 0 18 0 13 0 1552681778 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 12207 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=23.5
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 8818 0 1 0 2343 7 0 0 25 0 13 0 1552681779 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4109763982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 12207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.39
Current children cumulated vsize (KiB) 816096

[startup+78.3028 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1435792/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=77.98
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 20063 0 1 0 7785 13 0 0 18 0 13 0 1552681778 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 14124 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=76.08
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 10735 0 1 0 7600 8 0 0 25 0 13 0 1552681779 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4109757407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14124 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.98
Current children cumulated vsize (KiB) 816096

[startup+79.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1435728/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=78.78
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 20076 0 1 0 7865 13 0 0 18 0 13 0 1552681778 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 14137 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=76.88
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 10748 0 1 0 7680 8 0 0 25 0 13 0 1552681779 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4109904539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 816096

[startup+79.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1435728/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=79.57
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 20092 0 1 0 7944 13 0 0 18 0 13 0 1552681778 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 14153 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=77.67
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 10764 0 1 0 7759 8 0 0 25 0 13 0 1552681779 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4109763795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.57
Current children cumulated vsize (KiB) 816096

[startup+80.3071 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1435600/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=79.97
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 20101 0 1 0 7984 13 0 0 18 0 13 0 1552681778 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 14162 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=78.08
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 10773 0 1 0 7800 8 0 0 25 0 13 0 1552681779 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4109763590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.97
Current children cumulated vsize (KiB) 816096

[startup+80.4021 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32385
/proc/meminfo: memFree=1435600/2055920 swapFree=4180408/4192956
[pid=32372] ppid=32370 vsize=816096 CPUtime=80.07
/proc/32372/stat : 32372 (java) S 32370 32372 30561 0 -1 0 20101 0 1 0 7994 13 0 0 18 0 13 0 1552681778 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32372/statm: 204024 14162 1388 9 0 201386 0
[pid=32372/tid=32374] ppid=32370 vsize=816096 CPUtime=78.17
/proc/32372/task/32374/stat : 32374 (java) R 32370 32372 30561 0 -1 64 10773 0 1 0 7809 8 0 0 25 0 13 0 1552681779 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4109763777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32375] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32375/stat : 32375 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 1552681780 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32376] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32376/stat : 32376 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1552681780 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32377] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32377/stat : 32377 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32378] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32378/stat : 32378 (java) S 32370 32372 30561 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32379] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32379/stat : 32379 (java) S 32370 32372 30561 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 1552681782 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32380] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32380/stat : 32380 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32381] ppid=32370 vsize=816096 CPUtime=0.65
/proc/32372/task/32381/stat : 32381 (java) S 32370 32372 30561 0 -1 64 1218 0 0 0 65 0 0 0 15 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32382] ppid=32370 vsize=816096 CPUtime=1.22
/proc/32372/task/32382/stat : 32382 (java) S 32370 32372 30561 0 -1 64 7341 0 0 0 119 3 0 0 17 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32383] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32383/stat : 32383 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32384] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32384/stat : 32384 (java) S 32370 32372 30561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1552681786 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32372/tid=32385] ppid=32370 vsize=816096 CPUtime=0
/proc/32372/task/32385/stat : 32385 (java) S 32370 32372 30561 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1552682026 835682304 14162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.07
Current children cumulated vsize (KiB) 816096

Child status: 0
Real time (s): 80.4778
CPU time (s): 80.1278
CPU user time (s): 79.9878
CPU system time (s): 0.139978
CPU usage (%): 99.5651
Max. virtual memory (cumulated for all children) (KiB): 820092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.9878
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20113
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= 2188
involuntary context switches= 3250

runsolver used 0.112982 second user time and 0.270958 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 05:55:50
IDJOB=1084169
IDBENCH=57530
IDSOLVER=344
FILE ID=node55/1084169-1215230150
PBS_JOBID= 7881821
Free space on /tmp= 66400 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-3.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-1084169-1215230150/watcher-1084169-1215230150 -o /tmp/evaluation-result-1084169-1215230150/solver-1084169-1215230150 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084169-1215230150.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d07220ca9cf8898c2c9b405e7e6368f7
RANDOM SEED=1078720721

node55.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.261
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.261
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:       1487688 kB
Buffers:         90400 kB
Cached:         381108 kB
SwapCached:       6804 kB
Active:         288036 kB
Inactive:       217060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487688 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          40872 kB
Slab:            48452 kB
Committed_AS:  3110324 kB
PageTables:       1844 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= 66400 MiB
End job on node55 at 2008-07-05 05:57:10