Trace number 1857204

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.4 1766.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=47-P1=47-P2=67-P3=3-P4=41-P5=53-P6=31-P7=3-P8=41-P9=23-B.opb
MD5SUM015e1ad727429fbf28fe61f3a93025c8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2.93755
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1857204-1244938512.opb
0.23/0.22	c reading problem ... 
0.35/0.39	c ... done. Wall clock time 0.175s.
0.35/0.39	c #vars     486
0.35/0.39	c #constraints  676
0.35/0.39	c constraints type 
0.35/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.35/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
1800.05/1766.01	c starts		: 14
1800.05/1766.01	c conflicts		: 52280
1800.05/1766.01	c decisions		: 56003
1800.05/1766.01	c propagations		: 664517
1800.05/1766.01	c inspects		: 1051248436
1800.05/1766.01	c learnt literals	: 0
1800.05/1766.01	c learnt binary clauses	: 1
1800.05/1766.01	c learnt ternary clauses	: 0
1800.05/1766.01	c learnt clauses	: 52280
1800.05/1766.01	c ignored clauses	: 0
1800.05/1766.01	c root simplifications	: 0
1800.05/1766.01	c removed literals (reason simplification)	: 0
1800.05/1766.01	c reason swapping (by a shorter reason)	: 0
1800.05/1766.01	c Calls to reduceDB	: 0
1800.05/1766.01	c speed (assignments/second)	: 376.36446326816457
1800.05/1766.01	c non guided choices	408
1800.25/1766.14	c learnt constraints type 
1800.25/1766.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 668
1800.25/1766.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51614
1800.25/1766.14	c constraints type 
1800.25/1766.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
1800.25/1766.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
1800.25/1766.14	s UNKNOWN
1800.25/1766.14	c Total wall clock time (in seconds): 1765.926

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

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


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 8860
/proc/meminfo: memFree=1306440/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=324 CPUtime=0
/proc/8860/stat : 8860 (java6) R 8858 8860 8733 0 -1 0 59 0 0 0 0 0 0 0 20 0 1 0 161452080 331776 44 1992294400 134512640 134550932 4294956160 18446744073709551615 7893853 0 0 4096 0 0 0 0 17 1 0 0
/proc/8860/statm: 81 44 33 9 0 6 0

[startup+0.044566 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 8860
/proc/meminfo: memFree=1306440/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1469440 CPUtime=0.03
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 3114 0 1 0 1 2 0 0 18 0 5 0 161452080 1504706560 2861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 367360 2861 978 9 0 364711 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1469440

[startup+0.102577 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 8860
/proc/meminfo: memFree=1306440/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1472584 CPUtime=0.09
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 3632 0 1 0 7 2 0 0 18 0 12 0 161452080 1507926016 3375 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 368146 3375 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301617 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 8860
/proc/meminfo: memFree=1306440/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1474872 CPUtime=0.35
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 5002 0 1 0 32 3 0 0 18 0 12 0 161452080 1510268928 4740 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 368718 4740 1358 9 0 366061 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474872

[startup+0.702692 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 8860
/proc/meminfo: memFree=1306440/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1478356 CPUtime=1.02
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 7472 0 1 0 98 4 0 0 18 0 13 0 161452080 1513836544 6310 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 369589 6310 1399 9 0 366932 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1478356

[startup+1.50285 s]
/proc/loadavg: 1.00 0.97 0.99 4/77 8873
/proc/meminfo: memFree=1277848/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1490024 CPUtime=2.53
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 17877 0 1 0 245 8 0 0 18 0 13 0 161452080 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 372506 13404 1418 9 0 369849 0
[pid=8860/tid=8862] ppid=8858 vsize=1490024 CPUtime=0.74
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 8709 0 1 0 70 4 0 0 24 0 13 0 161452081 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 161452082 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 161452082 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161452084 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 161452085 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 161452085 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1490024 CPUtime=0.91
/proc/8860/task/8869/stat : 8869 (java) R 8858 8860 8733 0 -1 64 3866 0 0 0 90 1 0 0 18 0 13 0 161452089 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 103147787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1490024 CPUtime=0.86
/proc/8860/task/8870/stat : 8870 (java) R 8858 8860 8733 0 -1 64 4556 0 0 0 85 1 0 0 18 0 13 0 161452089 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1490024 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1525784576 13404 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1490024

[startup+3.10115 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 8873
/proc/meminfo: memFree=1224344/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1494568 CPUtime=4.97
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 47436 0 1 0 474 23 0 0 18 0 13 0 161452080 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373642 37413 1431 9 0 370985 0
[pid=8860/tid=8862] ppid=8858 vsize=1494568 CPUtime=1.81
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 31001 0 1 0 165 16 0 0 20 0 13 0 161452081 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4109600798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 221 0 0 0 0 0 0 0 16 0 13 0 161452082 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 200 0 0 0 0 0 0 0 16 0 13 0 161452082 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 161452084 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1494568 CPUtime=1.5
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 5578 0 0 0 148 2 0 0 16 0 13 0 161452089 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1494568 CPUtime=1.61
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9683 0 0 0 158 3 0 0 16 0 13 0 161452089 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1530437632 37413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 1494568

[startup+6.30277 s]
/proc/loadavg: 1.00 0.97 0.99 3/77 8873
/proc/meminfo: memFree=1149656/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1494568 CPUtime=8.57
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 56687 0 1 0 830 27 0 0 18 0 13 0 161452080 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373642 45898 1431 9 0 370985 0
[pid=8860/tid=8862] ppid=8858 vsize=1494568 CPUtime=4.88
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 35083 0 1 0 471 17 0 0 21 0 13 0 161452081 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109492100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1494568 CPUtime=0.08
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 2608 0 0 0 8 0 0 0 16 0 13 0 161452082 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1494568 CPUtime=0.08
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 2327 0 0 0 7 1 0 0 16 0 13 0 161452082 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 161452084 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1494568 CPUtime=1.76
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6038 0 0 0 174 2 0 0 17 0 13 0 161452089 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1494568 CPUtime=1.7
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9858 0 0 0 167 3 0 0 17 0 13 0 161452089 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1494568 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1530437632 45898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1494568

[startup+12.702 s]
/proc/loadavg: 1.00 0.97 0.99 2/77 8873
/proc/meminfo: memFree=1120672/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=15.06
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 59294 0 1 0 1478 28 0 0 18 0 13 0 161452080 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 47714 1431 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=11.16
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 35094 0 1 0 1099 17 0 0 25 0 13 0 161452081 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4109489618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=0.17
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 3895 0 0 0 16 1 0 0 15 0 13 0 161452082 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=0.17
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 3636 0 0 0 15 2 0 0 16 0 13 0 161452082 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 161452084 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=1.8
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6038 0 0 0 178 2 0 0 17 0 13 0 161452089 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.7
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9858 0 0 0 167 3 0 0 17 0 13 0 161452089 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 47714 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1492520

[startup+25.5024 s]
/proc/loadavg: 1.07 0.99 0.99 2/77 8873
/proc/meminfo: memFree=1104928/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=28.18
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 63605 0 1 0 2787 31 0 0 18 0 13 0 161452080 1528340480 51537 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 51537 1435 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=23.78
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 35144 0 1 0 2360 18 0 0 25 0 13 0 161452081 1528340480 51537 1992294400 134512640 134550932 4294956000 18446744073709551615 4109510226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=0.33
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 6237 0 0 0 30 3 0 0 16 0 13 0 161452082 1528340480 51537 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=0.32
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 5549 0 0 0 30 2 0 0 16 0 13 0 161452082 1528340480 51537 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.01

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

[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.3
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 32 0 0 0 19 11 0 0 16 0 13 0 161452084 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=2.02
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6043 0 0 0 200 2 0 0 16 0 13 0 161452089 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.84
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9870 0 0 0 181 3 0 0 17 0 13 0 161452089 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 90214 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570.65
Current children cumulated vsize (KiB) 1492520

[startup+1602.3 s]
/proc/loadavg: 1.05 1.04 1.05 2/77 8873
/proc/meminfo: memFree=944672/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=1632.11
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 106728 0 1 0 163094 117 0 0 18 0 13 0 161452080 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 91410 1435 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=1571.34
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 36372 0 1 0 157109 25 0 0 25 0 13 0 161452081 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4109508130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=28.26
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 26745 0 0 0 2785 41 0 0 16 0 13 0 161452082 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=28.26
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 26921 0 0 0 2796 30 0 0 16 0 13 0 161452082 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.32
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 33 0 0 0 20 12 0 0 15 0 13 0 161452084 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=2.02
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6043 0 0 0 200 2 0 0 16 0 13 0 161452089 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.84
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9870 0 0 0 181 3 0 0 17 0 13 0 161452089 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 91410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.11
Current children cumulated vsize (KiB) 1492520

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.04 2/77 8873
/proc/meminfo: memFree=940768/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=1693.55
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 107767 0 1 0 169234 121 0 0 18 0 13 0 161452080 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 92385 1435 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=1629.82
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 36416 0 1 0 162957 25 0 0 25 0 13 0 161452081 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4109600796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=29.74
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 27183 0 0 0 2932 42 0 0 17 0 13 0 161452082 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=29.74
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 27478 0 0 0 2941 33 0 0 16 0 13 0 161452082 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.32
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 33 0 0 0 20 12 0 0 15 0 13 0 161452084 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=2.02
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6043 0 0 0 200 2 0 0 16 0 13 0 161452089 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.84
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9870 0 0 0 181 3 0 0 17 0 13 0 161452089 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 92385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.55
Current children cumulated vsize (KiB) 1492520

[startup+1722.3 s]
/proc/loadavg: 1.10 1.05 1.05 2/77 8873
/proc/meminfo: memFree=936032/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=1755.14
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 109054 0 1 0 175388 126 0 0 18 0 13 0 161452080 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 93579 1435 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=1688.16
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 36461 0 1 0 168790 26 0 0 25 0 13 0 161452081 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4109600796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=31.36
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 27661 0 0 0 3094 42 0 0 17 0 13 0 161452082 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=31.36
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 28242 0 0 0 3099 37 0 0 16 0 13 0 161452082 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.32
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 33 0 0 0 20 12 0 0 16 0 13 0 161452084 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=2.02
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6043 0 0 0 200 2 0 0 16 0 13 0 161452089 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.84
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9870 0 0 0 181 3 0 0 17 0 13 0 161452089 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 93579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.14
Current children cumulated vsize (KiB) 1492520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766 s]
/proc/loadavg: 1.11 1.06 1.05 2/77 8873
/proc/meminfo: memFree=932320/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=1492520 CPUtime=1800.05
/proc/8860/stat : 8860 (java) S 8858 8860 8733 0 -1 0 110026 0 1 0 179873 132 0 0 18 0 13 0 161452080 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 373130 94493 1435 9 0 370473 0
[pid=8860/tid=8862] ppid=8858 vsize=1492520 CPUtime=1730.6
/proc/8860/task/8862/stat : 8862 (java) R 8858 8860 8733 0 -1 64 36493 0 1 0 173034 26 0 0 25 0 13 0 161452081 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4109508006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8863] ppid=8858 vsize=1492520 CPUtime=32.6
/proc/8860/task/8863/stat : 8863 (java) S 8858 8860 8733 0 -1 64 28162 0 0 0 3215 45 0 0 16 0 13 0 161452082 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8864] ppid=8858 vsize=1492520 CPUtime=32.59
/proc/8860/task/8864/stat : 8864 (java) S 8858 8860 8733 0 -1 64 28681 0 0 0 3219 40 0 0 17 0 13 0 161452082 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8865] ppid=8858 vsize=1492520 CPUtime=0.34
/proc/8860/task/8865/stat : 8865 (java) S 8858 8860 8733 0 -1 64 33 0 0 0 21 13 0 0 16 0 13 0 161452084 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8860/tid=8866] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8866/stat : 8866 (java) S 8858 8860 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8867] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8867/stat : 8867 (java) S 8858 8860 8733 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 161452085 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8868] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8868/stat : 8868 (java) S 8858 8860 8733 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 161452089 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8869] ppid=8858 vsize=1492520 CPUtime=2.02
/proc/8860/task/8869/stat : 8869 (java) S 8858 8860 8733 0 -1 64 6043 0 0 0 200 2 0 0 16 0 13 0 161452089 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8870] ppid=8858 vsize=1492520 CPUtime=1.84
/proc/8860/task/8870/stat : 8870 (java) S 8858 8860 8733 0 -1 64 9870 0 0 0 181 3 0 0 17 0 13 0 161452089 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8871] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8871/stat : 8871 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161452089 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8872] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8872/stat : 8872 (java) S 8858 8860 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161452089 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8860/tid=8873] ppid=8858 vsize=1492520 CPUtime=0
/proc/8860/task/8873/stat : 8873 (java) S 8858 8860 8733 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161452120 1528340480 94493 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1492520

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

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

[startup+1766.2 s]
/proc/loadavg: 1.11 1.06 1.05 2/77 8873
/proc/meminfo: memFree=932320/2055920 swapFree=4183064/4192956
[pid=8860] ppid=8858 vsize=0 CPUtime=1800.37
/proc/8860/stat : 8860 (java) Z 8858 8860 8733 0 -1 1036 110161 0 1 0 179901 136 0 0 15 0 2 0 161452080 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8860/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.22
CPU time (s): 1800.4
CPU user time (s): 1799.01
CPU system time (s): 1.38879
CPU usage (%): 101.935
Max. virtual memory (cumulated for all children) (KiB): 1497640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.38879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110161
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= 53189
involuntary context switches= 40522

runsolver used 2.19367 second user time and 5.57815 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-14 02:15:12
IDJOB=1857204
IDBENCH=47900
IDSOLVER=681
FILE ID=node5/1857204-1244938512
PBS_JOBID= 9354699
Free space on /tmp= 66352 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=47-P1=47-P2=67-P3=3-P4=41-P5=53-P6=31-P7=3-P8=41-P9=23-B.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-1857204-1244938512/watcher-1857204-1244938512 -o /tmp/evaluation-result-1857204-1244938512/solver-1857204-1244938512 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857204-1244938512.opb

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

MD5SUM BENCH= 015e1ad727429fbf28fe61f3a93025c8
RANDOM SEED=1786160600

node5.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:       1306856 kB
Buffers:         79904 kB
Cached:         579676 kB
SwapCached:       4304 kB
Active:          54116 kB
Inactive:       613916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306856 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            67044 kB
Committed_AS:   122268 kB
PageTables:       1392 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= 66352 MiB
End job on node5 at 2009-06-14 02:44:40