Trace number 1856940

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.14 1794.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c MiniSAT restarts strategy
0.21/0.23	c Memory based learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-1856940-1244928625.opb
0.21/0.23	c reading problem ... 
3.59/2.98	c ... done. Wall clock time 2.751s.
3.59/2.98	c #vars     29401
3.59/2.98	c #constraints  94382
3.59/2.98	c constraints type 
3.59/2.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
3.59/2.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
3.59/2.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.52	c starts		: 1
1800.03/1794.52	c conflicts		: 3
1800.03/1794.52	c decisions		: 247
1800.03/1794.52	c propagations		: 37279
1800.03/1794.52	c inspects		: 168992
1800.03/1794.52	c learnt literals	: 0
1800.03/1794.52	c learnt binary clauses	: 0
1800.03/1794.52	c learnt ternary clauses	: 0
1800.03/1794.52	c learnt clauses	: 2
1800.03/1794.52	c ignored clauses	: 0
1800.03/1794.52	c root simplifications	: 0
1800.03/1794.52	c removed literals (reason simplification)	: 0
1800.03/1794.52	c reason swapping (by a shorter reason)	: 0
1800.03/1794.52	c Calls to reduceDB	: 0
1800.03/1794.52	c speed (assignments/second)	: 20.808412897319894
1800.03/1794.52	c non guided choices	2
1800.03/1794.52	c learnt constraints type 
1800.03/1794.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.52	c constraints type 
1800.03/1794.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
1800.03/1794.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
1800.03/1794.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1794.52	s UNKNOWN
1800.03/1794.52	c Total wall clock time (in seconds): 1794.29

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-1856940-1244928625/watcher-1856940-1244928625 -o /tmp/evaluation-result-1856940-1244928625/solver-1856940-1244928625 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856940-1244928625.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.97 1.00 1.00 3/64 13529
/proc/meminfo: memFree=1384200/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=18576 CPUtime=0
/proc/13529/stat : 13529 (runsolver) R 13527 13529 13265 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160462184 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13529/statm: 4644 284 249 26 0 2626 0

[startup+0.103638 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 13529
/proc/meminfo: memFree=1384200/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1472428 CPUtime=0.08
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 3569 0 1 0 6 2 0 0 20 0 12 0 160462184 1507766272 3312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 368107 3312 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.202702 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 13529
/proc/meminfo: memFree=1384200/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1474724 CPUtime=0.21
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 4670 0 1 0 19 2 0 0 20 0 12 0 160462184 1510117376 4408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 368681 4408 1340 9 0 366024 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1474724

[startup+0.302713 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 13529
/proc/meminfo: memFree=1384200/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1474724 CPUtime=0.34
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 5125 0 1 0 31 3 0 0 20 0 12 0 160462184 1510117376 4862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 368681 4862 1352 9 0 366024 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474724

[startup+0.701699 s]
/proc/loadavg: 0.97 1.00 1.00 3/64 13529
/proc/meminfo: memFree=1384200/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1476724 CPUtime=0.99
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 7191 0 1 0 94 5 0 0 20 0 12 0 160462184 1512165376 6708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369181 6708 1398 9 0 366524 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1476724

[startup+1.50284 s]
/proc/loadavg: 0.97 1.00 1.00 2/76 13541
/proc/meminfo: memFree=1344040/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1476724 CPUtime=1.99
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 21156 0 1 0 188 11 0 0 20 0 12 0 160462184 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369181 20338 1402 9 0 366524 0
[pid=13529/tid=13531] ppid=13527 vsize=1476724 CPUtime=1.27
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 18712 0 1 0 118 9 0 0 18 0 12 0 160462185 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4109165088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 160462187 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 160462187 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 160462189 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 160462189 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 160462189 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160462194 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1476724 CPUtime=0.37
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 587 0 0 0 37 0 0 0 16 0 12 0 160462194 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1476724 CPUtime=0.32
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 1116 0 0 0 32 0 0 0 16 0 12 0 160462194 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160462194 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1476724 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160462194 1512165376 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1476724

[startup+3.10195 s]
/proc/loadavg: 0.97 1.00 1.00 2/76 13541
/proc/meminfo: memFree=1250280/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1477048 CPUtime=3.88
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 35714 0 1 0 371 17 0 0 20 0 13 0 160462184 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369262 34786 1424 9 0 366605 0
[pid=13529/tid=13531] ppid=13527 vsize=1477048 CPUtime=2.75
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 30970 0 1 0 260 15 0 0 18 0 13 0 160462185 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4109155651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1477048 CPUtime=0.05
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 982 0 0 0 5 0 0 0 16 0 13 0 160462187 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1477048 CPUtime=0.04
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 1190 0 0 0 4 0 0 0 16 0 13 0 160462187 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 160462189 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1477048 CPUtime=0.53
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 682 0 0 0 53 0 0 0 16 0 13 0 160462194 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1477048 CPUtime=0.47
/proc/13529/task/13539/stat : 13539 (java) R 13527 13529 13265 0 -1 64 1139 0 0 0 47 0 0 0 16 0 13 0 160462194 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 103197476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1477048 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1512497152 34786 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1477048

[startup+6.30226 s]
/proc/loadavg: 0.97 1.00 1.00 2/77 13542
/proc/meminfo: memFree=1246944/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1478864 CPUtime=7.65
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 37203 0 1 0 747 18 0 0 20 0 13 0 160462184 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369716 35462 1428 9 0 367059 0
[pid=13529/tid=13531] ppid=13527 vsize=1478864 CPUtime=5.75
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 30981 0 1 0 560 15 0 0 16 0 13 0 160462185 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4109713138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1478864 CPUtime=0.05
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 982 0 0 0 5 0 0 0 16 0 13 0 160462187 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1478864 CPUtime=0.04
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 1190 0 0 0 4 0 0 0 16 0 13 0 160462187 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160462189 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1478864 CPUtime=0.94
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 1003 0 0 0 94 0 0 0 16 0 13 0 160462194 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1478864 CPUtime=0.82
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 2292 0 0 0 81 1 0 0 16 0 13 0 160462194 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1514356736 35462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 1478864

[startup+12.7019 s]
/proc/loadavg: 0.97 1.00 1.00 2/77 13542
/proc/meminfo: memFree=1204840/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1478864 CPUtime=14.53
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 48483 0 1 0 1429 24 0 0 20 0 13 0 160462184 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369716 45983 1428 9 0 367059 0
[pid=13529/tid=13531] ppid=13527 vsize=1478864 CPUtime=11.72
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 30996 0 1 0 1157 15 0 0 25 0 13 0 160462185 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4109887388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1478864 CPUtime=0.44
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 5771 0 0 0 41 3 0 0 15 0 13 0 160462187 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1478864 CPUtime=0.42
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 7650 0 0 0 40 2 0 0 16 0 13 0 160462187 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 160462189 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1478864 CPUtime=1.02
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 1006 0 0 0 102 0 0 0 16 0 13 0 160462194 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1478864 CPUtime=0.87
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 2295 0 0 0 86 1 0 0 16 0 13 0 160462194 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1478864 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1514356736 45983 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 1478864

[startup+25.5022 s]
/proc/loadavg: 0.98 1.00 1.00 2/77 13542
/proc/meminfo: memFree=1204904/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1478832 CPUtime=27.37
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 48570 0 1 0 2712 25 0 0 20 0 13 0 160462184 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 369708 45985 1428 9 0 367051 0
[pid=13529/tid=13531] ppid=13527 vsize=1478832 CPUtime=24.5
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 31083 0 1 0 2435 15 0 0 25 0 13 0 160462185 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4109611388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1478832 CPUtime=0.44
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 5771 0 0 0 41 3 0 0 15 0 13 0 160462187 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1478832 CPUtime=0.44
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 7650 0 0 0 41 3 0 0 16 0 13 0 160462187 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1478832 CPUtime=0
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 160462189 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1478832 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1514323968 45985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1478832 CPUtime=0

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

[pid=13529] ppid=13527 vsize=1482996 CPUtime=1607.24
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 77020 0 1 0 160592 132 0 0 20 0 13 0 160462184 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 370749 62164 1433 9 0 368092 0
[pid=13529/tid=13531] ppid=13527 vsize=1482996 CPUtime=1596.33
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 34793 0 1 0 159606 27 0 0 16 0 13 0 160462185 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4109887436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1482996 CPUtime=3.65
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 15971 0 0 0 322 43 0 0 16 0 13 0 160462187 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1482996 CPUtime=3.62
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 18230 0 0 0 331 31 0 0 15 0 13 0 160462187 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1482996 CPUtime=0.65
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 40 25 0 0 16 0 13 0 160462189 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1482996 CPUtime=1.73
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 3239 0 0 0 172 1 0 0 17 0 13 0 160462194 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1482996 CPUtime=1.18
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 4022 0 0 0 116 2 0 0 16 0 13 0 160462194 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1518587904 62164 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.24
Current children cumulated vsize (KiB) 1482996

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13544
/proc/meminfo: memFree=1132584/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1482996 CPUtime=1667.41
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 79451 0 1 0 166605 136 0 0 20 0 13 0 160462184 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 370749 63935 1433 9 0 368092 0
[pid=13529/tid=13531] ppid=13527 vsize=1482996 CPUtime=1656.09
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 34904 0 1 0 165582 27 0 0 17 0 13 0 160462185 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4109925736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1482996 CPUtime=3.84
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 16959 0 0 0 340 44 0 0 16 0 13 0 160462187 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1482996 CPUtime=3.82
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 19562 0 0 0 350 32 0 0 16 0 13 0 160462187 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1482996 CPUtime=0.68
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 41 27 0 0 16 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1482996 CPUtime=1.73
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 3239 0 0 0 172 1 0 0 17 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1482996 CPUtime=1.18
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 4022 0 0 0 116 2 0 0 16 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.41
Current children cumulated vsize (KiB) 1482996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13544
/proc/meminfo: memFree=1132520/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1482996 CPUtime=1727.6
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 79576 0 1 0 172621 139 0 0 20 0 13 0 160462184 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 370749 63935 1433 9 0 368092 0
[pid=13529/tid=13531] ppid=13527 vsize=1482996 CPUtime=1715.85
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 35029 0 1 0 171557 28 0 0 17 0 13 0 160462185 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4109611454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1482996 CPUtime=4.04
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 16959 0 0 0 360 44 0 0 16 0 13 0 160462187 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1482996 CPUtime=4.02
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 19562 0 0 0 369 33 0 0 16 0 13 0 160462187 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1482996 CPUtime=0.71
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 43 28 0 0 15 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1482996 CPUtime=1.73
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 3239 0 0 0 172 1 0 0 17 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1482996 CPUtime=1.18
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 4022 0 0 0 116 2 0 0 16 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1518587904 63935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.6
Current children cumulated vsize (KiB) 1482996

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13544
/proc/meminfo: memFree=1124904/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1482996 CPUtime=1787.79
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 82442 0 1 0 178636 143 0 0 20 0 13 0 160462184 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 370749 65823 1433 9 0 368092 0
[pid=13529/tid=13531] ppid=13527 vsize=1482996 CPUtime=1775.59
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 35140 0 1 0 177531 28 0 0 17 0 13 0 160462185 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4109612237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1482996 CPUtime=4.26
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 18246 0 0 0 381 45 0 0 16 0 13 0 160462187 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1482996 CPUtime=4.23
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 21030 0 0 0 388 35 0 0 16 0 13 0 160462187 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1482996 CPUtime=0.72
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 44 28 0 0 15 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1482996 CPUtime=1.73
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 3239 0 0 0 172 1 0 0 17 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1482996 CPUtime=1.18
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 4022 0 0 0 116 2 0 0 16 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.79
Current children cumulated vsize (KiB) 1482996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13544
/proc/meminfo: memFree=1124904/2055920 swapFree=4192952/4192956
[pid=13529] ppid=13527 vsize=1482996 CPUtime=1800.03
/proc/13529/stat : 13529 (java) S 13527 13529 13265 0 -1 0 82466 0 1 0 179860 143 0 0 20 0 13 0 160462184 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13529/statm: 370749 65823 1433 9 0 368092 0
[pid=13529/tid=13531] ppid=13527 vsize=1482996 CPUtime=1787.75
/proc/13529/task/13531/stat : 13531 (java) R 13527 13529 13265 0 -1 64 35164 0 1 0 178747 28 0 0 17 0 13 0 160462185 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4109887560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13532] ppid=13527 vsize=1482996 CPUtime=4.3
/proc/13529/task/13532/stat : 13532 (java) S 13527 13529 13265 0 -1 64 18246 0 0 0 385 45 0 0 16 0 13 0 160462187 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13533] ppid=13527 vsize=1482996 CPUtime=4.27
/proc/13529/task/13533/stat : 13533 (java) S 13527 13529 13265 0 -1 64 21030 0 0 0 392 35 0 0 16 0 13 0 160462187 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13534] ppid=13527 vsize=1482996 CPUtime=0.72
/proc/13529/task/13534/stat : 13534 (java) S 13527 13529 13265 0 -1 64 20 0 0 0 44 28 0 0 15 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13535] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13535/stat : 13535 (java) S 13527 13529 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13536] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13536/stat : 13536 (java) S 13527 13529 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160462189 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13537] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13537/stat : 13537 (java) S 13527 13529 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13538] ppid=13527 vsize=1482996 CPUtime=1.73
/proc/13529/task/13538/stat : 13538 (java) S 13527 13529 13265 0 -1 64 3239 0 0 0 172 1 0 0 17 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13539] ppid=13527 vsize=1482996 CPUtime=1.18
/proc/13529/task/13539/stat : 13539 (java) S 13527 13529 13265 0 -1 64 4022 0 0 0 116 2 0 0 16 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13540] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13540/stat : 13540 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13529/tid=13541] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13541/stat : 13541 (java) S 13527 13529 13265 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160462194 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13529/tid=13542] ppid=13527 vsize=1482996 CPUtime=0
/proc/13529/task/13542/stat : 13542 (java) S 13527 13529 13265 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 160462493 1518587904 65823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1482996

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

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

Child status: 143
Real time (s): 1794.6
CPU time (s): 1800.14
CPU user time (s): 1798.66
CPU system time (s): 1.48177
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 1485380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.48177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82490
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= 79199
involuntary context switches= 49500

runsolver used 2.33764 second user time and 5.2792 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-13 23:30:25
IDJOB=1856940
IDBENCH=3032
IDSOLVER=681
FILE ID=node27/1856940-1244928625
PBS_JOBID= 9354651
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.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-1856940-1244928625/watcher-1856940-1244928625 -o /tmp/evaluation-result-1856940-1244928625/solver-1856940-1244928625 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856940-1244928625.opb

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

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=1385026235

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1384616 kB
Buffers:         71692 kB
Cached:         512016 kB
SwapCached:          4 kB
Active:          50236 kB
Inactive:       547916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384616 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4388 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            59036 kB
Committed_AS:   128800 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node27 at 2009-06-14 00:00:22