Trace number 1856261

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.49 1796.78

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-tuff.opb
MD5SUM6c865484f3a48e715bdd95fa7e3b19dc
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 variables17153
Total number of constraints320
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 constraints320
Minimum length of a constraint11
Maximum length of a constraint3360
Number of terms in the objective function 90
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3221225469
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 6170044790734848
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1104744513968841438
Number of bits of the biggest sum of numbers60
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@3eca90
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-1856261-1244906545.opb
0.22/0.22	c reading problem ... 
2.94/2.02	c ... done. Wall clock time 1.807s.
2.94/2.02	c #vars     17153
2.94/2.02	c #constraints  5022
2.94/2.02	c constraints type 
2.94/2.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1800.01/1796.51	c starts		: 20
1800.01/1796.51	c conflicts		: 637453
1800.01/1796.51	c decisions		: 641039
1800.01/1796.51	c propagations		: 12356750
1800.01/1796.51	c inspects		: 1313305038
1800.01/1796.51	c learnt literals	: 16
1800.01/1796.51	c learnt binary clauses	: 72
1800.01/1796.51	c learnt ternary clauses	: 275
1800.01/1796.51	c learnt clauses	: 637437
1800.01/1796.51	c ignored clauses	: 0
1800.01/1796.51	c root simplifications	: 0
1800.01/1796.51	c removed literals (reason simplification)	: 24886664
1800.01/1796.51	c reason swapping (by a shorter reason)	: 0
1800.01/1796.51	c Calls to reduceDB	: 0
1800.01/1796.51	c speed (assignments/second)	: 6885.950198608182
1800.01/1796.51	c non guided choices	285
1800.39/1796.71	c learnt constraints type 
1800.39/1796.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 637398
1800.39/1796.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
1800.39/1796.71	c constraints type 
1800.39/1796.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 567
1800.39/1796.71	s UNKNOWN
1800.39/1796.71	c Total wall clock time (in seconds): 1796.493

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-1856261-1244906545/watcher-1856261-1244906545 -o /tmp/evaluation-result-1856261-1244906545/solver-1856261-1244906545 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856261-1244906545.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 8759
/proc/meminfo: memFree=1313960/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=152 CPUtime=0
/proc/8759/stat : 8759 (java6) D 8757 8759 8630 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158255592 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10535716 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8759/statm: 38 26 19 9 0 4 0

[startup+0.100772 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8759
/proc/meminfo: memFree=1313960/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1472584 CPUtime=0.08
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 3607 0 1 0 6 2 0 0 18 0 12 0 158255592 1507926016 3350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 368146 3350 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.201784 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8759
/proc/meminfo: memFree=1313960/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1474836 CPUtime=0.22
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 4728 0 1 0 19 3 0 0 18 0 12 0 158255592 1510232064 4466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 368709 4466 1340 9 0 366052 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1474836

[startup+0.301792 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8759
/proc/meminfo: memFree=1313960/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1474976 CPUtime=0.34
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 5119 0 1 0 31 3 0 0 18 0 12 0 158255592 1510375424 4857 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 368744 4857 1353 9 0 366087 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474976

[startup+0.701837 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8759
/proc/meminfo: memFree=1313960/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1485392 CPUtime=1.11
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 9248 0 1 0 107 4 0 0 18 0 12 0 158255592 1521041408 8132 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 371384 8136 1400 9 0 368727 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1485392

[startup+1.50292 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 8771
/proc/meminfo: memFree=1268552/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1487536 CPUtime=2.38
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 24350 0 1 0 226 12 0 0 18 0 12 0 158255592 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 371884 21023 1400 9 0 369227 0
[pid=8759/tid=8761] ppid=8757 vsize=1487536 CPUtime=1.16
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 16742 0 1 0 108 8 0 0 22 0 12 0 158255593 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4109603721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 158255595 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 158255595 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158255596 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 158255597 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 158255597 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158255601 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1487536 CPUtime=0.41
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1590 0 0 0 40 1 0 0 17 0 12 0 158255601 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1487536 CPUtime=0.78
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5274 0 0 0 77 1 0 0 17 0 12 0 158255601 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158255601 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1487536 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158255601 1523236864 21023 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1487536

[startup+3.10208 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 8771
/proc/meminfo: memFree=1192520/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1487860 CPUtime=4.26
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 36272 0 1 0 410 16 0 0 18 0 13 0 158255592 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 371965 32798 1416 9 0 369308 0
[pid=8759/tid=8761] ppid=8757 vsize=1487860 CPUtime=2.7
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 28474 0 1 0 258 12 0 0 25 0 13 0 158255593 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158255595 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 158255595 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158255596 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158255597 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158255597 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1487860 CPUtime=0.55
/proc/8759/task/8768/stat : 8768 (java) R 8757 8759 8630 0 -1 64 1760 0 0 0 54 1 0 0 17 0 13 0 158255601 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 104140449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1487860 CPUtime=0.99
/proc/8759/task/8769/stat : 8769 (java) R 8757 8759 8630 0 -1 64 5292 0 0 0 98 1 0 0 17 0 13 0 158255601 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 105727875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1487860 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1523568640 32798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1487860

[startup+6.3014 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 8772
/proc/meminfo: memFree=1184768/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1487568 CPUtime=7.51
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 37167 0 1 0 734 17 0 0 18 0 13 0 158255592 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 371892 33616 1416 9 0 369235 0
[pid=8759/tid=8761] ppid=8757 vsize=1487568 CPUtime=5.9
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 29363 0 1 0 577 13 0 0 25 0 13 0 158255593 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4109721965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 158255595 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 158255595 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158255596 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 158255597 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158255597 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1487568 CPUtime=0.55
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1760 0 0 0 54 1 0 0 15 0 13 0 158255601 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1487568 CPUtime=1.03
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5295 0 0 0 102 1 0 0 15 0 13 0 158255601 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1523269632 33616 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1487568

[startup+12.7021 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 8772
/proc/meminfo: memFree=1159040/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1487568 CPUtime=14.2
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 43485 0 1 0 1401 19 0 0 18 0 13 0 158255592 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 371892 39886 1425 9 0 369235 0
[pid=8759/tid=8761] ppid=8757 vsize=1487568 CPUtime=12.13
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 30955 0 1 0 1199 14 0 0 25 0 13 0 158255593 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4109722438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1487568 CPUtime=0.08
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 2199 0 0 0 8 0 0 0 16 0 13 0 158255595 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1487568 CPUtime=0.07
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 2497 0 0 0 7 0 0 0 16 0 13 0 158255595 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158255596 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158255597 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1487568 CPUtime=0.7
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1775 0 0 0 69 1 0 0 16 0 13 0 158255601 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1487568 CPUtime=1.17
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5305 0 0 0 116 1 0 0 16 0 13 0 158255601 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1487568 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1523269632 39886 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 1487568

[startup+25.5024 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 8772
/proc/meminfo: memFree=1145216/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1482364 CPUtime=27.31
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 48320 0 1 0 2710 21 0 0 18 0 13 0 158255592 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 370591 43374 1429 9 0 367934 0
[pid=8759/tid=8761] ppid=8757 vsize=1482364 CPUtime=24.8
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 30966 0 1 0 2466 14 0 0 25 0 13 0 158255593 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4109722054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1482364 CPUtime=0.14
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 4547 0 0 0 13 1 0 0 16 0 13 0 158255595 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1482364 CPUtime=0.14
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 4952 0 0 0 13 1 0 0 16 0 13 0 158255595 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 158255596 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 43374 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1482364 CPUtime=0

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

[pid=8759] ppid=8757 vsize=1482364 CPUtime=1665.72
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 102529 0 1 0 166516 56 0 0 18 0 13 0 158255592 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 370591 92816 1429 9 0 367934 0
[pid=8759/tid=8761] ppid=8757 vsize=1482364 CPUtime=1658.99
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 31090 0 1 0 165879 20 0 0 25 0 13 0 158255593 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4109721950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1482364 CPUtime=2.17
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 31683 0 0 0 202 15 0 0 16 0 13 0 158255595 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1482364 CPUtime=2.15
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 31891 0 0 0 200 15 0 0 17 0 13 0 158255595 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1482364 CPUtime=0.01
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 1 0 0 0 16 0 13 0 158255596 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1482364 CPUtime=0.87
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1783 0 0 0 86 1 0 0 17 0 13 0 158255601 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1482364 CPUtime=1.46
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5328 0 0 0 145 1 0 0 16 0 13 0 158255601 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1517940736 92816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.72
Current children cumulated vsize (KiB) 1482364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8773
/proc/meminfo: memFree=940800/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1482364 CPUtime=1725.75
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 103990 0 1 0 172519 56 0 0 18 0 13 0 158255592 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 370591 94205 1429 9 0 367934 0
[pid=8759/tid=8761] ppid=8757 vsize=1482364 CPUtime=1718.9
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 31093 0 1 0 171870 20 0 0 25 0 13 0 158255593 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4109855304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1482364 CPUtime=2.24
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 32450 0 0 0 208 16 0 0 16 0 13 0 158255595 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1482364 CPUtime=2.21
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 32582 0 0 0 206 15 0 0 16 0 13 0 158255595 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1482364 CPUtime=0.01
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 1 0 0 0 16 0 13 0 158255596 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1482364 CPUtime=0.87
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1783 0 0 0 86 1 0 0 17 0 13 0 158255601 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1482364 CPUtime=1.46
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5328 0 0 0 145 1 0 0 16 0 13 0 158255601 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1517940736 94205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 1482364

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8774
/proc/meminfo: memFree=936832/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1482364 CPUtime=1785.79
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 105091 0 1 0 178522 57 0 0 18 0 13 0 158255592 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 370591 95237 1429 9 0 367934 0
[pid=8759/tid=8761] ppid=8757 vsize=1482364 CPUtime=1778.81
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 31096 0 1 0 177861 20 0 0 25 0 13 0 158255593 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4109721982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1482364 CPUtime=2.3
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 33070 0 0 0 214 16 0 0 16 0 13 0 158255595 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1482364 CPUtime=2.27
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 33060 0 0 0 212 15 0 0 16 0 13 0 158255595 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1482364 CPUtime=0.01
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 1 0 0 0 16 0 13 0 158255596 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1482364 CPUtime=0.87
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1783 0 0 0 86 1 0 0 17 0 13 0 158255601 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1482364 CPUtime=1.46
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5328 0 0 0 145 1 0 0 16 0 13 0 158255601 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1517940736 95237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.79
Current children cumulated vsize (KiB) 1482364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8774
/proc/meminfo: memFree=935296/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1482364 CPUtime=1800.01
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 105490 0 1 0 179944 57 0 0 18 0 13 0 158255592 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8759/statm: 370591 95635 1429 9 0 367934 0
[pid=8759/tid=8761] ppid=8757 vsize=1482364 CPUtime=1792.99
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 31097 0 1 0 179279 20 0 0 25 0 13 0 158255593 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4109856052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1482364 CPUtime=2.32
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 33389 0 0 0 216 16 0 0 17 0 13 0 158255595 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1482364 CPUtime=2.29
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 33139 0 0 0 214 15 0 0 16 0 13 0 158255595 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1482364 CPUtime=0.01
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 1 0 0 0 16 0 13 0 158255596 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158255597 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158255601 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1482364 CPUtime=0.87
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1783 0 0 0 86 1 0 0 17 0 13 0 158255601 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1482364 CPUtime=1.46
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5328 0 0 0 145 1 0 0 16 0 13 0 158255601 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158255601 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158255601 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1482364 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 158255902 1517940736 95635 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1482364

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

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

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8774
/proc/meminfo: memFree=935296/2055920 swapFree=4191896/4192956
[pid=8759] ppid=8757 vsize=1483012 CPUtime=1800.39
/proc/8759/stat : 8759 (java) S 8757 8759 8630 0 -1 0 105510 0 1 0 179982 57 0 0 16 0 15 0 158255592 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8759/statm: 370753 95655 1431 9 0 368096 0
[pid=8759/tid=8761] ppid=8757 vsize=1483012 CPUtime=1793.18
/proc/8759/task/8761/stat : 8761 (java) R 8757 8759 8630 0 -1 64 31097 0 1 0 179298 20 0 0 25 0 15 0 158255593 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4109894205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8762] ppid=8757 vsize=1483012 CPUtime=2.32
/proc/8759/task/8762/stat : 8762 (java) S 8757 8759 8630 0 -1 64 33389 0 0 0 216 16 0 0 17 0 15 0 158255595 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8763] ppid=8757 vsize=1483012 CPUtime=2.29
/proc/8759/task/8763/stat : 8763 (java) S 8757 8759 8630 0 -1 64 33139 0 0 0 214 15 0 0 16 0 15 0 158255595 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8764] ppid=8757 vsize=1483012 CPUtime=0.01
/proc/8759/task/8764/stat : 8764 (java) S 8757 8759 8630 0 -1 64 8 0 0 0 1 0 0 0 16 0 15 0 158255596 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8759/tid=8765] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8765/stat : 8765 (java) S 8757 8759 8630 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 158255597 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8766] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8766/stat : 8766 (java) S 8757 8759 8630 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 158255597 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8767] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8767/stat : 8767 (java) S 8757 8759 8630 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 158255601 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8768] ppid=8757 vsize=1483012 CPUtime=0.9
/proc/8759/task/8768/stat : 8768 (java) S 8757 8759 8630 0 -1 64 1785 0 0 0 89 1 0 0 17 0 15 0 158255601 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8769] ppid=8757 vsize=1483012 CPUtime=1.46
/proc/8759/task/8769/stat : 8769 (java) S 8757 8759 8630 0 -1 64 5328 0 0 0 145 1 0 0 16 0 15 0 158255601 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8770] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8770/stat : 8770 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 158255601 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8771] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8771/stat : 8771 (java) S 8757 8759 8630 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 158255601 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8759/tid=8772] ppid=8757 vsize=1483012 CPUtime=0
/proc/8759/task/8772/stat : 8772 (java) S 8757 8759 8630 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 158255902 1518604288 95655 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1483012

Child status: 143
Real time (s): 1796.78
CPU time (s): 1800.49
CPU user time (s): 1799.85
CPU system time (s): 0.637903
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 1489880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105514
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= 38550
involuntary context switches= 13690

runsolver used 2.26965 second user time and 4.28135 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-13 17:22:26
IDJOB=1856261
IDBENCH=2427
IDSOLVER=682
FILE ID=node2/1856261-1244906545
PBS_JOBID= 9354520
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-tuff.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856261-1244906545/watcher-1856261-1244906545 -o /tmp/evaluation-result-1856261-1244906545/solver-1856261-1244906545 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856261-1244906545.opb

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

MD5SUM BENCH= 6c865484f3a48e715bdd95fa7e3b19dc
RANDOM SEED=42570682

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1314376 kB
Buffers:         67180 kB
Cached:         588220 kB
SwapCached:        528 kB
Active:         114684 kB
Inactive:       554260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314376 kB
SwapTotal:     4192956 kB
SwapFree:      4191896 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          21784 kB
Slab:            58512 kB
Committed_AS:   120060 kB
PageTables:       1468 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= 66456 MiB
End job on node2 at 2009-06-13 17:52:24