Trace number 2074991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 124.534 123.873

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-7_ext.xml
MD5SUM34879420b3bf5ffa2588efa919042c15
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.3185
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2074991-1247359539.xml
0.19/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.39/0.48	c reading relations done.
13.42/13.44	c reading constraints
32.74/31.66	c done with constraints.
32.74/31.66	c ... done. Wall clock time 31.433s.
32.74/31.66	c #vars     100
32.74/31.66	c #constraints  5625952
32.74/31.66	c constraints type 
32.74/31.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625932
32.74/31.67	c org.sat4j.minisat.constraints.card.AtLeast => 20
54.01/53.03	c cleaning 249 clauses out of 500
67.46/66.54	c cleaning 372 clauses out of 753
80.00/79.20	c cleaning 433 clauses out of 879
96.61/95.87	c cleaning 469 clauses out of 948
111.34/110.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
111.34/110.69		at org.sat4j.core.Vec.ensure(Unknown Source)
111.34/110.69		at org.sat4j.core.Vec.push(Unknown Source)
111.34/110.69		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
111.34/110.69		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
111.34/110.69		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
111.34/110.69		at org.sat4j.minisat.core.Solver.search(Unknown Source)
111.34/110.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
111.34/110.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
111.34/110.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
111.34/110.69		at org.sat4j.AbstractLauncher.solve(Unknown Source)
111.34/110.69		at org.sat4j.AbstractLauncher.run(Unknown Source)
111.34/110.69		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
121.48/120.82	c starts		: 7
121.48/120.82	c conflicts		: 2093
121.48/120.82	c decisions		: 3321
121.48/120.82	c propagations		: 19900
121.48/120.82	c inspects		: 146479454
121.48/120.82	c learnt literals	: 0
121.48/120.82	c learnt binary clauses	: 0
121.48/120.82	c learnt ternary clauses	: 0
121.48/120.82	c learnt clauses	: 2093
121.48/120.82	c ignored clauses	: 0
121.48/120.82	c root simplifications	: 0
121.48/120.83	c removed literals (reason simplification)	: 394
121.48/120.83	c reason swapping (by a shorter reason)	: 0
121.48/120.83	c Calls to reduceDB	: 4
121.48/120.83	c speed (assignments/second)	: 223.19676084298834
121.48/120.83	c non guided choices	78
121.48/120.83	c learnt constraints type 
121.48/120.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 570
121.48/120.83	c constraints type 
121.48/120.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625932
121.48/120.83	c org.sat4j.minisat.constraints.card.AtLeast => 20
121.48/120.83	s UNKNOWN
121.48/120.83	c Total wall clock time (in seconds) : 110.464

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074991-1247359539/watcher-2074991-1247359539 -o /tmp/evaluation-result-2074991-1247359539/solver-2074991-1247359539 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074991-1247359539.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 17743
/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=1612 CPUtime=0
/proc/17743/stat : 17743 (java6) D 17741 17743 16336 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23020467 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17743/statm: 403 150 114 9 0 45 0

[startup+0.0233709 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 17743
/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=798736 CPUtime=0.01
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 1729 0 1 0 0 1 0 0 18 0 4 0 23020467 817905664 1478 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 199684 1480 451 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.102377 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 17743
/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=804560 CPUtime=0.09
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 3047 0 1 0 7 2 0 0 18 0 12 0 23020467 823869440 2790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201140 2790 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301394 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 17743
/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=805896 CPUtime=0.28
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 4399 0 1 0 25 3 0 0 18 0 12 0 23020467 825237504 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201474 4136 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701432 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 17743
/proc/meminfo: memFree=1851160/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=807176 CPUtime=0.68
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 10143 0 1 0 62 6 0 0 18 0 12 0 23020467 826548224 9596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201794 9596 1387 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.5025 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 17755
/proc/meminfo: memFree=1812984/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=807392 CPUtime=1.49
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 13871 0 1 0 141 8 0 0 18 0 12 0 23020467 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201848 12927 1407 9 0 199175 0
[pid=17743/tid=17745] ppid=17741 vsize=807392 CPUtime=0.85
/proc/17743/task/17745/stat : 17745 (java) R 17741 17743 16336 0 -1 64 11440 0 1 0 79 6 0 0 25 0 12 0 23020469 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23020470 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23020470 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17748/stat : 17748 (java) S 17741 17743 16336 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23020471 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23020472 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23020472 826769408 12927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 826769408 12928 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=807392 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 23020476 826769408 12929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=807392 CPUtime=0.56
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 1423 0 0 0 56 0 0 0 16 0 12 0 23020476 826769408 12929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 826769408 12930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23020476 826769408 12930 996147200 134512640 134550932 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) 807392

[startup+3.10165 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 17755
/proc/meminfo: memFree=1755768/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=807392 CPUtime=3.09
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 31813 0 1 0 292 17 0 0 18 0 12 0 23020467 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201848 30849 1415 9 0 199175 0
[pid=17743/tid=17745] ppid=17741 vsize=807392 CPUtime=2.06
/proc/17743/task/17745/stat : 17745 (java) R 17741 17743 16336 0 -1 64 16908 0 1 0 196 10 0 0 17 0 12 0 23020469 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4109552148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=807392 CPUtime=0.1
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 6404 0 0 0 8 2 0 0 16 0 12 0 23020470 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=807392 CPUtime=0.09
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 6034 0 0 0 7 2 0 0 16 0 12 0 23020470 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17748/stat : 17748 (java) S 17741 17743 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23020471 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23020472 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23020472 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=807392 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 23020476 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=807392 CPUtime=0.75
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 1455 0 0 0 75 0 0 0 16 0 12 0 23020476 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=807392 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23020476 826769408 30849 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 807392

[startup+6.30295 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 17755
/proc/meminfo: memFree=1682752/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=807880 CPUtime=6.32
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 48472 0 1 0 608 24 0 0 18 0 12 0 23020467 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201970 47150 1418 9 0 199297 0
[pid=17743/tid=17745] ppid=17741 vsize=807880 CPUtime=4.72
/proc/17743/task/17745/stat : 17745 (java) R 17741 17743 16336 0 -1 64 16928 0 1 0 461 11 0 0 25 0 12 0 23020469 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4109556548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17746] ppid=17741 vsize=807880 CPUtime=0.37
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 16161 0 0 0 32 5 0 0 16 0 12 0 23020470 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17747] ppid=17741 vsize=807880 CPUtime=0.39
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 12916 0 0 0 34 5 0 0 16 0 12 0 23020470 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17748] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17748/stat : 17748 (java) S 17741 17743 16336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23020471 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17749] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23020472 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23020472 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=807880 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 23020476 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=807880 CPUtime=0.75
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 1455 0 0 0 75 0 0 0 16 0 12 0 23020476 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=807880 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23020476 827269120 47150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 807880

[startup+12.7023 s]
/proc/loadavg: 2.15 2.00 1.99 5/84 17755
/proc/meminfo: memFree=1545280/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=807716 CPUtime=12.72
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 84567 0 1 0 1230 42 0 0 18 0 12 0 23020467 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 201929 83125 1418 9 0 199256 0
[pid=17743/tid=17745] ppid=17741 vsize=807716 CPUtime=9.88
/proc/17743/task/17745/stat : 17745 (java) R 17741 17743 16336 0 -1 64 16956 0 1 0 975 13 0 0 25 0 12 0 23020469 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4109541866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17746] ppid=17741 vsize=807716 CPUtime=1.02
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 37021 0 0 0 88 14 0 0 16 0 12 0 23020470 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17747] ppid=17741 vsize=807716 CPUtime=0.98
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 28123 0 0 0 86 12 0 0 16 0 12 0 23020470 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17748] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17748/stat : 17748 (java) S 17741 17743 16336 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 23020471 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17749] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23020472 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23020472 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=807716 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 23020476 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=807716 CPUtime=0.75
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 1455 0 0 0 75 0 0 0 17 0 12 0 23020476 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17754] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=807716 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23020476 827101184 83125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 807716

[startup+25.5025 s]
/proc/loadavg: 2.43 2.07 2.01 3/84 17755
/proc/meminfo: memFree=1181120/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=811788 CPUtime=26.21
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 174891 0 1 0 2541 80 0 0 18 0 12 0 23020467 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 202947 168553 1425 9 0 200274 0
[pid=17743/tid=17745] ppid=17741 vsize=811788 CPUtime=15.11
/proc/17743/task/17745/stat : 17745 (java) R 17741 17743 16336 0 -1 64 23133 0 1 0 1495 16 0 0 23 0 12 0 23020469 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=811788 CPUtime=4.06
/proc/17743/task/17746/stat : 17746 (java) R 17741 17743 16336 0 -1 64 78114 0 0 0 374 32 0 0 16 0 12 0 23020470 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=811788 CPUtime=4.12
/proc/17743/task/17747/stat : 17747 (java) R 17741 17743 16336 0 -1 64 69654 0 0 0 384 28 0 0 16 0 12 0 23020470 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17743/tid=17748] ppid=17741 vsize=811788 CPUtime=1.78
/proc/17743/task/17748/stat : 17748 (java) S 17741 17743 16336 0 -1 64 33 0 0 0 178 0 0 0 15 0 12 0 23020471 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=811788 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23020472 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=811788 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23020472 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=811788 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23020476 831270912 168553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=811788 CPUtime=0.04

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

/proc/17743/statm: 204242 173273 1451 9 0 201569 0
[pid=17743/tid=17745] ppid=17741 vsize=816968 CPUtime=31.1
/proc/17743/task/17745/stat : 17745 (java) S 17741 17743 16336 0 -1 64 23184 0 1 0 3094 16 0 0 18 0 14 0 23020469 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=816968 CPUtime=5.21
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 78755 0 0 0 489 32 0 0 15 0 14 0 23020470 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=816968 CPUtime=5.27
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 70295 0 0 0 499 28 0 0 16 0 14 0 23020470 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=816968 CPUtime=75.67
/proc/17743/task/17748/stat : 17748 (java) R 17741 17743 16336 0 -1 64 22185 0 0 0 7556 11 0 0 25 0 14 0 23020471 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 105696659 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 23020472 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 23020472 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 23020476 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=816968 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 16 0 14 0 23020476 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=816968 CPUtime=1.65
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 3025 0 0 0 164 1 0 0 17 0 14 0 23020476 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 23020476 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 23020476 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17756] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17756/stat : 17756 (java) S 17741 17743 16336 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 23023636 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17757] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17757/stat : 17757 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 23031537 836575232 173273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119
Current children cumulated vsize (KiB) 816968

[startup+121.502 s]
/proc/loadavg: 2.43 2.18 2.06 3/85 17757
/proc/meminfo: memFree=1162288/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=816968 CPUtime=122.18
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 198965 0 1 0 12126 92 0 0 18 0 13 0 23020467 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 204242 173275 1452 9 0 201569 0
[pid=17743/tid=17745] ppid=17741 vsize=816968 CPUtime=31.1
/proc/17743/task/17745/stat : 17745 (java) S 17741 17743 16336 0 -1 64 23184 0 1 0 3094 16 0 0 16 0 13 0 23020469 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=816968 CPUtime=5.21
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 78755 0 0 0 489 32 0 0 15 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=816968 CPUtime=5.27
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 70295 0 0 0 499 28 0 0 16 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=816968 CPUtime=78.84
/proc/17743/task/17748/stat : 17748 (java) R 17741 17743 16336 0 -1 64 22686 0 0 0 7873 11 0 0 25 0 13 0 23020471 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=816968 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 16 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=816968 CPUtime=1.65
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 3025 0 0 0 164 1 0 0 17 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17756] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17756/stat : 17756 (java) S 17741 17743 16336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23023636 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.18
Current children cumulated vsize (KiB) 816968

[startup+123.102 s]
/proc/loadavg: 2.43 2.18 2.06 3/85 17757
/proc/meminfo: memFree=1162288/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=816968 CPUtime=123.78
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 198965 0 1 0 12286 92 0 0 18 0 13 0 23020467 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 204242 173275 1452 9 0 201569 0
[pid=17743/tid=17745] ppid=17741 vsize=816968 CPUtime=31.1
/proc/17743/task/17745/stat : 17745 (java) S 17741 17743 16336 0 -1 64 23184 0 1 0 3094 16 0 0 16 0 13 0 23020469 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=816968 CPUtime=5.21
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 78755 0 0 0 489 32 0 0 15 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=816968 CPUtime=5.27
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 70295 0 0 0 499 28 0 0 16 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=816968 CPUtime=80.44
/proc/17743/task/17748/stat : 17748 (java) R 17741 17743 16336 0 -1 64 22686 0 0 0 8033 11 0 0 25 0 13 0 23020471 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 105886136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=816968 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 16 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=816968 CPUtime=1.65
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 3025 0 0 0 164 1 0 0 17 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17756] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17756/stat : 17756 (java) S 17741 17743 16336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23023636 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.78
Current children cumulated vsize (KiB) 816968

[startup+123.503 s]
/proc/loadavg: 2.43 2.18 2.06 3/85 17757
/proc/meminfo: memFree=1162288/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=816968 CPUtime=124.17
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 198965 0 1 0 12325 92 0 0 18 0 13 0 23020467 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 204242 173275 1452 9 0 201569 0
[pid=17743/tid=17745] ppid=17741 vsize=816968 CPUtime=31.1
/proc/17743/task/17745/stat : 17745 (java) S 17741 17743 16336 0 -1 64 23184 0 1 0 3094 16 0 0 16 0 13 0 23020469 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=816968 CPUtime=5.21
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 78755 0 0 0 489 32 0 0 15 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=816968 CPUtime=5.27
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 70295 0 0 0 499 28 0 0 16 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=816968 CPUtime=80.83
/proc/17743/task/17748/stat : 17748 (java) R 17741 17743 16336 0 -1 64 22686 0 0 0 8072 11 0 0 25 0 13 0 23020471 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=816968 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 16 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=816968 CPUtime=1.65
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 3025 0 0 0 164 1 0 0 17 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17756] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17756/stat : 17756 (java) S 17741 17743 16336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23023636 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.17
Current children cumulated vsize (KiB) 816968

[startup+123.703 s]
/proc/loadavg: 2.43 2.18 2.06 3/85 17757
/proc/meminfo: memFree=1162288/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=816968 CPUtime=124.37
/proc/17743/stat : 17743 (java) S 17741 17743 16336 0 -1 0 198965 0 1 0 12345 92 0 0 18 0 13 0 23020467 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 204242 173275 1452 9 0 201569 0
[pid=17743/tid=17745] ppid=17741 vsize=816968 CPUtime=31.1
/proc/17743/task/17745/stat : 17745 (java) S 17741 17743 16336 0 -1 64 23184 0 1 0 3094 16 0 0 16 0 13 0 23020469 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17746] ppid=17741 vsize=816968 CPUtime=5.21
/proc/17743/task/17746/stat : 17746 (java) S 17741 17743 16336 0 -1 64 78755 0 0 0 489 32 0 0 15 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17747] ppid=17741 vsize=816968 CPUtime=5.27
/proc/17743/task/17747/stat : 17747 (java) S 17741 17743 16336 0 -1 64 70295 0 0 0 499 28 0 0 16 0 13 0 23020470 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17748] ppid=17741 vsize=816968 CPUtime=81.03
/proc/17743/task/17748/stat : 17748 (java) R 17741 17743 16336 0 -1 64 22686 0 0 0 8092 11 0 0 25 0 13 0 23020471 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17749] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17749/stat : 17749 (java) S 17741 17743 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17750] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17750/stat : 17750 (java) S 17741 17743 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23020472 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17751] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17751/stat : 17751 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17752] ppid=17741 vsize=816968 CPUtime=0.04
/proc/17743/task/17752/stat : 17752 (java) S 17741 17743 16336 0 -1 64 263 0 0 0 4 0 0 0 16 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17753] ppid=17741 vsize=816968 CPUtime=1.65
/proc/17743/task/17753/stat : 17753 (java) S 17741 17743 16336 0 -1 64 3025 0 0 0 164 1 0 0 17 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17754] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17754/stat : 17754 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17755] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17755/stat : 17755 (java) S 17741 17743 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23020476 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17743/tid=17756] ppid=17741 vsize=816968 CPUtime=0
/proc/17743/task/17756/stat : 17756 (java) S 17741 17743 16336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23023636 836575232 173275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.37
Current children cumulated vsize (KiB) 816968

[startup+123.803 s]
/proc/loadavg: 2.43 2.18 2.06 3/85 17757
/proc/meminfo: memFree=1162288/2055920 swapFree=4192812/4192956
[pid=17743] ppid=17741 vsize=0 CPUtime=124.46
/proc/17743/stat : 17743 (java) Z 17741 17743 16336 0 -1 12 198971 0 1 0 12351 95 0 0 16 0 2 0 23020467 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.46
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 123.873
CPU time (s): 124.534
CPU user time (s): 123.51
CPU system time (s): 1.02384
CPU usage (%): 100.533
Max. virtual memory (cumulated for all children) (KiB): 820680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.51
system time used= 1.02384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198971
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= 4790
involuntary context switches= 6483

runsolver used 0.167974 second user time and 0.414936 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 02:45:41
IDJOB=2074991
IDBENCH=56214
IDSOLVER=731
FILE ID=node25/2074991-1247359539
PBS_JOBID= 9506963
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074991-1247359539/watcher-2074991-1247359539 -o /tmp/evaluation-result-2074991-1247359539/solver-2074991-1247359539 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2074991-1247359539.xml

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

MD5SUM BENCH= 34879420b3bf5ffa2588efa919042c15
RANDOM SEED=1071677920

node25.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.231
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.231
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:       1851640 kB
Buffers:         15488 kB
Cached:         109904 kB
SwapCached:          0 kB
Active:         124128 kB
Inactive:        31488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23164 kB
Writeback:           0 kB
Mapped:          41752 kB
Slab:            34020 kB
Committed_AS:   163652 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= 66276 MiB
End job on node25 at 2009-07-12 02:47:45