Trace number 1883846

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 Pseudo Resolution 2.1.1? (TO) 1800.39 1798.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-105-100.opb
MD5SUM171440d91f1be063c3511a9802d43f3d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints546105
Number of constraints which are clauses546105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.86	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.86	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.86	c See www.sat4j.org for details.
0.11/0.89	c version 2.1.1.v20090612
0.11/0.89	c sun.arch.data.model	32
0.11/0.89	c java.version	1.6.0_12
0.11/0.89	c os.name	Linux
0.11/0.89	c os.version	2.6.9-22.EL.rootsmp
0.11/0.89	c os.arch	i386
0.11/0.89	c Free memory 1342000320
0.11/0.89	c Max memory 1344274432
0.11/0.89	c Total memory 1344274432
0.11/0.89	c Number of processors 2
0.16/0.98	c Pseudo Boolean Optimization
0.16/0.98	c --- Begin Solver configuration ---
0.16/0.98	c Stops conflict analysis at the first Unique Implication Point
0.16/0.98	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.16/0.98	c Learn all clauses as in MiniSAT
0.16/0.98	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.98	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.98	c Expensive reason simplification
0.16/0.98	c MiniSAT restarts strategy
0.16/0.98	c Memory based learned constraints deletion strategy
0.16/0.98	c timeout=2147483s
0.16/0.98	c DB Simplification allowed=false
0.16/0.98	c --- End Solver configuration ---
0.16/0.98	c solving HOME/instance-1883846-1245236327.opb
0.16/0.98	c reading problem ... 
7.11/6.93	c ... done. Wall clock time 5.949s.
7.11/6.93	c #vars     10500
7.11/6.93	c #constraints  546105
7.11/6.93	c constraints type 
7.11/6.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 546000
7.11/6.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 105
1800.08/1797.91	c starts		: 18
1800.08/1797.91	c conflicts		: 200892
1800.08/1797.91	c decisions		: 229378
1800.08/1797.91	c propagations		: 21543943
1800.08/1797.91	c inspects		: 1266566778
1800.08/1797.91	c learnt literals	: 0
1800.08/1797.91	c learnt binary clauses	: 0
1800.08/1797.91	c learnt ternary clauses	: 0
1800.08/1797.91	c learnt clauses	: 200892
1800.08/1797.91	c ignored clauses	: 0
1800.08/1797.91	c root simplifications	: 0
1800.08/1797.91	c removed literals (reason simplification)	: 763259
1800.08/1797.91	c reason swapping (by a shorter reason)	: 0
1800.08/1797.91	c Calls to reduceDB	: 0
1800.08/1797.91	c speed (assignments/second)	: 12029.14999514232
1800.08/1797.91	c non guided choices	4966
1800.08/1797.99	c learnt constraints type 
1800.08/1797.99	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 200894
1800.08/1797.99	c constraints type 
1800.08/1797.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 546000
1800.08/1797.99	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 105
1800.08/1797.99	s UNKNOWN
1800.08/1797.99	c Total wall clock time (in seconds): 1797.004

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883846-1245236327/watcher-1883846-1245236327 -o /tmp/evaluation-result-1883846-1245236327/solver-1883846-1245236327 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1883846-1245236327.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8375
/proc/meminfo: memFree=1747528/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1612 CPUtime=0
/proc/8375/stat : 8375 (java6) D 8373 8375 8338 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 191233414 1650688 138 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8375/statm: 403 141 105 9 0 45 0

[startup+0.0964679 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8375
/proc/meminfo: memFree=1747528/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=12740 CPUtime=0
/proc/8375/stat : 8375 (java) D 8373 8375 8338 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 191233414 13045760 155 1992294400 134512640 134550932 4294956016 18446744073709551615 7984135 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8375/statm: 3185 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.101466 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8375
/proc/meminfo: memFree=1747528/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=12740 CPUtime=0
/proc/8375/stat : 8375 (java) D 8373 8375 8338 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 191233414 13045760 155 1992294400 134512640 134550932 4294956016 18446744073709551615 7984135 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8375/statm: 3185 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.301489 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8375
/proc/meminfo: memFree=1747528/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=12928 CPUtime=0.01
/proc/8375/stat : 8375 (java) D 8373 8375 8338 0 -1 0 491 0 21 0 0 1 0 0 18 0 1 0 191233414 13238272 319 1992294400 134512640 134550932 4294956016 18446744073709551615 7951146 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8375/statm: 3232 319 137 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.701535 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 8375
/proc/meminfo: memFree=1747528/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1472584 CPUtime=0.09
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 3565 0 27 0 6 3 0 0 18 0 12 0 191233414 1507926016 3334 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 368146 3334 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+1.50164 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 8387
/proc/meminfo: memFree=1726632/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1478704 CPUtime=1.1
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 8372 0 27 0 103 7 0 0 18 0 12 0 191233414 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 369676 7321 1396 9 0 367019 0
[pid=8375/tid=8377] ppid=8373 vsize=1478704 CPUtime=0.51
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 5238 0 1 0 47 4 0 0 20 0 12 0 191233446 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4109478792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 191233450 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 191233450 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191233452 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 191233454 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 191233454 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191233479 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1478704 CPUtime=0.25
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 673 0 0 0 25 0 0 0 16 0 12 0 191233479 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1478704 CPUtime=0.3
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 1743 0 0 0 30 0 0 0 17 0 12 0 191233479 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191233479 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191233479 1514192896 7321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1478704

[startup+3.10181 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 8387
/proc/meminfo: memFree=1684328/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1478704 CPUtime=2.89
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 35863 0 27 0 271 18 0 0 18 0 12 0 191233414 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 369676 34585 1409 9 0 367019 0
[pid=8375/tid=8377] ppid=8373 vsize=1478704 CPUtime=1.92
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30909 0 1 0 178 14 0 0 19 0 12 0 191233446 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1478704 CPUtime=0.03
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 712 0 0 0 3 0 0 0 17 0 12 0 191233450 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1478704 CPUtime=0.02
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 841 0 0 0 2 0 0 0 16 0 12 0 191233450 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191233452 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 191233454 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 191233454 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191233479 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1478704 CPUtime=0.39
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 792 0 0 0 39 0 0 0 17 0 12 0 191233479 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1478704 CPUtime=0.47
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 1885 0 0 0 47 0 0 0 16 0 12 0 191233479 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191233479 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191233479 1514192896 34585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1478704

[startup+6.30219 s]
/proc/loadavg: 0.08 0.02 0.01 2/76 8387
/proc/meminfo: memFree=1577768/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1478704 CPUtime=6.41
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 45492 0 27 0 616 25 0 0 18 0 12 0 191233414 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 369676 44075 1409 9 0 367019 0
[pid=8375/tid=8377] ppid=8373 vsize=1478704 CPUtime=4.79
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30915 0 1 0 464 15 0 0 18 0 12 0 191233446 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4109548688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1478704 CPUtime=0.35
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 5331 0 0 0 32 3 0 0 16 0 12 0 191233450 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1478704 CPUtime=0.34
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 5836 0 0 0 32 2 0 0 16 0 12 0 191233450 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 191233452 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 191233454 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 191233454 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 191233479 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1478704 CPUtime=0.39
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 792 0 0 0 39 0 0 0 17 0 12 0 191233479 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1478704 CPUtime=0.47
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 1885 0 0 0 47 0 0 0 16 0 12 0 191233479 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 191233479 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1478704 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191233479 1514192896 44075 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 1478704

[startup+12.7029 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 8388
/proc/meminfo: memFree=1562080/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=13.85
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 48732 0 27 0 1358 27 0 0 18 0 13 0 191233414 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 45646 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=11
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30956 0 1 0 1084 16 0 0 25 0 13 0 191233446 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4109785063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=0.45
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 5960 0 0 0 42 3 0 0 17 0 13 0 191233450 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=0.45
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 6398 0 0 0 42 3 0 0 16 0 13 0 191233450 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 191233452 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191233479 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1480616 CPUtime=0.89
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1214 0 0 0 89 0 0 0 16 0 13 0 191233479 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3467 0 0 0 99 1 0 0 16 0 13 0 191233479 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 45646 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 1480616

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 8388
/proc/meminfo: memFree=1562144/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=26.66
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 48736 0 27 0 2639 27 0 0 18 0 13 0 191233414 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 45649 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=23.75
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30957 0 1 0 2359 16 0 0 25 0 13 0 191233446 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4109852111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=0.45
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 5960 0 0 0 42 3 0 0 17 0 13 0 191233450 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=0.45
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 6398 0 0 0 42 3 0 0 16 0 13 0 191233450 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 191233452 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 45649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0

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

/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1216 0 0 0 92 0 0 0 17 0 13 0 191233479 1516150784 184675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1.05
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3468 0 0 0 104 1 0 0 16 0 13 0 191233479 1516150784 184675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 184675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 184675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 184675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.43
Current children cumulated vsize (KiB) 1480616

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/77 8394
/proc/meminfo: memFree=956192/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=1664.54
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 266285 0 27 0 166320 134 0 0 18 0 13 0 191233414 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 196758 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=1658.05
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30969 0 1 0 165788 17 0 0 25 0 13 0 191233446 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4109785883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=2.21
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 115394 0 0 0 165 56 0 0 18 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=2.23
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 114501 0 0 0 168 55 0 0 16 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 191233452 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1480616 CPUtime=0.92
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1216 0 0 0 92 0 0 0 17 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1.05
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3468 0 0 0 104 1 0 0 16 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.54
Current children cumulated vsize (KiB) 1480616

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/77 8394
/proc/meminfo: memFree=956000/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=1724.51
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 266285 0 27 0 172317 134 0 0 18 0 13 0 191233414 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 196758 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=1718.02
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30969 0 1 0 171785 17 0 0 25 0 13 0 191233446 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4109785587 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=2.21
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 115394 0 0 0 165 56 0 0 18 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=2.23
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 114501 0 0 0 168 55 0 0 16 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 191233452 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1480616 CPUtime=0.92
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1216 0 0 0 92 0 0 0 17 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1.05
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3468 0 0 0 104 1 0 0 16 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.51
Current children cumulated vsize (KiB) 1480616

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 8394
/proc/meminfo: memFree=955808/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=1784.49
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 266285 0 27 0 178315 134 0 0 18 0 13 0 191233414 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 196758 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=1777.99
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30969 0 1 0 177782 17 0 0 25 0 13 0 191233446 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4109785045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=2.21
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 115394 0 0 0 165 56 0 0 18 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=2.23
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 114501 0 0 0 168 55 0 0 16 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 191233452 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1480616 CPUtime=0.92
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1216 0 0 0 92 0 0 0 17 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1.05
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3468 0 0 0 104 1 0 0 16 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (KiB) 1480616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 8394
/proc/meminfo: memFree=955808/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=1480616 CPUtime=1800.08
/proc/8375/stat : 8375 (java) S 8373 8375 8338 0 -1 0 266285 0 27 0 179874 134 0 0 18 0 13 0 191233414 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8375/statm: 370154 196758 1430 9 0 367497 0
[pid=8375/tid=8377] ppid=8373 vsize=1480616 CPUtime=1793.59
/proc/8375/task/8377/stat : 8377 (java) R 8373 8375 8338 0 -1 64 30969 0 1 0 179342 17 0 0 25 0 13 0 191233446 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4109785045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8378] ppid=8373 vsize=1480616 CPUtime=2.21
/proc/8375/task/8378/stat : 8378 (java) S 8373 8375 8338 0 -1 64 115394 0 0 0 165 56 0 0 18 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8379] ppid=8373 vsize=1480616 CPUtime=2.23
/proc/8375/task/8379/stat : 8379 (java) S 8373 8375 8338 0 -1 64 114501 0 0 0 168 55 0 0 16 0 13 0 191233450 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8380] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8380/stat : 8380 (java) S 8373 8375 8338 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 191233452 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8381] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8381/stat : 8381 (java) S 8373 8375 8338 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8382] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8382/stat : 8382 (java) S 8373 8375 8338 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 191233454 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8383] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8383/stat : 8383 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8384] ppid=8373 vsize=1480616 CPUtime=0.92
/proc/8375/task/8384/stat : 8384 (java) S 8373 8375 8338 0 -1 64 1216 0 0 0 92 0 0 0 17 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8385] ppid=8373 vsize=1480616 CPUtime=1.05
/proc/8375/task/8385/stat : 8385 (java) S 8373 8375 8338 0 -1 64 3468 0 0 0 104 1 0 0 16 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8375/tid=8386] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8386/stat : 8386 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8387] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8387/stat : 8387 (java) S 8373 8375 8338 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191233479 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8375/tid=8388] ppid=8373 vsize=1480616 CPUtime=0
/proc/8375/task/8388/stat : 8388 (java) S 8373 8375 8338 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191234114 1516150784 196758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1480616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1798.01 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 8394
/proc/meminfo: memFree=955808/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=0 CPUtime=1800.28
/proc/8375/stat : 8375 (java) Z 8373 8375 8338 0 -1 1036 266308 0 27 0 179892 136 0 0 15 0 2 0 191233414 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8375/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

[startup+1798.1 s]
/proc/loadavg: 1.00 0.97 0.82 2/77 8394
/proc/meminfo: memFree=955808/2055920 swapFree=4191900/4192956
[pid=8375] ppid=8373 vsize=0 CPUtime=1800.36
/proc/8375/stat : 8375 (java) Z 8373 8375 8338 0 -1 1036 266308 0 27 0 179892 144 0 0 15 0 2 0 191233414 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8375/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.12
CPU time (s): 1800.39
CPU user time (s): 1798.92
CPU system time (s): 1.47178
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 1481624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.47178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266308
page faults= 27
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37430
involuntary context switches= 42134

runsolver used 1.79973 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-17 12:58:48
IDJOB=1883846
IDBENCH=2568
IDSOLVER=682
FILE ID=node11/1883846-1245236327
PBS_JOBID= 9372326
Free space on /tmp= 66144 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-105-100.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883846-1245236327/watcher-1883846-1245236327 -o /tmp/evaluation-result-1883846-1245236327/solver-1883846-1245236327 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1883846-1245236327.opb

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

MD5SUM BENCH= 171440d91f1be063c3511a9802d43f3d
RANDOM SEED=358009004

node11.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.234
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.234
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:       1748008 kB
Buffers:         31956 kB
Cached:         207568 kB
SwapCached:        312 kB
Active:          67648 kB
Inactive:       184580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748008 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           14408 kB
Writeback:           0 kB
Mapped:          21160 kB
Slab:            41680 kB
Committed_AS:   204548 kB
PageTables:       1452 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= 66144 MiB
End job on node11 at 2009-06-17 13:28:48