Trace number 1038224

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-13SAT 61.8576 62.4761

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-8_ext.xml
MD5SUMb3cef17bed4272bd9d0c5d0b577b3635
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.1452
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.35	c See www.sat4j.org for details.
0.25/0.35	c That software uses the Rhino library from the Mozilla project.
0.25/0.39	c version 9.9.9.token
0.25/0.39	c sun.arch.data.model	32
0.25/0.39	c java.version	1.6.0_06
0.25/0.39	c os.name	Linux
0.25/0.39	c os.version	2.6.9-22.EL.rootsmp
0.25/0.39	c os.arch	i386
0.25/0.39	c Free memory 669864272
0.25/0.39	c Max memory 672137216
0.25/0.39	c Total memory 672137216
0.25/0.40	c Number of processors 2
0.34/0.44	c c --- Begin Solver configuration ---
0.34/0.44	c Stops conflict analysis at the first Unique Implication Point
0.34/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.44	c Learn all clauses as in MiniSAT
0.34/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.44	c Expensive reason simplification
0.34/0.44	c MiniSAT restarts strategy
0.34/0.44	c timeout=2147483s
0.34/0.44	c DB Simplification allowed=false
0.34/0.44	c --- End Solver configuration ---
0.34/0.44	c solving HOME/instance-1038224-1214964952.xml
0.34/0.44	c reading problem ... 
0.63/0.72	c reading problem named null
0.63/0.72	c reading domains done.
0.63/0.73	c reading variables done.
1.02/1.13	c reading relations done.
1.02/1.16	c reading constraints
4.59/4.70	c done with constraints.
4.59/4.70	c ... done. Wall clock time 4.255s.
4.59/4.70	c #vars     6961
4.59/4.70	c #constraints  24575
4.59/4.70	c constraints type 
4.59/4.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18525
4.59/4.70	c org.sat4j.minisat.constraints.card.AtLeast => 264
61.78/62.45	c starts		: 15
61.78/62.45	c conflicts		: 59026
61.78/62.45	c decisions		: 87134
61.78/62.45	c propagations		: 7923586
61.78/62.45	c inspects		: 176432875
61.78/62.45	c learnt literals	: 10
61.78/62.45	c learnt binary clauses	: 77
61.78/62.45	c learnt ternary clauses	: 168
61.78/62.45	c learnt clauses	: 59016
61.78/62.45	c ignored clauses	: 0
61.78/62.45	c root simplifications	: 0
61.78/62.45	c removed literals (reason simplification)	: 1199062
61.78/62.45	c reason swapping (by a shorter reason)	: 0
61.78/62.45	c Calls to reduceDB	: 0
61.78/62.45	c speed (assignments/second)	: 137240.59928985883
61.78/62.45	c non guided choices	95
61.78/62.45	s SATISFIABLE
61.78/62.46	v 7 20 10 18 23 0 16 11 24 14 17 8 3 6 13 9 12 15 22 21 1 19 4 5 2 9 13 20 3 12 5 21 8 15 17 16 0 4 10 2 14 18 11 24 19 23 7 22 1 6 21 18 5 6 7 16 23 12 8 2 10 17 24 22 4 13 19 1 0 14 15 11 3 9 20 24 2 3 1 18 22 15 20 13 9 7 11 17 0 6 19 8 5 10 12 21 23 14 16 4 5 17 13 7 15 23 10 24 1 6 19 18 20 14 8 2 3 0 9 11 22 12 16 4 21 0 16 4 2 20 19 13 15 10 18 9 1 12 7 14 5 23 24 8 3 17 6 21 22 11 15 7 19 8 1 18 4 14 17 3 23 10 2 11 0 24 16 12 20 6 9 13 5 21 22 8 1 18 10 4 14 19 2 22 7 13 16 5 20 21 15 11 6 23 17 3 24 9 12 0 3 6 17 11 10 9 14 19 23 16 20 13 18 1 24 22 4 2 15 5 7 21 8 0 12 18 19 0 22 5 12 8 21 16 1 14 15 7 13 9 10 6 4 17 2 20 3 23 11 24 11 23 12 14 2 1 22 16 6 4 15 24 19 9 20 8 7 17 21 0 13 5 18 3 10 22 21 9 16 14 24 2 17 19 20 4 5 15 12 3 7 0 23 13 10 8 1 11 6 18 20 8 15 0 13 11 18 1 5 12 24 14 16 17 19 4 21 3 6 9 2 22 7 10 23 19 0 24 20 8 21 3 4 12 15 6 9 1 18 10 23 22 7 14 16 11 2 17 13 5 6 9 21 5 17 8 1 18 3 13 22 19 11 23 12 16 14 20 2 4 10 0 15 24 7 1 15 14 23 9 2 17 7 18 0 5 3 13 21 22 11 24 16 12 20 4 10 6 8 19 17 14 8 15 11 10 7 5 21 19 0 6 9 4 23 1 13 18 3 22 12 20 24 2 16 16 4 11 9 0 7 12 13 20 24 2 21 22 5 15 3 17 10 18 1 6 8 19 23 14 14 12 23 4 24 13 9 0 11 8 1 2 6 3 16 21 20 22 19 7 5 17 10 18 15 13 5 7 12 22 6 11 3 2 23 21 20 10 15 17 18 1 8 4 24 14 16 0 19 9 4 22 2 21 6 20 24 23 7 10 8 12 0 16 11 17 15 9 5 13 19 18 1 14 3 10 11 16 19 21 4 6 9 14 22 3 23 8 2 7 0 5 13 1 18 24 15 12 20 17 2 24 22 13 3 17 0 10 4 11 12 7 21 8 5 6 9 19 16 23 18 14 20 15 1 12 10 1 24 16 3 5 6 9 21 11 22 23 19 18 20 2 14 7 15 0 4 13 17 8 23 3 6 17 19 15 20 22 0 5 18 4 14 24 1 12 10 21 11 8 16 9 2 7 13 
61.78/62.46	c Total wall clock time (in seconds) : 62.005

Verifier Data (download as text)

OK

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-1038224-1214964952/watcher-1038224-1214964952 -o /tmp/evaluation-result-1038224-1214964952/solver-1038224-1214964952 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1038224-1214964952.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 2.32 2.33 4/72 28392
/proc/meminfo: memFree=1209144/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=18572 CPUtime=0
/proc/28392/stat : 28392 (runsolver) R 28390 28392 25228 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1526170285 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28392/statm: 4643 292 257 25 0 2626 0

[startup+0.0429221 s]
/proc/loadavg: 1.92 2.32 2.33 4/72 28392
/proc/meminfo: memFree=1209144/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=13012 CPUtime=0
/proc/28392/stat : 28392 (java) D 28390 28392 25228 0 -1 0 707 0 12 0 0 0 0 0 18 0 1 0 1526170285 13324288 520 996147200 134512640 134550740 4294956032 18446744073709551615 102724384 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28392/statm: 3253 520 205 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.104936 s]
/proc/loadavg: 1.92 2.32 2.33 4/72 28392
/proc/meminfo: memFree=1209144/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=802236 CPUtime=0.06
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 2749 0 17 0 4 2 0 0 18 0 7 0 1526170285 821489664 2500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 200559 2500 1005 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.30195 s]
/proc/loadavg: 1.92 2.32 2.33 4/72 28392
/proc/meminfo: memFree=1209144/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=807760 CPUtime=0.25
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 4640 0 17 0 21 4 0 0 18 0 12 0 1526170285 827146240 3985 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 201940 3985 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 807760

[startup+0.701992 s]
/proc/loadavg: 1.92 2.32 2.33 4/72 28392
/proc/meminfo: memFree=1209144/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=807788 CPUtime=0.63
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 6205 0 17 0 57 6 0 0 18 0 12 0 1526170285 827174912 5351 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 201947 5351 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807788

[startup+1.50207 s]
/proc/loadavg: 1.92 2.32 2.33 4/84 28404
/proc/meminfo: memFree=1186968/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=807788 CPUtime=1.43
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 7714 0 17 0 136 7 0 0 18 0 12 0 1526170285 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 201947 6207 1343 9 0 199309 0
[pid=28392/tid=28394] ppid=28390 vsize=807788 CPUtime=0.77
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 4569 0 3 0 73 4 0 0 20 0 12 0 1526170289 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1526170290 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1526170290 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1526170292 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28398] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1526170293 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1526170293 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1526170297 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=807788 CPUtime=0.29
/proc/28392/task/28401/stat : 28401 (java) R 28390 28392 25228 0 -1 64 1049 0 0 0 29 0 0 0 16 0 12 0 1526170297 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 105979727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=807788 CPUtime=0.32
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 1348 0 0 0 32 0 0 0 16 0 12 0 1526170297 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1526170297 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=807788 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1526170297 827174912 6207 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 807788

[startup+3.10223 s]
/proc/loadavg: 1.92 2.32 2.33 4/84 28404
/proc/meminfo: memFree=1182040/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=809496 CPUtime=3.01
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 12554 0 17 0 292 9 0 0 18 0 12 0 1526170285 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 202374 8001 1353 9 0 199736 0
[pid=28392/tid=28394] ppid=28390 vsize=809496 CPUtime=1.28
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 5853 0 3 0 123 5 0 0 24 0 12 0 1526170289 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1526170290 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1526170290 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1526170292 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28398] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1526170293 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1526170293 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1526170297 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=809496 CPUtime=0.59
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1305 0 0 0 59 0 0 0 16 0 12 0 1526170297 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=809496 CPUtime=1.1
/proc/28392/task/28402/stat : 28402 (java) R 28390 28392 25228 0 -1 64 4648 0 0 0 108 2 0 0 16 0 12 0 1526170297 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 105557720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1526170297 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=809496 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1526170297 828923904 8001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 809496

[startup+6.30255 s]
/proc/loadavg: 2.01 2.33 2.33 5/85 28405
/proc/meminfo: memFree=1161296/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813272 CPUtime=6.18
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 17747 0 17 0 606 12 0 0 18 0 13 0 1526170285 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203318 12373 1387 9 0 200680 0
[pid=28392/tid=28394] ppid=28390 vsize=813272 CPUtime=2.65
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 9238 0 3 0 258 7 0 0 20 0 13 0 1526170289 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4110179065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813272 CPUtime=1.31
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1390 0 0 0 131 0 0 0 15 0 13 0 1526170297 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813272 CPUtime=2.18
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6367 0 0 0 215 3 0 0 15 0 13 0 1526170297 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813272 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832790528 12373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 813272

[startup+12.7012 s]
/proc/loadavg: 2.01 2.33 2.33 3/85 28405
/proc/meminfo: memFree=1156448/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=12.5
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 18870 0 17 0 1238 12 0 0 18 0 13 0 1526170285 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 13448 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=8.85
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 10350 0 3 0 877 8 0 0 25 0 13 0 1526170289 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4110329846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.37
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 137 0 0 0 16 0 13 0 1526170297 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 13448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 813040

[startup+25.5025 s]
/proc/loadavg: 2.01 2.31 2.32 3/85 28405
/proc/meminfo: memFree=1151200/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=25.2
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 20122 0 17 0 2506 14 0 0 18 0 13 0 1526170285 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 14700 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=21.54
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 11602 0 3 0 2145 9 0 0 25 0 13 0 1526170289 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4110178778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 14700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.92
Current children cumulated vsize (KiB) 813040

[startup+60.703 s]
/proc/loadavg: 2.00 2.27 2.31 3/85 28405
/proc/meminfo: memFree=1143136/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=60.09
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 22084 0 17 0 5993 16 0 0 18 0 13 0 1526170285 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 16662 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=56.42
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 13564 0 3 0 5631 11 0 0 25 0 13 0 1526170289 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4110178595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.38
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 138 0 0 0 16 0 13 0 1526170297 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.09
Current children cumulated vsize (KiB) 813040

[startup+61.5021 s]
/proc/loadavg: 2.00 2.27 2.31 3/85 28405
/proc/meminfo: memFree=1142752/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=60.89
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 22158 0 17 0 6073 16 0 0 18 0 13 0 1526170285 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 16736 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=57.21
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 13638 0 3 0 5710 11 0 0 25 0 13 0 1526170289 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4110275527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.38
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 138 0 0 0 16 0 13 0 1526170297 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.89
Current children cumulated vsize (KiB) 813040

[startup+61.9021 s]
/proc/loadavg: 2.00 2.27 2.31 3/85 28405
/proc/meminfo: memFree=1142752/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=61.28
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 22170 0 17 0 6112 16 0 0 18 0 13 0 1526170285 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 16748 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=57.61
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 13650 0 3 0 5750 11 0 0 25 0 13 0 1526170289 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4110275527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.38
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 138 0 0 0 16 0 13 0 1526170297 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16748 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.28
Current children cumulated vsize (KiB) 813040

[startup+62.3021 s]
/proc/loadavg: 2.00 2.27 2.31 3/85 28405
/proc/meminfo: memFree=1142752/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=61.68
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 22186 0 17 0 6152 16 0 0 18 0 13 0 1526170285 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 16764 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=58
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 13666 0 3 0 5789 11 0 0 25 0 13 0 1526170289 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4110178598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.38
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 138 0 0 0 16 0 13 0 1526170297 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16764 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.68
Current children cumulated vsize (KiB) 813040

[startup+62.4021 s]
/proc/loadavg: 2.00 2.27 2.31 3/85 28405
/proc/meminfo: memFree=1142752/2055920 swapFree=4122480/4192956
[pid=28392] ppid=28390 vsize=813040 CPUtime=61.78
/proc/28392/stat : 28392 (java) S 28390 28392 25228 0 -1 0 22189 0 17 0 6162 16 0 0 18 0 13 0 1526170285 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28392/statm: 203260 16767 1389 9 0 200622 0
[pid=28392/tid=28394] ppid=28390 vsize=813040 CPUtime=58.1
/proc/28392/task/28394/stat : 28394 (java) R 28390 28392 25228 0 -1 64 13669 0 3 0 5799 11 0 0 25 0 13 0 1526170289 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4110179111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28395] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28395/stat : 28395 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170290 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28396] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28396/stat : 28396 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1526170290 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28397] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28397/stat : 28397 (java) S 28390 28392 25228 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1526170292 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28392/tid=28398] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28398/stat : 28398 (java) S 28390 28392 25228 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1526170293 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28399] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28399/stat : 28399 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1526170293 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28400] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28400/stat : 28400 (java) S 28390 28392 25228 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1526170297 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28401] ppid=28390 vsize=813040 CPUtime=1.38
/proc/28392/task/28401/stat : 28401 (java) S 28390 28392 25228 0 -1 64 1394 0 0 0 138 0 0 0 16 0 13 0 1526170297 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28402] ppid=28390 vsize=813040 CPUtime=2.25
/proc/28392/task/28402/stat : 28402 (java) S 28390 28392 25228 0 -1 64 6374 0 0 0 222 3 0 0 16 0 13 0 1526170297 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28403] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28403/stat : 28403 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1526170297 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28404] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28404/stat : 28404 (java) S 28390 28392 25228 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1526170297 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28392/tid=28405] ppid=28390 vsize=813040 CPUtime=0
/proc/28392/task/28405/stat : 28405 (java) S 28390 28392 25228 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1526170758 832552960 16767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.78
Current children cumulated vsize (KiB) 813040

Child status: 0
Real time (s): 62.4761
CPU time (s): 61.8576
CPU user time (s): 61.6826
CPU system time (s): 0.174973
CPU usage (%): 99.0101
Max. virtual memory (cumulated for all children) (KiB): 813316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.6826
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22225
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2386
involuntary context switches= 3498

runsolver used 0.115982 second user time and 0.185971 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 04:15:52
IDJOB=1038224
IDBENCH=53552
IDSOLVER=344
FILE ID=node12/1038224-1214964952
PBS_JOBID= 7870310
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-8_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-1038224-1214964952/watcher-1038224-1214964952 -o /tmp/evaluation-result-1038224-1214964952/solver-1038224-1214964952 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1038224-1214964952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b3cef17bed4272bd9d0c5d0b577b3635
RANDOM SEED=119199077

node12.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.236
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.236
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:       1209688 kB
Buffers:         44292 kB
Cached:         266136 kB
SwapCached:      64524 kB
Active:         536080 kB
Inactive:       230836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209688 kB
SwapTotal:     4192956 kB
SwapFree:      4122480 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         463856 kB
Slab:            63896 kB
Committed_AS:  3126884 kB
PageTables:       2604 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 node12 at 2008-07-02 04:16:55