Trace number 1859654

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.38 1753.86

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__64.opb
MD5SUMcc5cebabc199f10f08063890a2dc59f2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14989592
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint64
Maximum length of a constraint1345
Number of terms in the objective function 96000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 3283863936
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3283863936
Number of bits of the biggest sum of numbers32
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.23/0.42	c Pseudo Boolean Optimization
0.23/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.42	c --- Begin Solver configuration ---
0.23/0.42	c Stops conflict analysis at the first Unique Implication Point
0.23/0.42	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.42	c Learn all clauses as in MiniSAT
0.23/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.42	c No reason simplification
0.23/0.42	c MiniSAT restarts strategy
0.23/0.42	c Memory based learned constraints deletion strategy
0.23/0.42	c timeout=2147483s
0.23/0.42	c DB Simplification allowed=false
0.23/0.42	c --- End Solver configuration ---
0.23/0.42	c solving HOME/instance-1859654-1244974785.opb
0.23/0.42	c reading problem ... 
4.25/3.37	c ... done. Wall clock time 2.95s.
4.25/3.37	c #vars     96498
4.25/3.37	c #constraints  2500
4.25/3.37	c constraints type 
4.25/3.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
4.25/3.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
4.25/3.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.07/1753.63	c starts		: 10
1800.07/1753.63	c conflicts		: 7715
1800.07/1753.63	c decisions		: 3717892
1800.07/1753.63	c propagations		: 7870969
1800.07/1753.63	c inspects		: 90691424
1800.07/1753.63	c learnt literals	: 0
1800.07/1753.63	c learnt binary clauses	: 0
1800.07/1753.63	c learnt ternary clauses	: 0
1800.07/1753.63	c learnt clauses	: 7714
1800.07/1753.63	c ignored clauses	: 0
1800.07/1753.63	c root simplifications	: 0
1800.07/1753.63	c removed literals (reason simplification)	: 0
1800.07/1753.63	c reason swapping (by a shorter reason)	: 0
1800.07/1753.63	c Calls to reduceDB	: 0
1800.07/1753.63	c speed (assignments/second)	: 4497.025872141355
1800.07/1753.63	c non guided choices	64104
1800.07/1753.64	c learnt constraints type 
1800.07/1753.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 562
1800.07/1753.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7152
1800.07/1753.64	c constraints type 
1800.07/1753.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.07/1753.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.07/1753.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.07/1753.65	s UNKNOWN
1800.07/1753.65	c Total wall clock time (in seconds): 1753.228

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-1859654-1244974785/watcher-1859654-1244974785 -o /tmp/evaluation-result-1859654-1244974785/solver-1859654-1244974785 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859654-1244974785.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.01 1.03 1.00 2/64 18547
/proc/meminfo: memFree=1538552/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=18576 CPUtime=0
/proc/18547/stat : 18547 (runsolver) D 18545 18547 17784 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 165074858 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18547/statm: 4644 284 249 26 0 2626 0

[startup+0.073396 s]
/proc/loadavg: 1.01 1.03 1.00 2/64 18547
/proc/meminfo: memFree=1538552/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=18576 CPUtime=0
/proc/18547/stat : 18547 (runsolver) D 18545 18547 17784 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 165074858 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18547/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101399 s]
/proc/loadavg: 1.01 1.03 1.00 2/64 18547
/proc/meminfo: memFree=1538552/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=18576 CPUtime=0
/proc/18547/stat : 18547 (runsolver) D 18545 18547 17784 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 165074858 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/18547/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301434 s]
/proc/loadavg: 1.01 1.03 1.00 2/64 18547
/proc/meminfo: memFree=1538552/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1472584 CPUtime=0.08
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 3607 0 1 0 6 2 0 0 18 0 12 0 165074858 1507926016 3350 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 368146 3350 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.702512 s]
/proc/loadavg: 1.01 1.03 1.00 2/64 18547
/proc/meminfo: memFree=1538552/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1476144 CPUtime=0.69
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 6784 0 1 0 64 5 0 0 18 0 12 0 165074858 1511571456 6326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 369036 6326 1377 9 0 366379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1476144

[startup+1.50165 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18559
/proc/meminfo: memFree=1500056/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1483820 CPUtime=1.8
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 19394 0 1 0 170 10 0 0 18 0 12 0 165074858 1519431680 18225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 370955 18225 1401 9 0 368298 0
[pid=18547/tid=18549] ppid=18545 vsize=1483820 CPUtime=1.06
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 15235 0 1 0 99 7 0 0 22 0 12 0 165074879 1519431680 18226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 165074880 1519431680 18226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 165074880 1519431680 18227 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165074882 1519431680 18231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 165074883 1519431680 18233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 165074883 1519431680 18233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165074887 1519431680 18233 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1483820 CPUtime=0.42
/proc/18547/task/18556/stat : 18556 (java) R 18545 18547 17784 0 -1 64 2269 0 0 0 42 0 0 0 18 0 12 0 165074887 1519431680 18234 1992294400 134512640 134550932 4294956000 18446744073709551615 102348249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1483820 CPUtime=0.28
/proc/18547/task/18557/stat : 18557 (java) R 18545 18547 17784 0 -1 64 1160 0 0 0 27 1 0 0 16 0 12 0 165074887 1519431680 18234 1992294400 134512640 134550932 4294956000 18446744073709551615 3997399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165074887 1519431680 18234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1483820 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165074887 1519431680 18235 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1483820

[startup+3.10292 s]
/proc/loadavg: 1.01 1.03 1.00 2/76 18559
/proc/meminfo: memFree=1407640/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1488164 CPUtime=3.93
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 46136 0 1 0 372 21 0 0 18 0 12 0 165074858 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372041 42606 1412 9 0 369384 0
[pid=18547/tid=18549] ppid=18545 vsize=1488164 CPUtime=2.46
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 30930 0 1 0 232 14 0 0 25 0 12 0 165074879 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4109560097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1488164 CPUtime=0.13
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 3485 0 0 0 12 1 0 0 18 0 12 0 165074880 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1488164 CPUtime=0.13
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 4207 0 0 0 12 1 0 0 16 0 12 0 165074880 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165074882 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165074883 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165074883 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165074887 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1488164 CPUtime=0.82
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 5310 0 0 0 81 1 0 0 16 0 12 0 165074887 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1488164 CPUtime=0.33
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1455 0 0 0 32 1 0 0 16 0 12 0 165074887 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165074887 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1488164 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165074887 1523879936 42606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1488164

[startup+6.30148 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 18560
/proc/meminfo: memFree=1334160/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1488456 CPUtime=8.53
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 58453 0 1 0 826 27 0 0 18 0 13 0 165074858 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372114 52788 1434 9 0 369457 0
[pid=18547/tid=18549] ppid=18545 vsize=1488456 CPUtime=4.89
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 30986 0 1 0 475 14 0 0 25 0 13 0 165074879 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4109899378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1488456 CPUtime=0.4
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 9063 0 0 0 36 4 0 0 16 0 13 0 165074880 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1488456 CPUtime=0.43
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 9213 0 0 0 40 3 0 0 17 0 13 0 165074880 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 165074882 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1488456 CPUtime=1.79
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 6909 0 0 0 177 2 0 0 16 0 13 0 165074887 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1488456 CPUtime=0.97
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1528 0 0 0 96 1 0 0 16 0 13 0 165074887 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1488456 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1524178944 52788 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1488456

[startup+12.7016 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 18560
/proc/meminfo: memFree=1310224/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1487176 CPUtime=15.3
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 65613 0 1 0 1498 32 0 0 18 0 13 0 165074858 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 371794 58218 1434 9 0 369137 0
[pid=18547/tid=18549] ppid=18545 vsize=1487176 CPUtime=10.94
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 31010 0 1 0 1080 14 0 0 18 0 13 0 165074879 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4110010761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1487176 CPUtime=0.68
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 11909 0 0 0 61 7 0 0 16 0 13 0 165074880 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1487176 CPUtime=0.7
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 13482 0 0 0 65 5 0 0 16 0 13 0 165074880 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 165074882 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1487176 CPUtime=1.82
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 6910 0 0 0 180 2 0 0 16 0 13 0 165074887 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1487176 CPUtime=1.1
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1548 0 0 0 109 1 0 0 17 0 13 0 165074887 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1522868224 58218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1487176

[startup+25.5028 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 18560
/proc/meminfo: memFree=1301712/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1487176 CPUtime=28.18
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 67811 0 1 0 2784 34 0 0 18 0 13 0 165074858 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 371794 60368 1434 9 0 369137 0
[pid=18547/tid=18549] ppid=18545 vsize=1487176 CPUtime=23.57
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 31042 0 1 0 2342 15 0 0 17 0 13 0 165074879 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4109935090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1487176 CPUtime=0.79
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 12734 0 0 0 72 7 0 0 16 0 13 0 165074880 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1487176 CPUtime=0.8
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 14821 0 0 0 74 6 0 0 16 0 13 0 165074880 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074882 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1487176 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1522868224 60368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1487176 CPUtime=0

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

[pid=18547/tid=18552] ppid=18545 vsize=1491272 CPUtime=0.4
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 16 0 0 0 27 13 0 0 16 0 13 0 165074882 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1491272 CPUtime=2.29
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 9495 0 0 0 226 3 0 0 18 0 13 0 165074887 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1491272 CPUtime=1.38
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1568 0 0 0 137 1 0 0 17 0 13 0 165074887 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1527062528 243606 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.29
Current children cumulated vsize (KiB) 1491272

[startup+1602.3 s]
/proc/loadavg: 1.01 1.05 1.01 2/77 18560
/proc/meminfo: memFree=544272/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1491272 CPUtime=1643.38
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 264241 0 1 0 164040 298 0 0 18 0 13 0 165074858 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372818 249329 1438 9 0 370161 0
[pid=18547/tid=18549] ppid=18545 vsize=1491272 CPUtime=1552.89
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 33865 0 1 0 155265 24 0 0 17 0 13 0 165074879 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109838506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1491272 CPUtime=42.69
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 125857 0 0 0 4113 156 0 0 16 0 13 0 165074880 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1491272 CPUtime=43.64
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 92696 0 0 0 4268 96 0 0 17 0 13 0 165074880 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1491272 CPUtime=0.41
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 16 0 0 0 27 14 0 0 15 0 13 0 165074882 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1491272 CPUtime=2.29
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 9495 0 0 0 226 3 0 0 18 0 13 0 165074887 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1491272 CPUtime=1.38
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1568 0 0 0 137 1 0 0 16 0 13 0 165074887 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1527062528 249329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.38
Current children cumulated vsize (KiB) 1491272

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/77 18560
/proc/meminfo: memFree=519376/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1491272 CPUtime=1705.55
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 270690 0 1 0 170245 310 0 0 18 0 13 0 165074858 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372818 255466 1438 9 0 370161 0
[pid=18547/tid=18549] ppid=18545 vsize=1491272 CPUtime=1610.45
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 33958 0 1 0 161021 24 0 0 20 0 13 0 165074879 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4109935088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1491272 CPUtime=45.02
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 128362 0 0 0 4342 160 0 0 17 0 13 0 165074880 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1491272 CPUtime=45.9
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 96547 0 0 0 4488 102 0 0 16 0 13 0 165074880 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1491272 CPUtime=0.44
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 16 0 0 0 29 15 0 0 15 0 13 0 165074882 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1491272 CPUtime=2.29
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 9495 0 0 0 226 3 0 0 18 0 13 0 165074887 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1491272 CPUtime=1.38
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1568 0 0 0 137 1 0 0 17 0 13 0 165074887 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1527062528 255466 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.55
Current children cumulated vsize (KiB) 1491272

[startup+1722.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/77 18560
/proc/meminfo: memFree=482768/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1491272 CPUtime=1767.76
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 280059 0 1 0 176452 324 0 0 18 0 13 0 165074858 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372818 264612 1438 9 0 370161 0
[pid=18547/tid=18549] ppid=18545 vsize=1491272 CPUtime=1667.66
/proc/18547/task/18549/stat : 18549 (java) R 18545 18547 17784 0 -1 64 34060 0 1 0 166741 25 0 0 25 0 13 0 165074879 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4109840072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1491272 CPUtime=47.48
/proc/18547/task/18550/stat : 18550 (java) S 18545 18547 17784 0 -1 64 135112 0 0 0 4579 169 0 0 17 0 13 0 165074880 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1491272 CPUtime=48.43
/proc/18547/task/18551/stat : 18551 (java) S 18545 18547 17784 0 -1 64 99064 0 0 0 4736 107 0 0 16 0 13 0 165074880 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1491272 CPUtime=0.45
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 16 0 0 0 30 15 0 0 16 0 13 0 165074882 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1491272 CPUtime=2.29
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 9495 0 0 0 226 3 0 0 18 0 13 0 165074887 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1491272 CPUtime=1.38
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1568 0 0 0 137 1 0 0 17 0 13 0 165074887 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1527062528 264612 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 1491272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.6 s]
/proc/loadavg: 1.11 1.07 1.02 2/77 18560
/proc/meminfo: memFree=477776/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=1491272 CPUtime=1800.07
/proc/18547/stat : 18547 (java) S 18545 18547 17784 0 -1 0 281375 0 1 0 179678 329 0 0 18 0 13 0 165074858 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 372818 265848 1438 9 0 370161 0
[pid=18547/tid=18549] ppid=18545 vsize=1491272 CPUtime=1697.84
/proc/18547/task/18549/stat : 18549 (java) S 18545 18547 17784 0 -1 64 34095 0 1 0 169759 25 0 0 22 0 13 0 165074879 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1491272 CPUtime=48.52
/proc/18547/task/18550/stat : 18550 (java) R 18545 18547 17784 0 -1 64 135947 0 0 0 4679 173 0 0 16 0 13 0 165074880 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18551] ppid=18545 vsize=1491272 CPUtime=49.51
/proc/18547/task/18551/stat : 18551 (java) R 18545 18547 17784 0 -1 64 99510 0 0 0 4844 107 0 0 15 0 13 0 165074880 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18552] ppid=18545 vsize=1491272 CPUtime=0.45
/proc/18547/task/18552/stat : 18552 (java) S 18545 18547 17784 0 -1 64 16 0 0 0 30 15 0 0 15 0 13 0 165074882 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18553] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18553/stat : 18553 (java) S 18545 18547 17784 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18554] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18554/stat : 18554 (java) S 18545 18547 17784 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165074883 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18555] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18555/stat : 18555 (java) S 18545 18547 17784 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18556] ppid=18545 vsize=1491272 CPUtime=2.29
/proc/18547/task/18556/stat : 18556 (java) S 18545 18547 17784 0 -1 64 9495 0 0 0 226 3 0 0 18 0 13 0 165074887 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18557] ppid=18545 vsize=1491272 CPUtime=1.38
/proc/18547/task/18557/stat : 18557 (java) S 18545 18547 17784 0 -1 64 1568 0 0 0 137 1 0 0 17 0 13 0 165074887 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18558] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18558/stat : 18558 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165074887 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18547/tid=18559] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18559/stat : 18559 (java) S 18545 18547 17784 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165074887 1527062528 265848 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18547/tid=18560] ppid=18545 vsize=1491272 CPUtime=0
/proc/18547/task/18560/stat : 18560 (java) S 18545 18547 17784 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165075243 1527062528 265848 1992294400 134512640 134550932 4294956000 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) 1491272

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

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

[startup+1753.8 s]
/proc/loadavg: 1.11 1.07 1.02 2/77 18560
/proc/meminfo: memFree=477776/2055920 swapFree=4182324/4192956
[pid=18547] ppid=18545 vsize=0 CPUtime=1800.31
/proc/18547/stat : 18547 (java) Z 18545 18547 17784 0 -1 1036 281408 0 1 0 179692 339 0 0 16 0 2 0 165074858 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.86
CPU time (s): 1800.38
CPU user time (s): 1796.92
CPU system time (s): 3.45547
CPU usage (%): 102.652
Max. virtual memory (cumulated for all children) (KiB): 1492544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.92
system time used= 3.45547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281408
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= 68739
involuntary context switches= 41476

runsolver used 1.9487 second user time and 5.11622 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-14 12:19:45
IDJOB=1859654
IDBENCH=71876
IDSOLVER=681
FILE ID=node48/1859654-1244974785
PBS_JOBID= 9355034
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__64.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-1859654-1244974785/watcher-1859654-1244974785 -o /tmp/evaluation-result-1859654-1244974785/solver-1859654-1244974785 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859654-1244974785.opb

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

MD5SUM BENCH= cc5cebabc199f10f08063890a2dc59f2
RANDOM SEED=1122662123

node48.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.270
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.270
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:       1539160 kB
Buffers:         70804 kB
Cached:         362828 kB
SwapCached:       4424 kB
Active:          25396 kB
Inactive:       416052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539160 kB
SwapTotal:     4192956 kB
SwapFree:      4182324 kB
Dirty:            4380 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            61288 kB
Committed_AS:   125032 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= 66260 MiB
End job on node48 at 2009-06-14 12:49:01