Trace number 1857578

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.3 1768.98

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
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 benchmark7.01293
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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-1857578-1244950917.opb
0.23/0.21	c reading problem ... 
0.50/0.41	c ... done. Wall clock time 0.193s.
0.50/0.41	c #vars     616
0.50/0.41	c #constraints  918
0.50/0.41	c constraints type 
0.50/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.50/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.06/1768.81	c starts		: 13
1800.06/1768.81	c conflicts		: 36651
1800.06/1768.81	c decisions		: 38491
1800.06/1768.81	c propagations		: 572173
1800.06/1768.81	c inspects		: 848103181
1800.06/1768.81	c learnt literals	: 0
1800.06/1768.81	c learnt binary clauses	: 0
1800.06/1768.81	c learnt ternary clauses	: 0
1800.06/1768.82	c learnt clauses	: 36650
1800.06/1768.82	c ignored clauses	: 0
1800.06/1768.82	c root simplifications	: 0
1800.06/1768.82	c removed literals (reason simplification)	: 0
1800.06/1768.82	c reason swapping (by a shorter reason)	: 0
1800.06/1768.82	c Calls to reduceDB	: 0
1800.06/1768.82	c speed (assignments/second)	: 323.5527794223841
1800.06/1768.82	c non guided choices	565
1800.06/1768.87	c learnt constraints type 
1800.06/1768.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 167
1800.06/1768.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36484
1800.06/1768.87	c constraints type 
1800.06/1768.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
1800.06/1768.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.06/1768.87	s UNKNOWN
1800.06/1768.87	c Total wall clock time (in seconds): 1768.66

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-1857578-1244950917/watcher-1857578-1244950917 -o /tmp/evaluation-result-1857578-1244950917/solver-1857578-1244950917 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857578-1244950917.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.92 0.98 0.99 3/64 17738
/proc/meminfo: memFree=1353200/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1612 CPUtime=0
/proc/17738/stat : 17738 (java6) D 17736 17738 14358 0 -1 0 171 0 0 0 0 0 0 0 20 0 1 0 162691223 1650688 143 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17738/statm: 403 143 107 9 0 45 0

[startup+0.0907371 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17738
/proc/meminfo: memFree=1353200/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1470220 CPUtime=0.07
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 3505 0 1 0 5 2 0 0 18 0 7 0 162691223 1505505280 3250 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 367555 3250 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101711 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17738
/proc/meminfo: memFree=1353200/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1472584 CPUtime=0.08
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 3608 0 1 0 6 2 0 0 18 0 12 0 162691223 1507926016 3351 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301723 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17738
/proc/meminfo: memFree=1353200/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1474992 CPUtime=0.35
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 5017 0 1 0 32 3 0 0 18 0 12 0 162691223 1510391808 4754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 368748 4754 1352 9 0 366091 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474992

[startup+0.70175 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17738
/proc/meminfo: memFree=1353200/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1477096 CPUtime=1.09
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 6945 0 1 0 105 4 0 0 18 0 13 0 162691223 1512546304 6060 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 369274 6060 1399 9 0 366617 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1477096

[startup+1.50281 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 17751
/proc/meminfo: memFree=1319048/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1493424 CPUtime=2.57
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 21089 0 1 0 247 10 0 0 18 0 13 0 162691223 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373356 16658 1417 9 0 370699 0
[pid=17738/tid=17740] ppid=17736 vsize=1493424 CPUtime=0.97
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 11131 0 1 0 91 6 0 0 18 0 13 0 162691224 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4109496615 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 162691226 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 162691226 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162691227 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 162691228 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 162691228 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1493424 CPUtime=0.91
/proc/17738/task/17747/stat : 17747 (java) R 17736 17738 14358 0 -1 64 4444 0 0 0 90 1 0 0 19 0 13 0 162691232 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 103863143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1493424 CPUtime=0.67
/proc/17738/task/17748/stat : 17748 (java) R 17736 17738 14358 0 -1 64 4770 0 0 0 65 2 0 0 19 0 13 0 162691232 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1493424 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1529266176 16658 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1493424

[startup+3.1029 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 17751
/proc/meminfo: memFree=1267400/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492536 CPUtime=5.4
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 48212 0 1 0 515 25 0 0 18 0 13 0 162691223 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373134 37190 1431 9 0 370477 0
[pid=17738/tid=17740] ppid=17736 vsize=1492536 CPUtime=2.21
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 30996 0 1 0 204 17 0 0 22 0 13 0 162691224 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4109535028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 214 0 0 0 0 0 0 0 17 0 13 0 162691226 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 220 0 0 0 0 0 0 0 16 0 13 0 162691226 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 162691227 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492536 CPUtime=1.77
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8129 0 0 0 174 3 0 0 16 0 13 0 162691232 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492536 CPUtime=1.37
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7900 0 0 0 134 3 0 0 16 0 13 0 162691232 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492536 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528356864 37190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 1492536

[startup+6.30109 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 17751
/proc/meminfo: memFree=1198472/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=8.74
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 56801 0 1 0 846 28 0 0 18 0 13 0 162691223 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 45693 1431 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=5.32
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 35473 0 1 0 514 18 0 0 25 0 13 0 162691224 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4109483578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=0.08
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 2201 0 0 0 7 1 0 0 16 0 13 0 162691226 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=0.07
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 2320 0 0 0 7 0 0 0 16 0 13 0 162691226 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 162691227 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=1.8
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8129 0 0 0 177 3 0 0 16 0 13 0 162691232 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.43
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 139 4 0 0 15 0 13 0 162691232 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 45693 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1492504

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 17751
/proc/meminfo: memFree=1168328/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=15.22
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 59078 0 1 0 1492 30 0 0 18 0 13 0 162691223 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 47580 1431 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=11.65
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 35481 0 1 0 1147 18 0 0 17 0 13 0 162691224 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4109747006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=0.14
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 3197 0 0 0 13 1 0 0 16 0 13 0 162691226 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=0.14
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 3593 0 0 0 13 1 0 0 16 0 13 0 162691226 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 162691227 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=1.8
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8129 0 0 0 177 3 0 0 16 0 13 0 162691232 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.43
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 139 4 0 0 15 0 13 0 162691232 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 47580 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 1492504

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 17751
/proc/meminfo: memFree=1163144/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=28.07
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 60335 0 1 0 2777 30 0 0 18 0 13 0 162691223 1528324096 48682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 48682 1431 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=24.37
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 35592 0 1 0 2419 18 0 0 25 0 13 0 162691224 1528324096 48682 1992294400 134512640 134550932 4294956000 18446744073709551615 4109496170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=0.22
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 3676 0 0 0 20 2 0 0 16 0 13 0 162691226 1528324096 48682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=0.2
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 4260 0 0 0 19 1 0 0 16 0 13 0 162691226 1528324096 48682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0

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

[pid=17738] ppid=17736 vsize=1492504 CPUtime=1629.49
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 117109 0 1 0 162818 131 0 0 18 0 13 0 162691223 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 100359 1435 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=1574.88
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 37016 0 1 0 157460 28 0 0 25 0 13 0 162691224 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4109746716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=25.33
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 31090 0 0 0 2494 39 0 0 16 0 13 0 162691226 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=25.39
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 32182 0 0 0 2493 46 0 0 17 0 13 0 162691226 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0.27
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 35 0 0 0 19 8 0 0 16 0 13 0 162691227 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=2.12
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8138 0 0 0 209 3 0 0 17 0 13 0 162691232 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.45
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 141 4 0 0 15 0 13 0 162691232 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 100359 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1629.49
Current children cumulated vsize (KiB) 1492504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17759
/proc/meminfo: memFree=950216/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=1690.92
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 118562 0 1 0 168958 134 0 0 18 0 13 0 162691223 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 101738 1435 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=1633.33
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 37059 0 1 0 163305 28 0 0 25 0 13 0 162691224 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4109483412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=26.8
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 31748 0 0 0 2640 40 0 0 16 0 13 0 162691226 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=26.88
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 32934 0 0 0 2641 47 0 0 16 0 13 0 162691226 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0.28
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 35 0 0 0 19 9 0 0 15 0 13 0 162691227 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=2.12
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8138 0 0 0 209 3 0 0 17 0 13 0 162691232 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.45
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 141 4 0 0 15 0 13 0 162691232 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 101738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1690.92
Current children cumulated vsize (KiB) 1492504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17759
/proc/meminfo: memFree=942920/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=1752.48
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 120477 0 1 0 175110 138 0 0 18 0 13 0 162691223 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 103570 1435 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=1691.7
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 37102 0 1 0 169142 28 0 0 19 0 13 0 162691224 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4109443496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=28.4
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 32541 0 0 0 2798 42 0 0 16 0 13 0 162691226 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=28.46
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 34013 0 0 0 2797 49 0 0 17 0 13 0 162691226 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0.29
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 35 0 0 0 20 9 0 0 16 0 13 0 162691227 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=2.12
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8138 0 0 0 209 3 0 0 17 0 13 0 162691232 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.45
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 141 4 0 0 15 0 13 0 162691232 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 103570 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1752.48
Current children cumulated vsize (KiB) 1492504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.81 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17759
/proc/meminfo: memFree=940872/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1492504 CPUtime=1800.06
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 121017 0 1 0 179866 140 0 0 18 0 13 0 162691223 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17738/statm: 373126 104068 1435 9 0 370469 0
[pid=17738/tid=17740] ppid=17736 vsize=1492504 CPUtime=1737.07
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 37135 0 1 0 173678 29 0 0 19 0 13 0 162691224 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4109496230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1492504 CPUtime=29.49
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 32864 0 0 0 2906 43 0 0 16 0 13 0 162691226 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1492504 CPUtime=29.59
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 34197 0 0 0 2909 50 0 0 17 0 13 0 162691226 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1492504 CPUtime=0.3
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 35 0 0 0 21 9 0 0 15 0 13 0 162691227 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162691228 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 162691232 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1492504 CPUtime=2.12
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8138 0 0 0 209 3 0 0 17 0 13 0 162691232 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1492504 CPUtime=1.45
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 141 4 0 0 15 0 13 0 162691232 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162691232 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) R 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162691232 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1492504 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162691265 1528324096 104068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1492504

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

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

[startup+1768.91 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17759
/proc/meminfo: memFree=940872/2055920 swapFree=4191900/4192956
[pid=17738] ppid=17736 vsize=1493152 CPUtime=1800.22
/proc/17738/stat : 17738 (java) S 17736 17738 14358 0 -1 0 121042 0 1 0 179882 140 0 0 16 0 14 0 162691223 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17738/statm: 373288 104093 1438 9 0 370631 0
[pid=17738/tid=17740] ppid=17736 vsize=1493152 CPUtime=1737.17
/proc/17738/task/17740/stat : 17740 (java) R 17736 17738 14358 0 -1 64 37135 0 1 0 173688 29 0 0 20 0 14 0 162691224 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4109965668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17741] ppid=17736 vsize=1493152 CPUtime=29.49
/proc/17738/task/17741/stat : 17741 (java) S 17736 17738 14358 0 -1 64 32864 0 0 0 2906 43 0 0 16 0 14 0 162691226 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17742] ppid=17736 vsize=1493152 CPUtime=29.59
/proc/17738/task/17742/stat : 17742 (java) S 17736 17738 14358 0 -1 64 34197 0 0 0 2909 50 0 0 17 0 14 0 162691226 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17738/tid=17743] ppid=17736 vsize=1493152 CPUtime=0.3
/proc/17738/task/17743/stat : 17743 (java) S 17736 17738 14358 0 -1 64 35 0 0 0 21 9 0 0 15 0 14 0 162691227 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17744] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17744/stat : 17744 (java) S 17736 17738 14358 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 162691228 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17745] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17745/stat : 17745 (java) S 17736 17738 14358 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 162691228 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17746] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17746/stat : 17746 (java) S 17736 17738 14358 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 162691232 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17747] ppid=17736 vsize=1493152 CPUtime=2.15
/proc/17738/task/17747/stat : 17747 (java) S 17736 17738 14358 0 -1 64 8142 0 0 0 212 3 0 0 17 0 14 0 162691232 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17748] ppid=17736 vsize=1493152 CPUtime=1.45
/proc/17738/task/17748/stat : 17748 (java) S 17736 17738 14358 0 -1 64 7905 0 0 0 141 4 0 0 15 0 14 0 162691232 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17749] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17749/stat : 17749 (java) S 17736 17738 14358 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 162691232 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17750] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17750/stat : 17750 (java) S 17736 17738 14358 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 162691232 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17738/tid=17751] ppid=17736 vsize=1493152 CPUtime=0
/proc/17738/task/17751/stat : 17751 (java) S 17736 17738 14358 0 -1 64 3 0 0 0 0 0 0 0 20 0 14 0 162691265 1528987648 104093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1493152

Child status: 143
Real time (s): 1768.98
CPU time (s): 1800.3
CPU user time (s): 1798.83
CPU system time (s): 1.47178
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 1496036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.47178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121043
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= 47539
involuntary context switches= 24881

runsolver used 1.67474 second user time and 4.85726 second system time

The end

Launcher Data

Begin job on node29 at 2009-06-14 05:41:57
IDJOB=1857578
IDBENCH=48087
IDSOLVER=681
FILE ID=node29/1857578-1244950917
PBS_JOBID= 9354719
Free space on /tmp= 66308 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=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-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-1857578-1244950917/watcher-1857578-1244950917 -o /tmp/evaluation-result-1857578-1244950917/solver-1857578-1244950917 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857578-1244950917.opb

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

MD5SUM BENCH= afe3df18e5a0f1ba7fdc86d94afdb427
RANDOM SEED=442349420

node29.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.237
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.237
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:       1353680 kB
Buffers:         69876 kB
Cached:         558320 kB
SwapCached:        260 kB
Active:          95660 kB
Inactive:       545284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353680 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            47268 kB
Committed_AS:   147848 kB
PageTables:       1472 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= 66304 MiB
End job on node29 at 2009-06-14 06:11:28