Trace number 1856875

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 Resolution 2.1.1? (TO) 1800.28 1798.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
MD5SUMd31ef469fa2ed9fa9c3063355dbaf7b5
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 variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036150438611441468153567802156940920507153788002840397422
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c MiniSAT restarts strategy
0.24/0.20	c Memory based learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-1856875-1244927588.opb
0.24/0.20	c reading problem ... 
2.66/2.01	c ... done. Wall clock time 1.806s.
2.66/2.01	c #vars     16651
2.66/2.01	c #constraints  53237
2.66/2.01	c constraints type 
2.66/2.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
2.66/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.66/2.01	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16380
1800.06/1798.11	c starts		: 13
1800.06/1798.11	c conflicts		: 27473
1800.06/1798.11	c decisions		: 35947
1800.06/1798.11	c propagations		: 7905699
1800.06/1798.11	c inspects		: 48648547
1800.06/1798.11	c learnt literals	: 0
1800.06/1798.11	c learnt binary clauses	: 0
1800.06/1798.11	c learnt ternary clauses	: 0
1800.06/1798.11	c learnt clauses	: 27472
1800.06/1798.11	c ignored clauses	: 0
1800.06/1798.11	c root simplifications	: 0
1800.06/1798.11	c removed literals (reason simplification)	: 131697708
1800.06/1798.11	c reason swapping (by a shorter reason)	: 0
1800.06/1798.11	c Calls to reduceDB	: 0
1800.06/1798.11	c speed (assignments/second)	: 4401.591782194756
1800.06/1798.11	c non guided choices	95
1800.06/1798.16	c learnt constraints type 
1800.06/1798.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27473
1800.06/1798.16	c constraints type 
1800.06/1798.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.06/1798.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1798.16	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 16380
1800.06/1798.16	s UNKNOWN
1800.06/1798.16	c Total wall clock time (in seconds): 1797.961

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11226
/proc/meminfo: memFree=1423328/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=152 CPUtime=0
/proc/11226/stat : 11226 (java6) D 11224 11226 11043 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 160359187 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 1 0 0
/proc/11226/statm: 38 26 19 9 0 4 0

[startup+0.0421479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11226
/proc/meminfo: memFree=1423328/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1468752 CPUtime=0.03
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 3022 0 1 0 1 2 0 0 18 0 4 0 160359187 1504002048 2769 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 367188 2769 938 9 0 364539 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1468752

[startup+0.10116 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11226
/proc/meminfo: memFree=1423328/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1472584 CPUtime=0.09
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 3601 0 1 0 6 3 0 0 18 0 12 0 160359187 1507926016 3344 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 368146 3344 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301192 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11226
/proc/meminfo: memFree=1423328/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1475092 CPUtime=0.36
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 5110 0 1 0 32 4 0 0 18 0 12 0 160359187 1510494208 4846 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 368773 4846 1356 9 0 366116 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475092

[startup+0.701257 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11226
/proc/meminfo: memFree=1423328/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1476160 CPUtime=1.02
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 6964 0 1 0 97 5 0 0 18 0 12 0 160359187 1511587840 6544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369040 6544 1397 9 0 366383 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1476160

[startup+1.50238 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 11238
/proc/meminfo: memFree=1393216/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1477716 CPUtime=2.01
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 21394 0 1 0 190 11 0 0 18 0 12 0 160359187 1513181184 20691 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369429 20692 1401 9 0 366772 0
[pid=11226/tid=11228] ppid=11224 vsize=1477716 CPUtime=1.23
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 18832 0 1 0 113 10 0 0 20 0 12 0 160359188 1513181184 20693 1992294400 134512640 134550932 4294956016 18446744073709551615 4109577402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160359189 1513181184 20694 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160359189 1513181184 20695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160359191 1513181184 20696 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 160359192 1513181184 20697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160359192 1513181184 20698 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160359196 1513181184 20699 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1477716 CPUtime=0.37
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 702 0 0 0 37 0 0 0 16 0 12 0 160359196 1513181184 20700 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1477716 CPUtime=0.38
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1121 0 0 0 38 0 0 0 15 0 12 0 160359196 1513181184 20701 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160359196 1513181184 20702 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1477716 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160359196 1513181184 20703 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1477716

[startup+3.10766 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 11238
/proc/meminfo: memFree=1323072/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478040 CPUtime=4.18
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 27594 0 1 0 403 15 0 0 18 0 13 0 160359187 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369510 26888 1418 9 0 366853 0
[pid=11226/tid=11228] ppid=11224 vsize=1478040 CPUtime=2.67
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 24944 0 1 0 254 13 0 0 25 0 13 0 160359188 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4109162276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 160359189 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160359189 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 160359191 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 160359192 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160359192 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478040 CPUtime=0.75
/proc/11226/task/11235/stat : 11235 (java) R 11224 11226 11043 0 -1 64 732 0 0 0 75 0 0 0 16 0 13 0 160359196 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 101940288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478040 CPUtime=0.73
/proc/11226/task/11236/stat : 11236 (java) R 11224 11226 11043 0 -1 64 1174 0 0 0 73 0 0 0 16 0 13 0 160359196 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 7979996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478040 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513512960 26888 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1478040

[startup+6.30219 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=1316856/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1479360 CPUtime=7.66
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 29147 0 1 0 750 16 0 0 18 0 13 0 160359187 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369840 27931 1418 9 0 367183 0
[pid=11226/tid=11228] ppid=11224 vsize=1479360 CPUtime=5.86
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 25642 0 1 0 572 14 0 0 25 0 13 0 160359188 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4109641981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 160359189 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160359189 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160359191 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 160359192 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160359192 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1479360 CPUtime=0.92
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1043 0 0 0 92 0 0 0 16 0 13 0 160359196 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1479360 CPUtime=0.85
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 84 1 0 0 16 0 13 0 160359196 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1479360 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1514864640 27931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1479360

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=1314296/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=14.07
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 30035 0 1 0 1390 17 0 0 18 0 13 0 160359187 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 28488 1418 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=12.25
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 26530 0 1 0 1211 14 0 0 25 0 13 0 160359188 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4109684167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 160359189 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160359189 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 160359192 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160359192 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=0.93
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1043 0 0 0 93 0 0 0 16 0 13 0 160359196 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.85
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 84 1 0 0 16 0 13 0 160359196 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 28488 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1478008

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=1296696/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=26.88
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 34361 0 1 0 2669 19 0 0 18 0 13 0 160359187 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 32814 1418 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=25.06
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 30856 0 1 0 2489 17 0 0 25 0 13 0 160359188 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4109641981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 160359189 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160359189 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 160359192 1513480192 32814 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0

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

[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=1.11
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1053 0 0 0 111 0 0 0 16 0 13 0 160359196 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.88
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 87 1 0 0 16 0 13 0 160359196 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 113645 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.24
Current children cumulated vsize (KiB) 1478008

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=964792/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=1664.24
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 120413 0 1 0 166349 75 0 0 18 0 13 0 160359187 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 115545 1431 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=1660.36
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 31018 0 1 0 166011 25 0 0 25 0 13 0 160359188 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4109723431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0.92
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 42371 0 0 0 69 23 0 0 16 0 13 0 160359189 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0.92
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 43499 0 0 0 68 24 0 0 16 0 13 0 160359189 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=1.11
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1053 0 0 0 111 0 0 0 16 0 13 0 160359196 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.88
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 87 1 0 0 16 0 13 0 160359196 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 115545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.24
Current children cumulated vsize (KiB) 1478008

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=952888/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=1724.25
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 123518 0 1 0 172349 76 0 0 18 0 13 0 160359187 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 118520 1431 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=1720.3
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 31019 0 1 0 172005 25 0 0 25 0 13 0 160359188 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4109751000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0.95
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 43377 0 0 0 72 23 0 0 16 0 13 0 160359189 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0.95
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 45597 0 0 0 70 25 0 0 17 0 13 0 160359189 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=1.11
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1053 0 0 0 111 0 0 0 16 0 13 0 160359196 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.88
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 87 1 0 0 16 0 13 0 160359196 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 118520 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 1478008

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=943608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=1784.26
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 125935 0 1 0 178348 78 0 0 18 0 13 0 160359187 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 120815 1431 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=1780.26
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 31020 0 1 0 178001 25 0 0 25 0 13 0 160359188 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4109723468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0.97
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 44604 0 0 0 74 23 0 0 16 0 13 0 160359189 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0.97
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 46786 0 0 0 72 25 0 0 17 0 13 0 160359189 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=1.11
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1053 0 0 0 111 0 0 0 16 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.88
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 87 1 0 0 16 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 1478008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=943608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=1478008 CPUtime=1800.06
/proc/11226/stat : 11226 (java) S 11224 11226 11043 0 -1 0 125935 0 1 0 179928 78 0 0 18 0 13 0 160359187 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11226/statm: 369502 120815 1431 9 0 366845 0
[pid=11226/tid=11228] ppid=11224 vsize=1478008 CPUtime=1796.05
/proc/11226/task/11228/stat : 11228 (java) R 11224 11226 11043 0 -1 64 31020 0 1 0 179580 25 0 0 25 0 13 0 160359188 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4109903334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11229] ppid=11224 vsize=1478008 CPUtime=0.97
/proc/11226/task/11229/stat : 11229 (java) S 11224 11226 11043 0 -1 64 44604 0 0 0 74 23 0 0 16 0 13 0 160359189 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11230] ppid=11224 vsize=1478008 CPUtime=0.97
/proc/11226/task/11230/stat : 11230 (java) S 11224 11226 11043 0 -1 64 46786 0 0 0 72 25 0 0 17 0 13 0 160359189 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11231] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11231/stat : 11231 (java) S 11224 11226 11043 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160359191 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11232] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11232/stat : 11232 (java) S 11224 11226 11043 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11233] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11233/stat : 11233 (java) S 11224 11226 11043 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160359192 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11234] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11234/stat : 11234 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11235] ppid=11224 vsize=1478008 CPUtime=1.11
/proc/11226/task/11235/stat : 11235 (java) S 11224 11226 11043 0 -1 64 1053 0 0 0 111 0 0 0 16 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11236] ppid=11224 vsize=1478008 CPUtime=0.88
/proc/11226/task/11236/stat : 11236 (java) S 11224 11226 11043 0 -1 64 1717 0 0 0 87 1 0 0 16 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11237] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11237/stat : 11237 (java) S 11224 11226 11043 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11226/tid=11238] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11238/stat : 11238 (java) S 11224 11226 11043 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160359196 1513480192 120815 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11226/tid=11239] ppid=11224 vsize=1478008 CPUtime=0
/proc/11226/task/11239/stat : 11239 (java) S 11224 11226 11043 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 160359397 1513480192 120815 1992294400 134512640 134550932 4294956016 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) 1478008

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

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

[startup+1798.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11239
/proc/meminfo: memFree=943608/2055920 swapFree=4192812/4192956
[pid=11226] ppid=11224 vsize=0 CPUtime=1800.22
/proc/11226/stat : 11226 (java) Z 11224 11226 11043 0 -1 1036 125958 0 1 0 179941 81 0 0 15 0 2 0 160359187 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11226/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.26
CPU time (s): 1800.28
CPU user time (s): 1799.42
CPU system time (s): 0.858869
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 1480380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125958
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= 37435
involuntary context switches= 38703

runsolver used 1.9767 second user time and 4.5743 second system time

The end

Launcher Data

Begin job on node15 at 2009-06-13 23:13:08
IDJOB=1856875
IDBENCH=2999
IDSOLVER=682
FILE ID=node15/1856875-1244927588
PBS_JOBID= 9354658
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856875-1244927588/watcher-1856875-1244927588 -o /tmp/evaluation-result-1856875-1244927588/solver-1856875-1244927588 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856875-1244927588.opb

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

MD5SUM BENCH= d31ef469fa2ed9fa9c3063355dbaf7b5
RANDOM SEED=1830992451

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1423744 kB
Buffers:         69908 kB
Cached:         477492 kB
SwapCached:          0 kB
Active:          74680 kB
Inactive:       486156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2432 kB
Writeback:           0 kB
Mapped:          23248 kB
Slab:            57272 kB
Committed_AS:   144900 kB
PageTables:       1460 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= 66344 MiB
End job on node15 at 2009-06-13 23:43:08