Trace number 1859686

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.3 1720.02

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__256.opb
MD5SUM67e5d33b6c1c80f60eda5657eafffc90
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 variables1280998
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 constraint256
Maximum length of a constraint10497
Number of terms in the objective function 1280000
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 43962832128
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 43962832128
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c MiniSAT restarts strategy
0.24/0.21	c Memory based learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-1859686-1244975626.opb
0.24/0.21	c reading problem ... 
38.23/30.24	c ... done. Wall clock time 30.035s.
38.23/30.24	c #vars     1280998
38.23/30.24	c #constraints  7000
38.23/30.24	c constraints type 
38.23/30.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
38.23/30.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
38.23/30.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.07/1719.81	c starts		: 4
1800.07/1719.81	c conflicts		: 740
1800.07/1719.81	c decisions		: 7231650
1800.07/1719.81	c propagations		: 7398715
1800.07/1719.81	c inspects		: 16037236
1800.07/1719.81	c learnt literals	: 0
1800.07/1719.81	c learnt binary clauses	: 0
1800.07/1719.81	c learnt ternary clauses	: 0
1800.07/1719.81	c learnt clauses	: 739
1800.07/1719.81	c ignored clauses	: 0
1800.07/1719.81	c root simplifications	: 0
1800.07/1719.81	c removed literals (reason simplification)	: 0
1800.07/1719.81	c reason swapping (by a shorter reason)	: 0
1800.07/1719.81	c Calls to reduceDB	: 0
1800.07/1719.81	c speed (assignments/second)	: 4379.103903406232
1800.07/1719.81	c non guided choices	0
1800.07/1719.82	c learnt constraints type 
1800.07/1719.82	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.07/1719.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 732
1800.07/1719.82	c constraints type 
1800.07/1719.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.07/1719.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.07/1719.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.07/1719.82	s UNKNOWN
1800.07/1719.82	c Total wall clock time (in seconds): 1719.61

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-1859686-1244975626/watcher-1859686-1244975626 -o /tmp/evaluation-result-1859686-1244975626/solver-1859686-1244975626 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859686-1244975626.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.05 1.01 1.00 2/64 17494
/proc/meminfo: memFree=1278952/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=152 CPUtime=0
/proc/17494/stat : 17494 (java) R 17492 17494 17377 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 165155849 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 3809579 0 0 4096 0 0 0 0 17 0 0 0
/proc/17494/statm: 38 26 19 9 0 4 0

[startup+0.0899 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 17494
/proc/meminfo: memFree=1278952/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1472428 CPUtime=0.08
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 3578 0 1 0 6 2 0 0 18 0 12 0 165155849 1507766272 3321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 368146 3329 1065 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.101901 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 17494
/proc/meminfo: memFree=1278952/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1472584 CPUtime=0.09
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 3665 0 1 0 7 2 0 0 18 0 12 0 165155849 1507926016 3408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 368146 3408 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301934 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 17494
/proc/meminfo: memFree=1278952/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1474592 CPUtime=0.34
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 12191 0 1 0 28 6 0 0 18 0 12 0 165155849 1509982208 11928 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 368648 11928 1350 9 0 365991 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474592

[startup+0.701989 s]
/proc/loadavg: 1.05 1.01 1.00 2/64 17494
/proc/meminfo: memFree=1278952/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1476192 CPUtime=0.98
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 16053 0 1 0 90 8 0 0 18 0 12 0 165155849 1511620608 15590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 369048 15591 1391 9 0 366391 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476192

[startup+1.5021 s]
/proc/loadavg: 1.05 1.01 1.00 2/76 17506
/proc/meminfo: memFree=1198408/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1476192 CPUtime=1.78
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 31490 0 1 0 165 13 0 0 18 0 12 0 165155849 1511620608 31027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 369048 31027 1391 9 0 366391 0
[pid=17494/tid=17496] ppid=17492 vsize=1476192 CPUtime=1.42
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 29493 0 1 0 130 12 0 0 25 0 12 0 165155850 1511620608 31028 1992294400 134512640 134550932 4294956000 18446744073709551615 4109492944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 165155851 1511620608 31029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 165155851 1511620608 31030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165155853 1511620608 31030 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 165155853 1511620608 31031 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 165155853 1511620608 31032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511620608 31033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1476192 CPUtime=0.17
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 483 0 0 0 17 0 0 0 17 0 12 0 165155858 1511620608 31033 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1476192 CPUtime=0.17
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 771 0 0 0 17 0 0 0 16 0 12 0 165155858 1511620608 31034 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511620608 31035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165155858 1511620608 31036 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 1476192

[startup+3.10233 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 17506
/proc/meminfo: memFree=1110792/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1476192 CPUtime=3.64
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 54945 0 1 0 339 25 0 0 18 0 12 0 165155849 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 369048 52226 1402 9 0 366391 0
[pid=17494/tid=17496] ppid=17492 vsize=1476192 CPUtime=2.77
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 30927 0 1 0 264 13 0 0 16 0 12 0 165155850 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4109480081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1476192 CPUtime=0.25
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 12737 0 0 0 18 7 0 0 16 0 12 0 165155851 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1476192 CPUtime=0.24
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 9274 0 0 0 21 3 0 0 17 0 12 0 165155851 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165155853 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1476192 CPUtime=0.17
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 483 0 0 0 17 0 0 0 17 0 12 0 165155858 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1476192 CPUtime=0.17
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 771 0 0 0 17 0 0 0 16 0 12 0 165155858 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1476192 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165155858 1511620608 52226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1476192

[startup+6.30178 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 17506
/proc/meminfo: memFree=1060296/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1476160 CPUtime=7.13
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 68080 0 1 0 681 32 0 0 18 0 12 0 165155849 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 369040 61845 1402 9 0 366383 0
[pid=17494/tid=17496] ppid=17492 vsize=1476160 CPUtime=5.66
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 30930 0 1 0 553 13 0 0 20 0 12 0 165155850 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4109478699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1476160 CPUtime=0.54
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 19681 0 0 0 45 9 0 0 18 0 12 0 165155851 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1476160 CPUtime=0.54
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 15462 0 0 0 47 7 0 0 16 0 12 0 165155851 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165155853 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1476160 CPUtime=0.17
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 483 0 0 0 17 0 0 0 16 0 12 0 165155858 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1476160 CPUtime=0.17
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 771 0 0 0 17 0 0 0 16 0 12 0 165155858 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1476160 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165155858 1511587840 61845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1476160

[startup+12.7017 s]
/proc/loadavg: 1.18 1.04 1.01 2/76 17506
/proc/meminfo: memFree=887696/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480008 CPUtime=16.1
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 115271 0 1 0 1555 55 0 0 18 0 12 0 165155849 1515528192 103098 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370002 103101 1418 9 0 367345 0
[pid=17494/tid=17496] ppid=17492 vsize=1480008 CPUtime=9.67
/proc/17494/task/17496/stat : 17496 (java) S 17492 17494 17377 0 -1 64 30961 0 1 0 952 15 0 0 19 0 12 0 165155850 1515528192 103102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480008 CPUtime=2.81
/proc/17494/task/17497/stat : 17497 (java) R 17492 17494 17377 0 -1 64 41968 0 0 0 262 19 0 0 16 0 12 0 165155851 1515528192 103102 1992294400 134512640 134550932 4294956000 18446744073709551615 106195355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480008 CPUtime=2.8
/proc/17494/task/17498/stat : 17498 (java) R 17492 17494 17377 0 -1 64 40277 0 0 0 261 19 0 0 16 0 12 0 165155851 1515528192 103102 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1515528192 103103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1515528192 103104 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165155853 1515528192 103105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1515528192 103105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480008 CPUtime=0.37
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 504 0 0 0 37 0 0 0 16 0 12 0 165155858 1515528192 103105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480008 CPUtime=0.4
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 812 0 0 0 40 0 0 0 17 0 12 0 165155858 1515528192 103105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1515528192 103106 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165155858 1515528192 103108 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.1
Current children cumulated vsize (KiB) 1480008

[startup+25.5025 s]
/proc/loadavg: 1.23 1.06 1.02 2/76 17506
/proc/meminfo: memFree=555472/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480008 CPUtime=32.98
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 203264 0 1 0 3199 99 0 0 18 0 12 0 165155849 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370002 182093 1418 9 0 367345 0
[pid=17494/tid=17496] ppid=17492 vsize=1480008 CPUtime=18.17
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 30984 0 1 0 1800 17 0 0 20 0 12 0 165155850 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4109435690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480008 CPUtime=6.99
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 85805 0 0 0 658 41 0 0 18 0 12 0 165155851 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480008 CPUtime=6.95
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 84332 0 0 0 657 38 0 0 16 0 12 0 165155851 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165155853 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165155853 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165155853 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480008 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165155858 1515528192 182093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480008 CPUtime=0.37

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

[pid=17494/tid=17499] ppid=17492 vsize=1480540 CPUtime=0.37
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 25 12 0 0 15 0 13 0 165155853 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480540 CPUtime=1.82
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 3854 0 0 0 181 1 0 0 16 0 13 0 165155858 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480540 CPUtime=1.15
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 1406 0 0 0 115 0 0 0 16 0 13 0 165155858 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165155858 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17507] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17507/stat : 17507 (java) S 17492 17494 17377 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165159169 1516072960 273996 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1551.6
Current children cumulated vsize (KiB) 1480540

[startup+1542.3 s]
/proc/loadavg: 1.26 1.18 1.06 2/77 17509
/proc/meminfo: memFree=171656/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480540 CPUtime=1614.32
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 306695 0 1 0 161002 430 0 0 18 0 13 0 165155849 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370135 277809 1433 9 0 367478 0
[pid=17494/tid=17496] ppid=17492 vsize=1480540 CPUtime=1441.32
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 33571 0 1 0 144105 27 0 0 25 0 13 0 165155850 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4110038265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480540 CPUtime=84.91
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 139162 0 0 0 8303 188 0 0 17 0 13 0 165155851 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480540 CPUtime=84.67
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 127943 0 0 0 8269 198 0 0 16 0 13 0 165155851 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480540 CPUtime=0.38
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 25 13 0 0 15 0 13 0 165155853 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480540 CPUtime=1.82
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 3854 0 0 0 181 1 0 0 16 0 13 0 165155858 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480540 CPUtime=1.15
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 1406 0 0 0 115 0 0 0 16 0 13 0 165155858 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165155858 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17507] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17507/stat : 17507 (java) S 17492 17494 17377 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165159169 1516072960 277809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.32
Current children cumulated vsize (KiB) 1480540

[startup+1602.3 s]
/proc/loadavg: 1.21 1.19 1.07 2/77 17509
/proc/meminfo: memFree=171208/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480540 CPUtime=1677.12
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 306913 0 1 0 167273 439 0 0 18 0 13 0 165155849 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370135 277922 1433 9 0 367478 0
[pid=17494/tid=17496] ppid=17492 vsize=1480540 CPUtime=1496.8
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 33676 0 1 0 149653 27 0 0 18 0 13 0 165155850 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4110034147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480540 CPUtime=88.46
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 139219 0 0 0 8654 192 0 0 16 0 13 0 165155851 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480540 CPUtime=88.41
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 127999 0 0 0 8640 201 0 0 17 0 13 0 165155851 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480540 CPUtime=0.4
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 27 13 0 0 16 0 13 0 165155853 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480540 CPUtime=1.82
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 3854 0 0 0 181 1 0 0 16 0 13 0 165155858 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480540 CPUtime=1.15
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 1406 0 0 0 115 0 0 0 16 0 13 0 165155858 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165155858 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17507] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17507/stat : 17507 (java) S 17492 17494 17377 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165159169 1516072960 277922 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.12
Current children cumulated vsize (KiB) 1480540

[startup+1662.3 s]
/proc/loadavg: 1.18 1.18 1.07 2/77 17515
/proc/meminfo: memFree=170760/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480540 CPUtime=1739.83
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 307130 0 1 0 173535 448 0 0 18 0 13 0 165155849 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370135 278035 1433 9 0 367478 0
[pid=17494/tid=17496] ppid=17492 vsize=1480540 CPUtime=1552.33
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 33780 0 1 0 155205 28 0 0 25 0 13 0 165155850 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4109964426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480540 CPUtime=92.01
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 139288 0 0 0 9005 196 0 0 17 0 13 0 165155851 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480540 CPUtime=92.03
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 128043 0 0 0 8998 205 0 0 16 0 13 0 165155851 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480540 CPUtime=0.41
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 27 14 0 0 16 0 13 0 165155853 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480540 CPUtime=1.82
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 3854 0 0 0 181 1 0 0 16 0 13 0 165155858 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480540 CPUtime=1.15
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 1406 0 0 0 115 0 0 0 16 0 13 0 165155858 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165155858 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17507] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17507/stat : 17507 (java) S 17492 17494 17377 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165159169 1516072960 278035 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1739.83
Current children cumulated vsize (KiB) 1480540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1719.8 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 17515
/proc/meminfo: memFree=155720/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=1480540 CPUtime=1800.07
/proc/17494/stat : 17494 (java) S 17492 17494 17377 0 -1 0 310995 0 1 0 179548 459 0 0 18 0 13 0 165155849 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/statm: 370135 281793 1433 9 0 367478 0
[pid=17494/tid=17496] ppid=17492 vsize=1480540 CPUtime=1605.21
/proc/17494/task/17496/stat : 17496 (java) R 17492 17494 17377 0 -1 64 33880 0 1 0 160493 28 0 0 25 0 13 0 165155850 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4109964240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17497] ppid=17492 vsize=1480540 CPUtime=95.7
/proc/17494/task/17497/stat : 17497 (java) S 17492 17494 17377 0 -1 64 140456 0 0 0 9370 200 0 0 16 0 13 0 165155851 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17498] ppid=17492 vsize=1480540 CPUtime=95.69
/proc/17494/task/17498/stat : 17498 (java) S 17492 17494 17377 0 -1 64 130640 0 0 0 9358 211 0 0 16 0 13 0 165155851 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17499] ppid=17492 vsize=1480540 CPUtime=0.42
/proc/17494/task/17499/stat : 17499 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 28 14 0 0 15 0 13 0 165155853 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17500] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17500/stat : 17500 (java) S 17492 17494 17377 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17501] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17501/stat : 17501 (java) S 17492 17494 17377 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165155853 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17502] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17502/stat : 17502 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17503] ppid=17492 vsize=1480540 CPUtime=1.82
/proc/17494/task/17503/stat : 17503 (java) S 17492 17494 17377 0 -1 64 3854 0 0 0 181 1 0 0 16 0 13 0 165155858 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17504] ppid=17492 vsize=1480540 CPUtime=1.15
/proc/17494/task/17504/stat : 17504 (java) S 17492 17494 17377 0 -1 64 1406 0 0 0 115 0 0 0 16 0 13 0 165155858 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17494/tid=17505] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17505/stat : 17505 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165155858 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17506] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17506/stat : 17506 (java) S 17492 17494 17377 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165155858 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17494/tid=17507] ppid=17492 vsize=1480540 CPUtime=0
/proc/17494/task/17507/stat : 17507 (java) S 17492 17494 17377 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 165159169 1516072960 281793 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1480540

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

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

[startup+1720 s]
/proc/loadavg: 1.13 1.16 1.07 2/77 17515
/proc/meminfo: memFree=155720/2055920 swapFree=4181384/4192956
[pid=17494] ppid=17492 vsize=0 CPUtime=1800.27
/proc/17494/stat : 17494 (java) Z 17492 17494 17377 0 -1 1036 311018 0 1 0 179553 474 0 0 16 0 2 0 165155849 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17494/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): 1720.02
CPU time (s): 1800.3
CPU user time (s): 1795.53
CPU system time (s): 4.76727
CPU usage (%): 104.667
Max. virtual memory (cumulated for all children) (KiB): 1482596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.53
system time used= 4.76727
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311018
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= 85248
involuntary context switches= 51282

runsolver used 2.11468 second user time and 5.13222 second system time

The end

Launcher Data

Begin job on node49 at 2009-06-14 12:33:49
IDJOB=1859686
IDBENCH=71892
IDSOLVER=681
FILE ID=node49/1859686-1244975626
PBS_JOBID= 9355053
Free space on /tmp= 66028 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__256.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-1859686-1244975626/watcher-1859686-1244975626 -o /tmp/evaluation-result-1859686-1244975626/solver-1859686-1244975626 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859686-1244975626.opb

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

MD5SUM BENCH= 67e5d33b6c1c80f60eda5657eafffc90
RANDOM SEED=1506366657

node49.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.232
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.232
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:       1279368 kB
Buffers:         70032 kB
Cached:         639116 kB
SwapCached:       4580 kB
Active:         178452 kB
Inactive:       538836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279368 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           60888 kB
Writeback:           0 kB
Mapped:          13852 kB
Slab:            45032 kB
Committed_AS:   148436 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66028 MiB
End job on node49 at 2009-06-14 13:02:31