Trace number 420675

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
sat4jPseudoCP 2007-03-23? (TO) 1800.15 1786.57

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
jarvisalo/mod2c-rand3bip-sat-190-3.sat05-2445.reshuffled-07.opb
MD5SUM727fe8547af9cbc2e4da374aaf7b0932
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.483
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables271
Total number of constraints1972
Number of constraints which are clauses1972
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 constraint4
Maximum length of a constraint6
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.20	c no version file found!!!
0.12/0.20	c sun.arch.data.model	32
0.12/0.20	c java.version	1.6.0
0.12/0.20	c os.name	Linux
0.12/0.20	c os.version	2.6.9-22.EL.rootsmp
0.12/0.20	c os.arch	i386
0.12/0.20	c Free memory 1651659224
0.12/0.20	c Max memory 1654456320
0.12/0.20	c Total memory 1654456320
0.12/0.20	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c solving /tmp/evaluation/420675-1177429386/instance-420675-1177429386.opb
0.12/0.26	c reading problem ... 
1.18/0.99	c ... done. Wall clock time 0.739s.
1.18/0.99	c CPU time (experimental) 0.56s.
1.18/0.99	c #vars     271
1.18/0.99	c #constraints  1972
1800.08/1786.51	c starts		: 2
1800.08/1786.51	c conflicts		: 614167
1800.08/1786.51	c decisions		: 735350
1800.08/1786.51	c propagations		: 28398374
1800.08/1786.51	c inspects		: 6734621390
1800.08/1786.51	c learnt literals	: 1
1800.08/1786.51	c learnt binary clauses	: 7
1800.08/1786.51	c learnt ternary clauses	: 1208
1800.08/1786.51	c learnt clauses	: 614166
1800.08/1786.51	c root simplifications	: 0
1800.08/1786.51	c removed literals (reason simplification)	: 0
1800.08/1786.51	c reason swapping (by a shorter reason)	: 0
1800.08/1786.51	c Calls to reduceDB	: 0
1800.08/1786.51	c speed (decisions/second)	: 411.8424228779068
1800.08/1786.51	c non guided choices	902
1800.08/1786.51	s UNKNOWN
1800.08/1786.51	c Total wall clock time (ms): 1786.256

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/node34/watcher-420675-1177429386 -o ROOT/results/node34/solver-420675-1177429386 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420675-1177429386/sat4jPseudoCP.jar /tmp/evaluation/420675-1177429386/instance-420675-1177429386.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.98 0.99 2/77 21952
/proc/meminfo: memFree=1715848/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=152 CPUtime=0
/proc/21952/stat : 21952 (java) D 21950 21952 21522 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 190854005 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7721764 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21952/statm: 38 26 19 9 0 4 0

[startup+0.0545809 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 21952
/proc/meminfo: memFree=1715848/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1777060 CPUtime=0.04
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 3516 0 1 0 2 2 0 0 18 0 5 0 190854005 1819709440 3262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 444265 3262 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.101584 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 21952
/proc/meminfo: memFree=1715848/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1777844 CPUtime=0.08
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 3869 0 1 0 5 3 0 0 18 0 7 0 190854005 1820512256 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.301599 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 21952
/proc/meminfo: memFree=1715848/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1782272 CPUtime=0.25
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 4970 0 1 0 22 3 0 0 18 0 12 0 190854005 1825046528 4710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 445568 4710 1247 9 0 443180 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1782272

[startup+0.701629 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 21952
/proc/meminfo: memFree=1715848/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1783648 CPUtime=0.83
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 6612 0 1 0 79 4 0 0 18 0 12 0 190854005 1826455552 6156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 445912 6156 1301 9 0 443524 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783648

[startup+1.5027 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 21964
/proc/meminfo: memFree=1689064/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1789208 CPUtime=2.27
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 13173 0 1 0 220 7 0 0 18 0 13 0 190854005 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 447302 9385 1316 9 0 444914 0
[pid=21952/tid=21954] ppid=21950 vsize=1789208 CPUtime=0.89
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 6821 0 1 0 85 4 0 0 21 0 13 0 190854007 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 190854008 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 190854008 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 190854010 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 190854011 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 190854011 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1789208 CPUtime=0.72
/proc/21952/task/21961/stat : 21961 (java) R 21950 21952 21522 0 -1 64 2930 0 0 0 71 1 0 0 17 0 13 0 190854020 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105244509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1789208 CPUtime=0.63
/proc/21952/task/21962/stat : 21962 (java) R 21950 21952 21522 0 -1 64 2700 0 0 0 63 0 0 0 16 0 13 0 190854020 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421503 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1832148992 9385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1789208

[startup+3.10281 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 21965
/proc/meminfo: memFree=1644128/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1789208 CPUtime=4.18
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 44958 0 1 0 397 21 0 0 18 0 13 0 190854005 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 447302 40669 1326 9 0 444914 0
[pid=21952/tid=21954] ppid=21950 vsize=1789208 CPUtime=2.33
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 37710 0 1 0 215 18 0 0 24 0 13 0 190854007 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832384 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 180 0 0 0 0 0 0 0 16 0 13 0 190854008 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 155 0 0 0 0 0 0 0 16 0 13 0 190854008 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 190854010 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1789208 CPUtime=0.95
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3464 0 0 0 94 1 0 0 16 0 13 0 190854020 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1789208 CPUtime=0.86
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2721 0 0 0 86 0 0 0 16 0 13 0 190854020 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1789208 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1832148992 40669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1789208

[startup+6.30107 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 21965
/proc/meminfo: memFree=1556192/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=7.42
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 45699 0 1 0 721 21 0 0 18 0 13 0 190854005 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 40921 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=5.47
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 37713 0 1 0 529 18 0 0 25 0 13 0 190854007 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109715461 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=0.02
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 540 0 0 0 2 0 0 0 16 0 13 0 190854008 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=0.02
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 522 0 0 0 2 0 0 0 16 0 13 0 190854008 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854010 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 16 0 13 0 190854020 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 40921 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1786488

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 21965
/proc/meminfo: memFree=1550504/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=13.87
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 48796 0 1 0 1364 23 0 0 18 0 13 0 190854005 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 42342 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=11.81
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 37718 0 1 0 1163 18 0 0 25 0 13 0 190854007 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781325 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=0.07
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 2125 0 0 0 6 1 0 0 16 0 13 0 190854008 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=0.07
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 2023 0 0 0 7 0 0 0 16 0 13 0 190854008 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 190854010 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 16 0 13 0 190854020 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 42342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1786488

[startup+25.5026 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 21965
/proc/meminfo: memFree=1555880/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=26.72
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 51042 0 1 0 2647 25 0 0 18 0 13 0 190854005 1829363712 40977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 40977 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=24.55
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 37728 0 1 0 2437 18 0 0 25 0 13 0 190854007 1829363712 40977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618348 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=0.12
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 3234 0 0 0 11 1 0 0 16 0 13 0 190854008 1829363712 40977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=0.12
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 3150 0 0 0 11 1 0 0 16 0 13 0 190854008 1829363712 40977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21952] ppid=21950 vsize=1786488 CPUtime=1674.89
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 93039 0 1 0 167378 111 0 0 18 0 13 0 190854005 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 55344 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=1646.59
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 42342 0 1 0 164622 37 0 0 25 0 13 0 190854007 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=13.02
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 23325 0 0 0 1268 34 0 0 17 0 13 0 190854008 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=13.04
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 20419 0 0 0 1281 23 0 0 16 0 13 0 190854008 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0.32
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 40 0 0 0 19 13 0 0 16 0 13 0 190854010 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 17 0 13 0 190854020 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 55344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.89
Current children cumulated vsize (KiB) 1786488

[startup+1722.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/90 22163
/proc/meminfo: memFree=1496808/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=1735.38
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 93806 0 1 0 173425 113 0 0 18 0 13 0 190854005 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 55696 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=1705.99
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 42368 0 1 0 170561 38 0 0 25 0 13 0 190854007 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=13.58
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 23554 0 0 0 1324 34 0 0 16 0 13 0 190854008 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=13.57
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 20928 0 0 0 1333 24 0 0 16 0 13 0 190854008 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0.32
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 43 0 0 0 19 13 0 0 16 0 13 0 190854010 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 17 0 13 0 190854020 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 55696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.38
Current children cumulated vsize (KiB) 1786488

[startup+1782.3 s]
/proc/loadavg: 1.03 1.05 1.01 2/90 22163
/proc/meminfo: memFree=1486248/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=1795.84
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 96660 0 1 0 179468 116 0 0 18 0 13 0 190854005 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 58256 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=1765.44
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 43606 0 1 0 176506 38 0 0 25 0 13 0 190854007 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=14.09
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 23944 0 0 0 1375 34 0 0 16 0 13 0 190854008 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=14.04
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 22152 0 0 0 1378 26 0 0 16 0 13 0 190854008 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0.32
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 45 0 0 0 19 13 0 0 16 0 13 0 190854010 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 17 0 13 0 190854020 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 58256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.84
Current children cumulated vsize (KiB) 1786488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.5 s]
/proc/loadavg: 1.03 1.05 1.01 2/90 22163
/proc/meminfo: memFree=1486056/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=1800.08
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 96733 0 1 0 179892 116 0 0 18 0 13 0 190854005 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 58303 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=1769.6
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 43608 0 1 0 176922 38 0 0 23 0 13 0 190854007 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618118 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=14.13
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 23944 0 0 0 1379 34 0 0 17 0 13 0 190854008 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=14.08
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 22223 0 0 0 1382 26 0 0 16 0 13 0 190854008 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0.32
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 45 0 0 0 19 13 0 0 15 0 13 0 190854010 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 17 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1786488

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

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

[startup+1786.5 s]
/proc/loadavg: 1.03 1.05 1.01 2/90 22163
/proc/meminfo: memFree=1486056/2055920 swapFree=4159752/4192956
[pid=21952] ppid=21950 vsize=1786488 CPUtime=1800.08
/proc/21952/stat : 21952 (java) S 21950 21952 21522 0 -1 0 96733 0 1 0 179892 116 0 0 18 0 13 0 190854005 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 446622 58303 1333 9 0 444234 0
[pid=21952/tid=21954] ppid=21950 vsize=1786488 CPUtime=1769.6
/proc/21952/task/21954/stat : 21954 (java) R 21950 21952 21522 0 -1 64 43608 0 1 0 176922 38 0 0 23 0 13 0 190854007 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618118 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21950 vsize=1786488 CPUtime=14.13
/proc/21952/task/21955/stat : 21955 (java) S 21950 21952 21522 0 -1 64 23944 0 0 0 1379 34 0 0 17 0 13 0 190854008 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21950 vsize=1786488 CPUtime=14.08
/proc/21952/task/21956/stat : 21956 (java) S 21950 21952 21522 0 -1 64 22223 0 0 0 1382 26 0 0 16 0 13 0 190854008 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21957] ppid=21950 vsize=1786488 CPUtime=0.32
/proc/21952/task/21957/stat : 21957 (java) S 21950 21952 21522 0 -1 64 45 0 0 0 19 13 0 0 15 0 13 0 190854010 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21958] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21958/stat : 21958 (java) S 21950 21952 21522 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21959] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21950 21952 21522 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190854011 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21960] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21961] ppid=21950 vsize=1786488 CPUtime=0.98
/proc/21952/task/21961/stat : 21961 (java) S 21950 21952 21522 0 -1 64 3470 0 0 0 97 1 0 0 16 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21962] ppid=21950 vsize=1786488 CPUtime=0.89
/proc/21952/task/21962/stat : 21962 (java) S 21950 21952 21522 0 -1 64 2722 0 0 0 89 0 0 0 17 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21963] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21963/stat : 21963 (java) S 21950 21952 21522 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21952/tid=21964] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21964/stat : 21964 (java) S 21950 21952 21522 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 190854020 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21952/tid=21965] ppid=21950 vsize=1786488 CPUtime=0
/proc/21952/task/21965/stat : 21965 (java) S 21950 21952 21522 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 190854105 1829363712 58303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1786488

Child status: 143
Real time (s): 1786.57
CPU time (s): 1800.15
CPU user time (s): 1798.95
CPU system time (s): 1.19782
CPU usage (%): 100.76
Max. virtual memory (cumulated for all children) (KiB): 1790340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.19782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96753
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= 49732
involuntary context switches= 30436

runsolver used 1.68874 second user time and 4.91325 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Tue Apr 24 15:43:06 UTC 2007

IDJOB= 420675
IDBENCH= 47862
IDSOLVER= 160
FILE ID= node34/420675-1177429386

PBS_JOBID= 4675752

Free space on /tmp= 66409 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/jarvisalo/mod2c-rand3bip-sat-190-3.sat05-2445.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420675-1177429386/sat4jPseudoCP.jar /tmp/evaluation/420675-1177429386/instance-420675-1177429386.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-420675-1177429386 -o ROOT/results/node34/solver-420675-1177429386 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420675-1177429386/sat4jPseudoCP.jar /tmp/evaluation/420675-1177429386/instance-420675-1177429386.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  727fe8547af9cbc2e4da374aaf7b0932

RANDOM SEED= 160291484

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1716192 kB
Buffers:         44324 kB
Cached:         208452 kB
SwapCached:       3244 kB
Active:         155960 kB
Inactive:       121280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716192 kB
SwapTotal:     4192956 kB
SwapFree:      4159752 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          31308 kB
Slab:            47792 kB
Committed_AS:  1602148 kB
PageTables:       1980 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= 66409 MiB

End job on node34 on Tue Apr 24 16:12:54 UTC 2007