Trace number 1859700

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.37 1757.87

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__512.opb
MD5SUM9ba793772ec044741bde1fe637ac31bf
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 variables153698
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint512
Maximum length of a constraint8705
Number of terms in the objective function 153600
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5543376384
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5543376384
Number of bits of the biggest sum of numbers33
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.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1859700-1244976078.opb
0.23/0.21	c reading problem ... 
5.52/4.51	c ... done. Wall clock time 4.299s.
5.52/4.51	c #vars     153698
5.52/4.51	c #constraints  500
5.52/4.51	c constraints type 
5.52/4.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
5.52/4.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
5.52/4.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1345.01/1307.79	c cleaning 749 clauses out of 1500
1800.10/1757.61	c starts		: 6
1800.10/1757.61	c conflicts		: 1837
1800.10/1757.61	c decisions		: 2595810
1800.10/1757.61	c propagations		: 2764970
1800.10/1757.61	c inspects		: 11641281
1800.10/1757.61	c learnt literals	: 0
1800.10/1757.61	c learnt binary clauses	: 0
1800.10/1757.61	c learnt ternary clauses	: 0
1800.10/1757.61	c learnt clauses	: 1836
1800.10/1757.61	c ignored clauses	: 0
1800.10/1757.61	c root simplifications	: 0
1800.10/1757.61	c removed literals (reason simplification)	: 0
1800.10/1757.61	c reason swapping (by a shorter reason)	: 0
1800.10/1757.61	c Calls to reduceDB	: 1
1800.10/1757.61	c speed (assignments/second)	: 1577.186280555107
1800.10/1757.61	c non guided choices	0
1800.10/1757.62	c learnt constraints type 
1800.10/1757.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.10/1757.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1086
1800.10/1757.62	c constraints type 
1800.10/1757.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/1757.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
1800.10/1757.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.10/1757.62	s UNKNOWN
1800.10/1757.62	c Total wall clock time (in seconds): 1757.409

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-1859700-1244976078/watcher-1859700-1244976078 -o /tmp/evaluation-result-1859700-1244976078/solver-1859700-1244976078 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859700-1244976078.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.99 0.99 0.99 2/64 14619
/proc/meminfo: memFree=1260128/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=18576 CPUtime=0
/proc/14619/stat : 14619 (runsolver) R 14617 14619 14502 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165204564 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14619/statm: 4644 284 249 26 0 2626 0

[startup+0.057134 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 14619
/proc/meminfo: memFree=1260128/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1470088 CPUtime=0.03
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 3231 0 1 0 2 1 0 0 20 0 7 0 165204564 1505370112 2976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 367522 2976 1010 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.102141 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 14619
/proc/meminfo: memFree=1260128/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1472584 CPUtime=0.08
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 3595 0 1 0 6 2 0 0 20 0 12 0 165204564 1507926016 3338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 368146 3338 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30218 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 14619
/proc/meminfo: memFree=1260128/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1475000 CPUtime=0.37
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 5853 0 1 0 34 3 0 0 20 0 12 0 165204564 1510400000 5591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 368750 5591 1357 9 0 366093 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475000

[startup+0.702243 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 14619
/proc/meminfo: memFree=1260128/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1475920 CPUtime=0.94
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 9860 0 1 0 88 6 0 0 20 0 12 0 165204564 1511342080 9373 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 368980 9374 1391 9 0 366323 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1475920

[startup+1.5014 s]
/proc/loadavg: 0.99 0.99 0.99 2/76 14631
/proc/meminfo: memFree=1206080/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1476104 CPUtime=1.82
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 23697 0 1 0 171 11 0 0 20 0 12 0 165204564 1511530496 23200 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369026 23204 1401 9 0 366369 0
[pid=14619/tid=14621] ppid=14617 vsize=1476104 CPUtime=1.37
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 21796 0 1 0 127 10 0 0 25 0 12 0 165204566 1511530496 23207 1992294400 134512640 134550932 4294956000 18446744073709551615 4109544381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 165204567 1511530496 23210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 165204567 1511530496 23213 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165204569 1511530496 23216 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 165204569 1511530496 23219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 165204569 1511530496 23223 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165204574 1511530496 23225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1476104 CPUtime=0.2
/proc/14619/task/14628/stat : 14628 (java) R 14617 14619 14502 0 -1 64 504 0 0 0 20 0 0 0 17 0 12 0 165204574 1511530496 23225 1992294400 134512640 134550932 4294956000 18446744073709551615 103371466 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1476104 CPUtime=0.23
/proc/14619/task/14629/stat : 14629 (java) R 14617 14619 14502 0 -1 64 665 0 0 0 23 0 0 0 17 0 12 0 165204574 1511530496 23227 1992294400 134512640 134550932 4294956000 18446744073709551615 104163855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165204574 1511530496 23228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1476104 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165204574 1511530496 23230 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1476104

[startup+3.1027 s]
/proc/loadavg: 0.99 0.99 0.99 4/76 14631
/proc/meminfo: memFree=1109632/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1476004 CPUtime=3.83
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 46005 0 1 0 362 21 0 0 20 0 12 0 165204564 1511428096 44817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369001 44818 1418 9 0 366344 0
[pid=14619/tid=14621] ppid=14617 vsize=1476004 CPUtime=2.65
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 30958 0 1 0 251 14 0 0 25 0 12 0 165204566 1511428096 44819 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1476004 CPUtime=0.2
/proc/14619/task/14622/stat : 14622 (java) R 14617 14619 14502 0 -1 64 6359 0 0 0 18 2 0 0 17 0 12 0 165204567 1511428096 44819 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1476004 CPUtime=0.2
/proc/14619/task/14623/stat : 14623 (java) R 14617 14619 14502 0 -1 64 6221 0 0 0 18 2 0 0 17 0 12 0 165204567 1511428096 44819 1992294400 134512640 134550932 4294956000 18446744073709551615 104198058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165204569 1511428096 44820 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165204569 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165204569 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165204574 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1476004 CPUtime=0.32
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 558 0 0 0 32 0 0 0 16 0 12 0 165204574 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1476004 CPUtime=0.41
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 1163 0 0 0 41 0 0 0 16 0 12 0 165204574 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165204574 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1476004 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165204574 1511428096 44821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1476004

[startup+6.30126 s]
/proc/loadavg: 1.07 1.01 1.00 2/77 14632
/proc/meminfo: memFree=1039056/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=7.94
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 61382 0 1 0 765 29 0 0 20 0 13 0 165204564 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 56435 1432 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=5.28
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 30995 0 1 0 514 14 0 0 25 0 13 0 165204566 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4109761601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=0.54
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 12295 0 0 0 49 5 0 0 17 0 13 0 165204567 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=0.55
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 14275 0 0 0 49 6 0 0 16 0 13 0 165204567 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165204569 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=0.79
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 1350 0 0 0 78 1 0 0 16 0 13 0 165204574 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=0.72
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 1713 0 0 0 72 0 0 0 16 0 13 0 165204574 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 56435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1477712

[startup+12.7014 s]
/proc/loadavg: 1.07 1.01 1.00 2/77 14632
/proc/meminfo: memFree=1013200/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=15.41
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 70536 0 1 0 1507 34 0 0 20 0 13 0 165204564 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 63570 1433 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=11.2
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 31027 0 1 0 1105 15 0 0 25 0 13 0 165204566 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4109835590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=0.87
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 15907 0 0 0 81 6 0 0 17 0 13 0 165204567 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=0.88
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 18252 0 0 0 80 8 0 0 16 0 13 0 165204567 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165204569 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.2
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 1370 0 0 0 119 1 0 0 16 0 13 0 165204574 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.2
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3226 0 0 0 119 1 0 0 16 0 13 0 165204574 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 63570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1477712

[startup+25.5028 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 14632
/proc/meminfo: memFree=994448/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=28.5
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 75764 0 1 0 2814 36 0 0 20 0 13 0 165204564 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 67756 1433 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=23.8
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 31047 0 1 0 2365 15 0 0 25 0 13 0 165204566 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4109979647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=1.04
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 17814 0 0 0 97 7 0 0 16 0 13 0 165204567 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=1.05
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 20725 0 0 0 96 9 0 0 16 0 13 0 165204567 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=0.01
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 10 0 0 0 1 0 0 0 16 0 13 0 165204569 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 67756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0

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

[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=1.54
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 5780 0 0 0 138 16 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.64
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 2212 0 0 0 163 1 0 0 17 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.26
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3229 0 0 0 125 1 0 0 16 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1583.34
Current children cumulated vsize (KiB) 1477712

[startup+1602.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 14640
/proc/meminfo: memFree=30224/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=1643.7
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 350507 0 1 0 164118 252 0 0 20 0 13 0 165204564 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 324502 1439 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=1552.66
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 33141 0 1 0 155243 23 0 0 25 0 13 0 165204566 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4109979647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=43.46
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 140647 0 0 0 4254 92 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=43.04
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 164754 0 0 0 4191 113 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=1.57
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 5780 0 0 0 140 17 0 0 15 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.64
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 2212 0 0 0 163 1 0 0 17 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.26
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3229 0 0 0 125 1 0 0 16 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.7
Current children cumulated vsize (KiB) 1477712

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/77 14640
/proc/meminfo: memFree=30224/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=1704.08
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 350629 0 1 0 170152 256 0 0 20 0 13 0 165204564 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 324502 1439 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=1612.15
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 33263 0 1 0 161191 24 0 0 22 0 13 0 165204566 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4109897059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=43.89
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 140647 0 0 0 4295 94 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=43.48
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 164754 0 0 0 4235 113 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=1.6
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 5780 0 0 0 141 19 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.64
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 2212 0 0 0 163 1 0 0 17 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.26
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3229 0 0 0 125 1 0 0 16 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1704.08
Current children cumulated vsize (KiB) 1477712

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 14640
/proc/meminfo: memFree=30288/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=1764.54
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 350755 0 1 0 176194 260 0 0 20 0 13 0 165204564 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 324502 1439 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=1671.61
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 33389 0 1 0 167137 24 0 0 22 0 13 0 165204566 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4109897076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=44.37
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 140647 0 0 0 4341 96 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=43.96
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 164754 0 0 0 4282 114 0 0 15 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=1.63
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 5780 0 0 0 143 20 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.64
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 2212 0 0 0 163 1 0 0 17 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.26
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3229 0 0 0 125 1 0 0 16 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.54
Current children cumulated vsize (KiB) 1477712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.6 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 14640
/proc/meminfo: memFree=30288/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=1477712 CPUtime=1800.1
/proc/14619/stat : 14619 (java) S 14617 14619 14502 0 -1 0 350827 0 1 0 179748 262 0 0 20 0 13 0 165204564 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 369428 324502 1439 9 0 366771 0
[pid=14619/tid=14621] ppid=14617 vsize=1477712 CPUtime=1706.59
/proc/14619/task/14621/stat : 14621 (java) R 14617 14619 14502 0 -1 64 33461 0 1 0 170635 24 0 0 17 0 13 0 165204566 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4109540678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14622] ppid=14617 vsize=1477712 CPUtime=44.65
/proc/14619/task/14622/stat : 14622 (java) S 14617 14619 14502 0 -1 64 140647 0 0 0 4368 97 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14623] ppid=14617 vsize=1477712 CPUtime=44.24
/proc/14619/task/14623/stat : 14623 (java) S 14617 14619 14502 0 -1 64 164754 0 0 0 4310 114 0 0 16 0 13 0 165204567 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14624] ppid=14617 vsize=1477712 CPUtime=1.65
/proc/14619/task/14624/stat : 14624 (java) S 14617 14619 14502 0 -1 64 5780 0 0 0 144 21 0 0 15 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14625] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14625/stat : 14625 (java) S 14617 14619 14502 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14626] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14626/stat : 14626 (java) S 14617 14619 14502 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165204569 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14627] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14627/stat : 14627 (java) S 14617 14619 14502 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14628] ppid=14617 vsize=1477712 CPUtime=1.64
/proc/14619/task/14628/stat : 14628 (java) S 14617 14619 14502 0 -1 64 2212 0 0 0 163 1 0 0 17 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14629] ppid=14617 vsize=1477712 CPUtime=1.26
/proc/14619/task/14629/stat : 14629 (java) S 14617 14619 14502 0 -1 64 3229 0 0 0 125 1 0 0 16 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14630] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14630/stat : 14630 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14619/tid=14631] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14631/stat : 14631 (java) S 14617 14619 14502 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165204574 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14619/tid=14632] ppid=14617 vsize=1477712 CPUtime=0
/proc/14619/task/14632/stat : 14632 (java) S 14617 14619 14502 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 165205084 1513177088 324502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1477712

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

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

[startup+1757.81 s]
/proc/loadavg: 1.07 1.04 1.00 2/67 14643
/proc/meminfo: memFree=333120/2055920 swapFree=4191900/4192956
[pid=14619] ppid=14617 vsize=0 CPUtime=1800.3
/proc/14619/stat : 14619 (java) Z 14617 14619 14502 0 -1 1036 350850 0 1 0 179754 276 0 0 15 0 2 0 165204564 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1757.87
CPU time (s): 1800.37
CPU user time (s): 1797.55
CPU system time (s): 2.82557
CPU usage (%): 102.418
Max. virtual memory (cumulated for all children) (KiB): 1489964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.82557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350850
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= 63911
involuntary context switches= 42969

runsolver used 2.07868 second user time and 5.45517 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-14 12:41:19
IDJOB=1859700
IDBENCH=71899
IDSOLVER=681
FILE ID=node44/1859700-1244976078
PBS_JOBID= 9355052
Free space on /tmp= 65980 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__512.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-1859700-1244976078/watcher-1859700-1244976078 -o /tmp/evaluation-result-1859700-1244976078/solver-1859700-1244976078 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859700-1244976078.opb

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

MD5SUM BENCH= 9ba793772ec044741bde1fe637ac31bf
RANDOM SEED=1466459481

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1260608 kB
Buffers:         71844 kB
Cached:         644480 kB
SwapCached:        260 kB
Active:         135576 kB
Inactive:       594016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260608 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7048 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            51668 kB
Committed_AS:   132888 kB
PageTables:       1384 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= 65980 MiB
End job on node44 at 2009-06-14 13:10:38