Trace number 1855965

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.84 1787.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
MD5SUMd5dba1ae5450ecccd67bf40744af7c62
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables733406
Total number of constraints12168
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 1765505311698925020552
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1855965-1244897373.opb
0.22/0.21	c reading problem ... 
23.22/18.58	c ... done. Wall clock time 18.363s.
23.22/18.58	c #vars     733406
23.22/18.58	c #constraints  236656
23.22/18.58	c constraints type 
23.22/18.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
1800.09/1787.21	c starts		: 21
1800.09/1787.21	c conflicts		: 916331
1800.09/1787.21	c decisions		: 3179800
1800.09/1787.21	c propagations		: 38511523
1800.09/1787.21	c inspects		: 1429951596
1800.09/1787.21	c learnt literals	: 125
1800.09/1787.21	c learnt binary clauses	: 160
1800.09/1787.21	c learnt ternary clauses	: 250
1800.09/1787.21	c learnt clauses	: 916207
1800.09/1787.21	c ignored clauses	: 0
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 29980698
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 0
1800.09/1787.21	c speed (assignments/second)	: 21776.29661629838
1800.09/1787.21	c non guided choices	484670
1800.47/1787.48	c learnt constraints type 
1800.47/1787.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 916169
1800.47/1787.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 160
1800.47/1787.48	c constraints type 
1800.47/1787.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
1800.47/1787.48	s UNKNOWN
1800.47/1787.48	c Total wall clock time (in seconds): 1787.264

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-1855965-1244897373/watcher-1855965-1244897373 -o /tmp/evaluation-result-1855965-1244897373/solver-1855965-1244897373 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855965-1244897373.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.02 1.06 1.02 3/64 12535
/proc/meminfo: memFree=1281648/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1612 CPUtime=0
/proc/12535/stat : 12535 (java6) R 12533 12535 11985 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 157337438 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12535/statm: 403 147 111 9 0 45 0

[startup+0.0680909 s]
/proc/loadavg: 1.02 1.06 1.02 3/64 12535
/proc/meminfo: memFree=1281648/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1470788 CPUtime=0.05
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 3358 0 1 0 3 2 0 0 18 0 7 0 157337438 1506086912 3103 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 367697 3104 1030 9 0 365048 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470788

[startup+0.101095 s]
/proc/loadavg: 1.02 1.06 1.02 3/64 12535
/proc/meminfo: memFree=1281648/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1472996 CPUtime=0.09
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 3631 0 1 0 6 3 0 0 18 0 12 0 157337438 1508347904 3374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 368249 3376 1068 9 0 365597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472996

[startup+0.301135 s]
/proc/loadavg: 1.02 1.06 1.02 3/64 12535
/proc/meminfo: memFree=1281648/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1474276 CPUtime=0.34
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 9021 0 1 0 29 5 0 0 18 0 12 0 157337438 1509658624 8758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 368569 8758 1353 9 0 365912 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474276

[startup+0.7022 s]
/proc/loadavg: 1.02 1.06 1.02 3/64 12535
/proc/meminfo: memFree=1281648/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1475652 CPUtime=0.93
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 12704 0 1 0 86 7 0 0 18 0 12 0 157337438 1511067648 12194 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 368913 12194 1394 9 0 366256 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1475652

[startup+1.50232 s]
/proc/loadavg: 1.02 1.06 1.02 2/76 12547
/proc/meminfo: memFree=1219280/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1475652 CPUtime=1.73
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 25694 0 1 0 160 13 0 0 18 0 12 0 157337438 1511067648 25184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 368913 25185 1394 9 0 366256 0
[pid=12535/tid=12537] ppid=12533 vsize=1475652 CPUtime=1.38
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 23691 0 1 0 127 11 0 0 25 0 12 0 157337439 1511067648 25185 1992294400 134512640 134550932 4294956016 18446744073709551615 4109508594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 157337440 1511067648 25186 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157337440 1511067648 25186 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157337442 1511067648 25187 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 157337443 1511067648 25188 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 157337443 1511067648 25188 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 157337447 1511067648 25189 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1475652 CPUtime=0.18
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 611 0 0 0 18 0 0 0 16 0 12 0 157337447 1511067648 25190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1475652 CPUtime=0.15
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 648 0 0 0 15 0 0 0 16 0 12 0 157337447 1511067648 25191 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157337447 1511067648 25191 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157337447 1511067648 25192 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 1475652

[startup+3.10157 s]
/proc/loadavg: 1.02 1.06 1.02 2/76 12547
/proc/meminfo: memFree=1125328/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1475652 CPUtime=3.42
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 41304 0 1 0 322 20 0 0 18 0 12 0 157337438 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 368913 40305 1405 9 0 366256 0
[pid=12535/tid=12537] ppid=12533 vsize=1475652 CPUtime=2.88
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 30886 0 1 0 273 15 0 0 25 0 12 0 157337439 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4109100038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1475652 CPUtime=0.09
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 5564 0 0 0 7 2 0 0 17 0 12 0 157337440 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1475652 CPUtime=0.09
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 2843 0 0 0 8 1 0 0 17 0 12 0 157337440 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157337442 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 157337443 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157337443 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 157337447 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1475652 CPUtime=0.18
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 611 0 0 0 18 0 0 0 16 0 12 0 157337447 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1475652 CPUtime=0.15
/proc/12535/task/12545/stat : 12545 (java) R 12533 12535 11985 0 -1 64 648 0 0 0 15 0 0 0 16 0 12 0 157337447 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 106427903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157337447 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1475652 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157337447 1511067648 40305 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1475652

[startup+6.30209 s]
/proc/loadavg: 1.02 1.06 1.02 3/76 12547
/proc/meminfo: memFree=1040272/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1489536 CPUtime=8.06
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 77651 0 1 0 768 38 0 0 18 0 12 0 157337438 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 372384 68647 1415 9 0 369727 0
[pid=12535/tid=12537] ppid=12533 vsize=1489536 CPUtime=5.27
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 30901 0 1 0 511 16 0 0 25 0 12 0 157337439 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1489536 CPUtime=0.66
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 21002 0 0 0 57 9 0 0 17 0 12 0 157337440 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1489536 CPUtime=0.66
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 15927 0 0 0 59 7 0 0 16 0 12 0 157337440 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 157337442 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 157337443 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157337443 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 157337447 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1489536 CPUtime=0.45
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 1611 0 0 0 45 0 0 0 16 0 12 0 157337447 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1489536 CPUtime=0.97
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7458 0 0 0 94 3 0 0 16 0 12 0 157337447 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157337447 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1489536 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157337447 1525284864 68647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 1489536

[startup+12.7011 s]
/proc/loadavg: 1.18 1.09 1.03 2/76 12547
/proc/meminfo: memFree=889744/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1485748 CPUtime=16.12
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 117535 0 1 0 1555 57 0 0 18 0 12 0 157337438 1521405952 103868 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 371437 103871 1417 9 0 368780 0
[pid=12535/tid=12537] ppid=12533 vsize=1485748 CPUtime=9.99
/proc/12535/task/12537/stat : 12537 (java) S 12533 12535 11985 0 -1 64 30912 0 1 0 983 16 0 0 19 0 12 0 157337439 1521405952 103872 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1485748 CPUtime=2.25
/proc/12535/task/12538/stat : 12538 (java) R 12533 12535 11985 0 -1 64 40092 0 0 0 207 18 0 0 16 0 12 0 157337440 1521405952 103874 1992294400 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1485748 CPUtime=2.26
/proc/12535/task/12539/stat : 12539 (java) R 12533 12535 11985 0 -1 64 36699 0 0 0 210 16 0 0 16 0 12 0 157337440 1521405952 103876 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 157337442 1521405952 103878 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 157337443 1521405952 103882 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157337443 1521405952 103886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 157337447 1521405952 103888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1485748 CPUtime=0.53
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 1626 0 0 0 53 0 0 0 17 0 12 0 157337447 1521405952 103890 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1485748 CPUtime=1.02
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7462 0 0 0 99 3 0 0 17 0 12 0 157337447 1521405952 103892 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157337447 1521405952 103894 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1485748 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157337447 1521405952 103897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 1485748

[startup+25.5022 s]
/proc/loadavg: 1.15 1.09 1.03 2/77 12548
/proc/meminfo: memFree=670024/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1487096 CPUtime=31.7
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 172857 0 1 0 3081 89 0 0 18 0 13 0 157337438 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 371774 154041 1436 9 0 369117 0
[pid=12535/tid=12537] ppid=12533 vsize=1487096 CPUtime=20.63
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 30982 0 1 0 2045 18 0 0 23 0 13 0 157337439 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1487096 CPUtime=4.08
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 66003 0 0 0 376 32 0 0 17 0 13 0 157337440 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1487096 CPUtime=4.08
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 64340 0 0 0 376 32 0 0 16 0 13 0 157337440 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157337442 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 157337447 1522786304 154041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487096 CPUtime=1.16

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

[pid=12535/tid=12542] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 157337447 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487096 CPUtime=1.48
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 3319 0 0 0 147 1 0 0 16 0 13 0 157337447 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1487096 CPUtime=1.85
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7541 0 0 0 182 3 0 0 17 0 13 0 157337447 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157337447 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157337447 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12548] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12548/stat : 12548 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157339557 1522786304 251814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.78
Current children cumulated vsize (KiB) 1487096

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12556
/proc/meminfo: memFree=267464/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1487096 CPUtime=1734.97
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 286449 0 1 0 173345 152 0 0 18 0 13 0 157337438 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 371774 254350 1436 9 0 369117 0
[pid=12535/tid=12537] ppid=12533 vsize=1487096 CPUtime=1709.22
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 31173 0 1 0 170902 20 0 0 25 0 13 0 157337439 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1487096 CPUtime=11.09
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 118967 0 0 0 1050 59 0 0 16 0 13 0 157337440 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1487096 CPUtime=11.24
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 124692 0 0 0 1059 65 0 0 17 0 13 0 157337440 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1487096 CPUtime=0.03
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 2 1 0 0 16 0 13 0 157337442 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 157337447 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487096 CPUtime=1.48
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 3319 0 0 0 147 1 0 0 16 0 13 0 157337447 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1487096 CPUtime=1.85
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7541 0 0 0 182 3 0 0 17 0 13 0 157337447 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157337447 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157337447 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12548] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12548/stat : 12548 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157339557 1522786304 254350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.97
Current children cumulated vsize (KiB) 1487096

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12556
/proc/meminfo: memFree=254856/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1487096 CPUtime=1795.19
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 289772 0 1 0 179365 154 0 0 18 0 13 0 157337438 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 371774 257482 1436 9 0 369117 0
[pid=12535/tid=12537] ppid=12533 vsize=1487096 CPUtime=1768.95
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 31178 0 1 0 176875 20 0 0 25 0 13 0 157337439 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1487096 CPUtime=11.34
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 120814 0 0 0 1074 60 0 0 16 0 13 0 157337440 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1487096 CPUtime=11.48
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 126163 0 0 0 1082 66 0 0 16 0 13 0 157337440 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1487096 CPUtime=0.03
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 2 1 0 0 16 0 13 0 157337442 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487096 CPUtime=1.48
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 3319 0 0 0 147 1 0 0 16 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1487096 CPUtime=1.85
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7541 0 0 0 182 3 0 0 17 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12548] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12548/stat : 12548 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157339557 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 1487096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12556
/proc/meminfo: memFree=254856/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1487096 CPUtime=1800.09
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 289772 0 1 0 179855 154 0 0 18 0 13 0 157337438 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 371774 257482 1436 9 0 369117 0
[pid=12535/tid=12537] ppid=12533 vsize=1487096 CPUtime=1773.85
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 31178 0 1 0 177365 20 0 0 25 0 13 0 157337439 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1487096 CPUtime=11.34
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 120814 0 0 0 1074 60 0 0 16 0 13 0 157337440 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1487096 CPUtime=11.48
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 126163 0 0 0 1082 66 0 0 16 0 13 0 157337440 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1487096 CPUtime=0.03
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 2 1 0 0 16 0 13 0 157337442 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157337443 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487096 CPUtime=1.48
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 3319 0 0 0 147 1 0 0 16 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1487096 CPUtime=1.85
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7541 0 0 0 182 3 0 0 17 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157337447 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12548] ppid=12533 vsize=1487096 CPUtime=0
/proc/12535/task/12548/stat : 12548 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157339557 1522786304 257482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1487096

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

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

[startup+1787.4 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 12559
/proc/meminfo: memFree=254704/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=1487744 CPUtime=1800.47
/proc/12535/stat : 12535 (java) S 12533 12535 11985 0 -1 0 289792 0 1 0 179893 154 0 0 16 0 15 0 157337438 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12535/statm: 371936 257502 1436 9 0 369279 0
[pid=12535/tid=12537] ppid=12533 vsize=1487744 CPUtime=1774.05
/proc/12535/task/12537/stat : 12537 (java) R 12533 12535 11985 0 -1 64 31178 0 1 0 177385 20 0 0 25 0 15 0 157337439 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4109549760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12538] ppid=12533 vsize=1487744 CPUtime=11.34
/proc/12535/task/12538/stat : 12538 (java) S 12533 12535 11985 0 -1 64 120814 0 0 0 1074 60 0 0 16 0 15 0 157337440 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12539] ppid=12533 vsize=1487744 CPUtime=11.48
/proc/12535/task/12539/stat : 12539 (java) S 12533 12535 11985 0 -1 64 126163 0 0 0 1082 66 0 0 16 0 15 0 157337440 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12540] ppid=12533 vsize=1487744 CPUtime=0.03
/proc/12535/task/12540/stat : 12540 (java) S 12533 12535 11985 0 -1 64 9 0 0 0 2 1 0 0 16 0 15 0 157337442 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12541] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12541/stat : 12541 (java) S 12533 12535 11985 0 -1 64 12 0 0 0 0 0 0 0 16 0 15 0 157337443 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12542] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12542/stat : 12542 (java) S 12533 12535 11985 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 157337443 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12543] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12543/stat : 12543 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 157337447 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12544] ppid=12533 vsize=1487744 CPUtime=1.48
/proc/12535/task/12544/stat : 12544 (java) S 12533 12535 11985 0 -1 64 3319 0 0 0 147 1 0 0 16 0 15 0 157337447 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12545] ppid=12533 vsize=1487744 CPUtime=1.88
/proc/12535/task/12545/stat : 12545 (java) S 12533 12535 11985 0 -1 64 7543 0 0 0 185 3 0 0 17 0 15 0 157337447 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12546] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12546/stat : 12546 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 157337447 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12547] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12547/stat : 12547 (java) S 12533 12535 11985 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 157337447 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12535/tid=12548] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12548/stat : 12548 (java) S 12533 12535 11985 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 157339557 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12558] ppid=12533 vsize=1487744 CPUtime=0
/proc/12535/task/12558/stat : 12558 (java) S 12533 12535 11985 0 -1 64 8 0 0 0 0 0 0 0 19 0 15 0 157516160 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12535/tid=12559] ppid=12533 vsize=1487744 CPUtime=0.14
/proc/12535/task/12559/stat : 12559 (java) R 12533 12535 11985 0 -1 64 6 0 0 0 14 0 0 0 20 0 15 0 157516160 1523449856 257502 1992294400 134512640 134550932 4294956016 18446744073709551615 4110117328 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1487744

[startup+1787.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 12559
/proc/meminfo: memFree=254704/2055920 swapFree=4192952/4192956
[pid=12535] ppid=12533 vsize=0 CPUtime=1800.75
/proc/12535/stat : 12535 (java) Z 12533 12535 11985 0 -1 1036 289795 0 1 0 179912 163 0 0 15 0 2 0 157337438 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.68
CPU time (s): 1800.84
CPU user time (s): 1799.13
CPU system time (s): 1.70874
CPU usage (%): 100.736
Max. virtual memory (cumulated for all children) (KiB): 1492160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289795
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= 39422
involuntary context switches= 39360

runsolver used 1.9487 second user time and 4.85126 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-13 14:49:37
IDJOB=1855965
IDBENCH=2277
IDSOLVER=682
FILE ID=node26/1855965-1244897373
PBS_JOBID= 9354465
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855965-1244897373/watcher-1855965-1244897373 -o /tmp/evaluation-result-1855965-1244897373/solver-1855965-1244897373 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1855965-1244897373.opb

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

MD5SUM BENCH= d5dba1ae5450ecccd67bf40744af7c62
RANDOM SEED=1274935231

node26.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.263
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	: 5931.00
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.263
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:       1282064 kB
Buffers:         64532 kB
Cached:         623896 kB
SwapCached:          4 kB
Active:          86744 kB
Inactive:       615652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282064 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           39316 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            57480 kB
Committed_AS:   123288 kB
PageTables:       1372 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= 66396 MiB
End job on node26 at 2009-06-13 15:19:27