Trace number 419699

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-23UNSAT 64.8951 61.0617

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11817.opb
MD5SUMc4757f3b7c08cdbf41227be06f73191e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.7269
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables240300
Total number of constraints691064
Number of constraints which are clauses691064
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.24	c no version file found!!!
0.09/0.24	c sun.arch.data.model	32
0.09/0.24	c java.version	1.6.0
0.09/0.24	c os.name	Linux
0.09/0.24	c os.version	2.6.9-22.EL.rootsmp
0.09/0.24	c os.arch	i386
0.09/0.24	c Free memory 1651659224
0.09/0.24	c Max memory 1654456320
0.09/0.24	c Total memory 1654456320
0.09/0.24	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c Simplify asserted PB constraints to clauses
0.09/0.30	c solving /tmp/evaluation/419699-1177411718/instance-419699-1177411718.opb
0.09/0.30	c reading problem ... 
15.70/13.21	c ... done. Wall clock time 12.911s.
15.70/13.21	c CPU time (experimental) 10.55s.
15.70/13.21	c #vars     240300
15.70/13.21	c #constraints  662515
64.78/60.96	c starts		: 2
64.78/60.96	c conflicts		: 8843
64.78/60.96	c decisions		: 181145
64.78/60.96	c propagations		: 41141769
64.78/60.96	c inspects		: 99842100
64.78/60.96	c learnt literals	: 14
64.78/60.96	c learnt binary clauses	: 390
64.78/60.96	c learnt ternary clauses	: 1965
64.78/60.96	c learnt clauses	: 8828
64.78/60.96	c root simplifications	: 0
64.78/60.96	c removed literals (reason simplification)	: 0
64.78/60.96	c reason swapping (by a shorter reason)	: 0
64.78/60.96	c Calls to reduceDB	: 0
64.78/60.96	c speed (decisions/second)	: 3798.0668427894493
64.78/60.96	c non guided choices	56874
64.78/60.96	s UNSATISFIABLE
64.78/60.96	c Total wall clock time (ms): 60.668

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-419699-1177411718 -o ROOT/results/node47/solver-419699-1177411718 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419699-1177411718/sat4jPseudoCPClause.jar /tmp/evaluation/419699-1177411718/instance-419699-1177411718.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: 0.79 0.94 0.98 2/77 10358
/proc/meminfo: memFree=1868952/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=200 CPUtime=0
/proc/10358/stat : 10358 (java) R 10356 10358 10293 0 -1 0 47 0 0 0 0 0 0 0 20 0 1 0 96017287 204800 33 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 1 0 0
/proc/10358/statm: 68 34 26 9 0 6 0

[startup+0.072878 s]
/proc/loadavg: 0.79 0.94 0.98 2/77 10358
/proc/meminfo: memFree=1868952/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=12848 CPUtime=0
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 898 0 1 0 0 0 0 0 18 0 2 0 96017287 13156352 656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.101879 s]
/proc/loadavg: 0.79 0.94 0.98 2/77 10358
/proc/meminfo: memFree=1868952/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=62836 CPUtime=0
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 948 0 1 0 0 0 0 0 18 0 2 0 96017287 64344064 704 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 15709 704 363 9 0 13723 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 62836

[startup+0.301905 s]
/proc/loadavg: 0.79 0.94 0.98 2/77 10358
/proc/meminfo: memFree=1868952/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1781940 CPUtime=0.21
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 4885 0 1 0 18 3 0 0 18 0 12 0 96017287 1824706560 4625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 445485 4625 1246 9 0 443096 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781940

[startup+0.701946 s]
/proc/loadavg: 0.79 0.94 0.98 2/77 10358
/proc/meminfo: memFree=1868952/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1782708 CPUtime=0.72
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 8439 0 1 0 68 4 0 0 18 0 12 0 96017287 1825492992 8041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 445677 8041 1292 9 0 443288 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1782708

[startup+1.50204 s]
/proc/loadavg: 0.79 0.94 0.98 4/89 10370
/proc/meminfo: memFree=1836024/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1785912 CPUtime=1.92
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 17111 0 1 0 184 8 0 0 18 0 12 0 96017287 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 446478 15322 1302 9 0 444089 0
[pid=10358/tid=10360] ppid=10356 vsize=1785912 CPUtime=0.94
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 13362 0 1 0 88 6 0 0 18 0 12 0 96017289 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540807 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 96017298 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 96017298 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 96017301 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 96017301 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 96017301 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 96017305 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1785912 CPUtime=0.47
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 1638 0 0 0 47 0 0 0 16 0 12 0 96017305 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1785912 CPUtime=0.47
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 1390 0 0 0 47 0 0 0 16 0 12 0 96017305 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 96017305 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1785912 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96017305 1828773888 15322 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1785912

[startup+3.1012 s]
/proc/loadavg: 0.79 0.94 0.98 2/89 10370
/proc/meminfo: memFree=1752504/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1786556 CPUtime=3.67
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 45932 0 1 0 343 24 0 0 18 0 12 0 96017287 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 446639 44009 1311 9 0 444250 0
[pid=10358/tid=10360] ppid=10356 vsize=1786556 CPUtime=2.38
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37673 0 1 0 219 19 0 0 21 0 12 0 96017289 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1786556 CPUtime=0.1
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 2533 0 0 0 9 1 0 0 16 0 12 0 96017298 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1786556 CPUtime=0.1
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 1965 0 0 0 10 0 0 0 16 0 12 0 96017298 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 96017301 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 96017301 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96017301 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 96017305 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1786556 CPUtime=0.5
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 1642 0 0 0 50 0 0 0 16 0 12 0 96017305 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1786556 CPUtime=0.52
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 1394 0 0 0 52 0 0 0 16 0 12 0 96017305 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 96017305 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1786556 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96017305 1829433344 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1786556

[startup+6.30155 s]
/proc/loadavg: 0.89 0.95 0.98 2/89 10370
/proc/meminfo: memFree=1658552/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1787612 CPUtime=7.41
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 58107 0 1 0 710 31 0 0 18 0 12 0 96017287 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 446903 55363 1312 9 0 444514 0
[pid=10358/tid=10360] ppid=10356 vsize=1787612 CPUtime=5.05
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37677 0 1 0 484 21 0 0 18 0 12 0 96017289 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109480716 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1787612 CPUtime=0.63
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 9785 0 0 0 59 4 0 0 16 0 12 0 96017298 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1787612 CPUtime=0.64
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 6880 0 0 0 61 3 0 0 16 0 12 0 96017298 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 96017301 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 96017301 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96017301 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 96017305 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1787612 CPUtime=0.5
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 1642 0 0 0 50 0 0 0 16 0 12 0 96017305 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1787612 CPUtime=0.53
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 1396 0 0 0 53 0 0 0 16 0 12 0 96017305 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 96017305 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1787612 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96017305 1830514688 55363 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1787612

[startup+12.7013 s]
/proc/loadavg: 0.98 0.97 0.99 2/89 10370
/proc/meminfo: memFree=1603776/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1789532 CPUtime=15.2
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 75498 0 1 0 1480 40 0 0 18 0 12 0 96017287 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 447383 70015 1312 9 0 444994 0
[pid=10358/tid=10360] ppid=10356 vsize=1789532 CPUtime=10.05
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37684 0 1 0 983 22 0 0 16 0 12 0 96017289 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109708786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1789532 CPUtime=2.03
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 19629 0 0 0 193 10 0 0 17 0 12 0 96017298 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1789532 CPUtime=2.03
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 14419 0 0 0 198 5 0 0 16 0 12 0 96017298 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 96017301 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 96017301 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96017301 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 96017305 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1789532 CPUtime=0.5
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 1642 0 0 0 50 0 0 0 16 0 12 0 96017305 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1789532 CPUtime=0.53
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 1396 0 0 0 53 0 0 0 16 0 12 0 96017305 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 96017305 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1789532 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96017305 1832480768 70015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 1789532

[startup+25.5026 s]
/proc/loadavg: 1.05 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1572984/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=29.03
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83113 0 1 0 2860 43 0 0 18 0 13 0 96017287 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74938 1327 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=22.27
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37733 0 1 0 2205 22 0 0 25 0 13 0 96017289 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794298 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.26
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21291 0 0 0 216 10 0 0 16 0 13 0 96017298 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.27
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17188 0 0 0 220 7 0 0 17 0 13 0 96017298 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 96017305 1836531712 74938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 96017305 1836531712 74843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96017305 1836531712 74843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10371] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10371/stat : 10371 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96018619 1836531712 74843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.32
Current children cumulated vsize (KiB) 1793488

[startup+59.1023 s]
/proc/loadavg: 1.03 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1573368/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=62.96
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83526 0 1 0 6252 44 0 0 18 0 13 0 96017287 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74855 1328 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=55.5
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37751 0 1 0 5528 22 0 0 24 0 13 0 96017289 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109913780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21636 0 0 0 250 11 0 0 16 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17231 0 0 0 254 7 0 0 17 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1793488 CPUtime=0.92
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 2341 0 0 0 92 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1793488 CPUtime=1.26
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 3829 0 0 0 126 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10371] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10371/stat : 10371 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96018619 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.96
Current children cumulated vsize (KiB) 1793488

[startup+59.9024 s]
/proc/loadavg: 1.03 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1573368/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=63.76
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83526 0 1 0 6332 44 0 0 18 0 13 0 96017287 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74855 1328 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=56.3
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37751 0 1 0 5608 22 0 0 25 0 13 0 96017289 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109827822 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21636 0 0 0 250 11 0 0 16 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17231 0 0 0 254 7 0 0 17 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1793488 CPUtime=0.92
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 2341 0 0 0 92 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1793488 CPUtime=1.26
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 3829 0 0 0 126 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10371] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10371/stat : 10371 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96018619 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 1793488

[startup+60.7025 s]
/proc/loadavg: 1.03 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1573368/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=64.56
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83526 0 1 0 6412 44 0 0 18 0 13 0 96017287 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74855 1328 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=57.1
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37751 0 1 0 5688 22 0 0 25 0 13 0 96017289 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21636 0 0 0 250 11 0 0 16 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.61
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17231 0 0 0 254 7 0 0 17 0 13 0 96017298 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1793488 CPUtime=0.92
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 2341 0 0 0 92 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1793488 CPUtime=1.26
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 3829 0 0 0 126 0 0 0 16 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96017305 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10371] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10371/stat : 10371 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96018619 1836531712 74855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.56
Current children cumulated vsize (KiB) 1793488

[startup+60.9025 s]
/proc/loadavg: 1.03 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1573368/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=64.78
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83534 0 1 0 6434 44 0 0 18 0 13 0 96017287 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74862 1328 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=57.27
/proc/10358/task/10360/stat : 10360 (java) R 10356 10358 10293 0 -1 64 37752 0 1 0 5705 22 0 0 24 0 13 0 96017289 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.63
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21643 0 0 0 252 11 0 0 16 0 13 0 96017298 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.63
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17231 0 0 0 256 7 0 0 17 0 13 0 96017298 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 96017301 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 96017305 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1793488 CPUtime=0.92
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 2341 0 0 0 92 0 0 0 16 0 13 0 96017305 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1793488 CPUtime=1.26
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 3829 0 0 0 126 0 0 0 16 0 13 0 96017305 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 96017305 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96017305 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10371] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10371/stat : 10371 (java) S 10356 10358 10293 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 96018619 1836531712 74862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.78
Current children cumulated vsize (KiB) 1793488

[startup+61.0025 s]
/proc/loadavg: 1.03 0.99 0.99 2/90 10371
/proc/meminfo: memFree=1573368/2055920 swapFree=4158012/4192956
[pid=10358] ppid=10356 vsize=1793488 CPUtime=64.84
/proc/10358/stat : 10358 (java) S 10356 10358 10293 0 -1 0 83541 0 1 0 6440 44 0 0 18 0 12 0 96017287 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10358/statm: 448372 74868 1329 9 0 445983 0
[pid=10358/tid=10360] ppid=10356 vsize=1793488 CPUtime=57.33
/proc/10358/task/10360/stat : 10360 (java) S 10356 10358 10293 0 -1 64 37757 0 1 0 5711 22 0 0 17 0 12 0 96017289 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10361] ppid=10356 vsize=1793488 CPUtime=2.63
/proc/10358/task/10361/stat : 10361 (java) S 10356 10358 10293 0 -1 64 21643 0 0 0 252 11 0 0 16 0 12 0 96017298 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10362] ppid=10356 vsize=1793488 CPUtime=2.63
/proc/10358/task/10362/stat : 10362 (java) S 10356 10358 10293 0 -1 64 17231 0 0 0 256 7 0 0 17 0 12 0 96017298 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10358/tid=10363] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10363/stat : 10363 (java) S 10356 10358 10293 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 96017301 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10364] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10364/stat : 10364 (java) S 10356 10358 10293 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 96017301 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10365] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10365/stat : 10365 (java) S 10356 10358 10293 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 96017301 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10366] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10366/stat : 10366 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 96017305 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10367] ppid=10356 vsize=1793488 CPUtime=0.92
/proc/10358/task/10367/stat : 10367 (java) S 10356 10358 10293 0 -1 64 2341 0 0 0 92 0 0 0 16 0 12 0 96017305 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10368] ppid=10356 vsize=1793488 CPUtime=1.26
/proc/10358/task/10368/stat : 10368 (java) S 10356 10358 10293 0 -1 64 3829 0 0 0 126 0 0 0 16 0 12 0 96017305 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10369] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10369/stat : 10369 (java) S 10356 10358 10293 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 96017305 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10358/tid=10370] ppid=10356 vsize=1793488 CPUtime=0
/proc/10358/task/10370/stat : 10370 (java) S 10356 10358 10293 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 96017305 1836531712 74868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.84
Current children cumulated vsize (KiB) 1793488

Child status: 20
Real time (s): 61.0617
CPU time (s): 64.8951
CPU user time (s): 64.4082
CPU system time (s): 0.486925
CPU usage (%): 106.278
Max. virtual memory (cumulated for all children) (KiB): 1795072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.4082
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83545
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= 2315
involuntary context switches= 2164

runsolver used 0.055991 second user time and 0.179972 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue Apr 24 10:48:39 UTC 2007

IDJOB= 419699
IDBENCH= 47792
IDSOLVER= 164
FILE ID= node47/419699-1177411718

PBS_JOBID= 4675676

Free space on /tmp= 66401 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11817.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419699-1177411718/sat4jPseudoCPClause.jar /tmp/evaluation/419699-1177411718/instance-419699-1177411718.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-419699-1177411718 -o ROOT/results/node47/solver-419699-1177411718 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419699-1177411718/sat4jPseudoCPClause.jar /tmp/evaluation/419699-1177411718/instance-419699-1177411718.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c4757f3b7c08cdbf41227be06f73191e

RANDOM SEED= 798482046

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1869360 kB
Buffers:          6992 kB
Cached:         108160 kB
SwapCached:       3848 kB
Active:          72712 kB
Inactive:        66112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869360 kB
SwapTotal:     4192956 kB
SwapFree:      4158012 kB
Dirty:           26988 kB
Writeback:           0 kB
Mapped:          30260 kB
Slab:            33252 kB
Committed_AS:  3914712 kB
PageTables:       1776 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= 66401 MiB

End job on node47 on Tue Apr 24 10:49:41 UTC 2007