Trace number 2059140

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.1SAT 138.797 139.539

General information on the benchmark

Namecsp/marc/
normalized-large-96-sat_ext.xml
MD5SUM0832422d3adb16f478d8772816d8e677
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 benchmark18.1852
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints4560
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension4560
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2059140-1247323616.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.68/0.72	c reading relations done.
78.58/79.01	c reading constraints
138.38/139.15	c done with constraints.
138.38/139.16	c ... done. Wall clock time 138.916s.
138.38/139.16	c #vars     9216
138.38/139.16	c #constraints  207185
138.38/139.16	c constraints type 
138.38/139.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153497
138.38/139.16	c org.sat4j.minisat.constraints.card.AtLeast => 96
138.38/139.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 44475
138.67/139.40	c starts		: 1
138.67/139.40	c conflicts		: 0
138.67/139.40	c decisions		: 0
138.67/139.40	c propagations		: 9216
138.67/139.40	c inspects		: 264161
138.67/139.40	c learnt literals	: 0
138.67/139.40	c learnt binary clauses	: 0
138.67/139.40	c learnt ternary clauses	: 0
138.67/139.40	c learnt clauses	: 0
138.67/139.40	c ignored clauses	: 0
138.67/139.40	c root simplifications	: 0
138.67/139.40	c removed literals (reason simplification)	: 0
138.67/139.40	c reason swapping (by a shorter reason)	: 0
138.67/139.40	c Calls to reduceDB	: 0
138.67/139.40	c speed (assignments/second)	: 39217.02127659575
138.67/139.40	c non guided choices	0
138.67/139.40	c learnt constraints type 
138.67/139.40	c constraints type 
138.67/139.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153497
138.67/139.40	c org.sat4j.minisat.constraints.card.AtLeast => 96
138.67/139.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 44475
138.67/139.40	s SATISFIABLE
138.67/139.40	v 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 
138.67/139.40	c Total wall clock time (in seconds) : 139.152

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059140-1247323616/watcher-2059140-1247323616 -o /tmp/evaluation-result-2059140-1247323616/solver-2059140-1247323616 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2059140-1247323616.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.93 1.98 1.91 4/75 12471
/proc/meminfo: memFree=852392/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=13208 CPUtime=0
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 19425577 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 3302 521 219 9 0 1186 0
[pid=12471/tid=12472] ppid=12469 vsize=13208 CPUtime=0
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 19425578 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9261016 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.078068 s]
/proc/loadavg: 1.93 1.98 1.91 4/75 12471
/proc/meminfo: memFree=852392/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=802164 CPUtime=0.06
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 2797 0 1 0 4 2 0 0 18 0 7 0 19425577 821415936 2542 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 200541 2542 1034 9 0 197892 0
[pid=12471/tid=12472] ppid=12469 vsize=802164 CPUtime=0.05
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 2056 0 1 0 4 1 0 0 17 0 7 0 19425578 821415936 2542 996147200 134512640 134550932 4294956016 18446744073709551615 105776770 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102069 s]
/proc/loadavg: 1.93 1.98 1.91 4/75 12471
/proc/meminfo: memFree=852392/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=804560 CPUtime=0.08
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 19425577 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 201140 2750 1080 9 0 198474 0
[pid=12471/tid=12472] ppid=12469 vsize=804560 CPUtime=0.07
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 2250 0 1 0 6 1 0 0 21 0 12 0 19425578 823869440 2750 996147200 134512640 134550932 4294956016 18446744073709551615 106279898 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302089 s]
/proc/loadavg: 1.93 1.98 1.91 4/75 12471
/proc/meminfo: memFree=852392/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=805628 CPUtime=0.28
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 4303 0 1 0 25 3 0 0 18 0 12 0 19425577 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 201407 4040 1359 9 0 198734 0
[pid=12471/tid=12472] ppid=12469 vsize=805628 CPUtime=0.21
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 3063 0 1 0 18 3 0 0 18 0 12 0 19425578 824963072 4040 996147200 134512640 134550932 4294956016 18446744073709551615 106548578 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702128 s]
/proc/loadavg: 1.93 1.98 1.91 4/75 12471
/proc/meminfo: memFree=852392/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=807184 CPUtime=0.68
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 6155 0 1 0 63 5 0 0 18 0 12 0 19425577 826556416 5175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 201796 5175 1385 9 0 199123 0
[pid=12471/tid=12472] ppid=12469 vsize=807184 CPUtime=0.37
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 3775 0 1 0 33 4 0 0 19 0 12 0 19425578 826556416 5175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50221 s]
/proc/loadavg: 2.02 2.00 1.92 4/87 12483
/proc/meminfo: memFree=834248/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=812848 CPUtime=1.46
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 10644 0 1 0 139 7 0 0 18 0 12 0 19425577 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203212 7985 1407 9 0 200539 0
[pid=12471/tid=12472] ppid=12469 vsize=812848 CPUtime=0.61
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 5301 0 1 0 56 5 0 0 22 0 12 0 19425578 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 19425580 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 19425580 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 19425581 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 19425582 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 19425582 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=812848 CPUtime=0.85
/proc/12471/task/12481/stat : 12481 (java) R 12469 12471 11818 0 -1 64 4586 0 0 0 83 2 0 0 17 0 12 0 19425587 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 106010979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19425587 832356352 7985 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812848

[startup+3.10137 s]
/proc/loadavg: 2.02 2.00 1.92 3/87 12483
/proc/meminfo: memFree=774408/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=812848 CPUtime=3.04
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 27284 0 1 0 289 15 0 0 18 0 12 0 19425577 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203212 24620 1419 9 0 200539 0
[pid=12471/tid=12472] ppid=12469 vsize=812848 CPUtime=1.72
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 16909 0 1 0 162 10 0 0 25 0 12 0 19425578 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4109640134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=812848 CPUtime=0.13
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 2373 0 0 0 12 1 0 0 16 0 12 0 19425580 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=812848 CPUtime=0.12
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 2560 0 0 0 12 0 0 0 16 0 12 0 19425580 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11818 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 19425581 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=812848 CPUtime=1.02
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 4659 0 0 0 100 2 0 0 17 0 12 0 19425587 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=812848 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19425587 832356352 24620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 812848

[startup+6.30268 s]
/proc/loadavg: 2.02 2.00 1.92 3/87 12483
/proc/meminfo: memFree=735240/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=812816 CPUtime=6.21
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 34767 0 1 0 602 19 0 0 18 0 12 0 19425577 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203204 32088 1419 9 0 200531 0
[pid=12471/tid=12472] ppid=12469 vsize=812816 CPUtime=4.26
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 16925 0 1 0 415 11 0 0 25 0 12 0 19425578 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4109598988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=812816 CPUtime=0.42
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 5311 0 0 0 40 2 0 0 16 0 12 0 19425580 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=812816 CPUtime=0.42
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 7083 0 0 0 40 2 0 0 16 0 12 0 19425580 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11818 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 19425581 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=812816 CPUtime=1.06
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 4665 0 0 0 104 2 0 0 16 0 12 0 19425587 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=812816 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19425587 832323584 32088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 812816

[startup+12.7023 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 12483
/proc/meminfo: memFree=686344/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=812420 CPUtime=12.56
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 46640 0 1 0 1231 25 0 0 18 0 12 0 19425577 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203105 43817 1420 9 0 200432 0
[pid=12471/tid=12472] ppid=12469 vsize=812420 CPUtime=9.65
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 16955 0 1 0 953 12 0 0 25 0 12 0 19425578 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4109623476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=812420 CPUtime=0.85
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 11003 0 0 0 81 4 0 0 16 0 12 0 19425580 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=812420 CPUtime=0.86
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 13216 0 0 0 82 4 0 0 16 0 12 0 19425580 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11818 0 -1 64 28 0 0 0 0 0 0 0 15 0 12 0 19425581 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=812420 CPUtime=1.15
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 4683 0 0 0 113 2 0 0 16 0 12 0 19425587 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19425587 831918080 43817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812420

[startup+25.5026 s]
/proc/loadavg: 2.16 2.03 1.93 3/87 12483
/proc/meminfo: memFree=588680/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=812420 CPUtime=25.31
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 70632 0 1 0 2494 37 0 0 18 0 12 0 19425577 831918080 67758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203105 67758 1421 9 0 200432 0
[pid=12471/tid=12472] ppid=12469 vsize=812420 CPUtime=20.35
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17007 0 1 0 2020 15 0 0 25 0 12 0 19425578 831918080 67758 996147200 134512640 134550932 4294956016 18446744073709551615 4109647737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=812420 CPUtime=1.74
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 23138 0 0 0 165 9 0 0 16 0 12 0 19425580 831918080 67758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=812420 CPUtime=1.78

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

[pid=12471/tid=12482] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 831918080 172415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=812420 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 19425587 831918080 172415 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 114.49
Current children cumulated vsize (KiB) 812420

[startup+127.903 s]
/proc/loadavg: 2.48 2.16 1.98 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=813444 CPUtime=127.23
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 176288 0 1 0 12628 95 0 0 18 0 12 0 19425577 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203361 172423 1438 9 0 200688 0
[pid=12471/tid=12472] ppid=12469 vsize=813444 CPUtime=70.97
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17237 0 1 0 7068 29 0 0 25 0 12 0 19425578 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=813444 CPUtime=5.99
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 76755 0 0 0 569 30 0 0 16 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=813444 CPUtime=6.1
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 75747 0 0 0 581 29 0 0 15 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=813444 CPUtime=40.96
/proc/12471/task/12476/stat : 12476 (java) R 12469 12471 11818 0 -1 64 162 0 0 0 4094 2 0 0 18 0 12 0 19425581 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 104187720 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=813444 CPUtime=3.16
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 5631 0 0 0 314 2 0 0 17 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.23
Current children cumulated vsize (KiB) 813444

[startup+134.302 s]
/proc/loadavg: 2.52 2.17 1.99 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=813444 CPUtime=133.6
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 176291 0 1 0 13265 95 0 0 18 0 12 0 19425577 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203361 172423 1438 9 0 200688 0
[pid=12471/tid=12472] ppid=12469 vsize=813444 CPUtime=71.51
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17240 0 1 0 7122 29 0 0 25 0 12 0 19425578 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=813444 CPUtime=5.99
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 76755 0 0 0 569 30 0 0 16 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=813444 CPUtime=6.1
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 75747 0 0 0 581 29 0 0 15 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=813444 CPUtime=46.78
/proc/12471/task/12476/stat : 12476 (java) R 12469 12471 11818 0 -1 64 162 0 0 0 4676 2 0 0 17 0 12 0 19425581 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 105886152 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=813444 CPUtime=3.16
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 5631 0 0 0 314 2 0 0 17 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.6
Current children cumulated vsize (KiB) 813444

[startup+137.508 s]
/proc/loadavg: 2.56 2.19 2.00 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=813444 CPUtime=136.79
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 176293 0 1 0 13584 95 0 0 18 0 12 0 19425577 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203361 172423 1438 9 0 200688 0
[pid=12471/tid=12472] ppid=12469 vsize=813444 CPUtime=71.88
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17242 0 1 0 7159 29 0 0 25 0 12 0 19425578 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=813444 CPUtime=5.99
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 76755 0 0 0 569 30 0 0 16 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=813444 CPUtime=6.1
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 75747 0 0 0 581 29 0 0 15 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=813444 CPUtime=49.6
/proc/12471/task/12476/stat : 12476 (java) R 12469 12471 11818 0 -1 64 162 0 0 0 4958 2 0 0 16 0 12 0 19425581 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 105696582 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=813444 CPUtime=3.16
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 5631 0 0 0 314 2 0 0 17 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.79
Current children cumulated vsize (KiB) 813444

[startup+138.303 s]
/proc/loadavg: 2.56 2.19 2.00 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=813444 CPUtime=137.58
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 176293 0 1 0 13663 95 0 0 18 0 12 0 19425577 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203361 172423 1438 9 0 200688 0
[pid=12471/tid=12472] ppid=12469 vsize=813444 CPUtime=71.88
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17242 0 1 0 7159 29 0 0 25 0 12 0 19425578 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=813444 CPUtime=5.99
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 76755 0 0 0 569 30 0 0 16 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=813444 CPUtime=6.1
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 75747 0 0 0 581 29 0 0 15 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=813444 CPUtime=50.4
/proc/12471/task/12476/stat : 12476 (java) R 12469 12471 11818 0 -1 64 162 0 0 0 5038 2 0 0 17 0 12 0 19425581 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=813444 CPUtime=3.16
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 5631 0 0 0 314 2 0 0 17 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.58
Current children cumulated vsize (KiB) 813444

[startup+139.102 s]
/proc/loadavg: 2.56 2.19 2.00 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=813444 CPUtime=138.38
/proc/12471/stat : 12471 (java) S 12469 12471 11818 0 -1 0 176293 0 1 0 13743 95 0 0 18 0 12 0 19425577 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 203361 172423 1438 9 0 200688 0
[pid=12471/tid=12472] ppid=12469 vsize=813444 CPUtime=71.91
/proc/12471/task/12472/stat : 12472 (java) R 12469 12471 11818 0 -1 64 17242 0 1 0 7162 29 0 0 25 0 12 0 19425578 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=813444 CPUtime=5.99
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11818 0 -1 64 76755 0 0 0 569 30 0 0 16 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=813444 CPUtime=6.1
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11818 0 -1 64 75747 0 0 0 581 29 0 0 15 0 12 0 19425580 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=813444 CPUtime=51.16
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11818 0 -1 64 162 0 0 0 5114 2 0 0 18 0 12 0 19425581 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11818 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11818 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 19425582 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11818 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=813444 CPUtime=3.16
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11818 0 -1 64 5631 0 0 0 314 2 0 0 17 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11818 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=813444 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11818 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 19425587 832966656 172423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 138.38
Current children cumulated vsize (KiB) 813444

[startup+139.502 s]
/proc/loadavg: 2.56 2.19 2.00 4/87 12483
/proc/meminfo: memFree=166856/2055920 swapFree=4192956/4192956
[pid=12471] ppid=12469 vsize=0 CPUtime=138.75
/proc/12471/stat : 12471 (java) Z 12469 12471 11818 0 -1 12 176332 0 1 0 13773 102 0 0 16 0 2 0 19425577 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 138.75
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 139.539
CPU time (s): 138.797
CPU user time (s): 137.734
CPU system time (s): 1.06284
CPU usage (%): 99.4681
Max. virtual memory (cumulated for all children) (KiB): 814692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.734
system time used= 1.06284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176332
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= 8718
involuntary context switches= 7870

runsolver used 0.178972 second user time and 0.485926 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 16:47:09
IDJOB=2059140
IDBENCH=53555
IDSOLVER=731
FILE ID=node70/2059140-1247323616
PBS_JOBID= 9506492
Free space on /tmp= 66296 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/marc/normalized-large-96-sat_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059140-1247323616/watcher-2059140-1247323616 -o /tmp/evaluation-result-2059140-1247323616/solver-2059140-1247323616 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2059140-1247323616.xml

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

MD5SUM BENCH= 0832422d3adb16f478d8772816d8e677
RANDOM SEED=122182306

node70.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.214
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.214
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:        852872 kB
Buffers:         59916 kB
Cached:        1065144 kB
SwapCached:          0 kB
Active:         578212 kB
Inactive:       569812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        852872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          120996 kB
Writeback:           0 kB
Mapped:          33672 kB
Slab:            40348 kB
Committed_AS:   227476 kB
PageTables:       1736 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= 66296 MiB
End job on node70 at 2009-07-11 16:49:29