Trace number 1859664

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.35 1731.13

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__512.opb
MD5SUM89e2fccd3e96863f0a3c5df934bf5217
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables768498
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 constraint512
Maximum length of a constraint10753
Number of terms in the objective function 768000
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 26270911488
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 26270911488
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1859664-1244975162.opb
0.23/0.22	c reading problem ... 
22.51/18.17	c ... done. Wall clock time 17.954s.
22.51/18.17	c #vars     768498
22.51/18.17	c #constraints  2500
22.51/18.17	c constraints type 
22.51/18.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
22.51/18.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
22.51/18.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.01/1730.89	c starts		: 6
1800.01/1730.89	c conflicts		: 1492
1800.01/1730.89	c decisions		: 9767472
1800.01/1730.89	c propagations		: 9980165
1800.01/1730.89	c inspects		: 24955357
1800.01/1730.89	c learnt literals	: 0
1800.01/1730.89	c learnt binary clauses	: 0
1800.01/1730.89	c learnt ternary clauses	: 0
1800.01/1730.89	c learnt clauses	: 1491
1800.01/1730.89	c ignored clauses	: 0
1800.01/1730.89	c root simplifications	: 0
1800.01/1730.89	c removed literals (reason simplification)	: 0
1800.01/1730.89	c reason swapping (by a shorter reason)	: 0
1800.01/1730.89	c Calls to reduceDB	: 0
1800.01/1730.89	c speed (assignments/second)	: 5827.129217081497
1800.01/1730.89	c non guided choices	0
1800.01/1730.89	c learnt constraints type 
1800.01/1730.89	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.01/1730.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1486
1800.01/1730.89	c constraints type 
1800.01/1730.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.01/1730.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1800.01/1730.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 996
1800.01/1730.89	s UNKNOWN
1800.01/1730.89	c Total wall clock time (in seconds): 1730.677

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

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


[startup+0 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 18605
/proc/meminfo: memFree=1254376/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1512 CPUtime=0
/proc/18605/stat : 18605 (java6) R 18603 18605 17544 0 -1 0 65 0 0 0 0 0 0 0 18 0 1 0 165115767 1548288 49 1992294400 134512640 134550932 4294956160 18446744073709551615 9258624 0 0 4096 0 0 0 0 17 1 0 0
/proc/18605/statm: 380 56 42 9 0 10 0

[startup+0.021894 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 18605
/proc/meminfo: memFree=1254376/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1465492 CPUtime=0.01
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 1913 0 1 0 0 1 0 0 18 0 2 0 165115767 1500663808 1662 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 366373 1673 406 9 0 364125 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1465492

[startup+0.101895 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 18605
/proc/meminfo: memFree=1254376/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1472584 CPUtime=0.08
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 3623 0 1 0 6 2 0 0 18 0 12 0 165115767 1507926016 3367 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 368146 3375 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301922 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 18605
/proc/meminfo: memFree=1254376/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1475020 CPUtime=0.34
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 9247 0 1 0 28 6 0 0 18 0 12 0 165115767 1510420480 8985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 368755 8985 1352 9 0 366098 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475020

[startup+0.701973 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 18605
/proc/meminfo: memFree=1254376/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1476700 CPUtime=0.96
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 12808 0 1 0 88 8 0 0 18 0 12 0 165115767 1512140800 12485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 369175 12485 1391 9 0 366518 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476700

[startup+1.50205 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 18617
/proc/meminfo: memFree=1189320/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1476700 CPUtime=1.76
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 28064 0 1 0 161 15 0 0 18 0 12 0 165115767 1512140800 27741 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 369175 27742 1391 9 0 366518 0
[pid=18605/tid=18607] ppid=18603 vsize=1476700 CPUtime=1.4
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 26181 0 1 0 126 14 0 0 25 0 12 0 165115768 1512140800 27742 1992294400 134512640 134550932 4294956000 18446744073709551615 4109463495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 165115770 1512140800 27743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165115770 1512140800 27744 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165115772 1512140800 27745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165115772 1512140800 27746 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165115772 1512140800 27747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165115776 1512140800 27747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1476700 CPUtime=0.18
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 554 0 0 0 18 0 0 0 16 0 12 0 165115776 1512140800 27748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1476700 CPUtime=0.15
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 587 0 0 0 15 0 0 0 16 0 12 0 165115776 1512140800 27749 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165115776 1512140800 27750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165115776 1512140800 27751 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1476700

[startup+3.10223 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 18617
/proc/meminfo: memFree=1098248/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1476700 CPUtime=3.46
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 41486 0 1 0 324 22 0 0 18 0 12 0 165115767 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 369175 40727 1402 9 0 366518 0
[pid=18605/tid=18607] ppid=18603 vsize=1476700 CPUtime=2.89
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 30921 0 1 0 273 16 0 0 25 0 12 0 165115768 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4109474098 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1476700 CPUtime=0.09
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 5748 0 0 0 7 2 0 0 17 0 12 0 165115770 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1476700 CPUtime=0.09
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 2925 0 0 0 8 1 0 0 16 0 12 0 165115770 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165115772 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165115772 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165115772 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165115776 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1476700 CPUtime=0.18
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 554 0 0 0 18 0 0 0 16 0 12 0 165115776 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1476700 CPUtime=0.15
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 587 0 0 0 15 0 0 0 16 0 12 0 165115776 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165115776 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1476700 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165115776 1512140800 40727 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1476700

[startup+6.3016 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 18617
/proc/meminfo: memFree=1042632/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1476952 CPUtime=7.51
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 66568 0 1 0 716 35 0 0 18 0 12 0 165115767 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 369238 63267 1418 9 0 366581 0
[pid=18605/tid=18607] ppid=18603 vsize=1476952 CPUtime=5.54
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 30947 0 1 0 537 17 0 0 18 0 12 0 165115768 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4109512034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1476952 CPUtime=0.6
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 16852 0 0 0 52 8 0 0 18 0 12 0 165115770 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1476952 CPUtime=0.59
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 16511 0 0 0 52 7 0 0 16 0 12 0 165115770 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165115772 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165115772 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165115772 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165115776 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1476952 CPUtime=0.43
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 673 0 0 0 43 0 0 0 18 0 12 0 165115776 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1476952 CPUtime=0.3
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 834 0 0 0 30 0 0 0 18 0 12 0 165115776 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165115776 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1476952 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165115776 1512398848 63267 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1476952

[startup+12.7013 s]
/proc/loadavg: 1.10 1.02 1.01 3/77 18617
/proc/meminfo: memFree=838024/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1479520 CPUtime=16.12
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 121522 0 1 0 1550 62 0 0 18 0 12 0 165115767 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 369880 110217 1418 9 0 367223 0
[pid=18605/tid=18607] ppid=18603 vsize=1479520 CPUtime=9.65
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 30958 0 1 0 947 18 0 0 17 0 12 0 165115768 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4109599490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1479520 CPUtime=2.83
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 41893 0 0 0 262 21 0 0 16 0 12 0 165115770 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1479520 CPUtime=2.85
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 46413 0 0 0 265 20 0 0 16 0 12 0 165115770 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165115772 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165115772 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165115772 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165115776 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1479520 CPUtime=0.43
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 673 0 0 0 43 0 0 0 16 0 12 0 165115776 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1479520 CPUtime=0.3
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 834 0 0 0 30 0 0 0 18 0 12 0 165115776 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165115776 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1479520 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165115776 1515028480 110217 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 1479520

[startup+25.5028 s]
/proc/loadavg: 1.08 1.02 1.00 2/78 18618
/proc/meminfo: memFree=694464/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1482180 CPUtime=30.81
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 157501 0 1 0 2998 83 0 0 18 0 13 0 165115767 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 370545 141722 1432 9 0 367888 0
[pid=18605/tid=18607] ppid=18603 vsize=1482180 CPUtime=20.78
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 31031 0 1 0 2059 19 0 0 18 0 13 0 165115768 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4109837167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1482180 CPUtime=4.13
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 58792 0 0 0 381 32 0 0 16 0 13 0 165115770 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1482180 CPUtime=4.19
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 63362 0 0 0 391 28 0 0 16 0 13 0 165115770 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1482180 CPUtime=0
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 165115772 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1482180 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165115772 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1482180 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165115772 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1482180 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165115776 1517752320 141722 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1482180 CPUtime=0.91

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

/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 2152 0 0 0 120 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1481892 CPUtime=1.46
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 2340 0 0 0 146 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18618] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18618/stat : 18618 (java) S 18603 18605 17544 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165117761 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.43
Current children cumulated vsize (KiB) 1481892

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 18620
/proc/meminfo: memFree=27840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1481892 CPUtime=1666.99
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 386208 0 1 0 166281 418 0 0 18 0 13 0 165115767 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 370473 336629 1435 9 0 367816 0
[pid=18605/tid=18607] ppid=18603 vsize=1481892 CPUtime=1517.82
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 33302 0 1 0 151755 27 0 0 23 0 13 0 165115768 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4109825905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1481892 CPUtime=65.45
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 152564 0 0 0 6364 181 0 0 15 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1481892 CPUtime=65.44
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 165057 0 0 0 6370 174 0 0 15 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1481892 CPUtime=15.55
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 30046 0 0 0 1523 32 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1481892 CPUtime=1.2
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 2152 0 0 0 120 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1481892 CPUtime=1.46
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 2340 0 0 0 146 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18618] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18618/stat : 18618 (java) S 18603 18605 17544 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165117761 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.99
Current children cumulated vsize (KiB) 1481892

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18620
/proc/meminfo: memFree=27840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1481892 CPUtime=1728.89
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 386307 0 1 0 172461 428 0 0 18 0 13 0 165115767 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 370473 336629 1435 9 0 367816 0
[pid=18605/tid=18607] ppid=18603 vsize=1481892 CPUtime=1575.63
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 33401 0 1 0 157535 28 0 0 25 0 13 0 165115768 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4109825905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1481892 CPUtime=67.5
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 152564 0 0 0 6564 186 0 0 16 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1481892 CPUtime=67.46
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 165057 0 0 0 6569 177 0 0 16 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1481892 CPUtime=15.57
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 30046 0 0 0 1525 32 0 0 15 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1481892 CPUtime=1.2
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 2152 0 0 0 120 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1481892 CPUtime=1.46
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 2340 0 0 0 146 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18618] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18618/stat : 18618 (java) S 18603 18605 17544 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165117761 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.89
Current children cumulated vsize (KiB) 1481892

[startup+1722.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/78 18620
/proc/meminfo: memFree=27840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1481892 CPUtime=1791.23
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 386406 0 1 0 178686 437 0 0 18 0 13 0 165115767 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 370473 336629 1435 9 0 367816 0
[pid=18605/tid=18607] ppid=18603 vsize=1481892 CPUtime=1632.96
/proc/18605/task/18607/stat : 18607 (java) R 18603 18605 17544 0 -1 64 33500 0 1 0 163268 28 0 0 24 0 13 0 165115768 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4109935316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1481892 CPUtime=70
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 152564 0 0 0 6810 190 0 0 16 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1481892 CPUtime=69.94
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 165057 0 0 0 6813 181 0 0 16 0 13 0 165115770 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1481892 CPUtime=15.59
/proc/18605/task/18610/stat : 18610 (java) S 18603 18605 17544 0 -1 64 30046 0 0 0 1526 33 0 0 15 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165115772 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1481892 CPUtime=1.2
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 2152 0 0 0 120 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1481892 CPUtime=1.46
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 2340 0 0 0 146 0 0 0 16 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165115776 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18618] ppid=18603 vsize=1481892 CPUtime=0
/proc/18605/task/18618/stat : 18618 (java) S 18603 18605 17544 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165117761 1517457408 336629 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 1481892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1730.8 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 18620
/proc/meminfo: memFree=19840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=1489896 CPUtime=1800.01
/proc/18605/stat : 18605 (java) S 18603 18605 17544 0 -1 0 390171 0 1 0 179563 438 0 0 18 0 13 0 165115767 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 372474 338630 1435 9 0 369817 0
[pid=18605/tid=18607] ppid=18603 vsize=1489896 CPUtime=1639.38
/proc/18605/task/18607/stat : 18607 (java) S 18603 18605 17544 0 -1 64 33511 0 1 0 163910 28 0 0 25 0 13 0 165115768 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18608] ppid=18603 vsize=1489896 CPUtime=70.3
/proc/18605/task/18608/stat : 18608 (java) S 18603 18605 17544 0 -1 64 152564 0 0 0 6839 191 0 0 17 0 13 0 165115770 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18609] ppid=18603 vsize=1489896 CPUtime=70.23
/proc/18605/task/18609/stat : 18609 (java) S 18603 18605 17544 0 -1 64 165057 0 0 0 6842 181 0 0 16 0 13 0 165115770 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18610] ppid=18603 vsize=1489896 CPUtime=17.36
/proc/18605/task/18610/stat : 18610 (java) R 18603 18605 17544 0 -1 64 33800 0 0 0 1702 34 0 0 18 0 13 0 165115772 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18611] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18611/stat : 18611 (java) S 18603 18605 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165115772 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18612] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18612/stat : 18612 (java) S 18603 18605 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165115772 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18613] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18613/stat : 18613 (java) S 18603 18605 17544 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 165115776 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18614] ppid=18603 vsize=1489896 CPUtime=1.2
/proc/18605/task/18614/stat : 18614 (java) S 18603 18605 17544 0 -1 64 2152 0 0 0 120 0 0 0 16 0 13 0 165115776 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18615] ppid=18603 vsize=1489896 CPUtime=1.46
/proc/18605/task/18615/stat : 18615 (java) S 18603 18605 17544 0 -1 64 2340 0 0 0 146 0 0 0 16 0 13 0 165115776 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18616] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18616/stat : 18616 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165115776 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18605/tid=18617] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18617/stat : 18617 (java) S 18603 18605 17544 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165115776 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18605/tid=18618] ppid=18603 vsize=1489896 CPUtime=0
/proc/18605/task/18618/stat : 18618 (java) S 18603 18605 17544 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165117761 1525653504 338630 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1489896

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

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

[startup+1731 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 18620
/proc/meminfo: memFree=19840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=0 CPUtime=1800.21
/proc/18605/stat : 18605 (java) Z 18603 18605 17544 0 -1 1036 390193 0 1 0 179575 446 0 0 15 0 2 0 165115767 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+1731.1 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 18620
/proc/meminfo: memFree=19840/2055920 swapFree=4191900/4192956
[pid=18605] ppid=18603 vsize=0 CPUtime=1800.31
/proc/18605/stat : 18605 (java) Z 18603 18605 17544 0 -1 1036 390193 0 1 0 179575 456 0 0 15 0 2 0 165115767 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18605/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): 1731.13
CPU time (s): 1800.35
CPU user time (s): 1795.75
CPU system time (s): 4.5943
CPU usage (%): 103.998
Max. virtual memory (cumulated for all children) (KiB): 1493900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.75
system time used= 4.5943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390193
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= 63104
involuntary context switches= 41157

runsolver used 1.9887 second user time and 5.31319 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-14 12:26:03
IDJOB=1859664
IDBENCH=71881
IDSOLVER=681
FILE ID=node32/1859664-1244975162
PBS_JOBID= 9355021
Free space on /tmp= 66328 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__512.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-1859664-1244975162/watcher-1859664-1244975162 -o /tmp/evaluation-result-1859664-1244975162/solver-1859664-1244975162 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859664-1244975162.opb

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

MD5SUM BENCH= 89e2fccd3e96863f0a3c5df934bf5217
RANDOM SEED=504677966

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1254792 kB
Buffers:         77636 kB
Cached:         630840 kB
SwapCached:        560 kB
Active:         164224 kB
Inactive:       558920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1254792 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           36040 kB
Writeback:           0 kB
Mapped:          23780 kB
Slab:            63692 kB
Committed_AS:   126020 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node32 at 2009-06-14 12:54:56