Trace number 1856888

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.16 1794.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1856888-1244927753.opb
0.23/0.21	c reading problem ... 
11.55/9.67	c ... done. Wall clock time 9.465s.
11.55/9.67	c #vars     116401
11.55/9.67	c #constraints  375962
11.55/9.67	c constraints type 
11.55/9.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
11.55/9.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
11.55/9.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1794.82	c starts		: 1
1800.05/1794.82	c conflicts		: 3
1800.05/1794.82	c decisions		: 488
1800.05/1794.82	c propagations		: 146539
1800.05/1794.82	c inspects		: 668919
1800.05/1794.82	c learnt literals	: 0
1800.05/1794.82	c learnt binary clauses	: 0
1800.05/1794.82	c learnt ternary clauses	: 0
1800.05/1794.82	c learnt clauses	: 2
1800.05/1794.82	c ignored clauses	: 0
1800.05/1794.82	c root simplifications	: 0
1800.05/1794.82	c removed literals (reason simplification)	: 0
1800.05/1794.82	c reason swapping (by a shorter reason)	: 0
1800.05/1794.82	c Calls to reduceDB	: 0
1800.05/1794.82	c speed (assignments/second)	: 82.08791768969166
1800.05/1794.82	c non guided choices	2
1800.05/1794.82	c learnt constraints type 
1800.05/1794.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1794.82	c constraints type 
1800.05/1794.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.05/1794.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.05/1794.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1794.82	s UNKNOWN
1800.05/1794.82	c Total wall clock time (in seconds): 1794.615

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-1856888-1244927753/watcher-1856888-1244927753 -o /tmp/evaluation-result-1856888-1244927753/solver-1856888-1244927753 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856888-1244927753.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.12 1.03 1.01 3/64 10849
/proc/meminfo: memFree=1298160/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=152 CPUtime=0
/proc/10849/stat : 10849 (java6) R 10847 10849 10466 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 160376538 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 1 0 0
/proc/10849/statm: 38 26 19 9 0 4 0

[startup+0.083233 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 10849
/proc/meminfo: memFree=1298160/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1470220 CPUtime=0.06
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 3482 0 1 0 4 2 0 0 18 0 7 0 160376538 1505505280 3227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 367555 3227 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101234 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 10849
/proc/meminfo: memFree=1298160/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1472584 CPUtime=0.09
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 3635 0 1 0 6 3 0 0 18 0 12 0 160376538 1507926016 3378 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 368146 3378 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30125 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 10849
/proc/meminfo: memFree=1298160/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1474648 CPUtime=0.38
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 5724 0 1 0 34 4 0 0 18 0 12 0 160376538 1510039552 5461 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 368662 5461 1352 9 0 366005 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1474648

[startup+0.701282 s]
/proc/loadavg: 1.12 1.03 1.01 3/64 10849
/proc/meminfo: memFree=1298160/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1476648 CPUtime=1.07
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 8314 0 1 0 102 5 0 0 18 0 12 0 160376538 1512087552 7634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 369162 7634 1398 9 0 366505 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1476648

[startup+1.50235 s]
/proc/loadavg: 1.12 1.03 1.01 4/76 10861
/proc/meminfo: memFree=1259152/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1476304 CPUtime=2.04
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 24268 0 1 0 190 14 0 0 18 0 12 0 160376538 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 369076 23401 1402 9 0 366419 0
[pid=10849/tid=10851] ppid=10847 vsize=1476304 CPUtime=1.31
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 21716 0 1 0 119 12 0 0 23 0 12 0 160376539 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160376540 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 160376540 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 160376542 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 160376542 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160376542 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160376547 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1476304 CPUtime=0.43
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 1065 0 0 0 43 0 0 0 17 0 12 0 160376547 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1476304 CPUtime=0.26
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 746 0 0 0 26 0 0 0 16 0 12 0 160376547 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160376547 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160376547 1511735296 23401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1476304

[startup+3.10247 s]
/proc/loadavg: 1.12 1.03 1.01 2/76 10861
/proc/meminfo: memFree=1162064/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1476304 CPUtime=3.78
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 40737 0 1 0 357 21 0 0 18 0 12 0 160376538 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 369076 39826 1412 9 0 366419 0
[pid=10849/tid=10851] ppid=10847 vsize=1476304 CPUtime=2.76
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 30940 0 1 0 260 16 0 0 25 0 12 0 160376539 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1476304 CPUtime=0.13
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 3907 0 0 0 12 1 0 0 16 0 12 0 160376540 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1476304 CPUtime=0.13
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 3323 0 0 0 12 1 0 0 17 0 12 0 160376540 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 160376542 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160376542 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160376542 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160376547 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1476304 CPUtime=0.43
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 1065 0 0 0 43 0 0 0 17 0 12 0 160376547 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1476304 CPUtime=0.26
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 746 0 0 0 26 0 0 0 16 0 12 0 160376547 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160376547 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1476304 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160376547 1511735296 39826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1476304

[startup+6.30173 s]
/proc/loadavg: 1.11 1.03 1.01 2/76 10861
/proc/meminfo: memFree=1119504/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1476272 CPUtime=7.24
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 47032 0 1 0 700 24 0 0 18 0 12 0 160376538 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 369068 45827 1414 9 0 366411 0
[pid=10849/tid=10851] ppid=10847 vsize=1476272 CPUtime=5.68
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 30943 0 1 0 551 17 0 0 25 0 12 0 160376539 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4109453708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1476272 CPUtime=0.4
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 6909 0 0 0 38 2 0 0 17 0 12 0 160376540 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1476272 CPUtime=0.4
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 6607 0 0 0 38 2 0 0 16 0 12 0 160376540 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 160376542 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160376542 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160376542 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160376547 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1476272 CPUtime=0.44
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 1067 0 0 0 44 0 0 0 16 0 12 0 160376547 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1476272 CPUtime=0.26
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 746 0 0 0 26 0 0 0 16 0 12 0 160376547 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160376547 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1476272 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160376547 1511702528 45827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 1476272

[startup+12.7023 s]
/proc/loadavg: 1.10 1.03 1.01 3/77 10862
/proc/meminfo: memFree=1076168/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488564 CPUtime=15.33
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 62369 0 1 0 1500 33 0 0 18 0 13 0 160376538 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372141 56699 1429 9 0 369484 0
[pid=10849/tid=10851] ppid=10847 vsize=1488564 CPUtime=11.48
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 31000 0 1 0 1130 18 0 0 25 0 13 0 160376539 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4109647124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488564 CPUtime=0.7
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 11392 0 0 0 65 5 0 0 16 0 13 0 160376540 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488564 CPUtime=0.71
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 10563 0 0 0 67 4 0 0 18 0 13 0 160376540 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 160376542 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488564 CPUtime=1.69
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7627 0 0 0 166 3 0 0 17 0 13 0 160376547 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488564 CPUtime=0.7
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1021 0 0 0 70 0 0 0 16 0 13 0 160376547 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488564 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524289536 56699 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 1488564

[startup+25.5013 s]
/proc/loadavg: 1.08 1.03 1.01 2/77 10862
/proc/meminfo: memFree=1067336/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488404 CPUtime=28.37
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 64682 0 1 0 2802 35 0 0 18 0 13 0 160376538 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 58902 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=24.1
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 31003 0 1 0 2392 18 0 0 18 0 13 0 160376539 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4109909449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=0.8
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 11698 0 0 0 75 5 0 0 16 0 13 0 160376540 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=0.82
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 12547 0 0 0 77 5 0 0 16 0 13 0 160376540 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 58902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0

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

[pid=10849] ppid=10847 vsize=1488404 CPUtime=1607.33
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 71574 0 1 0 160525 208 0 0 18 0 13 0 160376538 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 62866 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=1579.93
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 33545 0 1 0 157968 25 0 0 19 0 13 0 160376539 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4110083700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=13.49
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 13744 0 0 0 1286 63 0 0 15 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=10.77
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 14840 0 0 0 973 104 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0.29
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 20 9 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488404 CPUtime=1.89
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7644 0 0 0 186 3 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488404 CPUtime=0.9
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1035 0 0 0 90 0 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.33
Current children cumulated vsize (KiB) 1488404

[startup+1662.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 10862
/proc/meminfo: memFree=1051080/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488404 CPUtime=1667.38
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 71668 0 1 0 166524 214 0 0 18 0 13 0 160376538 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 62866 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=1639.17
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 33639 0 1 0 163892 25 0 0 21 0 13 0 160376539 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4109650368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=14.05
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 13744 0 0 0 1341 64 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=11.03
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 14840 0 0 0 993 110 0 0 15 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0.29
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 20 9 0 0 15 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488404 CPUtime=1.89
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7644 0 0 0 186 3 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488404 CPUtime=0.9
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1035 0 0 0 90 0 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.38
Current children cumulated vsize (KiB) 1488404

[startup+1722.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 10862
/proc/meminfo: memFree=1051144/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488404 CPUtime=1727.45
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 71758 0 1 0 172526 219 0 0 18 0 13 0 160376538 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 62866 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=1698.43
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 33729 0 1 0 169818 25 0 0 25 0 13 0 160376539 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4109650833 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=14.38
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 13744 0 0 0 1371 67 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=11.49
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 14840 0 0 0 1038 111 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0.31
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 21 10 0 0 15 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488404 CPUtime=1.89
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7644 0 0 0 186 3 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488404 CPUtime=0.9
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1035 0 0 0 90 0 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.45
Current children cumulated vsize (KiB) 1488404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 10862
/proc/meminfo: memFree=1051016/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488404 CPUtime=1787.52
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 71848 0 1 0 178527 225 0 0 18 0 13 0 160376538 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 62866 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=1757.7
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 33819 0 1 0 175745 25 0 0 25 0 13 0 160376539 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4110095016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=14.74
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 13744 0 0 0 1403 71 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=11.93
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 14840 0 0 0 1080 113 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0.32
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 22 10 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488404 CPUtime=1.89
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7644 0 0 0 186 3 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488404 CPUtime=0.9
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1035 0 0 0 90 0 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (KiB) 1488404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 10862
/proc/meminfo: memFree=1050952/2055920 swapFree=4191900/4192956
[pid=10849] ppid=10847 vsize=1488404 CPUtime=1800.05
/proc/10849/stat : 10849 (java) S 10847 10849 10466 0 -1 0 71866 0 1 0 179778 227 0 0 18 0 13 0 160376538 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10849/statm: 372101 62866 1429 9 0 369444 0
[pid=10849/tid=10851] ppid=10847 vsize=1488404 CPUtime=1770.06
/proc/10849/task/10851/stat : 10851 (java) R 10847 10849 10466 0 -1 64 33837 0 1 0 176981 25 0 0 25 0 13 0 160376539 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4109650368 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10852] ppid=10847 vsize=1488404 CPUtime=14.78
/proc/10849/task/10852/stat : 10852 (java) S 10847 10849 10466 0 -1 64 13744 0 0 0 1406 72 0 0 16 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10853] ppid=10847 vsize=1488404 CPUtime=12.04
/proc/10849/task/10853/stat : 10853 (java) S 10847 10849 10466 0 -1 64 14840 0 0 0 1091 113 0 0 15 0 13 0 160376540 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10854] ppid=10847 vsize=1488404 CPUtime=0.32
/proc/10849/task/10854/stat : 10854 (java) S 10847 10849 10466 0 -1 64 20 0 0 0 22 10 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10855] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10855/stat : 10855 (java) S 10847 10849 10466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10856] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10856/stat : 10856 (java) S 10847 10849 10466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160376542 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10857] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10857/stat : 10857 (java) S 10847 10849 10466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10858] ppid=10847 vsize=1488404 CPUtime=1.89
/proc/10849/task/10858/stat : 10858 (java) S 10847 10849 10466 0 -1 64 7644 0 0 0 186 3 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10859] ppid=10847 vsize=1488404 CPUtime=0.9
/proc/10849/task/10859/stat : 10859 (java) S 10847 10849 10466 0 -1 64 1035 0 0 0 90 0 0 0 17 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10860] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10860/stat : 10860 (java) S 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10849/tid=10861] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10861/stat : 10861 (java) R 10847 10849 10466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160376547 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10849/tid=10862] ppid=10847 vsize=1488404 CPUtime=0
/proc/10849/task/10862/stat : 10862 (java) S 10847 10849 10466 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 160377534 1524125696 62866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1488404

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

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

Child status: 143
Real time (s): 1794.9
CPU time (s): 1800.16
CPU user time (s): 1797.85
CPU system time (s): 2.31365
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 1492180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.85
system time used= 2.31365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71889
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= 65449
involuntary context switches= 20154

runsolver used 2.26565 second user time and 5.74913 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-13 23:15:56
IDJOB=1856888
IDBENCH=3006
IDSOLVER=681
FILE ID=node3/1856888-1244927753
PBS_JOBID= 9354660
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=1129794245

node3.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.236
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.236
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:       1298576 kB
Buffers:         69320 kB
Cached:         606552 kB
SwapCached:        524 kB
Active:          75844 kB
Inactive:       613572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298576 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           23232 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            53988 kB
Committed_AS:   119096 kB
PageTables:       1376 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= 66372 MiB
End job on node3 at 2009-06-13 23:45:52