Trace number 1859651

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.48 1765.93

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__128.opb
MD5SUM2104e5f01fbb9f409116374f650da887
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1281998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint128
Maximum length of a constraint5633
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 44355197568
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 44355197568
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859651-1244974602.opb
0.22/0.22	c reading problem ... 
125.99/109.77	c ... done. Wall clock time 109.546s.
125.99/109.77	c #vars     1281998
125.99/109.77	c #constraints  14000
125.99/109.77	c constraints type 
125.99/109.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
125.99/109.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
125.99/109.77	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
577.22/553.81	c cleaning 28262 clauses out of 56547
840.97/815.31	c cleaning 28124 clauses out of 56292
1509.34/1478.00	c cleaning 37247 clauses out of 74614
1800.07/1765.61	c starts		: 17
1800.07/1765.61	c conflicts		: 148679
1800.07/1765.61	c decisions		: 46463120
1800.07/1765.61	c propagations		: 109945383
1800.07/1765.61	c inspects		: 300576815
1800.07/1765.61	c learnt literals	: 0
1800.07/1765.61	c learnt binary clauses	: 0
1800.07/1765.61	c learnt ternary clauses	: 0
1800.07/1765.61	c learnt clauses	: 148678
1800.07/1765.61	c ignored clauses	: 0
1800.07/1765.61	c root simplifications	: 0
1800.07/1765.61	c removed literals (reason simplification)	: 389694
1800.07/1765.61	c reason swapping (by a shorter reason)	: 0
1800.07/1765.61	c Calls to reduceDB	: 3
1800.07/1765.61	c speed (assignments/second)	: 66399.11621148599
1800.07/1765.61	c non guided choices	33330380
1800.07/1765.68	c learnt constraints type 
1800.07/1765.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 55050
1800.07/1765.68	c constraints type 
1800.07/1765.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.07/1765.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.07/1765.68	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.07/1765.68	s UNKNOWN
1800.07/1765.68	c Total wall clock time (in seconds): 1765.457

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-1859651-1244974602/watcher-1859651-1244974602 -o /tmp/evaluation-result-1859651-1244974602/solver-1859651-1244974602 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859651-1244974602.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: 1.00 1.00 1.00 3/64 18842
/proc/meminfo: memFree=1227048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=18576 CPUtime=0
/proc/18842/stat : 18842 (runsolver) R 18840 18842 18514 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165061269 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18842/statm: 4644 284 249 26 0 2626 0

[startup+0.080766 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18842
/proc/meminfo: memFree=1227048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1470220 CPUtime=0.06
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 3409 0 1 0 4 2 0 0 18 0 7 0 165061269 1505505280 3154 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 367555 3154 1034 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101762 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18842
/proc/meminfo: memFree=1227048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1472584 CPUtime=0.08
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 3592 0 1 0 6 2 0 0 18 0 12 0 165061269 1507926016 3335 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 368146 3335 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301789 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18842
/proc/meminfo: memFree=1227048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1475004 CPUtime=0.32
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 12075 0 1 0 27 5 0 0 18 0 12 0 165061269 1510404096 11813 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 368751 11813 1345 9 0 366094 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475004

[startup+0.70183 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18842
/proc/meminfo: memFree=1227048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1476196 CPUtime=0.95
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 15707 0 1 0 88 7 0 0 18 0 12 0 165061269 1511624704 15242 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 369049 15242 1390 9 0 366392 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1476196

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18854
/proc/meminfo: memFree=1147464/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1476196 CPUtime=1.75
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 30851 0 1 0 160 15 0 0 18 0 12 0 165061269 1511624704 30386 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 369049 30387 1390 9 0 366392 0
[pid=18842/tid=18844] ppid=18840 vsize=1476196 CPUtime=1.39
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 28878 0 1 0 125 14 0 0 25 0 12 0 165061271 1511624704 30388 1992294400 134512640 134550932 4294956016 18446744073709551615 4109469249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165061272 1511624704 30388 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165061272 1511624704 30389 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165061274 1511624704 30390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 165061275 1511624704 30390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 165061275 1511624704 30391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165061279 1511624704 30392 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1476196 CPUtime=0.23
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 685 0 0 0 23 0 0 0 16 0 12 0 165061279 1511624704 30393 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1476196 CPUtime=0.11
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 550 0 0 0 11 0 0 0 16 0 12 0 165061279 1511624704 30393 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165061279 1511624704 30394 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165061279 1511624704 30395 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1476196

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18854
/proc/meminfo: memFree=1061000/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1476196 CPUtime=3.54
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 51037 0 1 0 328 26 0 0 18 0 12 0 165061269 1511624704 50080 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 369049 50081 1401 9 0 366392 0
[pid=18842/tid=18844] ppid=18840 vsize=1476196 CPUtime=2.79
/proc/18842/task/18844/stat : 18844 (java) S 18840 18842 18514 0 -1 64 30901 0 1 0 263 16 0 0 25 0 12 0 165061271 1511624704 50082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1476196 CPUtime=0.19
/proc/18842/task/18845/stat : 18845 (java) R 18840 18842 18514 0 -1 64 12339 0 0 0 13 6 0 0 17 0 12 0 165061272 1511624704 50083 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1476196 CPUtime=0.19
/proc/18842/task/18846/stat : 18846 (java) R 18840 18842 18514 0 -1 64 5816 0 0 0 16 3 0 0 17 0 12 0 165061272 1511624704 50085 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 165061274 1511624704 50086 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165061275 1511624704 50087 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165061275 1511624704 50088 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165061279 1511624704 50089 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1476196 CPUtime=0.23
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 685 0 0 0 23 0 0 0 16 0 12 0 165061279 1511624704 50090 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1476196 CPUtime=0.11
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 550 0 0 0 11 0 0 0 16 0 12 0 165061279 1511624704 50091 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165061279 1511624704 50093 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1476196 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165061279 1511624704 50094 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1476196

[startup+6.30244 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18854
/proc/meminfo: memFree=1008008/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1475880 CPUtime=7.08
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 64734 0 1 0 673 35 0 0 18 0 12 0 165061269 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 368970 61840 1401 9 0 366313 0
[pid=18842/tid=18844] ppid=18840 vsize=1475880 CPUtime=5.64
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 30906 0 1 0 547 17 0 0 19 0 12 0 165061271 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1475880 CPUtime=0.53
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 20375 0 0 0 43 10 0 0 18 0 12 0 165061272 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1475880 CPUtime=0.53
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 11469 0 0 0 47 6 0 0 18 0 12 0 165061272 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165061274 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165061275 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165061275 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165061279 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1475880 CPUtime=0.23
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 685 0 0 0 23 0 0 0 17 0 12 0 165061279 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1475880 CPUtime=0.11
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 550 0 0 0 11 0 0 0 16 0 12 0 165061279 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165061279 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1475880 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165061279 1511301120 61840 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 1475880

[startup+12.7022 s]
/proc/loadavg: 1.16 1.03 1.01 2/76 18854
/proc/meminfo: memFree=840968/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1480820 CPUtime=15.96
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 110688 0 1 0 1537 59 0 0 18 0 12 0 165061269 1516359680 102533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370205 102535 1411 9 0 367548 0
[pid=18842/tid=18844] ppid=18840 vsize=1480820 CPUtime=9.72
/proc/18842/task/18844/stat : 18844 (java) S 18840 18842 18514 0 -1 64 30930 0 1 0 954 18 0 0 19 0 12 0 165061271 1516359680 102537 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1480820 CPUtime=2.79
/proc/18842/task/18845/stat : 18845 (java) R 18840 18842 18514 0 -1 64 45204 0 0 0 256 23 0 0 16 0 12 0 165061272 1516359680 102538 1992294400 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1480820 CPUtime=2.77
/proc/18842/task/18846/stat : 18846 (java) R 18840 18842 18514 0 -1 64 32111 0 0 0 262 15 0 0 16 0 12 0 165061272 1516359680 102540 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 165061274 1516359680 102542 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165061275 1516359680 102543 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165061275 1516359680 102545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165061279 1516359680 102547 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1480820 CPUtime=0.38
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 848 0 0 0 38 0 0 0 16 0 12 0 165061279 1516359680 102548 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1480820 CPUtime=0.25
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 854 0 0 0 25 0 0 0 16 0 12 0 165061279 1516359680 102550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165061279 1516359680 102552 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165061279 1516359680 102554 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1480820

[startup+25.5016 s]
/proc/loadavg: 1.20 1.05 1.01 3/76 18854
/proc/meminfo: memFree=503048/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1480820 CPUtime=32.93
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 200957 0 1 0 3186 107 0 0 18 0 12 0 165061269 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370205 182604 1411 9 0 367548 0
[pid=18842/tid=18844] ppid=18840 vsize=1480820 CPUtime=18.12
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 30953 0 1 0 1791 21 0 0 18 0 12 0 165061271 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1480820 CPUtime=7.14
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 81937 0 0 0 672 42 0 0 17 0 12 0 165061272 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1480820 CPUtime=6.94
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 85481 0 0 0 652 42 0 0 16 0 12 0 165061272 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165061274 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165061275 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165061275 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1480820 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165061279 1516359680 182604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1480820 CPUtime=0.38

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

/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 1081 0 0 0 103 0 0 0 17 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1482360 CPUtime=1.12
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 2467 0 0 0 111 1 0 0 16 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18855] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18855/stat : 18855 (java) S 18840 18842 18514 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165072507 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1574.56
Current children cumulated vsize (KiB) 1482360

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1482360 CPUtime=1635.47
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 375000 0 1 0 163225 322 0 0 18 0 13 0 165061269 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370590 320575 1438 9 0 367933 0
[pid=18842/tid=18844] ppid=18840 vsize=1482360 CPUtime=1551.39
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 32027 0 1 0 155109 30 0 0 25 0 13 0 165061271 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4109844460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1482360 CPUtime=38.18
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 149526 0 0 0 3705 113 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1482360 CPUtime=36.38
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 165390 0 0 0 3477 161 0 0 17 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1482360 CPUtime=7.31
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 23764 0 0 0 717 14 0 0 16 0 13 0 165061274 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1482360 CPUtime=1.03
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 1081 0 0 0 103 0 0 0 17 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1482360 CPUtime=1.12
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 2467 0 0 0 111 1 0 0 16 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18855] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18855/stat : 18855 (java) S 18840 18842 18514 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165072507 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1635.47
Current children cumulated vsize (KiB) 1482360

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1482360 CPUtime=1695.78
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 375006 0 1 0 169256 322 0 0 18 0 13 0 165061269 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370590 320575 1438 9 0 367933 0
[pid=18842/tid=18844] ppid=18840 vsize=1482360 CPUtime=1611
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 32033 0 1 0 161070 30 0 0 25 0 13 0 165061271 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4109816075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1482360 CPUtime=38.54
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 149526 0 0 0 3741 113 0 0 17 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1482360 CPUtime=36.72
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 165390 0 0 0 3511 161 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1482360 CPUtime=7.31
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 23764 0 0 0 717 14 0 0 16 0 13 0 165061274 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1482360 CPUtime=1.03
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 1081 0 0 0 103 0 0 0 17 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1482360 CPUtime=1.12
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 2467 0 0 0 111 1 0 0 16 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18855] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18855/stat : 18855 (java) S 18840 18842 18514 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165072507 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.78
Current children cumulated vsize (KiB) 1482360

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1482360 CPUtime=1756.49
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 375021 0 1 0 175326 323 0 0 18 0 13 0 165061269 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370590 320575 1438 9 0 367933 0
[pid=18842/tid=18844] ppid=18840 vsize=1482360 CPUtime=1670.14
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 32048 0 1 0 166984 30 0 0 25 0 13 0 165061271 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4109897782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1482360 CPUtime=39.29
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 149526 0 0 0 3815 114 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1482360 CPUtime=37.54
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 165390 0 0 0 3593 161 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1482360 CPUtime=7.31
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 23764 0 0 0 717 14 0 0 16 0 13 0 165061274 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1482360 CPUtime=1.03
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 1081 0 0 0 103 0 0 0 17 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1482360 CPUtime=1.12
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 2467 0 0 0 111 1 0 0 16 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18855] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18855/stat : 18855 (java) S 18840 18842 18514 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165072507 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1756.49
Current children cumulated vsize (KiB) 1482360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=1482360 CPUtime=1800.07
/proc/18842/stat : 18842 (java) S 18840 18842 18514 0 -1 0 375027 0 1 0 179684 323 0 0 18 0 13 0 165061269 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18842/statm: 370590 320575 1438 9 0 367933 0
[pid=18842/tid=18844] ppid=18840 vsize=1482360 CPUtime=1713.07
/proc/18842/task/18844/stat : 18844 (java) R 18840 18842 18514 0 -1 64 32054 0 1 0 171277 30 0 0 25 0 13 0 165061271 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4109783516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18840 vsize=1482360 CPUtime=39.59
/proc/18842/task/18845/stat : 18845 (java) S 18840 18842 18514 0 -1 64 149526 0 0 0 3845 114 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18840 vsize=1482360 CPUtime=37.89
/proc/18842/task/18846/stat : 18846 (java) S 18840 18842 18514 0 -1 64 165390 0 0 0 3628 161 0 0 16 0 13 0 165061272 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18847] ppid=18840 vsize=1482360 CPUtime=7.31
/proc/18842/task/18847/stat : 18847 (java) S 18840 18842 18514 0 -1 64 23764 0 0 0 717 14 0 0 16 0 13 0 165061274 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18848/stat : 18848 (java) S 18840 18842 18514 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18840 18842 18514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165061275 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18851] ppid=18840 vsize=1482360 CPUtime=1.03
/proc/18842/task/18851/stat : 18851 (java) S 18840 18842 18514 0 -1 64 1081 0 0 0 103 0 0 0 17 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18852] ppid=18840 vsize=1482360 CPUtime=1.12
/proc/18842/task/18852/stat : 18852 (java) S 18840 18842 18514 0 -1 64 2467 0 0 0 111 1 0 0 16 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18842/tid=18853] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18853/stat : 18853 (java) S 18840 18842 18514 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18854] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18854/stat : 18854 (java) S 18840 18842 18514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165061279 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18855] ppid=18840 vsize=1482360 CPUtime=0
/proc/18842/task/18855/stat : 18855 (java) S 18840 18842 18514 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 165072507 1517936640 320575 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1482360

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

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

[startup+1765.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=0 CPUtime=1800.33
/proc/18842/stat : 18842 (java) Z 18840 18842 18514 0 -1 1036 375054 0 1 0 179703 330 0 0 15 0 2 0 165061269 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18842/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+1765.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18855
/proc/meminfo: memFree=39616/2055920 swapFree=4191900/4192956
[pid=18842] ppid=18840 vsize=0 CPUtime=1800.43
/proc/18842/stat : 18842 (java) Z 18840 18842 18514 0 -1 1036 375054 0 1 0 179703 340 0 0 15 0 2 0 165061269 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18842/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.93
CPU time (s): 1800.48
CPU user time (s): 1797.04
CPU system time (s): 3.43648
CPU usage (%): 101.956
Max. virtual memory (cumulated for all children) (KiB): 1506716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.04
system time used= 3.43648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375054
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= 49902
involuntary context switches= 38868

runsolver used 1.9937 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-14 12:16:46
IDJOB=1859651
IDBENCH=71874
IDSOLVER=682
FILE ID=node9/1859651-1244974602
PBS_JOBID= 9355049
Free space on /tmp= 66144 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__128.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859651-1244974602/watcher-1859651-1244974602 -o /tmp/evaluation-result-1859651-1244974602/solver-1859651-1244974602 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859651-1244974602.opb

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

MD5SUM BENCH= 2104e5f01fbb9f409116374f650da887
RANDOM SEED=1108855055

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1227528 kB
Buffers:         77160 kB
Cached:         660516 kB
SwapCached:        260 kB
Active:         179160 kB
Inactive:       571300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227528 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           61116 kB
Writeback:           0 kB
Mapped:          21996 kB
Slab:            63928 kB
Committed_AS:   133664 kB
PageTables:       1404 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= 66140 MiB
End job on node9 at 2009-06-14 12:46:13