Trace number 1858124

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.19 1786.35

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1858124-1244970953.opb
0.22/0.22	c reading problem ... 
602.87/602.25	c ... done. Wall clock time 602.026s.
602.87/602.25	c #vars     38366
602.87/602.25	c #constraints  76235
602.87/602.25	c constraints type 
602.87/602.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
602.87/602.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
602.87/602.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
602.87/602.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
1800.04/1786.21	c starts		: 4
1800.04/1786.21	c conflicts		: 799
1800.04/1786.21	c decisions		: 51934
1800.04/1786.21	c propagations		: 878096
1800.04/1786.21	c inspects		: 12620627
1800.04/1786.21	c learnt literals	: 0
1800.04/1786.21	c learnt binary clauses	: 0
1800.04/1786.21	c learnt ternary clauses	: 0
1800.04/1786.21	c learnt clauses	: 798
1800.04/1786.21	c ignored clauses	: 0
1800.04/1786.21	c root simplifications	: 0
1800.04/1786.21	c removed literals (reason simplification)	: 0
1800.04/1786.21	c reason swapping (by a shorter reason)	: 0
1800.04/1786.21	c Calls to reduceDB	: 0
1800.04/1786.21	c speed (assignments/second)	: 741.6583119573838
1800.04/1786.21	c non guided choices	37768
1800.04/1786.21	c learnt constraints type 
1800.04/1786.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/1786.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 797
1800.04/1786.21	c constraints type 
1800.04/1786.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.04/1786.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
1800.04/1786.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.04/1786.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
1800.04/1786.21	s UNKNOWN
1800.04/1786.21	c Total wall clock time (in seconds): 1785.993

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.01 1.00 3/64 22822
/proc/meminfo: memFree=1230080/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=18576 CPUtime=0
/proc/22822/stat : 22822 (runsolver) R 22820 22822 22591 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 164695655 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22822/statm: 4644 284 249 26 0 2626 0

[startup+0.0128849 s]
/proc/loadavg: 0.92 1.01 1.00 3/64 22822
/proc/meminfo: memFree=1230080/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1520 CPUtime=0
/proc/22822/stat : 22822 (java) R 22820 22822 22591 0 -1 0 253 0 0 0 0 0 0 0 18 0 1 0 164695655 1556480 73 1992294400 134512640 134550932 4294956000 18446744073709551615 2576992 0 0 4096 0 0 0 0 17 1 0 0
/proc/22822/statm: 380 74 55 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.101899 s]
/proc/loadavg: 0.92 1.01 1.00 3/64 22822
/proc/meminfo: memFree=1230080/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1472584 CPUtime=0.08
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 3595 0 1 0 7 1 0 0 18 0 12 0 164695655 1507926016 3338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 368146 3338 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.30192 s]
/proc/loadavg: 0.92 1.01 1.00 3/64 22822
/proc/meminfo: memFree=1230080/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1474676 CPUtime=0.34
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 5037 0 1 0 31 3 0 0 18 0 12 0 164695655 1510068224 4774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 368669 4774 1355 9 0 366012 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474676

[startup+0.701961 s]
/proc/loadavg: 0.92 1.01 1.00 3/64 22822
/proc/meminfo: memFree=1230080/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1476884 CPUtime=0.92
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 6444 0 1 0 89 3 0 0 18 0 12 0 164695655 1512329216 5945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369221 5945 1391 9 0 366564 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1476884

[startup+1.50205 s]
/proc/loadavg: 0.92 1.01 1.00 2/76 22834
/proc/meminfo: memFree=1209184/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1477496 CPUtime=1.99
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 8110 0 1 0 195 4 0 0 18 0 12 0 164695655 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369374 6934 1402 9 0 366717 0
[pid=22822/tid=22824] ppid=22820 vsize=1477496 CPUtime=1.34
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 5082 0 1 0 131 3 0 0 25 0 12 0 164695656 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164695658 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164695658 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 164695659 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164695660 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164695660 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164695664 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1477496 CPUtime=0.26
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 439 0 0 0 26 0 0 0 17 0 12 0 164695664 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1477496 CPUtime=0.36
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 1844 0 0 0 36 0 0 0 16 0 12 0 164695664 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164695664 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164695664 1512955904 6934 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1477496

[startup+3.1022 s]
/proc/loadavg: 0.92 1.01 1.00 2/76 22834
/proc/meminfo: memFree=1206304/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1477496 CPUtime=3.63
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 8654 0 1 0 358 5 0 0 18 0 12 0 164695655 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369374 7478 1402 9 0 366717 0
[pid=22822/tid=22824] ppid=22820 vsize=1477496 CPUtime=2.93
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 5623 0 1 0 290 3 0 0 25 0 12 0 164695656 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4109427920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164695658 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164695658 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164695659 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164695660 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164695660 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164695664 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1477496 CPUtime=0.3
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 442 0 0 0 30 0 0 0 16 0 12 0 164695664 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1477496 CPUtime=0.36
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 1844 0 0 0 36 0 0 0 17 0 12 0 164695664 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164695664 1512955904 7478 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164695664 1512955904 7478 1992294400 134512640 134550932 4294956000 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) 1477496

[startup+6.30153 s]
/proc/loadavg: 0.93 1.01 1.00 2/76 22834
/proc/meminfo: memFree=1202912/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1477496 CPUtime=6.9
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 9341 0 1 0 685 5 0 0 18 0 12 0 164695655 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369374 8159 1404 9 0 366717 0
[pid=22822/tid=22824] ppid=22820 vsize=1477496 CPUtime=6.09
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 6279 0 1 0 605 4 0 0 25 0 12 0 164695656 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4109551399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164695658 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164695658 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164695659 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164695660 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164695660 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164695664 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1477496 CPUtime=0.35
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 470 0 0 0 35 0 0 0 17 0 12 0 164695664 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1477496 CPUtime=0.43
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 1847 0 0 0 43 0 0 0 17 0 12 0 164695664 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164695664 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164695664 1512955904 8159 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1477496

[startup+12.7022 s]
/proc/loadavg: 0.93 1.01 1.00 2/76 22834
/proc/meminfo: memFree=1198312/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1477496 CPUtime=13.33
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 10413 0 1 0 1326 7 0 0 18 0 12 0 164695655 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369374 9231 1404 9 0 366717 0
[pid=22822/tid=22824] ppid=22820 vsize=1477496 CPUtime=12.47
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 7348 0 1 0 1242 5 0 0 25 0 12 0 164695656 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4109427920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164695658 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164695658 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164695659 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164695660 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164695660 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164695664 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1477496 CPUtime=0.36
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 472 0 0 0 36 0 0 0 17 0 12 0 164695664 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1477496 CPUtime=0.47
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 1848 0 0 0 47 0 0 0 17 0 12 0 164695664 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164695664 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164695664 1512955904 9231 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 1477496

[startup+25.5025 s]
/proc/loadavg: 0.95 1.01 1.00 2/76 22834
/proc/meminfo: memFree=1192616/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1477496 CPUtime=26.32
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 11818 0 1 0 2623 9 0 0 18 0 12 0 164695655 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 369374 10633 1405 9 0 366717 0
[pid=22822/tid=22824] ppid=22820 vsize=1477496 CPUtime=25.1
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 8710 0 1 0 2502 8 0 0 25 0 12 0 164695656 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4109551671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164695658 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164695658 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164695659 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164695660 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164695660 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1477496 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164695664 1512955904 10633 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1477496 CPUtime=0.49

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

[pid=22822/tid=22827] ppid=22820 vsize=1480880 CPUtime=0.25
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 11 0 0 0 16 9 0 0 15 0 13 0 164695659 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164695660 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164695660 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164695664 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1480880 CPUtime=1.44
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 3575 0 0 0 142 2 0 0 16 0 13 0 164695664 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1480880 CPUtime=2.31
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 4391 0 0 0 230 1 0 0 16 0 13 0 164695664 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164695664 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164695664 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22835] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22835/stat : 22835 (java) S 22820 22822 22591 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164755888 1516421120 141883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.55
Current children cumulated vsize (KiB) 1480880

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22835
/proc/meminfo: memFree=650720/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1480880 CPUtime=1674.36
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 169047 0 1 0 167268 168 0 0 18 0 13 0 164695655 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 370220 145764 1434 9 0 367563 0
[pid=22822/tid=22824] ppid=22820 vsize=1480880 CPUtime=1649.81
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 32385 0 1 0 164943 38 0 0 18 0 13 0 164695656 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4110075455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1480880 CPUtime=10.27
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 62733 0 0 0 971 56 0 0 15 0 13 0 164695658 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1480880 CPUtime=10.19
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 65208 0 0 0 961 58 0 0 16 0 13 0 164695658 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1480880 CPUtime=0.28
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 11 0 0 0 18 10 0 0 16 0 13 0 164695659 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164695660 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164695660 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164695664 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1480880 CPUtime=1.44
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 3575 0 0 0 142 2 0 0 16 0 13 0 164695664 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1480880 CPUtime=2.31
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 4391 0 0 0 230 1 0 0 16 0 13 0 164695664 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164695664 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164695664 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22835] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22835/stat : 22835 (java) S 22820 22822 22591 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164755888 1516421120 145764 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.36
Current children cumulated vsize (KiB) 1480880

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22835
/proc/meminfo: memFree=638368/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1480880 CPUtime=1735.18
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 172513 0 1 0 173341 177 0 0 18 0 13 0 164695655 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 370220 148919 1434 9 0 367563 0
[pid=22822/tid=22824] ppid=22820 vsize=1480880 CPUtime=1708.76
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 32517 0 1 0 170838 38 0 0 17 0 13 0 164695656 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4110070381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1480880 CPUtime=11.19
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 64589 0 0 0 1060 59 0 0 16 0 13 0 164695658 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1480880 CPUtime=11.11
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 66686 0 0 0 1048 63 0 0 16 0 13 0 164695658 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1480880 CPUtime=0.3
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 11 0 0 0 19 11 0 0 16 0 13 0 164695659 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164695660 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164695660 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164695664 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1480880 CPUtime=1.44
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 3575 0 0 0 142 2 0 0 16 0 13 0 164695664 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1480880 CPUtime=2.31
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 4391 0 0 0 230 1 0 0 16 0 13 0 164695664 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164695664 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164695664 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22835] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22835/stat : 22835 (java) S 22820 22822 22591 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164755888 1516421120 148919 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.18
Current children cumulated vsize (KiB) 1480880

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22835
/proc/meminfo: memFree=621728/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1480880 CPUtime=1796.07
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 177041 0 1 0 179420 187 0 0 18 0 13 0 164695655 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 370220 153080 1434 9 0 367563 0
[pid=22822/tid=22824] ppid=22820 vsize=1480880 CPUtime=1767.58
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 32654 0 1 0 176719 39 0 0 25 0 13 0 164695656 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4109524372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1480880 CPUtime=12.23
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 66409 0 0 0 1160 63 0 0 16 0 13 0 164695658 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1480880 CPUtime=12.12
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 69257 0 0 0 1145 67 0 0 16 0 13 0 164695658 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1480880 CPUtime=0.32
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 11 0 0 0 21 11 0 0 16 0 13 0 164695659 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164695660 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164695660 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164695664 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1480880 CPUtime=1.44
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 3575 0 0 0 142 2 0 0 16 0 13 0 164695664 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1480880 CPUtime=2.31
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 4391 0 0 0 230 1 0 0 16 0 13 0 164695664 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164695664 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164695664 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22835] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22835/stat : 22835 (java) S 22820 22822 22591 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164755888 1516421120 153080 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.07
Current children cumulated vsize (KiB) 1480880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22835
/proc/meminfo: memFree=620832/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=1480880 CPUtime=1800.04
/proc/22822/stat : 22822 (java) S 22820 22822 22591 0 -1 0 177175 0 1 0 179816 188 0 0 18 0 13 0 164695655 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 370220 153193 1434 9 0 367563 0
[pid=22822/tid=22824] ppid=22820 vsize=1480880 CPUtime=1771.41
/proc/22822/task/22824/stat : 22824 (java) R 22820 22822 22591 0 -1 64 32664 0 1 0 177102 39 0 0 17 0 13 0 164695656 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4110070276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22820 vsize=1480880 CPUtime=12.3
/proc/22822/task/22825/stat : 22825 (java) S 22820 22822 22591 0 -1 64 66466 0 0 0 1167 63 0 0 15 0 13 0 164695658 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22820 vsize=1480880 CPUtime=12.19
/proc/22822/task/22826/stat : 22826 (java) S 22820 22822 22591 0 -1 64 69324 0 0 0 1152 67 0 0 16 0 13 0 164695658 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22827] ppid=22820 vsize=1480880 CPUtime=0.32
/proc/22822/task/22827/stat : 22827 (java) S 22820 22822 22591 0 -1 64 11 0 0 0 21 11 0 0 16 0 13 0 164695659 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22828] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22820 22822 22591 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164695660 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22829] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22820 22822 22591 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164695660 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22830] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22830/stat : 22830 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164695664 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22831] ppid=22820 vsize=1480880 CPUtime=1.44
/proc/22822/task/22831/stat : 22831 (java) S 22820 22822 22591 0 -1 64 3575 0 0 0 142 2 0 0 16 0 13 0 164695664 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22832] ppid=22820 vsize=1480880 CPUtime=2.31
/proc/22822/task/22832/stat : 22832 (java) S 22820 22822 22591 0 -1 64 4391 0 0 0 230 1 0 0 16 0 13 0 164695664 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22833] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22833/stat : 22833 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164695664 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22822/tid=22834] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22834/stat : 22834 (java) S 22820 22822 22591 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164695664 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22822/tid=22835] ppid=22820 vsize=1480880 CPUtime=0
/proc/22822/task/22835/stat : 22835 (java) S 22820 22822 22591 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164755888 1516421120 153193 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1480880

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

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

[startup+1786.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22838
/proc/meminfo: memFree=1034640/2055920 swapFree=4191900/4192956
[pid=22822] ppid=22820 vsize=0 CPUtime=1800.15
/proc/22822/stat : 22822 (java) Z 22820 22822 22591 0 -1 1036 177195 0 1 0 179821 194 0 0 16 0 2 0 164695655 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22822/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1786.35
CPU time (s): 1800.19
CPU user time (s): 1798.21
CPU system time (s): 1.9767
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 1483412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.21
system time used= 1.9767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177195
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= 53898
involuntary context switches= 41527

runsolver used 1.9817 second user time and 4.92825 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-14 11:15:53
IDJOB=1858124
IDBENCH=48360
IDSOLVER=681
FILE ID=node24/1858124-1244970953
PBS_JOBID= 9355027
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1858124-1244970953/watcher-1858124-1244970953 -o /tmp/evaluation-result-1858124-1244970953/solver-1858124-1244970953 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858124-1244970953.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=1415947867

node24.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.231
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.231
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:       1230496 kB
Buffers:         74268 kB
Cached:         680272 kB
SwapCached:        260 kB
Active:         112020 kB
Inactive:       655340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1230496 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            43980 kB
Committed_AS:   148856 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node24 at 2009-06-14 11:45:42