Trace number 331719

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
SAT4J JVM PARAM CHANGED SAT 2007? (TO) 1201.38 1200.13

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark564.645
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
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.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/331719-1173353440/instance-331719-1173353440.cnf
0.08/0.19	c reading problem ... 
0.69/0.69	c ... done. Wall clock time 0.5s.
0.69/0.69	c CPU time (experimental) 0.61s.
0.69/0.69	c #vars     33582
0.69/0.69	c #constraints  135474
1201.26/1200.02	c starts		: 19
1201.26/1200.02	c conflicts		: 401143
1201.26/1200.02	c decisions		: 1787596
1201.26/1200.02	c propagations		: 466533166
1201.26/1200.02	c inspects		: 2787987222
1201.26/1200.02	c learnt literals	: 20
1201.26/1200.02	c learnt binary clauses	: 609
1201.26/1200.02	c learnt ternary clauses	: 1022
1201.26/1200.02	c learnt clauses	: 401123
1201.26/1200.02	c root simplifications	: 0
1201.26/1200.02	c removed literals (reason simplification)	: 26857916
1201.26/1200.02	c reason swapping (by a shorter reason)	: 0
1201.26/1200.02	c Calls to reduceDB	: 0
1201.26/1200.02	c speed (decisions/second)	: 1490.5626394591402
1201.26/1200.02	c non guided choices	8139
1201.26/1200.02	s UNKNOWN
1201.26/1200.02	c Total wall clock time (in seconds) : 1199.217
1201.26/1200.02	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-331719-1173353440 -o ROOT/results/node4/solver-331719-1173353440 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331719-1173353440/sat4j-sat2007.jar /tmp/evaluation/331719-1173353440/instance-331719-1173353440.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.32 1.12 0.97 2/77 3297
/proc/meminfo: memFree=1723432/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=18568 CPUtime=0
/proc/3297/stat : 3297 (runsolver) R 3295 3297 2775 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 355298872 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3297/statm: 4642 293 258 24 0 2626 0

[startup+0.104687 s]
/proc/loadavg: 1.32 1.12 0.97 2/77 3297
/proc/meminfo: memFree=1723432/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1780108 CPUtime=0.08
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 355298872 1822830592 3718 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.202695 s]
/proc/loadavg: 1.32 1.12 0.97 2/77 3297
/proc/meminfo: memFree=1723432/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1781856 CPUtime=0.21
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 4822 0 1 0 18 3 0 0 18 0 12 0 355298872 1824620544 4561 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 445464 4561 1255 9 0 443076 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781856

[startup+0.302709 s]
/proc/loadavg: 1.32 1.12 0.97 2/77 3297
/proc/meminfo: memFree=1723432/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1782560 CPUtime=0.36
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 5714 0 1 0 33 3 0 0 18 0 12 0 355298872 1825341440 5453 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 445640 5453 1287 9 0 443252 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782560

[startup+0.701745 s]
/proc/loadavg: 1.32 1.12 0.97 2/77 3297
/proc/meminfo: memFree=1723432/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1782560 CPUtime=0.8
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 9190 0 1 0 74 6 0 0 18 0 12 0 355298872 1825341440 8929 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 445640 8929 1292 9 0 443252 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1782560

[startup+1.50182 s]
/proc/loadavg: 1.29 1.12 0.97 4/90 3310
/proc/meminfo: memFree=1689216/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785380 CPUtime=1.9
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 11177 0 1 0 183 7 0 0 18 0 13 0 355298872 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446345 9781 1310 9 0 443957 0
[pid=3297/tid=3299] ppid=3295 vsize=1785380 CPUtime=1.25
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 8190 0 1 0 119 6 0 0 25 0 13 0 355298874 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109604947 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355298875 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355298875 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355298877 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355298878 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355298878 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785380 CPUtime=0.39
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1469 0 0 0 39 0 0 0 16 0 13 0 355298882 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785380 CPUtime=0.23
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 796 0 0 0 23 0 0 0 16 0 13 0 355298882 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828229120 9781 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1785380

[startup+3.10298 s]
/proc/loadavg: 1.29 1.12 0.97 2/90 3310
/proc/meminfo: memFree=1688448/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785380 CPUtime=3.6
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 11414 0 1 0 353 7 0 0 18 0 13 0 355298872 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446345 9941 1316 9 0 443957 0
[pid=3297/tid=3299] ppid=3295 vsize=1785380 CPUtime=2.84
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 8325 0 1 0 278 6 0 0 25 0 13 0 355298874 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109596770 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355298875 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355298875 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355298877 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355298878 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355298878 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785380 CPUtime=0.47
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1537 0 0 0 47 0 0 0 17 0 13 0 355298882 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785380 CPUtime=0.27
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 830 0 0 0 27 0 0 0 16 0 13 0 355298882 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785380 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828229120 9941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1785380

[startup+6.30227 s]
/proc/loadavg: 1.27 1.12 0.97 2/90 3310
/proc/meminfo: memFree=1687168/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785060 CPUtime=6.81
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 11798 0 1 0 673 8 0 0 18 0 13 0 355298872 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446265 10250 1316 9 0 443877 0
[pid=3297/tid=3299] ppid=3295 vsize=1785060 CPUtime=6.03
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 8709 0 1 0 597 6 0 0 25 0 13 0 355298874 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109596770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355298875 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355298875 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355298877 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355298878 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355298878 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785060 CPUtime=0.47
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1537 0 0 0 47 0 0 0 16 0 13 0 355298882 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785060 CPUtime=0.28
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 830 0 0 0 28 0 0 0 16 0 13 0 355298882 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1827901440 10250 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1785060

[startup+12.7029 s]
/proc/loadavg: 1.25 1.11 0.97 2/90 3310
/proc/meminfo: memFree=1684672/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785060 CPUtime=13.21
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 12417 0 1 0 1313 8 0 0 18 0 13 0 355298872 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446265 10869 1316 9 0 443877 0
[pid=3297/tid=3299] ppid=3295 vsize=1785060 CPUtime=12.43
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 9328 0 1 0 1237 6 0 0 25 0 13 0 355298874 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109604947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355298875 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355298875 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355298877 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355298878 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 355298878 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785060 CPUtime=0.47
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1537 0 0 0 47 0 0 0 16 0 13 0 355298882 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785060 CPUtime=0.28
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 830 0 0 0 28 0 0 0 16 0 13 0 355298882 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785060 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1827901440 10869 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 1785060

[startup+25.5021 s]
/proc/loadavg: 1.21 1.11 0.97 2/90 3310
/proc/meminfo: memFree=1680256/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1784132 CPUtime=26.07
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 13700 0 1 0 2597 10 0 0 18 0 13 0 355298872 1826951168 11934 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446033 11934 1317 9 0 443645 0
[pid=3297/tid=3299] ppid=3295 vsize=1784132 CPUtime=25.23
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 10606 0 1 0 2515 8 0 0 25 0 13 0 355298874 1826951168 11934 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109577025 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1784132 CPUtime=0
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 355298875 1826951168 11934 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1784132 CPUtime=0
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 355298875 1826951168 11934 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3297/tid=3302] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 355298877 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785416 CPUtime=0.52
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1539 0 0 0 52 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785416 CPUtime=0.32
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 834 0 0 0 32 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063
Current children cumulated vsize (KiB) 1785416

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 3312
/proc/meminfo: memFree=1442880/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785416 CPUtime=1122.99
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 83246 0 1 0 112231 68 0 0 18 0 13 0 355298872 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446354 71071 1326 9 0 443966 0
[pid=3297/tid=3299] ppid=3295 vsize=1785416 CPUtime=1121.38
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 37601 0 1 0 112092 46 0 0 25 0 13 0 355298874 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109575691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 19824 0 0 0 27 9 0 0 19 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 22718 0 0 0 26 10 0 0 20 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 355298877 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785416 CPUtime=0.52
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1539 0 0 0 52 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785416 CPUtime=0.32
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 834 0 0 0 32 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.99
Current children cumulated vsize (KiB) 1785416

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3312
/proc/meminfo: memFree=1442880/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785416 CPUtime=1182.98
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 83246 0 1 0 118229 69 0 0 18 0 13 0 355298872 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446354 71071 1326 9 0 443966 0
[pid=3297/tid=3299] ppid=3295 vsize=1785416 CPUtime=1181.37
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 37601 0 1 0 118090 47 0 0 25 0 13 0 355298874 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109575828 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 19824 0 0 0 27 9 0 0 19 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 22718 0 0 0 26 10 0 0 20 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 355298877 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785416 CPUtime=0.52
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1539 0 0 0 52 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785416 CPUtime=0.32
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 834 0 0 0 32 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (KiB) 1785416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3312
/proc/meminfo: memFree=1442880/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1785416 CPUtime=1200.07
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 83246 0 1 0 119938 69 0 0 18 0 13 0 355298872 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3297/statm: 446354 71071 1326 9 0 443966 0
[pid=3297/tid=3299] ppid=3295 vsize=1785416 CPUtime=1198.47
/proc/3297/task/3299/stat : 3299 (java) R 3295 3297 2775 0 -1 64 37601 0 1 0 119800 47 0 0 25 0 13 0 355298874 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109643926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3300/stat : 3300 (java) S 3295 3297 2775 0 -1 64 19824 0 0 0 27 9 0 0 19 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1785416 CPUtime=0.36
/proc/3297/task/3301/stat : 3301 (java) S 3295 3297 2775 0 -1 64 22718 0 0 0 26 10 0 0 20 0 13 0 355298875 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 355298877 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 355298878 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1785416 CPUtime=0.52
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1539 0 0 0 52 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1785416 CPUtime=0.32
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 834 0 0 0 32 0 0 0 16 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355298882 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1785416 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355298948 1828265984 71071 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1785416

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 3312
/proc/meminfo: memFree=1442880/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=1789908 CPUtime=1201.05
/proc/3297/stat : 3297 (java) S 3295 3297 2775 0 -1 0 127701 0 1 0 120015 90 0 0 16 0 15 0 355298872 1832865792 104484 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3297/statm: 447477 104488 1326 9 0 445089 0
[pid=3297/tid=3299] ppid=3295 vsize=1789908 CPUtime=1198.48
/proc/3297/task/3299/stat : 3299 (java) S 3295 3297 2775 0 -1 64 37601 0 1 0 119801 47 0 0 25 0 15 0 355298874 1832865792 104494 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3300] ppid=3295 vsize=1789908 CPUtime=0.85
/proc/3297/task/3300/stat : 3300 (java) R 3295 3297 2775 0 -1 64 42683 0 0 0 65 20 0 0 21 0 15 0 355298875 1832865792 104500 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3301] ppid=3295 vsize=1789908 CPUtime=0.85
/proc/3297/task/3301/stat : 3301 (java) R 3295 3297 2775 0 -1 64 44317 0 0 0 64 21 0 0 20 0 15 0 355298875 1832865792 104504 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3297/tid=3302] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3302/stat : 3302 (java) S 3295 3297 2775 0 -1 64 9 0 0 0 0 0 0 0 15 0 15 0 355298877 1832865792 104509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3303] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3303/stat : 3303 (java) S 3295 3297 2775 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 355298878 1832865792 104514 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3304] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3304/stat : 3304 (java) S 3295 3297 2775 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 355298878 1832865792 104520 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3305] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3305/stat : 3305 (java) S 3295 3297 2775 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 355298882 1832865792 104525 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3306] ppid=3295 vsize=1789908 CPUtime=0.52
/proc/3297/task/3306/stat : 3306 (java) S 3295 3297 2775 0 -1 64 1539 0 0 0 52 0 0 0 16 0 15 0 355298882 1832865792 104531 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3307] ppid=3295 vsize=1789908 CPUtime=0.32
/proc/3297/task/3307/stat : 3307 (java) S 3295 3297 2775 0 -1 64 834 0 0 0 32 0 0 0 16 0 15 0 355298882 1832865792 104536 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3308] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3308/stat : 3308 (java) S 3295 3297 2775 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 355298882 1832865792 104541 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3309] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3309/stat : 3309 (java) S 3295 3297 2775 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 355298882 1832865792 104547 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3297/tid=3310] ppid=3295 vsize=1789908 CPUtime=0
/proc/3297/task/3310/stat : 3310 (java) S 3295 3297 2775 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 355298948 1832865792 104552 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1201.05
Current children cumulated vsize (KiB) 1789908

[startup+1200.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3315
/proc/meminfo: memFree=1600568/2055920 swapFree=4153212/4192956
[pid=3297] ppid=3295 vsize=0 CPUtime=1201.36
/proc/3297/stat : 3297 (java) Z 3295 3297 2775 0 -1 1036 134460 0 1 0 120037 99 0 0 15 0 2 0 355298872 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3297/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1201.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.13
CPU time (s): 1201.38
CPU user time (s): 1200.37
CPU system time (s): 1.00985
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 1789908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.37
system time used= 1.00985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134460
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= 24707
involuntary context switches= 45039

runsolver used 1.08384 second user time and 3.3035 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Thu Mar  8 11:30:40 UTC 2007

IDJOB= 331719
IDBENCH= 20390
IDSOLVER= 141
FILE ID= node4/331719-1173353440

PBS_JOBID= 4045316

Free space on /tmp= 66482 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331719-1173353440/sat4j-sat2007.jar /tmp/evaluation/331719-1173353440/instance-331719-1173353440.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-331719-1173353440 -o ROOT/results/node4/solver-331719-1173353440 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331719-1173353440/sat4j-sat2007.jar /tmp/evaluation/331719-1173353440/instance-331719-1173353440.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  50ed98553825ac1825482c1496260592

RANDOM SEED= 332590262

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1723840 kB
Buffers:         38752 kB
Cached:         218784 kB
SwapCached:       2836 kB
Active:         148388 kB
Inactive:       132628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723840 kB
SwapTotal:     4192956 kB
SwapFree:      4153212 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:          30700 kB
Slab:            36572 kB
Committed_AS:  1252464 kB
PageTables:       1772 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= 66482 MiB

End job on node4 on Thu Mar  8 11:50:42 UTC 2007