Trace number 1859625

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.31 1796.22

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__1024.opb
MD5SUM52ff77379d5ac91fab82f1dac91e539e
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 variables307298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint1024
Maximum length of a constraint17409
Number of terms in the objective function 307200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11086752768
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11086752768
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive 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-1859625-1244974148.opb
0.23/0.22	c reading problem ... 
10.79/8.90	c ... done. Wall clock time 8.687s.
10.79/8.90	c #vars     307298
10.79/8.90	c #constraints  500
10.79/8.90	c constraints type 
10.79/8.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
10.79/8.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
10.79/8.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.06/1796.01	c starts		: 8
1800.06/1796.01	c conflicts		: 12338
1800.06/1796.01	c decisions		: 1744877
1800.06/1796.01	c propagations		: 8537864
1800.06/1796.01	c inspects		: 27351288
1800.06/1796.01	c learnt literals	: 0
1800.06/1796.01	c learnt binary clauses	: 0
1800.06/1796.01	c learnt ternary clauses	: 0
1800.06/1796.01	c learnt clauses	: 12337
1800.06/1796.01	c ignored clauses	: 0
1800.06/1796.01	c root simplifications	: 0
1800.06/1796.01	c removed literals (reason simplification)	: 4101
1800.06/1796.01	c reason swapping (by a shorter reason)	: 0
1800.06/1796.01	c Calls to reduceDB	: 0
1800.06/1796.01	c speed (assignments/second)	: 4777.483136133579
1800.06/1796.01	c non guided choices	719451
1800.06/1796.04	c learnt constraints type 
1800.06/1796.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12337
1800.06/1796.04	c constraints type 
1800.06/1796.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
1800.06/1796.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.06/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.06/1796.04	s UNKNOWN
1800.06/1796.04	c Total wall clock time (in seconds): 1795.824

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-1859625-1244974148/watcher-1859625-1244974148 -o /tmp/evaluation-result-1859625-1244974148/solver-1859625-1244974148 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859625-1244974148.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.92 0.98 0.99 3/64 11723
/proc/meminfo: memFree=1337848/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=152 CPUtime=0
/proc/11723/stat : 11723 (java6) R 11721 11723 11192 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 165008776 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/11723/statm: 38 26 19 9 0 4 0

[startup+0.00981602 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11723
/proc/meminfo: memFree=1337848/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=152 CPUtime=0
/proc/11723/stat : 11723 (java) R 11721 11723 11192 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 165008776 155648 26 1992294400 134512640 134550932 4294956016 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/11723/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.102844 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11723
/proc/meminfo: memFree=1337848/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1472584 CPUtime=0.09
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 3612 0 1 0 6 3 0 0 18 0 12 0 165008776 1507926016 3355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 368146 3355 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302886 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11723
/proc/meminfo: memFree=1337848/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1475148 CPUtime=0.35
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 6672 0 1 0 31 4 0 0 18 0 12 0 165008776 1510551552 6409 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 368787 6409 1353 9 0 366130 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475148

[startup+0.701984 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11723
/proc/meminfo: memFree=1337848/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1476192 CPUtime=0.97
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 10875 0 1 0 91 6 0 0 18 0 12 0 165008776 1511620608 10369 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369048 10369 1390 9 0 366391 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1476192

[startup+1.50114 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 11735
/proc/meminfo: memFree=1278104/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1476192 CPUtime=1.76
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 25662 0 1 0 161 15 0 0 18 0 12 0 165008776 1511620608 25156 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369048 25157 1390 9 0 366391 0
[pid=11723/tid=11725] ppid=11721 vsize=1476192 CPUtime=1.4
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 23720 0 1 0 126 14 0 0 25 0 12 0 165008777 1511620608 25157 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 165008779 1511620608 25158 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 165008779 1511620608 25158 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165008780 1511620608 25158 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 165008781 1511620608 25159 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165008781 1511620608 25160 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165008785 1511620608 25160 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1476192 CPUtime=0.2
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 605 0 0 0 20 0 0 0 16 0 12 0 165008785 1511620608 25161 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1476192 CPUtime=0.14
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 599 0 0 0 14 0 0 0 16 0 12 0 165008785 1511620608 25162 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165008785 1511620608 25163 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165008785 1511620608 25163 1992294400 134512640 134550932 4294956016 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) 1476192

[startup+3.10249 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 11735
/proc/meminfo: memFree=1189400/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1476192 CPUtime=3.76
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 39147 0 1 0 354 22 0 0 18 0 12 0 165008776 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369048 38418 1417 9 0 366391 0
[pid=11723/tid=11725] ppid=11721 vsize=1476192 CPUtime=2.77
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 30928 0 1 0 259 18 0 0 25 0 12 0 165008777 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4109470051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1476192 CPUtime=0.08
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 3850 0 0 0 7 1 0 0 16 0 12 0 165008779 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1476192 CPUtime=0.09
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 2184 0 0 0 8 1 0 0 16 0 12 0 165008779 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 165008780 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165008781 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165008781 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165008785 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1476192 CPUtime=0.42
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 737 0 0 0 42 0 0 0 16 0 12 0 165008785 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1476192 CPUtime=0.35
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 701 0 0 0 35 0 0 0 17 0 12 0 165008785 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165008785 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1476192 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165008785 1511620608 38418 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1476192

[startup+6.30117 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 11735
/proc/meminfo: memFree=1110680/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1476004 CPUtime=7.62
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 69845 0 1 0 726 36 0 0 18 0 12 0 165008776 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369001 65083 1417 9 0 366344 0
[pid=11723/tid=11725] ppid=11721 vsize=1476004 CPUtime=5.28
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 30932 0 1 0 510 18 0 0 19 0 12 0 165008777 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4109611508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1476004 CPUtime=0.76
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 19411 0 0 0 68 8 0 0 19 0 12 0 165008779 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1476004 CPUtime=0.76
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 17317 0 0 0 68 8 0 0 18 0 12 0 165008779 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 165008780 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165008781 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165008781 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165008785 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1476004 CPUtime=0.42
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 737 0 0 0 42 0 0 0 16 0 12 0 165008785 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1476004 CPUtime=0.35
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 701 0 0 0 35 0 0 0 17 0 12 0 165008785 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165008785 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1476004 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165008785 1511428096 65083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1476004

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=1015960/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477332 CPUtime=15.18
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 89274 0 1 0 1470 48 0 0 18 0 13 0 165008776 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369333 81570 1431 9 0 366676 0
[pid=11723/tid=11725] ppid=11721 vsize=1477332 CPUtime=10.79
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 30994 0 1 0 1060 19 0 0 25 0 13 0 165008777 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4109764819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477332 CPUtime=1.43
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 28490 0 0 0 129 14 0 0 16 0 13 0 165008779 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477332 CPUtime=1.42
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 25788 0 0 0 130 12 0 0 15 0 13 0 165008779 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 165008780 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477332 CPUtime=0.71
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 972 0 0 0 71 0 0 0 16 0 13 0 165008785 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477332 CPUtime=0.78
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2278 0 0 0 78 0 0 0 16 0 13 0 165008785 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477332 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512787968 81570 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1477332

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=1016096/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477620 CPUtime=28.33
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 90439 0 1 0 2784 49 0 0 18 0 13 0 165008776 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369405 81525 1432 9 0 366748 0
[pid=11723/tid=11725] ppid=11721 vsize=1477620 CPUtime=23.35
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 30999 0 1 0 2316 19 0 0 25 0 13 0 165008777 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4109837047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477620 CPUtime=1.47
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 28490 0 0 0 133 14 0 0 16 0 13 0 165008779 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477620 CPUtime=1.46
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 25788 0 0 0 134 12 0 0 16 0 13 0 165008779 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477620 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477620 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477620 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1513082880 81525 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477620 CPUtime=0

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

[pid=11723/tid=11728] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477524 CPUtime=1.12
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 1983 0 0 0 112 0 0 0 15 0 13 0 165008785 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477524 CPUtime=1
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2602 0 0 0 100 0 0 0 16 0 13 0 165008785 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512984576 204768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.26
Current children cumulated vsize (KiB) 1477524

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=510112/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477524 CPUtime=1666.3
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 218045 0 1 0 166500 130 0 0 18 0 13 0 165008776 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369381 207787 1432 9 0 366724 0
[pid=11723/tid=11725] ppid=11721 vsize=1477524 CPUtime=1657.6
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 31043 0 1 0 165738 22 0 0 25 0 13 0 165008777 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4109856144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477524 CPUtime=3.24
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 87897 0 0 0 274 50 0 0 17 0 13 0 165008779 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477524 CPUtime=3.26
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 93768 0 0 0 272 54 0 0 17 0 13 0 165008779 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477524 CPUtime=1.12
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 1983 0 0 0 112 0 0 0 15 0 13 0 165008785 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477524 CPUtime=1
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2602 0 0 0 100 0 0 0 16 0 13 0 165008785 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512984576 207787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.3
Current children cumulated vsize (KiB) 1477524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=481440/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477524 CPUtime=1726.33
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 225262 0 1 0 172499 134 0 0 18 0 13 0 165008776 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369381 214960 1432 9 0 366724 0
[pid=11723/tid=11725] ppid=11721 vsize=1477524 CPUtime=1717.51
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 31044 0 1 0 171729 22 0 0 25 0 13 0 165008777 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4109856187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477524 CPUtime=3.31
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 91343 0 0 0 278 53 0 0 17 0 13 0 165008779 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477524 CPUtime=3.32
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 97538 0 0 0 277 55 0 0 16 0 13 0 165008779 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477524 CPUtime=1.12
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 1983 0 0 0 112 0 0 0 15 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477524 CPUtime=1.01
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2602 0 0 0 101 0 0 0 16 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.33
Current children cumulated vsize (KiB) 1477524

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=481312/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477524 CPUtime=1786.31
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 225262 0 1 0 178497 134 0 0 18 0 13 0 165008776 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369381 214960 1432 9 0 366724 0
[pid=11723/tid=11725] ppid=11721 vsize=1477524 CPUtime=1777.48
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 31044 0 1 0 177726 22 0 0 25 0 13 0 165008777 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4109856164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477524 CPUtime=3.31
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 91343 0 0 0 278 53 0 0 17 0 13 0 165008779 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477524 CPUtime=3.32
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 97538 0 0 0 277 55 0 0 16 0 13 0 165008779 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477524 CPUtime=1.12
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 1983 0 0 0 112 0 0 0 15 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477524 CPUtime=1.01
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2602 0 0 0 101 0 0 0 16 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512984576 214960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 1477524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11736
/proc/meminfo: memFree=466720/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=1477524 CPUtime=1800.06
/proc/11723/stat : 11723 (java) S 11721 11723 11192 0 -1 0 228961 0 1 0 179869 137 0 0 18 0 13 0 165008776 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11723/statm: 369381 218630 1432 9 0 366724 0
[pid=11723/tid=11725] ppid=11721 vsize=1477524 CPUtime=1791.13
/proc/11723/task/11725/stat : 11725 (java) R 11721 11723 11192 0 -1 64 31045 0 1 0 179091 22 0 0 25 0 13 0 165008777 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4109774892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11726] ppid=11721 vsize=1477524 CPUtime=3.36
/proc/11723/task/11726/stat : 11726 (java) S 11721 11723 11192 0 -1 64 93035 0 0 0 282 54 0 0 16 0 13 0 165008779 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11727] ppid=11721 vsize=1477524 CPUtime=3.37
/proc/11723/task/11727/stat : 11727 (java) S 11721 11723 11192 0 -1 64 99544 0 0 0 280 57 0 0 17 0 13 0 165008779 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11728] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11728/stat : 11728 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008780 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11729] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11729/stat : 11729 (java) S 11721 11723 11192 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11730] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11730/stat : 11730 (java) S 11721 11723 11192 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165008781 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11731] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11731/stat : 11731 (java) S 11721 11723 11192 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165008785 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11732] ppid=11721 vsize=1477524 CPUtime=1.12
/proc/11723/task/11732/stat : 11732 (java) S 11721 11723 11192 0 -1 64 1983 0 0 0 112 0 0 0 15 0 13 0 165008785 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11733] ppid=11721 vsize=1477524 CPUtime=1.01
/proc/11723/task/11733/stat : 11733 (java) S 11721 11723 11192 0 -1 64 2602 0 0 0 101 0 0 0 16 0 13 0 165008785 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11734] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11734/stat : 11734 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 165008785 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11723/tid=11735] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11735/stat : 11735 (java) S 11721 11723 11192 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165008785 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11723/tid=11736] ppid=11721 vsize=1477524 CPUtime=0
/proc/11723/task/11736/stat : 11736 (java) S 11721 11723 11192 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 165009758 1512984576 218630 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1477524

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

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

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 11739
/proc/meminfo: memFree=1250768/2055920 swapFree=4162000/4192956
[pid=11723] ppid=11721 vsize=0 CPUtime=1800.29
/proc/11723/stat : 11723 (java) Z 11721 11723 11192 0 -1 1036 228987 0 1 0 179881 148 0 0 15 0 2 0 165008776 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11723/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.22
CPU time (s): 1800.31
CPU user time (s): 1798.81
CPU system time (s): 1.49977
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 1478388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.49977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228987
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= 37589
involuntary context switches= 36877

runsolver used 2.07768 second user time and 4.47432 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-14 12:09:09
IDJOB=1859625
IDBENCH=71861
IDSOLVER=682
FILE ID=node71/1859625-1244974148
PBS_JOBID= 9355023
Free space on /tmp= 66476 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__1024.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859625-1244974148/watcher-1859625-1244974148 -o /tmp/evaluation-result-1859625-1244974148/solver-1859625-1244974148 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859625-1244974148.opb

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

MD5SUM BENCH= 52ff77379d5ac91fab82f1dac91e539e
RANDOM SEED=612356944

node71.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.277
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.277
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:       1338328 kB
Buffers:         84652 kB
Cached:         525072 kB
SwapCached:      26280 kB
Active:         176176 kB
Inactive:       462664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338328 kB
SwapTotal:     4192956 kB
SwapFree:      4162000 kB
Dirty:           14248 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            64760 kB
Committed_AS:    88824 kB
PageTables:       1444 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= 66476 MiB
End job on node71 at 2009-06-14 12:39:07