Trace number 1859722

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 CP 2.1.1? (TO) 1800.31 1690.03

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__64.opb
MD5SUM3935acb679af0610bc9865152c63d37a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables320998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint64
Maximum length of a constraint2625
Number of terms in the objective function 320000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 10990708032
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 10990708032
Number of bits of the biggest sum of numbers34
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1859722-1245007252.opb
0.23/0.22	c reading problem ... 
10.21/8.18	c ... done. Wall clock time 7.96s.
10.21/8.18	c #vars     320998
10.21/8.18	c #constraints  7000
10.21/8.18	c constraints type 
10.21/8.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
10.21/8.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
10.21/8.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.06/1689.81	c starts		: 6
1800.06/1689.81	c conflicts		: 1629
1800.06/1689.81	c decisions		: 4670950
1800.06/1689.81	c propagations		: 5002798
1800.06/1689.81	c inspects		: 12679516
1800.06/1689.81	c learnt literals	: 0
1800.06/1689.81	c learnt binary clauses	: 0
1800.06/1689.81	c learnt ternary clauses	: 0
1800.06/1689.81	c learnt clauses	: 1628
1800.06/1689.81	c ignored clauses	: 0
1800.06/1689.81	c root simplifications	: 0
1800.06/1689.81	c removed literals (reason simplification)	: 0
1800.06/1689.81	c reason swapping (by a shorter reason)	: 0
1800.06/1689.81	c Calls to reduceDB	: 0
1800.06/1689.81	c speed (assignments/second)	: 2975.0774425551376
1800.06/1689.81	c non guided choices	0
1800.06/1689.82	c learnt constraints type 
1800.06/1689.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 54
1800.06/1689.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1574
1800.06/1689.82	c constraints type 
1800.06/1689.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.06/1689.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.06/1689.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.06/1689.82	s UNKNOWN
1800.06/1689.82	c Total wall clock time (in seconds): 1689.6

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-1859722-1245007252/watcher-1859722-1245007252 -o /tmp/evaluation-result-1859722-1245007252/solver-1859722-1245007252 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859722-1245007252.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18694
/proc/meminfo: memFree=1525224/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=152 CPUtime=0
/proc/18694/stat : 18694 (java6) R 18692 18694 18657 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 168321669 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 1 0 0
/proc/18694/statm: 38 26 19 9 0 4 0

[startup+0.085158 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18694
/proc/meminfo: memFree=1525224/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1470220 CPUtime=0.07
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 3474 0 1 0 5 2 0 0 18 0 7 0 168321669 1505505280 3219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 367555 3219 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101159 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18694
/proc/meminfo: memFree=1525224/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1472584 CPUtime=0.08
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 3611 0 1 0 6 2 0 0 18 0 12 0 168321669 1507926016 3354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 368146 3354 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301193 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18694
/proc/meminfo: memFree=1525224/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1474704 CPUtime=0.35
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 6786 0 1 0 31 4 0 0 18 0 12 0 168321669 1510096896 6523 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 368676 6523 1354 9 0 366019 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474704

[startup+0.701255 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 18694
/proc/meminfo: memFree=1525224/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1476272 CPUtime=0.96
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 10677 0 1 0 90 6 0 0 18 0 12 0 168321669 1511702528 10231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 369068 10232 1391 9 0 366411 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476272

[startup+1.50239 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 18706
/proc/meminfo: memFree=1467272/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1476272 CPUtime=1.77
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 25372 0 1 0 163 14 0 0 18 0 12 0 168321669 1511702528 24926 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 369068 24927 1391 9 0 366411 0
[pid=18694/tid=18696] ppid=18692 vsize=1476272 CPUtime=1.41
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 23468 0 1 0 128 13 0 0 25 0 12 0 168321670 1511702528 24927 1992294400 134512640 134550932 4294956000 18446744073709551615 4109488306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 168321672 1511702528 24928 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 168321672 1511702528 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 168321673 1511702528 24929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 168321674 1511702528 24930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 168321674 1511702528 24931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168321678 1511702528 24931 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1476272 CPUtime=0.16
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 395 0 0 0 16 0 0 0 16 0 12 0 168321678 1511702528 24932 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1476272 CPUtime=0.17
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 766 0 0 0 17 0 0 0 16 0 12 0 168321678 1511702528 24933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168321678 1511702528 24934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1476272 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168321678 1511702528 24934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1476272

[startup+3.10168 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 18706
/proc/meminfo: memFree=1376200/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487776 CPUtime=4.14
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 45041 0 1 0 390 24 0 0 18 0 12 0 168321669 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371944 41560 1412 9 0 369287 0
[pid=18694/tid=18696] ppid=18692 vsize=1487776 CPUtime=2.7
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 30930 0 1 0 253 17 0 0 25 0 12 0 168321670 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4109628027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487776 CPUtime=0.09
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 2247 0 0 0 8 1 0 0 17 0 12 0 168321672 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487776 CPUtime=0.09
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 3851 0 0 0 7 2 0 0 17 0 12 0 168321672 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168321673 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 168321674 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168321674 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168321678 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487776 CPUtime=0.4
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1325 0 0 0 40 0 0 0 16 0 12 0 168321678 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487776 CPUtime=0.83
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 5936 0 0 0 81 2 0 0 20 0 12 0 168321678 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168321678 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487776 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168321678 1523482624 41560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1487776

[startup+6.30222 s]
/proc/loadavg: 0.08 0.02 0.01 3/76 18706
/proc/meminfo: memFree=1284168/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487488 CPUtime=8
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 76977 0 1 0 758 42 0 0 18 0 12 0 168321669 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371872 68471 1412 9 0 369215 0
[pid=18694/tid=18696] ppid=18692 vsize=1487488 CPUtime=5.21
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 30934 0 1 0 503 18 0 0 21 0 12 0 168321670 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4109437226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487488 CPUtime=0.76
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 19373 0 0 0 65 11 0 0 18 0 12 0 168321672 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487488 CPUtime=0.77
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 18657 0 0 0 68 9 0 0 18 0 12 0 168321672 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168321673 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 168321674 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168321674 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 168321678 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487488 CPUtime=0.4
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1325 0 0 0 40 0 0 0 16 0 12 0 168321678 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487488 CPUtime=0.83
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 5936 0 0 0 81 2 0 0 16 0 12 0 168321678 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168321678 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487488 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168321678 1523187712 68471 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 1487488

[startup+12.7023 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 18707
/proc/meminfo: memFree=1184200/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=15.99
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 96946 0 1 0 1545 54 0 0 18 0 13 0 168321669 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 86375 1433 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=10.56
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 31002 0 1 0 1038 18 0 0 25 0 13 0 168321670 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4109145292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=1.44
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 28932 0 0 0 128 16 0 0 17 0 13 0 168321672 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=1.46
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 28895 0 0 0 132 14 0 0 16 0 13 0 168321672 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168321673 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=0.85
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1376 0 0 0 85 0 0 0 16 0 13 0 168321678 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=1.61
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 5983 0 0 0 159 2 0 0 16 0 13 0 168321678 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 86375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1487780

[startup+25.5025 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 18707
/proc/meminfo: memFree=1177736/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=29.69
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 98645 0 1 0 2913 56 0 0 18 0 13 0 168321669 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 88033 1433 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=22.88
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 31032 0 1 0 2269 19 0 0 25 0 13 0 168321670 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4109909387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=1.79
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 29882 0 0 0 162 17 0 0 15 0 13 0 168321672 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=1.81
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 29563 0 0 0 166 15 0 0 16 0 13 0 168321672 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=0.01
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 10 0 0 0 1 0 0 0 15 0 13 0 168321673 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 88033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0

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

[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=0.39
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 25 14 0 0 16 0 13 0 168321673 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=1.21
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1395 0 0 0 121 0 0 0 17 0 13 0 168321678 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=2.01
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 6020 0 0 0 199 2 0 0 16 0 13 0 168321678 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 328935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.49
Current children cumulated vsize (KiB) 1487780

[startup+1542.3 s]
/proc/loadavg: 1.15 1.18 0.91 2/77 18707
/proc/meminfo: memFree=189576/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=1646.04
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 348570 0 1 0 164290 314 0 0 18 0 13 0 168321669 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 334389 1437 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=1428.36
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 33562 0 1 0 142808 28 0 0 20 0 13 0 168321670 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4110014993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=106.48
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 158285 0 0 0 10506 142 0 0 16 0 13 0 168321672 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=107.5
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 148549 0 0 0 10625 125 0 0 16 0 13 0 168321672 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=0.41
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 27 14 0 0 15 0 13 0 168321673 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=1.21
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1395 0 0 0 121 0 0 0 17 0 13 0 168321678 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=2.01
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 6020 0 0 0 199 2 0 0 16 0 13 0 168321678 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 334389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.04
Current children cumulated vsize (KiB) 1487780

[startup+1602.3 s]
/proc/loadavg: 1.11 1.16 0.92 2/77 18707
/proc/meminfo: memFree=167880/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=1712.07
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 358365 0 1 0 170885 322 0 0 18 0 13 0 168321669 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 339738 1439 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=1480.8
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 33653 0 1 0 148052 28 0 0 17 0 13 0 168321670 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4110031075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=112.8
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 161426 0 0 0 11134 146 0 0 16 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=113.81
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 150756 0 0 0 11254 127 0 0 16 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=1.37
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 4367 0 0 0 121 16 0 0 15 0 13 0 168321673 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=1.21
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1395 0 0 0 121 0 0 0 17 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=2.01
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 6020 0 0 0 199 2 0 0 16 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.07
Current children cumulated vsize (KiB) 1487780

[startup+1662.3 s]
/proc/loadavg: 1.04 1.13 0.92 2/77 18707
/proc/meminfo: memFree=167880/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=1772.37
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 358466 0 1 0 176911 326 0 0 18 0 13 0 168321669 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 339738 1439 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=1540.27
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 33754 0 1 0 153998 29 0 0 24 0 13 0 168321670 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4110031133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=113.2
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 161426 0 0 0 11173 147 0 0 16 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=114.23
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 150756 0 0 0 11294 129 0 0 16 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=1.38
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 4367 0 0 0 122 16 0 0 16 0 13 0 168321673 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=1.21
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1395 0 0 0 121 0 0 0 17 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=2.01
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 6020 0 0 0 199 2 0 0 16 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.37
Current children cumulated vsize (KiB) 1487780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1689.8 s]
/proc/loadavg: 1.02 1.11 0.92 2/77 18707
/proc/meminfo: memFree=167880/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=1487780 CPUtime=1800.06
/proc/18694/stat : 18694 (java) S 18692 18694 18657 0 -1 0 358512 0 1 0 179677 329 0 0 18 0 13 0 168321669 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18694/statm: 371945 339738 1439 9 0 369288 0
[pid=18694/tid=18696] ppid=18692 vsize=1487780 CPUtime=1567.43
/proc/18694/task/18696/stat : 18696 (java) R 18692 18694 18657 0 -1 64 33800 0 1 0 156714 29 0 0 25 0 13 0 168321670 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4110030096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18697] ppid=18692 vsize=1487780 CPUtime=113.46
/proc/18694/task/18697/stat : 18697 (java) S 18692 18694 18657 0 -1 64 161426 0 0 0 11198 148 0 0 16 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18698] ppid=18692 vsize=1487780 CPUtime=114.48
/proc/18694/task/18698/stat : 18698 (java) S 18692 18694 18657 0 -1 64 150756 0 0 0 11318 130 0 0 15 0 13 0 168321672 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18699] ppid=18692 vsize=1487780 CPUtime=1.39
/proc/18694/task/18699/stat : 18699 (java) S 18692 18694 18657 0 -1 64 4367 0 0 0 123 16 0 0 16 0 13 0 168321673 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18700] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18700/stat : 18700 (java) S 18692 18694 18657 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18701] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18701/stat : 18701 (java) S 18692 18694 18657 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168321674 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18702] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18702/stat : 18702 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18703] ppid=18692 vsize=1487780 CPUtime=1.21
/proc/18694/task/18703/stat : 18703 (java) S 18692 18694 18657 0 -1 64 1395 0 0 0 121 0 0 0 17 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18704] ppid=18692 vsize=1487780 CPUtime=2.01
/proc/18694/task/18704/stat : 18704 (java) S 18692 18694 18657 0 -1 64 6020 0 0 0 199 2 0 0 16 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18705] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18705/stat : 18705 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18694/tid=18706] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18706/stat : 18706 (java) S 18692 18694 18657 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168321678 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18694/tid=18707] ppid=18692 vsize=1487780 CPUtime=0
/proc/18694/task/18707/stat : 18707 (java) S 18692 18694 18657 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168322600 1523486720 339738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1487780

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

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

[startup+1690 s]
/proc/loadavg: 1.02 1.11 0.92 2/77 18707
/proc/meminfo: memFree=167880/2055920 swapFree=4182324/4192956
[pid=18694] ppid=18692 vsize=0 CPUtime=1800.27
/proc/18694/stat : 18694 (java) Z 18692 18694 18657 0 -1 1036 358536 0 1 0 179681 346 0 0 16 0 2 0 168321669 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18694/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1690.03
CPU time (s): 1800.31
CPU user time (s): 1796.81
CPU system time (s): 3.49647
CPU usage (%): 106.525
Max. virtual memory (cumulated for all children) (KiB): 1500032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.81
system time used= 3.49647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358536
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= 69125
involuntary context switches= 44090

runsolver used 1.9847 second user time and 5.14222 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-14 21:20:53
IDJOB=1859722
IDBENCH=71911
IDSOLVER=681
FILE ID=node48/1859722-1245007252
PBS_JOBID= 9355141
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 3935acb679af0610bc9865152c63d37a
RANDOM SEED=1813590897

node48.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.270
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.270
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:       1525640 kB
Buffers:         71420 kB
Cached:         375608 kB
SwapCached:       4424 kB
Active:          41576 kB
Inactive:       413244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525640 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:           14888 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            61428 kB
Committed_AS:   125048 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= 66248 MiB
End job on node48 at 2009-06-14 21:49:05