Trace number 365696

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1783.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark4.16837
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.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	--- 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=1.5 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 solving /tmp/evaluation/365696-1177051624/instance-365696-1177051624.opb
0.20/0.20	c reading problem ... 
2.89/2.14	c ... done. Wall clock time 1.941s.
2.89/2.14	c CPU time (experimental) 1.44s.
2.89/2.14	c #vars     8268
2.89/2.14	c #constraints  1471
1800.05/1783.51	c starts		: 22
1800.05/1783.51	c conflicts		: 1209490
1800.05/1783.51	c decisions		: 1435447
1800.05/1783.51	c propagations		: 159148212
1800.05/1783.51	c inspects		: 1479657065
1800.05/1783.51	c learnt literals	: 0
1800.05/1783.51	c learnt binary clauses	: 0
1800.05/1783.51	c learnt ternary clauses	: 3
1800.05/1783.51	c learnt clauses	: 1209491
1800.05/1783.51	c root simplifications	: 0
1800.05/1783.51	c removed literals (reason simplification)	: 0
1800.05/1783.51	c reason swapping (by a shorter reason)	: 0
1800.05/1783.51	c Calls to reduceDB	: 0
1800.05/1783.51	c speed (decisions/second)	: 805.8215529156042
1800.05/1783.51	c non guided choices	0
1800.05/1783.51	s UNKNOWN
1800.05/1783.51	c Total wall clock time (ms): 1783.309

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/node23/watcher-365696-1177051624 -o ROOT/results/node23/solver-365696-1177051624 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365696-1177051624/sat4jPseudoResolution.jar /tmp/evaluation/365696-1177051624/instance-365696-1177051624.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.92 0.98 0.99 2/77 15525
/proc/meminfo: memFree=1764816/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=152 CPUtime=0
/proc/15525/stat : 15525 (java) R 15523 15525 13380 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 153079568 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15525/statm: 38 26 19 9 0 4 0

[startup+0.0779119 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15525
/proc/meminfo: memFree=1764816/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1777708 CPUtime=0.06
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 3762 0 1 0 4 2 0 0 18 0 7 0 153079568 1820372992 3505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7369 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 444427 3505 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102914 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15525
/proc/meminfo: memFree=1764816/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1780108 CPUtime=0.08
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 153079568 1822830592 3721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 445027 3721 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301952 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15525
/proc/meminfo: memFree=1764816/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1781424 CPUtime=0.32
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 5204 0 1 0 29 3 0 0 18 0 12 0 153079568 1824178176 4943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 445356 4943 1263 9 0 442968 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781424

[startup+0.703031 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 15525
/proc/meminfo: memFree=1764816/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1784184 CPUtime=0.92
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 7396 0 1 0 88 4 0 0 18 0 12 0 153079568 1827004416 7105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 446046 7106 1310 9 0 443658 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784184

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 15537
/proc/meminfo: memFree=1732144/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794544 CPUtime=2.28
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 20787 0 1 0 218 10 0 0 18 0 12 0 153079568 1837613056 15884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448636 15885 1311 9 0 446248 0
[pid=15525/tid=15527] ppid=15523 vsize=1794544 CPUtime=0.8
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 11949 0 1 0 75 5 0 0 25 0 12 0 153079569 1837613056 15886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 153079571 1837613056 15886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 153079571 1837613056 15887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 153079573 1837613056 15888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 153079574 1837613056 15889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 153079574 1837613056 15890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 153079578 1837613056 15891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794544 CPUtime=0.73
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 3823 0 0 0 72 1 0 0 15 0 12 0 153079578 1837613056 15891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794544 CPUtime=0.72
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4296 0 0 0 70 2 0 0 18 0 12 0 153079578 1837613056 15892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 153079578 1837613056 15893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794544 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 153079578 1837613056 15894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1794544

[startup+3.1025 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 15537
/proc/meminfo: memFree=1650480/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794868 CPUtime=4.14
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 45347 0 1 0 395 19 0 0 18 0 13 0 153079568 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448717 40442 1323 9 0 446329 0
[pid=15525/tid=15527] ppid=15523 vsize=1794868 CPUtime=2.29
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 36408 0 1 0 214 15 0 0 25 0 13 0 153079569 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153079571 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153079571 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153079573 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153079574 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153079574 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794868 CPUtime=0.9
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 3879 0 0 0 89 1 0 0 16 0 13 0 153079578 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794868 CPUtime=0.93
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4335 0 0 0 91 2 0 0 17 0 13 0 153079578 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794868 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837944832 40442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1794868

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 15538
/proc/meminfo: memFree=1578984/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1795096 CPUtime=7.67
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 52915 0 1 0 745 22 0 0 18 0 13 0 153079568 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448774 47493 1332 9 0 446386 0
[pid=15525/tid=15527] ppid=15523 vsize=1795096 CPUtime=5.31
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 37713 0 1 0 516 15 0 0 25 0 13 0 153079569 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109660210 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1795096 CPUtime=0.11
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 3029 0 0 0 10 1 0 0 16 0 13 0 153079571 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1795096 CPUtime=0.11
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 2838 0 0 0 11 0 0 0 17 0 13 0 153079571 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153079573 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1795096 CPUtime=1
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4086 0 0 0 99 1 0 0 16 0 13 0 153079578 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1795096 CPUtime=1.08
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4518 0 0 0 106 2 0 0 17 0 13 0 153079578 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1838178304 47493 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 1795096

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 15538
/proc/meminfo: memFree=1587176/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1795096 CPUtime=14.36
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 55900 0 1 0 1411 25 0 0 18 0 13 0 153079568 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448774 48003 1334 9 0 446386 0
[pid=15525/tid=15527] ppid=15523 vsize=1795096 CPUtime=11.48
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 37717 0 1 0 1133 15 0 0 18 0 13 0 153079569 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109665195 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1795096 CPUtime=0.33
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 4579 0 0 0 31 2 0 0 16 0 13 0 153079571 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1795096 CPUtime=0.33
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 4245 0 0 0 32 1 0 0 16 0 13 0 153079571 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 153079573 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1795096 CPUtime=1.02
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 101 1 0 0 16 0 13 0 153079578 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1795096 CPUtime=1.13
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4524 0 0 0 111 2 0 0 16 0 13 0 153079578 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1795096 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1838178304 48003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1795096

[startup+25.5028 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 15538
/proc/meminfo: memFree=1560936/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794248 CPUtime=27.32
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 61035 0 1 0 2705 27 0 0 18 0 13 0 153079568 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448562 52137 1334 9 0 446174 0
[pid=15525/tid=15527] ppid=15523 vsize=1794248 CPUtime=24.17
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 37823 0 1 0 2402 15 0 0 25 0 13 0 153079569 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509806 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794248 CPUtime=0.42
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 7327 0 0 0 39 3 0 0 16 0 13 0 153079571 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794248 CPUtime=0.43
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 6520 0 0 0 41 2 0 0 16 0 13 0 153079571 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 153079573 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 52137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0.29
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 256 0 0 0 19 10 0 0 16 0 13 0 153079573 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794248 CPUtime=1.06
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 105 1 0 0 16 0 13 0 153079578 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794248 CPUtime=1.26
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4530 0 0 0 124 2 0 0 17 0 13 0 153079578 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1837309952 160276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1617.07
Current children cumulated vsize (KiB) 1794248

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 15736
/proc/meminfo: memFree=1103080/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794248 CPUtime=1677.68
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 263129 0 1 0 167607 161 0 0 18 0 13 0 153079568 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448562 166125 1334 9 0 446174 0
[pid=15525/tid=15527] ppid=15523 vsize=1794248 CPUtime=1642.69
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 104397 0 1 0 164210 59 0 0 24 0 13 0 153079569 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540200 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794248 CPUtime=15.52
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 86541 0 0 0 1498 54 0 0 17 0 13 0 153079571 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794248 CPUtime=16.8
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 62596 0 0 0 1649 31 0 0 16 0 13 0 153079571 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0.3
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 256 0 0 0 19 11 0 0 16 0 13 0 153079573 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794248 CPUtime=1.06
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 105 1 0 0 16 0 13 0 153079578 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794248 CPUtime=1.26
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4530 0 0 0 124 2 0 0 17 0 13 0 153079578 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1837309952 166125 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.68
Current children cumulated vsize (KiB) 1794248

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 15736
/proc/meminfo: memFree=1076136/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794248 CPUtime=1738.25
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 269897 0 1 0 173660 165 0 0 18 0 13 0 153079568 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448562 172866 1334 9 0 446174 0
[pid=15525/tid=15527] ppid=15523 vsize=1794248 CPUtime=1701.94
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 104415 0 1 0 170135 59 0 0 25 0 13 0 153079569 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109912025 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794248 CPUtime=16.21
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 86566 0 0 0 1567 54 0 0 16 0 13 0 153079571 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794248 CPUtime=17.44
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 69321 0 0 0 1709 35 0 0 16 0 13 0 153079571 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0.3
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 256 0 0 0 19 11 0 0 16 0 13 0 153079573 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794248 CPUtime=1.06
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 105 1 0 0 16 0 13 0 153079578 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794248 CPUtime=1.26
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4530 0 0 0 124 2 0 0 17 0 13 0 153079578 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1837309952 172866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1738.25
Current children cumulated vsize (KiB) 1794248

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15736
/proc/meminfo: memFree=1056552/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794248 CPUtime=1798.85
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 274863 0 1 0 179717 168 0 0 18 0 13 0 153079568 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448562 177752 1334 9 0 446174 0
[pid=15525/tid=15527] ppid=15523 vsize=1794248 CPUtime=1761.19
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 104431 0 1 0 176060 59 0 0 25 0 13 0 153079569 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109659399 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794248 CPUtime=16.9
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 86566 0 0 0 1636 54 0 0 16 0 13 0 153079571 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794248 CPUtime=18.09
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 74271 0 0 0 1771 38 0 0 16 0 13 0 153079571 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0.3
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 256 0 0 0 19 11 0 0 16 0 13 0 153079573 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794248 CPUtime=1.06
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 105 1 0 0 16 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794248 CPUtime=1.26
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4530 0 0 0 124 2 0 0 17 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 1794248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15736
/proc/meminfo: memFree=1056488/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=1794248 CPUtime=1800.05
/proc/15525/stat : 15525 (java) S 15523 15525 13380 0 -1 0 274863 0 1 0 179837 168 0 0 18 0 13 0 153079568 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15525/statm: 448562 177752 1334 9 0 446174 0
[pid=15525/tid=15527] ppid=15523 vsize=1794248 CPUtime=1762.39
/proc/15525/task/15527/stat : 15527 (java) R 15523 15525 13380 0 -1 64 104431 0 1 0 176180 59 0 0 25 0 13 0 153079569 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109660383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15528] ppid=15523 vsize=1794248 CPUtime=16.9
/proc/15525/task/15528/stat : 15528 (java) S 15523 15525 13380 0 -1 64 86566 0 0 0 1636 54 0 0 16 0 13 0 153079571 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15529] ppid=15523 vsize=1794248 CPUtime=18.09
/proc/15525/task/15529/stat : 15529 (java) S 15523 15525 13380 0 -1 64 74271 0 0 0 1771 38 0 0 16 0 13 0 153079571 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15530] ppid=15523 vsize=1794248 CPUtime=0.3
/proc/15525/task/15530/stat : 15530 (java) S 15523 15525 13380 0 -1 64 256 0 0 0 19 11 0 0 16 0 13 0 153079573 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15531] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15531/stat : 15531 (java) S 15523 15525 13380 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15532] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15532/stat : 15532 (java) S 15523 15525 13380 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 153079574 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15525/tid=15533] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15533/stat : 15533 (java) S 15523 15525 13380 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15534] ppid=15523 vsize=1794248 CPUtime=1.06
/proc/15525/task/15534/stat : 15534 (java) S 15523 15525 13380 0 -1 64 4087 0 0 0 105 1 0 0 16 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15535] ppid=15523 vsize=1794248 CPUtime=1.26
/proc/15525/task/15535/stat : 15535 (java) S 15523 15525 13380 0 -1 64 4530 0 0 0 124 2 0 0 17 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15536] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15536/stat : 15536 (java) S 15523 15525 13380 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15537] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15537/stat : 15537 (java) S 15523 15525 13380 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153079578 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15525/tid=15538] ppid=15523 vsize=1794248 CPUtime=0
/proc/15525/task/15538/stat : 15538 (java) S 15523 15525 13380 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 153079787 1837309952 177752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794248

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

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

[startup+1783.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15736
/proc/meminfo: memFree=1056488/2055920 swapFree=4169120/4192956
[pid=15525] ppid=15523 vsize=0 CPUtime=1800.17
/proc/15525/stat : 15525 (java) Z 15523 15525 13380 0 -1 1036 274884 0 1 0 179844 173 0 0 16 0 2 0 153079568 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15525/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1783.68
CPU time (s): 1800.24
CPU user time (s): 1798.44
CPU system time (s): 1.79773
CPU usage (%): 100.929
Max. virtual memory (cumulated for all children) (KiB): 1795700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.79773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274884
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= 47781
involuntary context switches= 47757

runsolver used 2.12068 second user time and 5.54016 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Fri Apr 20 06:47:04 UTC 2007

IDJOB= 365696
IDBENCH= 2517
IDSOLVER= 159
FILE ID= node23/365696-1177051624

PBS_JOBID= 4640125

Free space on /tmp= 66450 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365696-1177051624/sat4jPseudoResolution.jar /tmp/evaluation/365696-1177051624/instance-365696-1177051624.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-365696-1177051624 -o ROOT/results/node23/solver-365696-1177051624 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365696-1177051624/sat4jPseudoResolution.jar /tmp/evaluation/365696-1177051624/instance-365696-1177051624.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  72fff71fe37083f89a4fde6caf0f3578

RANDOM SEED= 363473895

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1765224 kB
Buffers:         54308 kB
Cached:         144692 kB
SwapCached:       2552 kB
Active:         132712 kB
Inactive:        90976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765224 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            5416 kB
Writeback:           0 kB
Mapped:          31244 kB
Slab:            52516 kB
Committed_AS:  2703696 kB
PageTables:       1800 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= 66450 MiB

End job on node23 on Fri Apr 20 07:16:50 UTC 2007