Trace number 358706

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 279.886 274.976

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110969170.opb
MD5SUMc40b249e67431ed3407a98dac8d92148
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.016996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 1227
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/358706-1176917134/instance-358706-1176917134.opb
0.20/0.20	c reading problem ... 
0.30/0.33	c ... done. Wall clock time 0.131s.
0.30/0.33	c CPU time (experimental) 0.28s.
0.30/0.33	c #vars     169
0.30/0.33	c #constraints  101
279.72/274.89	c starts		: 2
279.72/274.89	c conflicts		: 10852
279.72/274.89	c decisions		: 63851
279.72/274.89	c propagations		: 334989
279.72/274.89	c inspects		: 81673961
279.72/274.89	c learnt literals	: 0
279.72/274.89	c learnt binary clauses	: 0
279.72/274.89	c learnt ternary clauses	: 0
279.72/274.89	c learnt clauses	: 10851
279.72/274.89	c root simplifications	: 0
279.72/274.89	c removed literals (reason simplification)	: 0
279.72/274.89	c reason swapping (by a shorter reason)	: 0
279.72/274.89	c Calls to reduceDB	: 0
279.72/274.89	c speed (decisions/second)	: 232.56008770492102
279.72/274.89	c non guided choices	38
279.72/274.89	s UNSATISFIABLE
279.72/274.89	c Total wall clock time (ms): 274.691

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/node14/watcher-358706-1176917134 -o ROOT/results/node14/solver-358706-1176917134 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358706-1176917134/sat4jPseudoCPClause.jar /tmp/evaluation/358706-1176917134/instance-358706-1176917134.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.99 0.97 0.96 3/77 9435
/proc/meminfo: memFree=1905864/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1800 CPUtime=0
/proc/9435/stat : 9435 (java) R 9433 9435 8362 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 139631176 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9435/statm: 450 138 101 9 0 92 0

[startup+0.0702361 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 9435
/proc/meminfo: memFree=1905864/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1778140 CPUtime=0.05
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 3703 0 1 0 3 2 0 0 18 0 7 0 139631176 1820815360 3446 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 444535 3446 1081 9 0 442171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778140

[startup+0.101214 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 9435
/proc/meminfo: memFree=1905864/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1780408 CPUtime=0.08
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 3966 0 1 0 5 3 0 0 18 0 12 0 139631176 1823137792 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 445102 3708 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780408

[startup+0.301232 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 9435
/proc/meminfo: memFree=1905864/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1781464 CPUtime=0.3
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 5111 0 1 0 27 3 0 0 18 0 12 0 139631176 1824219136 4850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 445366 4850 1264 9 0 442977 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781464

[startup+0.701272 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 9435
/proc/meminfo: memFree=1905864/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1783352 CPUtime=1
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 9479 0 1 0 95 5 0 0 18 0 13 0 139631176 1826152448 8776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 445838 8776 1305 9 0 443449 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1783352

[startup+1.50235 s]
/proc/loadavg: 0.99 0.97 0.96 4/90 9448
/proc/meminfo: memFree=1857184/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796240 CPUtime=2.5
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 24032 0 1 0 229 21 0 0 18 0 13 0 139631176 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449060 19107 1321 9 0 446671 0
[pid=9435/tid=9437] ppid=9433 vsize=1796240 CPUtime=0.73
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 14714 0 1 0 66 7 0 0 20 0 13 0 139631177 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566899 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 139631179 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 139631179 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796240 CPUtime=0.13
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 2 0 0 0 4 9 0 0 18 0 13 0 139631181 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 139631182 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 139631182 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839349760 19107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796240 CPUtime=0.98
/proc/9435/task/9444/stat : 9444 (java) R 9433 9435 8362 0 -1 64 5098 0 0 0 96 2 0 0 17 0 13 0 139631186 1839349760 19109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103060127 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796240 CPUtime=0.62
/proc/9435/task/9445/stat : 9445 (java) R 9433 9435 8362 0 -1 64 3498 0 0 0 61 1 0 0 16 0 13 0 139631186 1839349760 19111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336047 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839349760 19111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796240 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839349760 19009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1795832 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1838931968 19009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1796240

[startup+3.1025 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 9448
/proc/meminfo: memFree=1759520/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1795224 CPUtime=4.58
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 50274 0 1 0 427 31 0 0 18 0 13 0 139631176 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 448806 43175 1330 9 0 446417 0
[pid=9435/tid=9437] ppid=9433 vsize=1795224 CPUtime=2.13
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 37710 0 1 0 197 16 0 0 18 0 13 0 139631177 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509379 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1795224 CPUtime=0.01
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 647 0 0 0 1 0 0 0 16 0 13 0 139631179 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1795224 CPUtime=0.01
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 639 0 0 0 1 0 0 0 16 0 13 0 139631179 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1795224 CPUtime=0.13
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 9 0 0 0 4 9 0 0 16 0 13 0 139631181 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1795224 CPUtime=1.33
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6821 0 0 0 130 3 0 0 17 0 13 0 139631186 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1795224 CPUtime=0.91
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 3728 0 0 0 90 1 0 0 16 0 13 0 139631186 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1795224 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1838309376 43175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1795224

[startup+6.30279 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 9448
/proc/meminfo: memFree=1733856/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=8.2
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 56373 0 1 0 785 35 0 0 18 0 13 0 139631176 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 46006 1331 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=5.2
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 37715 0 1 0 504 16 0 0 21 0 13 0 139631177 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548339 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=0.11
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 2655 0 0 0 10 1 0 0 16 0 13 0 139631179 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=0.11
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 2588 0 0 0 10 1 0 0 16 0 13 0 139631179 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.13
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 28 0 0 0 4 9 0 0 16 0 13 0 139631181 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.42
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6831 0 0 0 139 3 0 0 16 0 13 0 139631186 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.17
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 5836 0 0 0 115 2 0 0 16 0 13 0 139631186 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 46006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1796536

[startup+12.7024 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 9448
/proc/meminfo: memFree=1690144/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=14.84
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 66230 0 1 0 1444 40 0 0 18 0 13 0 139631176 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 54980 1331 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=11.43
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 39341 0 1 0 1126 17 0 0 25 0 13 0 139631177 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103832590 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=0.28
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 7174 0 0 0 25 3 0 0 16 0 13 0 139631179 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=0.28
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 6299 0 0 0 25 3 0 0 16 0 13 0 139631179 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.13
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 28 0 0 0 4 9 0 0 16 0 13 0 139631181 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.45
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6831 0 0 0 142 3 0 0 16 0 13 0 139631186 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.21
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 5837 0 0 0 119 2 0 0 16 0 13 0 139631186 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 54980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1796536

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.96 2/90 9448
/proc/meminfo: memFree=1678688/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=27.79
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 70035 0 1 0 2737 42 0 0 18 0 13 0 139631176 1839652864 58063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 58063 1332 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=24.06
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 39352 0 1 0 2389 17 0 0 17 0 13 0 139631177 1839652864 58063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548407 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=0.42
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 8869 0 0 0 38 4 0 0 17 0 13 0 139631179 1839652864 58063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=0.42
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 8396 0 0 0 38 4 0 0 17 0 13 0 139631179 1839652864 58063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 81886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 81886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 81886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.58
Current children cumulated vsize (KiB) 1796536

[startup+271.903 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 9448
/proc/meminfo: memFree=1581408/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=276.8
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 114807 0 1 0 27616 64 0 0 18 0 13 0 139631176 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 81999 1332 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=267.91
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 49339 0 1 0 26768 23 0 0 25 0 13 0 139631177 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=2.8
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 27021 0 0 0 269 11 0 0 16 0 13 0 139631179 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=2.82
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 23762 0 0 0 272 10 0 0 16 0 13 0 139631179 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.19
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 83 0 0 0 8 11 0 0 16 0 13 0 139631181 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.57
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6859 0 0 0 154 3 0 0 16 0 13 0 139631186 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.46
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 7023 0 0 0 143 3 0 0 18 0 13 0 139631186 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 81999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.8
Current children cumulated vsize (KiB) 1796536

[startup+273.501 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 9448
/proc/meminfo: memFree=1581408/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=278.42
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 114935 0 1 0 27778 64 0 0 18 0 13 0 139631176 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 81847 1332 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=269.48
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 49340 0 1 0 26925 23 0 0 17 0 13 0 139631177 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545535 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=2.82
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 27050 0 0 0 271 11 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=2.84
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 23860 0 0 0 274 10 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.19
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 83 0 0 0 8 11 0 0 15 0 13 0 139631181 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.57
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6859 0 0 0 154 3 0 0 16 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.46
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 7023 0 0 0 143 3 0 0 18 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.42
Current children cumulated vsize (KiB) 1796536

[startup+274.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 9448
/proc/meminfo: memFree=1581856/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=279.22
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 114935 0 1 0 27858 64 0 0 18 0 13 0 139631176 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 81847 1332 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=270.28
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 49340 0 1 0 27005 23 0 0 24 0 13 0 139631177 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548455 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=2.82
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 27050 0 0 0 271 11 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=2.84
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 23860 0 0 0 274 10 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.19
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 83 0 0 0 8 11 0 0 15 0 13 0 139631181 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.57
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6859 0 0 0 154 3 0 0 16 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.46
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 7023 0 0 0 143 3 0 0 18 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.22
Current children cumulated vsize (KiB) 1796536

[startup+274.701 s]
/proc/loadavg: 1.00 0.99 0.96 2/90 9448
/proc/meminfo: memFree=1581856/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=279.62
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 114935 0 1 0 27898 64 0 0 18 0 13 0 139631176 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 81847 1332 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=270.68
/proc/9435/task/9437/stat : 9437 (java) R 9433 9435 8362 0 -1 64 49340 0 1 0 27045 23 0 0 25 0 13 0 139631177 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549706 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=2.82
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 27050 0 0 0 271 11 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=2.84
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 23860 0 0 0 274 10 0 0 16 0 13 0 139631179 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.19
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 83 0 0 0 8 11 0 0 16 0 13 0 139631181 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 139631182 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.57
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6859 0 0 0 154 3 0 0 16 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.46
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 7023 0 0 0 143 3 0 0 18 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 139631186 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9448] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9448/stat : 9448 (java) S 9433 9435 8362 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 139631210 1839652864 81847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 1796536

[startup+274.901 s]
/proc/loadavg: 1.00 0.99 0.96 1/89 9449
/proc/meminfo: memFree=1581856/2055920 swapFree=4148736/4192956
[pid=9435] ppid=9433 vsize=1796536 CPUtime=279.83
/proc/9435/stat : 9435 (java) S 9433 9435 8362 0 -1 0 114940 0 1 0 27918 65 0 0 18 0 12 0 139631176 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9435/statm: 449134 81852 1333 9 0 446745 0
[pid=9435/tid=9437] ppid=9433 vsize=1796536 CPUtime=270.88
/proc/9435/task/9437/stat : 9437 (java) S 9433 9435 8362 0 -1 64 49344 0 1 0 27065 23 0 0 24 0 12 0 139631177 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9438] ppid=9433 vsize=1796536 CPUtime=2.82
/proc/9435/task/9438/stat : 9438 (java) S 9433 9435 8362 0 -1 64 27050 0 0 0 271 11 0 0 16 0 12 0 139631179 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9435/tid=9439] ppid=9433 vsize=1796536 CPUtime=2.84
/proc/9435/task/9439/stat : 9439 (java) S 9433 9435 8362 0 -1 64 23860 0 0 0 274 10 0 0 16 0 12 0 139631179 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9440] ppid=9433 vsize=1796536 CPUtime=0.19
/proc/9435/task/9440/stat : 9440 (java) S 9433 9435 8362 0 -1 64 83 0 0 0 8 11 0 0 16 0 12 0 139631181 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9441] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9441/stat : 9441 (java) S 9433 9435 8362 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 139631182 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9442] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9442/stat : 9442 (java) S 9433 9435 8362 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 139631182 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9443] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9443/stat : 9443 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 139631186 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9444] ppid=9433 vsize=1796536 CPUtime=1.57
/proc/9435/task/9444/stat : 9444 (java) S 9433 9435 8362 0 -1 64 6859 0 0 0 154 3 0 0 16 0 12 0 139631186 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9445] ppid=9433 vsize=1796536 CPUtime=1.46
/proc/9435/task/9445/stat : 9445 (java) S 9433 9435 8362 0 -1 64 7023 0 0 0 143 3 0 0 18 0 12 0 139631186 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9446] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9446/stat : 9446 (java) S 9433 9435 8362 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 139631186 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9435/tid=9447] ppid=9433 vsize=1796536 CPUtime=0
/proc/9435/task/9447/stat : 9447 (java) S 9433 9435 8362 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 139631186 1839652864 81852 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 1796536

Child status: 20
Real time (s): 274.976
CPU time (s): 279.886
CPU user time (s): 279.186
CPU system time (s): 0.700893
CPU usage (%): 101.786
Max. virtual memory (cumulated for all children) (KiB): 1799320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.186
system time used= 0.700893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114944
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= 7538
involuntary context switches= 7004

runsolver used 0.277957 second user time and 0.746886 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Wed Apr 18 17:25:34 UTC 2007

IDJOB= 358706
IDBENCH= 1233
IDSOLVER= 164
FILE ID= node14/358706-1176917134

PBS_JOBID= 4605634

Free space on /tmp= 66204 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.1110969170.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358706-1176917134/sat4jPseudoCPClause.jar /tmp/evaluation/358706-1176917134/instance-358706-1176917134.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-358706-1176917134 -o ROOT/results/node14/solver-358706-1176917134 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/358706-1176917134/sat4jPseudoCPClause.jar /tmp/evaluation/358706-1176917134/instance-358706-1176917134.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c40b249e67431ed3407a98dac8d92148

RANDOM SEED= 970886198

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1906272 kB
Buffers:         14324 kB
Cached:          73200 kB
SwapCached:      11076 kB
Active:          65948 kB
Inactive:        44108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906272 kB
SwapTotal:     4192956 kB
SwapFree:      4148736 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          29768 kB
Slab:            25068 kB
Committed_AS:  6608144 kB
PageTables:       1784 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= 66204 MiB

End job on node14 on Wed Apr 18 17:30:09 UTC 2007