Trace number 359056

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.19 1774.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111221953.opb
MD5SUM61fac4c5cae5b046b0fa6341506f094d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.180972
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1280
Number of bits of the biggest sum of numbers11
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/359056-1176920242/instance-359056-1176920242.opb
0.21/0.20	c reading problem ... 
0.31/0.33	c ... done. Wall clock time 0.13s.
0.31/0.33	c CPU time (experimental) 0.27s.
0.31/0.33	c #vars     169
0.31/0.33	c #constraints  101
1800.08/1774.01	c starts		: 2
1800.08/1774.01	c conflicts		: 27176
1800.08/1774.01	c decisions		: 92752
1800.08/1774.01	c propagations		: 725497
1800.08/1774.01	c inspects		: 591375084
1800.08/1774.01	c learnt literals	: 0
1800.08/1774.01	c learnt binary clauses	: 0
1800.08/1774.01	c learnt ternary clauses	: 0
1800.08/1774.01	c learnt clauses	: 27176
1800.08/1774.01	c root simplifications	: 0
1800.08/1774.01	c removed literals (reason simplification)	: 0
1800.08/1774.01	c reason swapping (by a shorter reason)	: 0
1800.08/1774.01	c Calls to reduceDB	: 0
1800.08/1774.01	c speed (decisions/second)	: 52.29347763578815
1800.08/1774.01	c non guided choices	44
1800.08/1774.01	s UNKNOWN
1800.08/1774.01	c Total wall clock time (ms): 1773.815

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-359056-1176920242 -o ROOT/results/node20/solver-359056-1176920242 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359056-1176920242/sat4jPseudoCPClause.jar /tmp/evaluation/359056-1176920242/instance-359056-1176920242.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 0.99 0.97 3/77 22865
/proc/meminfo: memFree=1855608/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1520 CPUtime=0
/proc/22865/stat : 22865 (java) R 22863 22865 21531 0 -1 0 90 0 0 0 0 0 0 0 20 0 1 0 139941597 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7590496 0 0 4096 0 0 0 0 17 1 0 0
/proc/22865/statm: 380 73 56 9 0 10 0

[startup+0.0304669 s]
/proc/loadavg: 1.00 0.99 0.97 3/77 22865
/proc/meminfo: memFree=1855608/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1774248 CPUtime=0.01
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 2679 0 1 0 0 1 0 0 18 0 4 0 139941597 1816829952 2427 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 443562 2427 483 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.101327 s]
/proc/loadavg: 1.00 0.99 0.97 3/77 22865
/proc/meminfo: memFree=1855608/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1780112 CPUtime=0.08
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 3976 0 1 0 5 3 0 0 18 0 12 0 139941597 1822834688 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301366 s]
/proc/loadavg: 1.00 0.99 0.97 3/77 22865
/proc/meminfo: memFree=1855608/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1781408 CPUtime=0.31
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 5115 0 1 0 27 4 0 0 18 0 12 0 139941597 1824161792 4854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 445352 4854 1264 9 0 442963 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781408

[startup+0.701444 s]
/proc/loadavg: 1.00 0.99 0.97 3/77 22865
/proc/meminfo: memFree=1855608/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1784668 CPUtime=0.99
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 8799 0 1 0 94 5 0 0 18 0 13 0 139941597 1827500032 8047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 446167 8047 1305 9 0 443778 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1784668

[startup+1.50261 s]
/proc/loadavg: 1.00 0.99 0.97 4/90 22878
/proc/meminfo: memFree=1813712/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1801888 CPUtime=2.56
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 28569 0 1 0 241 15 0 0 18 0 13 0 139941597 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 450472 23086 1315 9 0 448083 0
[pid=22865/tid=22867] ppid=22863 vsize=1801888 CPUtime=0.86
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 17552 0 1 0 76 10 0 0 18 0 13 0 139941599 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109479725 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 139941600 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 139941600 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 139941602 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 139941603 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 139941603 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1801888 CPUtime=0.75
/proc/22865/task/22874/stat : 22874 (java) R 22863 22865 21531 0 -1 64 4468 0 0 0 74 1 0 0 18 0 13 0 139941607 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1801888 CPUtime=0.92
/proc/22865/task/22875/stat : 22875 (java) R 22863 22865 21531 0 -1 64 5827 0 0 0 90 2 0 0 19 0 13 0 139941607 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103026216 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1801888 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1845133312 23086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1801888

[startup+3.10112 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 22878
/proc/meminfo: memFree=1693904/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1800520 CPUtime=4.83
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 51300 0 1 0 457 26 0 0 18 0 13 0 139941597 1843732480 44315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 450130 44334 1324 9 0 447741 0
[pid=22865/tid=22867] ppid=22863 vsize=1800520 CPUtime=2.3
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 37734 0 1 0 210 20 0 0 25 0 13 0 139941599 1843732480 44345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501021 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1800520 CPUtime=0.02
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 649 0 0 0 2 0 0 0 16 0 13 0 139941600 1843732480 44356 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1800520 CPUtime=0.02
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 627 0 0 0 2 0 0 0 16 0 13 0 139941600 1843732480 44368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 139941602 1843732480 44379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1843732480 44390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1800520 CPUtime=1.05
/proc/22865/task/22874/stat : 22874 (java) R 22863 22865 21531 0 -1 64 5785 0 0 0 103 2 0 0 16 0 13 0 139941607 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8085207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1800520 CPUtime=1.41
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5856 0 0 0 139 2 0 0 17 0 13 0 139941607 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1800520 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1843732480 44394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1800520

[startup+6.30275 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 22878
/proc/meminfo: memFree=1681424/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=8.34
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 57002 0 1 0 805 29 0 0 18 0 13 0 139941597 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 46585 1325 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=5.34
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 37740 0 1 0 514 20 0 0 25 0 13 0 139941599 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=0.1
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 2654 0 0 0 10 0 0 0 16 0 13 0 139941600 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=0.11
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 2579 0 0 0 10 1 0 0 16 0 13 0 139941600 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 139941602 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.26
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7424 0 0 0 123 3 0 0 16 0 13 0 139941607 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.47
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5857 0 0 0 145 2 0 0 16 0 13 0 139941607 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 46585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1799148

[startup+12.701 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 22878
/proc/meminfo: memFree=1638744/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=14.91
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 66523 0 1 0 1459 32 0 0 18 0 13 0 139941597 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 55559 1331 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=11.55
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 39401 0 1 0 1135 20 0 0 24 0 13 0 139941599 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501158 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=0.28
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 6815 0 0 0 26 2 0 0 16 0 13 0 139941600 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=0.28
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 6272 0 0 0 26 2 0 0 16 0 13 0 139941600 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 139941602 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.27
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7430 0 0 0 124 3 0 0 16 0 13 0 139941607 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.48
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5857 0 0 0 146 2 0 0 16 0 13 0 139941607 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 55559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 1799148

[startup+25.5026 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 22878
/proc/meminfo: memFree=1627032/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=27.88
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 69600 0 1 0 2753 35 0 0 18 0 13 0 139941597 1842327552 58205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 58205 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=24.2
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 39410 0 1 0 2400 20 0 0 25 0 13 0 139941599 1842327552 58205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109572455 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=0.4
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 8623 0 0 0 37 3 0 0 16 0 13 0 139941600 1842327552 58205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=0.4
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 7531 0 0 0 37 3 0 0 17 0 13 0 139941600 1842327552 58205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=22865] ppid=22863 vsize=1799148 CPUtime=1564.17
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 161404 0 1 0 156326 91 0 0 18 0 13 0 139941597 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 118321 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=1519.85
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 57372 0 1 0 151952 33 0 0 25 0 13 0 139941599 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109600605 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=20.41
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 43074 0 0 0 2021 20 0 0 16 0 13 0 139941600 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=20.45
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 46741 0 0 0 2023 22 0 0 16 0 13 0 139941600 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0.19
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 164 0 0 0 11 8 0 0 16 0 13 0 139941602 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.45
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7436 0 0 0 142 3 0 0 16 0 13 0 139941607 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.76
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5897 0 0 0 174 2 0 0 16 0 13 0 139941607 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 118321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.17
Current children cumulated vsize (KiB) 1799148

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 22880
/proc/meminfo: memFree=1380504/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=1625.21
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 162623 0 1 0 162429 92 0 0 18 0 13 0 139941597 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 119435 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=1578.7
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 57393 0 1 0 157837 33 0 0 25 0 13 0 139941599 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109752760 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=21.49
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 43563 0 0 0 2129 20 0 0 16 0 13 0 139941600 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=21.55
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 47450 0 0 0 2132 23 0 0 16 0 13 0 139941600 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0.19
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 164 0 0 0 11 8 0 0 16 0 13 0 139941602 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.45
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7436 0 0 0 142 3 0 0 16 0 13 0 139941607 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.76
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5897 0 0 0 174 2 0 0 16 0 13 0 139941607 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 119435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.21
Current children cumulated vsize (KiB) 1799148

[startup+1662.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 22880
/proc/meminfo: memFree=1375448/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=1686.29
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 164001 0 1 0 168536 93 0 0 18 0 13 0 139941597 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 120715 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=1637.54
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 57414 0 1 0 163721 33 0 0 25 0 13 0 139941599 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109547436 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=22.61
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 43882 0 0 0 2240 21 0 0 16 0 13 0 139941600 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=22.67
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 48488 0 0 0 2244 23 0 0 16 0 13 0 139941600 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0.2
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 139941602 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.45
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7436 0 0 0 142 3 0 0 16 0 13 0 139941607 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.76
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5897 0 0 0 174 2 0 0 16 0 13 0 139941607 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 120715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1686.29
Current children cumulated vsize (KiB) 1799148

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 22880
/proc/meminfo: memFree=1370712/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=1747.37
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 165255 0 1 0 174643 94 0 0 18 0 13 0 139941597 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 121881 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=1696.37
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 57435 0 1 0 169603 34 0 0 25 0 13 0 139941599 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109479583 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=23.74
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 44229 0 0 0 2353 21 0 0 17 0 13 0 139941600 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=23.8
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 49374 0 0 0 2356 24 0 0 16 0 13 0 139941600 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0.2
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 139941602 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.45
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7436 0 0 0 142 3 0 0 16 0 13 0 139941607 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.76
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5897 0 0 0 174 2 0 0 16 0 13 0 139941607 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 121881 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1747.37
Current children cumulated vsize (KiB) 1799148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 22880
/proc/meminfo: memFree=1365912/2055920 swapFree=4155228/4192956
[pid=22865] ppid=22863 vsize=1799148 CPUtime=1800.08
/proc/22865/stat : 22865 (java) S 22863 22865 21531 0 -1 0 166556 0 1 0 179912 96 0 0 18 0 13 0 139941597 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22865/statm: 449787 123059 1332 9 0 447398 0
[pid=22865/tid=22867] ppid=22863 vsize=1799148 CPUtime=1746.98
/proc/22865/task/22867/stat : 22867 (java) R 22863 22865 21531 0 -1 64 57454 0 1 0 174664 34 0 0 25 0 13 0 139941599 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109623681 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22868] ppid=22863 vsize=1799148 CPUtime=24.78
/proc/22865/task/22868/stat : 22868 (java) S 22863 22865 21531 0 -1 64 44432 0 0 0 2457 21 0 0 16 0 13 0 139941600 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22869] ppid=22863 vsize=1799148 CPUtime=24.84
/proc/22865/task/22869/stat : 22869 (java) S 22863 22865 21531 0 -1 64 50453 0 0 0 2460 24 0 0 16 0 13 0 139941600 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22870] ppid=22863 vsize=1799148 CPUtime=0.2
/proc/22865/task/22870/stat : 22870 (java) S 22863 22865 21531 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 139941602 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22871] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22871/stat : 22871 (java) S 22863 22865 21531 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22872] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22872/stat : 22872 (java) S 22863 22865 21531 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139941603 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22873] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22873/stat : 22873 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 139941607 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22874] ppid=22863 vsize=1799148 CPUtime=1.45
/proc/22865/task/22874/stat : 22874 (java) S 22863 22865 21531 0 -1 64 7436 0 0 0 142 3 0 0 16 0 13 0 139941607 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22875] ppid=22863 vsize=1799148 CPUtime=1.76
/proc/22865/task/22875/stat : 22875 (java) S 22863 22865 21531 0 -1 64 5897 0 0 0 174 2 0 0 16 0 13 0 139941607 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22865/tid=22876] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22876/stat : 22876 (java) S 22863 22865 21531 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 139941607 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22877] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22877/stat : 22877 (java) S 22863 22865 21531 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139941607 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22865/tid=22878] ppid=22863 vsize=1799148 CPUtime=0
/proc/22865/task/22878/stat : 22878 (java) S 22863 22865 21531 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 139941631 1842327552 123059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1799148

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

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

Child status: 143
Real time (s): 1774.11
CPU time (s): 1800.19
CPU user time (s): 1799.15
CPU system time (s): 1.03984
CPU usage (%): 101.47
Max. virtual memory (cumulated for all children) (KiB): 1803916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166575
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= 43415
involuntary context switches= 60759

runsolver used 1.9997 second user time and 5.33519 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Apr 18 18:17:23 UTC 2007

IDJOB= 359056
IDBENCH= 1258
IDSOLVER= 164
FILE ID= node20/359056-1176920242

PBS_JOBID= 4595252

Free space on /tmp= 66453 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221953.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359056-1176920242/sat4jPseudoCPClause.jar /tmp/evaluation/359056-1176920242/instance-359056-1176920242.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-359056-1176920242 -o ROOT/results/node20/solver-359056-1176920242 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359056-1176920242/sat4jPseudoCPClause.jar /tmp/evaluation/359056-1176920242/instance-359056-1176920242.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  61fac4c5cae5b046b0fa6341506f094d

RANDOM SEED= 105179063

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1856208 kB
Buffers:         21908 kB
Cached:         115416 kB
SwapCached:      15812 kB
Active:          85348 kB
Inactive:        75160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856208 kB
SwapTotal:     4192956 kB
SwapFree:      4155228 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          30332 kB
Slab:            24776 kB
Committed_AS:  1852968 kB
PageTables:       1748 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= 66453 MiB

End job on node20 on Wed Apr 18 18:46:59 UTC 2007