Trace number 419125

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, and are wall clock time (not CPU 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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.12 1781.61

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/crypto/mizh-md5-47-3.opb
MD5SUMcf1e3205564ad90372cf1be2a47a3a77
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark393.889
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables65604
Total number of constraints273522
Number of constraints which are clauses273522
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c Simplify asserted PB constraints to clauses
0.19/0.20	c solving /tmp/evaluation/419125-1177403910/instance-419125-1177403910.opb
0.19/0.20	c reading problem ... 
6.88/6.07	c ... done. Wall clock time 5.866s.
6.88/6.07	c CPU time (experimental) 5.36s.
6.88/6.07	c #vars     65604
6.88/6.07	c #constraints  234719
1800.01/1781.51	c starts		: 2
1800.01/1781.51	c conflicts		: 686964
1800.01/1781.51	c decisions		: 3251082
1800.01/1781.51	c propagations		: 225190817
1800.01/1781.51	c inspects		: 1595487882
1800.01/1781.51	c learnt literals	: 25
1800.01/1781.51	c learnt binary clauses	: 7274
1800.01/1781.51	c learnt ternary clauses	: 43721
1800.01/1781.51	c learnt clauses	: 686938
1800.01/1781.51	c root simplifications	: 0
1800.01/1781.51	c removed literals (reason simplification)	: 0
1800.01/1781.51	c reason swapping (by a shorter reason)	: 0
1800.01/1781.51	c Calls to reduceDB	: 0
1800.01/1781.51	c speed (decisions/second)	: 1831.1879891517099
1800.01/1781.51	c non guided choices	85588
1800.01/1781.51	s UNKNOWN
1800.01/1781.51	c Total wall clock time (ms): 1781.308

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-419125-1177403910 -o ROOT/results/node48/solver-419125-1177403910 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419125-1177403910/sat4jPseudoCPClause.jar /tmp/evaluation/419125-1177403910/instance-419125-1177403910.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 523
/proc/meminfo: memFree=1801720/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=18528 CPUtime=0
/proc/523/stat : 523 (runsolver) R 521 523 32488 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 95236413 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/523/statm: 4632 284 249 14 0 2626 0

[startup+0.0257471 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 523
/proc/meminfo: memFree=1801720/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1772952 CPUtime=0.01
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 1796 0 1 0 0 1 0 0 20 0 2 0 95236413 1815502848 1547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 443238 1547 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102743 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 523
/proc/meminfo: memFree=1801720/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1780112 CPUtime=0.08
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 3975 0 1 0 6 2 0 0 20 0 12 0 95236413 1822834688 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302762 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 523
/proc/meminfo: memFree=1801720/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1781408 CPUtime=0.3
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 5675 0 1 0 27 3 0 0 20 0 12 0 95236413 1824161792 5415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 445352 5415 1264 9 0 442963 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781408

[startup+0.702801 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 523
/proc/meminfo: memFree=1801720/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1782744 CPUtime=0.88
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 7409 0 1 0 84 4 0 0 20 0 12 0 95236413 1825529856 6953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 445686 6954 1301 9 0 443297 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782744

[startup+1.50287 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 535
/proc/meminfo: memFree=1770648/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1784804 CPUtime=1.99
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 20964 0 1 0 189 10 0 0 20 0 12 0 95236413 1827639296 19636 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 446201 19637 1301 9 0 443812 0
[pid=523/tid=525] ppid=521 vsize=1784804 CPUtime=1.16
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 17870 0 1 0 107 9 0 0 20 0 12 0 95236415 1827639296 19638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566886 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=526] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 95236416 1827639296 19639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 95236416 1827639296 19640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 95236418 1827639296 19641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 95236419 1827639296 19642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 95236419 1827639296 19643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95236423 1827639296 19644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1784804 CPUtime=0.38
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 1393 0 0 0 38 0 0 0 15 0 12 0 95236423 1827639296 19645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1784804 CPUtime=0.42
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 985 0 0 0 42 0 0 0 16 0 12 0 95236423 1827639296 19646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 95236423 1827639296 19647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95236423 1827639296 19648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1784804

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 535
/proc/meminfo: memFree=1664536/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1784804 CPUtime=3.66
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 42657 0 1 0 343 23 0 0 20 0 12 0 95236413 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 446201 41323 1311 9 0 443812 0
[pid=523/tid=525] ppid=521 vsize=1784804 CPUtime=2.71
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 37672 0 1 0 251 20 0 0 24 0 12 0 95236415 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109617120 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=526] ppid=521 vsize=1784804 CPUtime=0.04
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 1030 0 0 0 4 0 0 0 17 0 12 0 95236416 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1784804 CPUtime=0.04
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 852 0 0 0 4 0 0 0 16 0 12 0 95236416 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 95236418 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=529] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 95236419 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 95236419 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95236423 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1784804 CPUtime=0.39
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 1394 0 0 0 39 0 0 0 15 0 12 0 95236423 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1784804 CPUtime=0.42
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 985 0 0 0 42 0 0 0 16 0 12 0 95236423 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 95236423 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1784804 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95236423 1827639296 41323 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1784804

[startup+6.30232 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 535
/proc/meminfo: memFree=1615064/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1787596 CPUtime=7.33
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 52873 0 1 0 705 28 0 0 20 0 13 0 95236413 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 446899 51017 1320 9 0 444510 0
[pid=523/tid=525] ppid=521 vsize=1787596 CPUtime=5.51
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 37710 0 1 0 530 21 0 0 16 0 13 0 95236415 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109222110 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1787596 CPUtime=0.36
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 6328 0 0 0 34 2 0 0 16 0 13 0 95236416 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1787596 CPUtime=0.36
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 5499 0 0 0 34 2 0 0 16 0 13 0 95236416 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 95236418 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=529] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1787596 CPUtime=0.47
/proc/523/task/532/stat : 532 (java) R 521 523 32488 0 -1 64 1584 0 0 0 47 0 0 0 16 0 13 0 95236423 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1787596 CPUtime=0.57
/proc/523/task/533/stat : 533 (java) R 521 523 32488 0 -1 64 1015 0 0 0 57 0 0 0 16 0 13 0 95236423 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794958 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=534] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1787596 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1830498304 51017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1787596

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 536
/proc/meminfo: memFree=1567896/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=14.76
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 63692 0 1 0 1444 32 0 0 20 0 13 0 95236413 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 59792 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=11.19
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 37722 0 1 0 1098 21 0 0 25 0 13 0 95236415 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=0.81
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 11617 0 0 0 77 4 0 0 16 0 13 0 95236416 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=0.82
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 9678 0 0 0 78 4 0 0 16 0 13 0 95236416 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 95236418 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 59792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1789260

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 536
/proc/meminfo: memFree=1603544/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=27.66
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 65483 0 1 0 2732 34 0 0 20 0 13 0 95236413 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 50609 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=23.88
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 37738 0 1 0 2367 21 0 0 25 0 13 0 95236415 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798596 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=0.92
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 12636 0 0 0 87 5 0 0 15 0 13 0 95236416 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=0.91
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 10434 0 0 0 87 4 0 0 16 0 13 0 95236416 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.01
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 16 0 0 0 0 1 0 0 17 0 13 0 95236418 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 50609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=523] ppid=521 vsize=1789260 CPUtime=1619.1
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 156084 0 1 0 161794 116 0 0 20 0 13 0 95236413 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 104028 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=1583.96
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 74385 0 1 0 158342 54 0 0 25 0 13 0 95236415 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811698 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=16.47
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 36735 0 0 0 1626 21 0 0 16 0 13 0 95236416 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=16.43
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 40194 0 0 0 1618 25 0 0 16 0 13 0 95236416 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.28
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 111 0 0 0 16 12 0 0 15 0 13 0 95236418 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 104028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.1
Current children cumulated vsize (KiB) 1789260

[startup+1662.3 s]
/proc/loadavg: 1.02 1.06 1.00 2/77 734
/proc/meminfo: memFree=1387736/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=1679.65
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 156512 0 1 0 167846 119 0 0 20 0 13 0 95236413 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 104389 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=1643.27
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 74429 0 1 0 164273 54 0 0 25 0 13 0 95236415 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798663 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=17.08
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 36882 0 0 0 1686 22 0 0 16 0 13 0 95236416 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=17.04
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 40431 0 0 0 1678 26 0 0 16 0 13 0 95236416 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.29
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 111 0 0 0 17 12 0 0 16 0 13 0 95236418 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 104389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1679.65
Current children cumulated vsize (KiB) 1789260

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.00 2/77 734
/proc/meminfo: memFree=1386648/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=1740.23
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 156890 0 1 0 173902 121 0 0 20 0 13 0 95236413 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 104645 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=1702.59
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 74477 0 1 0 170204 55 0 0 25 0 13 0 95236415 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812245 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=17.72
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 37000 0 0 0 1749 23 0 0 16 0 13 0 95236416 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=17.67
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 40643 0 0 0 1740 27 0 0 16 0 13 0 95236416 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.29
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 111 0 0 0 17 12 0 0 16 0 13 0 95236418 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 104645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.23
Current children cumulated vsize (KiB) 1789260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 1.00 1.04 1.00 2/77 734
/proc/meminfo: memFree=1385240/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=1800.01
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 157722 0 1 0 179878 123 0 0 20 0 13 0 95236413 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 104954 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=1761.15
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 74535 0 1 0 176060 55 0 0 25 0 13 0 95236415 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812020 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=18.33
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 37357 0 0 0 1809 24 0 0 16 0 13 0 95236416 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=18.28
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 41060 0 0 0 1800 28 0 0 16 0 13 0 95236416 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.31
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 111 0 0 0 18 13 0 0 16 0 13 0 95236418 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1789260

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

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

[startup+1781.5 s]
/proc/loadavg: 1.00 1.04 1.00 2/77 734
/proc/meminfo: memFree=1385240/2055920 swapFree=4184636/4192956
[pid=523] ppid=521 vsize=1789260 CPUtime=1800.01
/proc/523/stat : 523 (java) S 521 523 32488 0 -1 0 157722 0 1 0 179878 123 0 0 20 0 13 0 95236413 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/523/statm: 447315 104954 1334 9 0 444926 0
[pid=523/tid=525] ppid=521 vsize=1789260 CPUtime=1761.15
/proc/523/task/525/stat : 525 (java) R 521 523 32488 0 -1 64 74535 0 1 0 176060 55 0 0 25 0 13 0 95236415 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812020 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=526] ppid=521 vsize=1789260 CPUtime=18.33
/proc/523/task/526/stat : 526 (java) S 521 523 32488 0 -1 64 37357 0 0 0 1809 24 0 0 16 0 13 0 95236416 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=527] ppid=521 vsize=1789260 CPUtime=18.28
/proc/523/task/527/stat : 527 (java) S 521 523 32488 0 -1 64 41060 0 0 0 1800 28 0 0 16 0 13 0 95236416 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=523/tid=528] ppid=521 vsize=1789260 CPUtime=0.31
/proc/523/task/528/stat : 528 (java) S 521 523 32488 0 -1 64 111 0 0 0 18 13 0 0 16 0 13 0 95236418 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=529] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/529/stat : 529 (java) S 521 523 32488 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=530] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/530/stat : 530 (java) S 521 523 32488 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95236419 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=531] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/531/stat : 531 (java) S 521 523 32488 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=532] ppid=521 vsize=1789260 CPUtime=0.9
/proc/523/task/532/stat : 532 (java) S 521 523 32488 0 -1 64 2889 0 0 0 89 1 0 0 16 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=533] ppid=521 vsize=1789260 CPUtime=1
/proc/523/task/533/stat : 533 (java) S 521 523 32488 0 -1 64 1049 0 0 0 100 0 0 0 16 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=534] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/534/stat : 534 (java) S 521 523 32488 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=535] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/535/stat : 535 (java) S 521 523 32488 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95236423 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=523/tid=536] ppid=521 vsize=1789260 CPUtime=0
/proc/523/task/536/stat : 536 (java) S 521 523 32488 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95237026 1832202240 104954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1789260

Child status: 143
Real time (s): 1781.61
CPU time (s): 1800.12
CPU user time (s): 1798.82
CPU system time (s): 1.3018
CPU usage (%): 101.039
Max. virtual memory (cumulated for all children) (KiB): 1789260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157742
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= 48113
involuntary context switches= 35041

runsolver used 1.70074 second user time and 4.85726 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue Apr 24 08:38:31 UTC 2007

IDJOB= 419125
IDBENCH= 47751
IDSOLVER= 164
FILE ID= node48/419125-1177403910

PBS_JOBID= 4675608

Free space on /tmp= 66473 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/crypto/mizh-md5-47-3.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419125-1177403910/sat4jPseudoCPClause.jar /tmp/evaluation/419125-1177403910/instance-419125-1177403910.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-419125-1177403910 -o ROOT/results/node48/solver-419125-1177403910 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419125-1177403910/sat4jPseudoCPClause.jar /tmp/evaluation/419125-1177403910/instance-419125-1177403910.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cf1e3205564ad90372cf1be2a47a3a77

RANDOM SEED= 629181900

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.238
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.238
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:       1802064 kB
Buffers:         32836 kB
Cached:         134776 kB
SwapCached:       2456 kB
Active:          78072 kB
Inactive:       103064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802064 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:           13284 kB
Writeback:           0 kB
Mapped:          20288 kB
Slab:            58708 kB
Committed_AS:  1161516 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= 66473 MiB

End job on node48 on Tue Apr 24 09:08:15 UTC 2007