Trace number 1856851

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.3 1797.87

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c MiniSAT restarts strategy
0.23/0.20	c Memory based learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-1856851-1244927111.opb
0.23/0.20	c reading problem ... 
2.85/2.24	c ... done. Wall clock time 2.037s.
2.85/2.24	c #vars     20501
2.85/2.24	c #constraints  65652
2.85/2.24	c constraints type 
2.85/2.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
2.85/2.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.85/2.24	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 20200
1800.07/1797.71	c starts		: 12
1800.07/1797.71	c conflicts		: 18998
1800.07/1797.71	c decisions		: 25335
1800.07/1797.71	c propagations		: 6000363
1800.07/1797.71	c inspects		: 32408254
1800.07/1797.71	c learnt literals	: 0
1800.07/1797.71	c learnt binary clauses	: 0
1800.07/1797.71	c learnt ternary clauses	: 0
1800.07/1797.71	c learnt clauses	: 18997
1800.07/1797.71	c ignored clauses	: 0
1800.07/1797.71	c root simplifications	: 0
1800.07/1797.71	c removed literals (reason simplification)	: 84440666
1800.07/1797.71	c reason swapping (by a shorter reason)	: 0
1800.07/1797.71	c Calls to reduceDB	: 0
1800.07/1797.71	c speed (assignments/second)	: 3341.939979047304
1800.07/1797.71	c non guided choices	88
1800.07/1797.77	c learnt constraints type 
1800.07/1797.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18998
1800.07/1797.77	c constraints type 
1800.07/1797.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1800.07/1797.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.77	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 20200
1800.07/1797.77	s UNKNOWN
1800.07/1797.77	c Total wall clock time (in seconds): 1797.565

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-1856851-1244927111/watcher-1856851-1244927111 -o /tmp/evaluation-result-1856851-1244927111/solver-1856851-1244927111 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856851-1244927111.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.05 1.01 1.00 3/64 12863
/proc/meminfo: memFree=1325416/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=152 CPUtime=0
/proc/12863/stat : 12863 (java6) R 12861 12863 12590 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 160307481 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 1 0 0
/proc/12863/statm: 38 26 19 9 0 4 0

[startup+0.0320571 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 12863
/proc/meminfo: memFree=1325416/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1468600 CPUtime=0.01
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 2546 0 1 0 0 1 0 0 18 0 4 0 160307481 1503846400 2293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 367150 2293 603 9 0 364501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1468600

[startup+0.101072 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 12863
/proc/meminfo: memFree=1325416/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1472584 CPUtime=0.08
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 3605 0 1 0 6 2 0 0 18 0 12 0 160307481 1507926016 3348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 368146 3348 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301108 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 12863
/proc/meminfo: memFree=1325416/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1475056 CPUtime=0.37
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 5151 0 1 0 34 3 0 0 18 0 12 0 160307481 1510457344 4887 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 368764 4887 1356 9 0 366107 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1475056

[startup+0.701184 s]
/proc/loadavg: 1.05 1.01 1.00 3/64 12863
/proc/meminfo: memFree=1325416/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1476800 CPUtime=1.03
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 7599 0 1 0 99 4 0 0 18 0 12 0 160307481 1512243200 6943 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 369200 6943 1397 9 0 366543 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476800

[startup+1.50132 s]
/proc/loadavg: 1.05 1.01 1.00 2/76 12875
/proc/meminfo: memFree=1290632/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1477008 CPUtime=1.99
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 23283 0 1 0 189 10 0 0 18 0 12 0 160307481 1512456192 22318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 369252 22319 1401 9 0 366595 0
[pid=12863/tid=12865] ppid=12861 vsize=1477008 CPUtime=1.29
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 20544 0 1 0 120 9 0 0 20 0 12 0 160307483 1512456192 22319 1992294400 134512640 134550932 4294956016 18446744073709551615 4109518980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 160307484 1512456192 22320 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160307484 1512456192 22321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 160307486 1512456192 22322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160307486 1512456192 22324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160307486 1512456192 22325 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160307491 1512456192 22326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1477008 CPUtime=0.34
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 818 0 0 0 34 0 0 0 15 0 12 0 160307491 1512456192 22327 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1477008 CPUtime=0.33
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 1177 0 0 0 33 0 0 0 15 0 12 0 160307491 1512456192 22328 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160307491 1512456192 22329 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1477008 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160307491 1512456192 22330 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1477008

[startup+3.10263 s]
/proc/loadavg: 1.05 1.01 1.00 3/76 12875
/proc/meminfo: memFree=1210568/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1479048 CPUtime=4.41
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 34951 0 1 0 425 16 0 0 18 0 13 0 160307481 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 369762 32312 1418 9 0 367105 0
[pid=12863/tid=12865] ppid=12861 vsize=1479048 CPUtime=2.74
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 29945 0 1 0 261 13 0 0 25 0 13 0 160307483 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4109656096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160307484 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160307484 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160307486 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 160307486 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160307486 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1479048 CPUtime=0.96
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 2921 0 0 0 95 1 0 0 16 0 13 0 160307491 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1479048 CPUtime=0.67
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 1336 0 0 0 67 0 0 0 16 0 13 0 160307491 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1479048 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1514545152 32312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1479048

[startup+6.30122 s]
/proc/loadavg: 1.13 1.03 1.01 3/77 12876
/proc/meminfo: memFree=1195328/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1483144 CPUtime=8.16
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 37098 0 1 0 799 17 0 0 18 0 13 0 160307481 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370786 33966 1418 9 0 368129 0
[pid=12863/tid=12865] ppid=12861 vsize=1483144 CPUtime=5.91
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 30809 0 1 0 578 13 0 0 17 0 13 0 160307483 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4109794620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 160307484 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 160307484 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 160307486 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 160307486 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160307486 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1483144 CPUtime=1.26
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3002 0 0 0 125 1 0 0 16 0 13 0 160307491 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1483144 CPUtime=0.95
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 2538 0 0 0 94 1 0 0 16 0 13 0 160307491 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1483144 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1518739456 33966 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1483144

[startup+12.7024 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 12876
/proc/meminfo: memFree=1183304/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1482024 CPUtime=14.62
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 40011 0 1 0 1444 18 0 0 18 0 13 0 160307481 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370506 36660 1427 9 0 367849 0
[pid=12863/tid=12865] ppid=12861 vsize=1482024 CPUtime=12.26
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 30972 0 1 0 1212 14 0 0 25 0 13 0 160307483 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4109791287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1482024 CPUtime=0.04
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 1439 0 0 0 4 0 0 0 16 0 13 0 160307484 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1482024 CPUtime=0.05
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 1305 0 0 0 5 0 0 0 16 0 13 0 160307484 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1482024 CPUtime=1.27
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3002 0 0 0 126 1 0 0 15 0 13 0 160307491 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1482024 CPUtime=0.95
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 2538 0 0 0 94 1 0 0 15 0 13 0 160307491 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1517592576 36660 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 1482024

[startup+25.5018 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 12876
/proc/meminfo: memFree=1183560/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1482024 CPUtime=27.42
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 40011 0 1 0 2724 18 0 0 18 0 13 0 160307481 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370506 36606 1427 9 0 367849 0
[pid=12863/tid=12865] ppid=12861 vsize=1482024 CPUtime=25.06
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 30972 0 1 0 2492 14 0 0 25 0 13 0 160307483 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4109791257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1482024 CPUtime=0.04
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 1439 0 0 0 4 0 0 0 16 0 13 0 160307484 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1482024 CPUtime=0.05
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 1305 0 0 0 5 0 0 0 16 0 13 0 160307484 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1482024 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1517592576 36606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1482024 CPUtime=0

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

[pid=12863/tid=12868] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1481000 CPUtime=1.33
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3004 0 0 0 132 1 0 0 16 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1481000 CPUtime=1.13
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 3706 0 0 0 112 1 0 0 16 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.72
Current children cumulated vsize (KiB) 1481000

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12876
/proc/meminfo: memFree=845384/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1481000 CPUtime=1664.69
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 127457 0 1 0 166395 74 0 0 18 0 13 0 160307481 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370250 120901 1431 9 0 367593 0
[pid=12863/tid=12865] ppid=12861 vsize=1481000 CPUtime=1660.33
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 31006 0 1 0 166012 21 0 0 25 0 13 0 160307483 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4109724332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1481000 CPUtime=0.91
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 43070 0 0 0 69 22 0 0 16 0 13 0 160307484 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1481000 CPUtime=0.93
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 45913 0 0 0 67 26 0 0 17 0 13 0 160307484 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1481000 CPUtime=1.33
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3004 0 0 0 132 1 0 0 16 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1481000 CPUtime=1.13
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 3706 0 0 0 112 1 0 0 16 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1516544000 120901 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.69
Current children cumulated vsize (KiB) 1481000

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12876
/proc/meminfo: memFree=837064/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1481000 CPUtime=1724.7
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 129562 0 1 0 172394 76 0 0 18 0 13 0 160307481 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370250 122961 1431 9 0 367593 0
[pid=12863/tid=12865] ppid=12861 vsize=1481000 CPUtime=1720.28
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 31007 0 1 0 172007 21 0 0 25 0 13 0 160307483 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109656144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1481000 CPUtime=0.94
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 44126 0 0 0 71 23 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1481000 CPUtime=0.95
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 46961 0 0 0 69 26 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1481000 CPUtime=1.33
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3004 0 0 0 132 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1481000 CPUtime=1.13
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 3706 0 0 0 112 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.7
Current children cumulated vsize (KiB) 1481000

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12876
/proc/meminfo: memFree=837064/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1481000 CPUtime=1784.68
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 129562 0 1 0 178392 76 0 0 18 0 13 0 160307481 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370250 122961 1431 9 0 367593 0
[pid=12863/tid=12865] ppid=12861 vsize=1481000 CPUtime=1780.26
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 31007 0 1 0 178005 21 0 0 25 0 13 0 160307483 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109791239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1481000 CPUtime=0.94
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 44126 0 0 0 71 23 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1481000 CPUtime=0.95
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 46961 0 0 0 69 26 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1481000 CPUtime=1.33
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3004 0 0 0 132 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1481000 CPUtime=1.13
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 3706 0 0 0 112 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.68
Current children cumulated vsize (KiB) 1481000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12876
/proc/meminfo: memFree=837064/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=1481000 CPUtime=1800.07
/proc/12863/stat : 12863 (java) S 12861 12863 12590 0 -1 0 129562 0 1 0 179931 76 0 0 18 0 13 0 160307481 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12863/statm: 370250 122961 1431 9 0 367593 0
[pid=12863/tid=12865] ppid=12861 vsize=1481000 CPUtime=1795.65
/proc/12863/task/12865/stat : 12865 (java) R 12861 12863 12590 0 -1 64 31007 0 1 0 179544 21 0 0 25 0 13 0 160307483 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4109957544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12866] ppid=12861 vsize=1481000 CPUtime=0.94
/proc/12863/task/12866/stat : 12866 (java) S 12861 12863 12590 0 -1 64 44126 0 0 0 71 23 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12867] ppid=12861 vsize=1481000 CPUtime=0.95
/proc/12863/task/12867/stat : 12867 (java) S 12861 12863 12590 0 -1 64 46961 0 0 0 69 26 0 0 16 0 13 0 160307484 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12868] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12868/stat : 12868 (java) S 12861 12863 12590 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12869] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12869/stat : 12869 (java) S 12861 12863 12590 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12870] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12870/stat : 12870 (java) S 12861 12863 12590 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160307486 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12871] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12871/stat : 12871 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12872] ppid=12861 vsize=1481000 CPUtime=1.33
/proc/12863/task/12872/stat : 12872 (java) S 12861 12863 12590 0 -1 64 3004 0 0 0 132 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12873] ppid=12861 vsize=1481000 CPUtime=1.13
/proc/12863/task/12873/stat : 12873 (java) S 12861 12863 12590 0 -1 64 3706 0 0 0 112 1 0 0 16 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12874] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12874/stat : 12874 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12863/tid=12875] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12875/stat : 12875 (java) S 12861 12863 12590 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160307491 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12863/tid=12876] ppid=12861 vsize=1481000 CPUtime=0
/proc/12863/task/12876/stat : 12876 (java) S 12861 12863 12590 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 160307714 1516544000 122961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1481000

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

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

[startup+1797.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12876
/proc/meminfo: memFree=837064/2055920 swapFree=4182536/4192956
[pid=12863] ppid=12861 vsize=0 CPUtime=1800.23
/proc/12863/stat : 12863 (java) Z 12861 12863 12590 0 -1 1036 129585 0 1 0 179945 78 0 0 15 0 2 0 160307481 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12863/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.87
CPU time (s): 1800.3
CPU user time (s): 1799.46
CPU system time (s): 0.841872
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 1483532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129585
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= 37146
involuntary context switches= 38642

runsolver used 2.0027 second user time and 4.55331 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-13 23:05:11
IDJOB=1856851
IDBENCH=2987
IDSOLVER=682
FILE ID=node47/1856851-1244927111
PBS_JOBID= 9354635
Free space on /tmp= 66092 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-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-1856851-1244927111/watcher-1856851-1244927111 -o /tmp/evaluation-result-1856851-1244927111/solver-1856851-1244927111 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856851-1244927111.opb

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

MD5SUM BENCH= 8dbba4128860c0dcf60d2ae6d42e2446
RANDOM SEED=760187887

node47.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	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1325896 kB
Buffers:         58588 kB
Cached:         608276 kB
SwapCached:       4160 kB
Active:          44440 kB
Inactive:       630244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325896 kB
SwapTotal:     4192956 kB
SwapFree:      4182536 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            41256 kB
Committed_AS:   138172 kB
PageTables:       1448 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= 66092 MiB
End job on node47 at 2009-06-13 23:35:11