Trace number 1859649

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.69 1786.3

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
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 variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
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.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1859649-1244974547.opb
0.23/0.21	c reading problem ... 
1800.38/1786.03	c starts		: 0
1800.38/1786.03	c conflicts		: 0
1800.38/1786.03	c decisions		: 0
1800.38/1786.03	c propagations		: 0
1800.38/1786.03	c inspects		: 0
1800.38/1786.03	c learnt literals	: 0
1800.38/1786.03	c learnt binary clauses	: 0
1800.38/1786.03	c learnt ternary clauses	: 0
1800.38/1786.03	c learnt clauses	: 0
1800.38/1786.03	c ignored clauses	: 0
1800.38/1786.03	c root simplifications	: 0
1800.38/1786.03	c removed literals (reason simplification)	: 0
1800.38/1786.03	c reason swapping (by a shorter reason)	: 0
1800.38/1786.03	c Calls to reduceDB	: 0
1800.38/1786.03	c speed (assignments/second)	: 0.0
1800.38/1786.03	c non guided choices	0
1800.38/1786.03	c learnt constraints type 
1800.38/1786.03	c constraints type 
1800.38/1786.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1774
1800.38/1786.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.38/1786.03	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
1800.38/1786.03	s UNKNOWN
1800.38/1786.03	c Total wall clock time (in seconds): 1785.821

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22297
/proc/meminfo: memFree=1240232/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1612 CPUtime=0
/proc/22297/stat : 22297 (java6) D 22295 22297 21904 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 165052180 1650688 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22297/statm: 403 147 111 9 0 45 0

[startup+0.017481 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22297
/proc/meminfo: memFree=1240232/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1463180 CPUtime=0.01
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 1002 0 1 0 0 1 0 0 18 0 2 0 165052180 1498296320 752 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 365795 761 397 9 0 363547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1463180

[startup+0.102488 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22297
/proc/meminfo: memFree=1240232/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1472584 CPUtime=0.09
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 3638 0 1 0 7 2 0 0 18 0 12 0 165052180 1507926016 3381 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 368146 3381 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30251 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22297
/proc/meminfo: memFree=1240232/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1475000 CPUtime=0.32
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 19219 0 1 0 23 9 0 0 18 0 12 0 165052180 1510400000 18956 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 368750 18957 1342 9 0 366093 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475000

[startup+0.70256 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 22297
/proc/meminfo: memFree=1240232/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1476772 CPUtime=0.96
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 22044 0 1 0 85 11 0 0 18 0 12 0 165052180 1512214528 21703 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 369193 21705 1390 9 0 366536 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1476772

[startup+1.50164 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 22309
/proc/meminfo: memFree=1134536/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1476772 CPUtime=1.89
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 49441 0 1 0 165 24 0 0 18 0 12 0 165052180 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 369193 49099 1401 9 0 366536 0
[pid=22297/tid=22299] ppid=22295 vsize=1476772 CPUtime=1.24
/proc/22297/task/22299/stat : 22299 (java) R 22295 22297 21904 0 -1 64 30907 0 1 0 111 13 0 0 23 0 12 0 165052181 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1476772 CPUtime=0.14
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 10661 0 0 0 8 6 0 0 17 0 12 0 165052182 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1476772 CPUtime=0.14
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 5954 0 0 0 11 3 0 0 16 0 12 0 165052182 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22302/stat : 22302 (java) S 22295 22297 21904 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165052184 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1476772 CPUtime=0.16
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 395 0 0 0 16 0 0 0 16 0 12 0 165052189 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1476772 CPUtime=0.17
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 775 0 0 0 17 0 0 0 16 0 12 0 165052189 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1512214528 49099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1476772

[startup+3.10182 s]
/proc/loadavg: 1.09 1.02 1.01 2/76 22309
/proc/meminfo: memFree=1047048/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1476772 CPUtime=3.63
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 58870 0 1 0 334 29 0 0 18 0 12 0 165052180 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 369193 57605 1401 9 0 366536 0
[pid=22297/tid=22299] ppid=22295 vsize=1476772 CPUtime=2.7
/proc/22297/task/22299/stat : 22299 (java) R 22295 22297 21904 0 -1 64 30908 0 1 0 256 14 0 0 20 0 12 0 165052181 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4109456455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1476772 CPUtime=0.28
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 16287 0 0 0 20 8 0 0 18 0 12 0 165052182 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1476772 CPUtime=0.28
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 9752 0 0 0 23 5 0 0 16 0 12 0 165052182 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22302/stat : 22302 (java) S 22295 22297 21904 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165052184 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1476772 CPUtime=0.16
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 395 0 0 0 16 0 0 0 16 0 12 0 165052189 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1476772 CPUtime=0.17
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 775 0 0 0 17 0 0 0 16 0 12 0 165052189 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1476772 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1512214528 57605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1476772

[startup+6.30217 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 22309
/proc/meminfo: memFree=985480/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1475992 CPUtime=7.11
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 70168 0 1 0 676 35 0 0 18 0 12 0 165052180 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 368998 67168 1401 9 0 366341 0
[pid=22297/tid=22299] ppid=22295 vsize=1475992 CPUtime=5.61
/proc/22297/task/22299/stat : 22299 (java) R 22295 22297 21904 0 -1 64 30912 0 1 0 547 14 0 0 24 0 12 0 165052181 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4109456396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1475992 CPUtime=0.57
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 23701 0 0 0 45 12 0 0 18 0 12 0 165052182 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1475992 CPUtime=0.56
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 13632 0 0 0 49 7 0 0 18 0 12 0 165052182 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22302/stat : 22302 (java) S 22295 22297 21904 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165052184 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1475992 CPUtime=0.16
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 395 0 0 0 16 0 0 0 16 0 12 0 165052189 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1475992 CPUtime=0.17
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 775 0 0 0 17 0 0 0 16 0 12 0 165052189 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1475992 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1511415808 67168 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1475992

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 22309
/proc/meminfo: memFree=882904/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1477276 CPUtime=14.87
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 98561 0 1 0 1435 52 0 0 18 0 12 0 165052180 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 369319 92482 1406 9 0 366662 0
[pid=22297/tid=22299] ppid=22295 vsize=1477276 CPUtime=10.62
/proc/22297/task/22299/stat : 22299 (java) R 22295 22297 21904 0 -1 64 30920 0 1 0 1046 16 0 0 19 0 12 0 165052181 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4109493848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1477276 CPUtime=1.95
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 36845 0 0 0 176 19 0 0 18 0 12 0 165052182 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1477276 CPUtime=1.92
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 28868 0 0 0 177 15 0 0 16 0 12 0 165052182 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22302/stat : 22302 (java) S 22295 22297 21904 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 165052184 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1477276 CPUtime=0.16
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 400 0 0 0 16 0 0 0 16 0 12 0 165052189 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1477276 CPUtime=0.17
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 775 0 0 0 17 0 0 0 16 0 12 0 165052189 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1477276 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1512730624 92482 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1477276

[startup+25.5023 s]
/proc/loadavg: 1.28 1.06 1.02 3/76 22309
/proc/meminfo: memFree=597784/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1478760 CPUtime=32.87
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 182961 0 1 0 3193 94 0 0 18 0 12 0 165052180 1514250240 166893 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 369690 166896 1417 9 0 367033 0
[pid=22297/tid=22299] ppid=22295 vsize=1478760 CPUtime=18.25
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 30960 0 1 0 1807 18 0 0 19 0 12 0 165052181 1514250240 166897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1478760 CPUtime=6.93
/proc/22297/task/22300/stat : 22300 (java) R 22295 22297 21904 0 -1 64 80999 0 0 0 652 41 0 0 19 0 12 0 165052182 1514250240 166899 1992294400 134512640 134550932 4294956016 18446744073709551615 106197452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1478760 CPUtime=6.96
/proc/22297/task/22301/stat : 22301 (java) R 22295 22297 21904 0 -1 64 69025 0 0 0 663 33 0 0 18 0 12 0 165052182 1514250240 166901 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1478760 CPUtime=0
/proc/22297/task/22302/stat : 22302 (java) S 22295 22297 21904 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 165052184 1514250240 166902 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1478760 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1514250240 166904 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1478760 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1514250240 166906 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1478760 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1514250240 166907 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1478760 CPUtime=0.34

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

/proc/meminfo: memFree=48280/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1510764 CPUtime=1676.83
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 6936704 0 1 0 164615 3068 0 0 18 0 12 0 165052180 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 377691 345350 1419 9 0 375034 0
[pid=22297/tid=22299] ppid=22295 vsize=1510764 CPUtime=57.73
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 31401 0 1 0 5747 26 0 0 17 0 12 0 165052181 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1510764 CPUtime=16.18
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 180027 0 0 0 1529 89 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1510764 CPUtime=16.76
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 159496 0 0 0 1601 75 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1510764 CPUtime=1585.34
/proc/22297/task/22302/stat : 22302 (java) R 22295 22297 21904 0 -1 64 6563804 0 0 0 155659 2875 0 0 18 0 12 0 165052184 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 105697127 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1510764 CPUtime=0.41
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 422 0 0 0 41 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1510764 CPUtime=0.34
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 814 0 0 0 34 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.83
Current children cumulated vsize (KiB) 1510764

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22309
/proc/meminfo: memFree=32344/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1510764 CPUtime=1736.75
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 7174949 0 1 0 170502 3173 0 0 18 0 12 0 165052180 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 377691 345350 1419 9 0 375034 0
[pid=22297/tid=22299] ppid=22295 vsize=1510764 CPUtime=58.53
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 31416 0 1 0 5827 26 0 0 17 0 12 0 165052181 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1510764 CPUtime=16.18
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 180027 0 0 0 1529 89 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1510764 CPUtime=16.76
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 159496 0 0 0 1601 75 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1510764 CPUtime=1644.47
/proc/22297/task/22302/stat : 22302 (java) R 22295 22297 21904 0 -1 64 6802034 0 0 0 161467 2980 0 0 20 0 12 0 165052184 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1510764 CPUtime=0.41
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 422 0 0 0 41 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1510764 CPUtime=0.34
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 814 0 0 0 34 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.75
Current children cumulated vsize (KiB) 1510764

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22309
/proc/meminfo: memFree=32280/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1486764 CPUtime=1796.68
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 7417075 0 1 0 176387 3281 0 0 18 0 12 0 165052180 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 371691 339350 1419 9 0 369034 0
[pid=22297/tid=22299] ppid=22295 vsize=1486764 CPUtime=59.39
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 31432 0 1 0 5913 26 0 0 17 0 12 0 165052181 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1486764 CPUtime=16.18
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 180027 0 0 0 1529 89 0 0 16 0 12 0 165052182 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1486764 CPUtime=16.76
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 159496 0 0 0 1601 75 0 0 16 0 12 0 165052182 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1486764 CPUtime=1703.54
/proc/22297/task/22302/stat : 22302 (java) R 22295 22297 21904 0 -1 64 7044144 0 0 0 167266 3088 0 0 17 0 12 0 165052184 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1486764 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1486764 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1486764 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1486764 CPUtime=0.41
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 422 0 0 0 41 0 0 0 16 0 12 0 165052189 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1486764 CPUtime=0.34
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 814 0 0 0 34 0 0 0 16 0 12 0 165052189 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1486764 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1486764 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1522446336 339350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (KiB) 1486764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22309
/proc/meminfo: memFree=32536/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1510764 CPUtime=1800.08
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 7429077 0 1 0 176722 3286 0 0 18 0 12 0 165052180 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22297/statm: 377691 345350 1419 9 0 375034 0
[pid=22297/tid=22299] ppid=22295 vsize=1510764 CPUtime=59.39
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 31432 0 1 0 5913 26 0 0 17 0 12 0 165052181 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1510764 CPUtime=16.18
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 180027 0 0 0 1529 89 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1510764 CPUtime=16.76
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 159496 0 0 0 1601 75 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1510764 CPUtime=1706.94
/proc/22297/task/22302/stat : 22302 (java) R 22295 22297 21904 0 -1 64 7056146 0 0 0 167601 3093 0 0 23 0 12 0 165052184 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1510764 CPUtime=0.41
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 422 0 0 0 41 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1510764 CPUtime=0.34
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 814 0 0 0 34 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1510764

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

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

[startup+1785.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22309
/proc/meminfo: memFree=32536/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=1510764 CPUtime=1800.19
/proc/22297/stat : 22297 (java) S 22295 22297 21904 0 -1 0 7429078 0 1 0 176733 3286 0 0 16 0 12 0 165052180 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22297/statm: 377691 345350 1419 9 0 375034 0
[pid=22297/tid=22299] ppid=22295 vsize=1510764 CPUtime=59.39
/proc/22297/task/22299/stat : 22299 (java) S 22295 22297 21904 0 -1 64 31432 0 1 0 5913 26 0 0 17 0 12 0 165052181 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22300] ppid=22295 vsize=1510764 CPUtime=16.18
/proc/22297/task/22300/stat : 22300 (java) S 22295 22297 21904 0 -1 64 180027 0 0 0 1529 89 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22301] ppid=22295 vsize=1510764 CPUtime=16.76
/proc/22297/task/22301/stat : 22301 (java) S 22295 22297 21904 0 -1 64 159496 0 0 0 1601 75 0 0 16 0 12 0 165052182 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22302] ppid=22295 vsize=1510764 CPUtime=1707.04
/proc/22297/task/22302/stat : 22302 (java) R 22295 22297 21904 0 -1 64 7056146 0 0 0 167611 3093 0 0 23 0 12 0 165052184 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 104187839 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22303] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22303/stat : 22303 (java) S 22295 22297 21904 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22304] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22304/stat : 22304 (java) S 22295 22297 21904 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165052185 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22305] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22305/stat : 22305 (java) S 22295 22297 21904 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22306] ppid=22295 vsize=1510764 CPUtime=0.41
/proc/22297/task/22306/stat : 22306 (java) S 22295 22297 21904 0 -1 64 422 0 0 0 41 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22307] ppid=22295 vsize=1510764 CPUtime=0.34
/proc/22297/task/22307/stat : 22307 (java) S 22295 22297 21904 0 -1 64 814 0 0 0 34 0 0 0 16 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22297/tid=22308] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22308/stat : 22308 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22297/tid=22309] ppid=22295 vsize=1510764 CPUtime=0
/proc/22297/task/22309/stat : 22309 (java) S 22295 22297 21904 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165052189 1547022336 345350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1510764

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22309
/proc/meminfo: memFree=32536/2055920 swapFree=4192952/4192956
[pid=22297] ppid=22295 vsize=0 CPUtime=1800.58
/proc/22297/stat : 22297 (java) Z 22295 22297 21904 0 -1 1036 7429103 0 1 0 176760 3298 0 0 15 0 2 0 165052180 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22297/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.3
CPU time (s): 1800.69
CPU user time (s): 1767.61
CPU system time (s): 33.081
CPU usage (%): 100.806
Max. virtual memory (cumulated for all children) (KiB): 1526768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.61
system time used= 33.081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7429103
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= 37237
involuntary context switches= 36249

runsolver used 1.9547 second user time and 5.13822 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-14 12:15:54
IDJOB=1859649
IDBENCH=71873
IDSOLVER=682
FILE ID=node42/1859649-1244974547
PBS_JOBID= 9355037
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=719118053

node42.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.214
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.214
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:       1240648 kB
Buffers:         83020 kB
Cached:         632540 kB
SwapCached:          4 kB
Active:         233984 kB
Inactive:       495560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240648 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:          126000 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            71736 kB
Committed_AS:   140976 kB
PageTables:       1396 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= 66148 MiB
End job on node42 at 2009-06-14 12:45:41