Trace number 329480

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 SAT 2007? (TO) 1200.07 1199.46

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k45.cnf
MD5SUM6661a752ccd54bac3f6874663e641053
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables66285
Number of clauses296368
Sum of the clauses size762534
Maximum clause length20
Minimum clause length1
Number of clauses of size 1463
Number of clauses of size 2230746
Number of clauses of size 332587
Number of clauses of size 413300
Number of clauses of size 55784
Number of clauses of size over 513488

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c version SAT COMPETITION 2007
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1703279312
0.07/0.16	c Max memory 1706164224
0.07/0.16	c Total memory 1706164224
0.07/0.16	c Number of processors 2
0.18/0.21	c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.21	c Expensive reason simplification
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c timeout: 2147483s
0.18/0.21	c solving /tmp/evaluation/329480-1173141477/instance-329480-1173141477.cnf
0.18/0.21	c reading problem ... 
1.31/1.23	c ... done. Wall clock time 1.03s.
1.31/1.23	c CPU time (experimental) 1.13s.
1.31/1.23	c #vars     66285
1.31/1.23	c #constraints  295373
1200.00/1199.41	c starts		: 19
1200.00/1199.41	c conflicts		: 360530
1200.00/1199.41	c decisions		: 706043
1200.00/1199.41	c propagations		: 555038916
1200.00/1199.41	c inspects		: 2757274167
1200.00/1199.41	c learnt literals	: 235
1200.00/1199.41	c learnt binary clauses	: 4562
1200.00/1199.41	c learnt ternary clauses	: 5799
1200.00/1199.41	c learnt clauses	: 360295
1200.00/1199.41	c root simplifications	: 0
1200.00/1199.41	c removed literals (reason simplification)	: 22298596
1200.00/1199.41	c reason swapping (by a shorter reason)	: 0
1200.00/1199.41	c Calls to reduceDB	: 0
1200.00/1199.41	c speed (decisions/second)	: 589.2894403426685
1200.00/1199.41	c non guided choices	3790
1200.00/1199.41	s UNKNOWN
1200.00/1199.41	c Total wall clock time (in seconds) : 1199.205
1200.00/1199.41	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/node40/watcher-329480-1173141477 -o ROOT/results/node40/solver-329480-1173141477 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/329480-1173141477/sat4j-sat2007.jar /tmp/evaluation/329480-1173141477/instance-329480-1173141477.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: 0.99 0.97 0.91 3/64 13668
/proc/meminfo: memFree=984832/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=18568 CPUtime=0
/proc/13668/stat : 13668 (runsolver) R 13666 13668 12886 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 40102015 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13668/statm: 4642 293 258 24 0 2626 0

[startup+0.052757 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 13668
/proc/meminfo: memFree=984832/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1827476 CPUtime=0.02
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 3226 0 1 0 0 2 0 0 18 0 4 0 40102015 1871335424 2973 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 456869 2973 887 9 0 454505 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1827476

[startup+0.101767 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 13668
/proc/meminfo: memFree=984832/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1829232 CPUtime=0.07
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 3870 0 1 0 5 2 0 0 18 0 7 0 40102015 1873133568 3612 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 457308 3612 1090 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.301804 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 13668
/proc/meminfo: memFree=984832/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1833244 CPUtime=0.32
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 4901 0 1 0 28 4 0 0 18 0 12 0 40102015 1877241856 4639 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 458311 4639 1272 9 0 455923 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1833244

[startup+0.701884 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 13668
/proc/meminfo: memFree=984832/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1834036 CPUtime=0.81
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 8109 0 1 0 76 5 0 0 18 0 12 0 40102015 1878052864 7808 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 458509 7808 1289 9 0 456121 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1834036

[startup+1.50206 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 13680
/proc/meminfo: memFree=947104/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1836056 CPUtime=1.8
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 14481 0 1 0 171 9 0 0 18 0 13 0 40102015 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 459014 13821 1307 9 0 456626 0
[pid=13668/tid=13670] ppid=13666 vsize=1836056 CPUtime=1.29
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 12456 0 1 0 122 7 0 0 20 0 13 0 40102018 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 40102020 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 40102020 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40102022 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 40102022 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1836056 CPUtime=0.27
/proc/13668/task/13677/stat : 13677 (java) R 13666 13668 12886 0 -1 64 858 0 0 0 27 0 0 0 17 0 13 0 40102026 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103314059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1836056 CPUtime=0.22
/proc/13668/task/13678/stat : 13678 (java) R 13666 13668 12886 0 -1 64 443 0 0 0 22 0 0 0 16 0 13 0 40102026 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 101902033 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1836056 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1880121344 13821 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1836056

[startup+3.1024 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 13681
/proc/meminfo: memFree=931352/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1838888 CPUtime=3.63
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 15907 0 1 0 353 10 0 0 18 0 13 0 40102015 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 459722 14657 1315 9 0 457334 0
[pid=13668/tid=13670] ppid=13666 vsize=1838888 CPUtime=2.81
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 12567 0 1 0 273 8 0 0 25 0 13 0 40102018 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109602845 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 40102020 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 40102020 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 40102022 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 40102022 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1838888 CPUtime=0.41
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1227 0 0 0 41 0 0 0 16 0 13 0 40102026 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1838888 CPUtime=0.38
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1389 0 0 0 38 0 0 0 16 0 13 0 40102026 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1838888 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1883021312 14657 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1838888

[startup+6.30206 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 13681
/proc/meminfo: memFree=930520/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1838560 CPUtime=6.83
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 16092 0 1 0 672 11 0 0 18 0 13 0 40102015 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 459640 14757 1315 9 0 457252 0
[pid=13668/tid=13670] ppid=13666 vsize=1838560 CPUtime=5.99
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 12752 0 1 0 591 8 0 0 25 0 13 0 40102018 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109602691 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 40102020 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 40102020 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40102022 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 40102022 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1838560 CPUtime=0.42
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1227 0 0 0 42 0 0 0 17 0 13 0 40102026 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1838560 CPUtime=0.39
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1389 0 0 0 39 0 0 0 16 0 13 0 40102026 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1882685440 14757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1838560

[startup+12.7024 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 13681
/proc/meminfo: memFree=929112/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1838560 CPUtime=13.25
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 16447 0 1 0 1314 11 0 0 18 0 13 0 40102015 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 459640 15111 1316 9 0 457252 0
[pid=13668/tid=13670] ppid=13666 vsize=1838560 CPUtime=12.35
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 13092 0 1 0 1226 9 0 0 25 0 13 0 40102018 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109559019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 40102020 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 40102020 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40102022 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 40102022 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1838560 CPUtime=0.45
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1232 0 0 0 45 0 0 0 16 0 13 0 40102026 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1838560 CPUtime=0.42
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 42 0 0 0 16 0 13 0 40102026 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1882685440 15111 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 1838560

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 13681
/proc/meminfo: memFree=926680/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1838560 CPUtime=26.04
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 17043 0 1 0 2592 12 0 0 18 0 13 0 40102015 1882685440 15707 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 459640 15707 1316 9 0 457252 0
[pid=13668/tid=13670] ppid=13666 vsize=1838560 CPUtime=25.14
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 13688 0 1 0 2504 10 0 0 25 0 13 0 40102018 1882685440 15707 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109602845 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 40102020 1882685440 15707 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 40102020 1882685440 15707 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1838560 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40102022 1882685440 15707 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=13668] ppid=13666 vsize=1842408 CPUtime=1002.97
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 81665 0 1 0 100233 64 0 0 18 0 13 0 40102015 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 460602 73458 1323 9 0 458214 0
[pid=13668/tid=13670] ppid=13666 vsize=1842408 CPUtime=1001.04
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 38826 0 1 0 100059 45 0 0 25 0 13 0 40102018 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109558563 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 26549 0 0 0 38 11 0 0 16 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 12931 0 0 0 45 4 0 0 21 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1842408 CPUtime=0.46
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1233 0 0 0 46 0 0 0 17 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1842408 CPUtime=0.43
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 43 0 0 0 16 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.97
Current children cumulated vsize (KiB) 1842408

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 0.97 2/77 13681
/proc/meminfo: memFree=694872/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1842408 CPUtime=1062.94
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 81665 0 1 0 106230 64 0 0 18 0 13 0 40102015 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 460602 73458 1323 9 0 458214 0
[pid=13668/tid=13670] ppid=13666 vsize=1842408 CPUtime=1061.01
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 38826 0 1 0 106056 45 0 0 25 0 13 0 40102018 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109560284 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 26549 0 0 0 38 11 0 0 16 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 12931 0 0 0 45 4 0 0 21 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1842408 CPUtime=0.46
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1233 0 0 0 46 0 0 0 17 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1842408 CPUtime=0.43
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 43 0 0 0 16 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.94
Current children cumulated vsize (KiB) 1842408

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 0.97 2/77 13681
/proc/meminfo: memFree=694808/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1842408 CPUtime=1122.93
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 81665 0 1 0 112228 65 0 0 18 0 13 0 40102015 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 460602 73458 1323 9 0 458214 0
[pid=13668/tid=13670] ppid=13666 vsize=1842408 CPUtime=1121
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 38826 0 1 0 112054 46 0 0 25 0 13 0 40102018 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109602845 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 26549 0 0 0 38 11 0 0 16 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 12931 0 0 0 45 4 0 0 21 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1842408 CPUtime=0.46
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1233 0 0 0 46 0 0 0 17 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1842408 CPUtime=0.43
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 43 0 0 0 16 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 1842408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 0.97 2/77 13681
/proc/meminfo: memFree=694808/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1842408 CPUtime=1182.9
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 81665 0 1 0 118225 65 0 0 18 0 13 0 40102015 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 460602 73458 1323 9 0 458214 0
[pid=13668/tid=13670] ppid=13666 vsize=1842408 CPUtime=1180.97
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 38826 0 1 0 118051 46 0 0 25 0 13 0 40102018 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109558598 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 26549 0 0 0 38 11 0 0 16 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 12931 0 0 0 45 4 0 0 21 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1842408 CPUtime=0.46
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1233 0 0 0 46 0 0 0 17 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1842408 CPUtime=0.43
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 43 0 0 0 16 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.9
Current children cumulated vsize (KiB) 1842408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 1.00 1.02 0.97 2/77 13681
/proc/meminfo: memFree=694872/2055920 swapFree=4192952/4192956
[pid=13668] ppid=13666 vsize=1842408 CPUtime=1200
/proc/13668/stat : 13668 (java) S 13666 13668 12886 0 -1 0 81665 0 1 0 119935 65 0 0 18 0 13 0 40102015 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13668/statm: 460602 73458 1323 9 0 458214 0
[pid=13668/tid=13670] ppid=13666 vsize=1842408 CPUtime=1198.07
/proc/13668/task/13670/stat : 13670 (java) R 13666 13668 12886 0 -1 64 38826 0 1 0 119761 46 0 0 25 0 13 0 40102018 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109559603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13671] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13671/stat : 13671 (java) S 13666 13668 12886 0 -1 64 26549 0 0 0 38 11 0 0 16 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13672] ppid=13666 vsize=1842408 CPUtime=0.49
/proc/13668/task/13672/stat : 13672 (java) S 13666 13668 12886 0 -1 64 12931 0 0 0 45 4 0 0 21 0 13 0 40102020 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13673] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13673/stat : 13673 (java) S 13666 13668 12886 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13674] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13674/stat : 13674 (java) S 13666 13668 12886 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13675] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13675/stat : 13675 (java) S 13666 13668 12886 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 40102022 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13676] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13676/stat : 13676 (java) S 13666 13668 12886 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13677] ppid=13666 vsize=1842408 CPUtime=0.46
/proc/13668/task/13677/stat : 13677 (java) S 13666 13668 12886 0 -1 64 1233 0 0 0 46 0 0 0 17 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13678] ppid=13666 vsize=1842408 CPUtime=0.43
/proc/13668/task/13678/stat : 13678 (java) S 13666 13668 12886 0 -1 64 1399 0 0 0 43 0 0 0 16 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13679] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13679/stat : 13679 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13668/tid=13680] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13680/stat : 13680 (java) S 13666 13668 12886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40102026 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13668/tid=13681] ppid=13666 vsize=1842408 CPUtime=0
/proc/13668/task/13681/stat : 13681 (java) S 13666 13668 12886 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 40102153 1886625792 73458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1842408

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

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

Child status: 143
Real time (s): 1199.46
CPU time (s): 1200.07
CPU user time (s): 1199.37
CPU system time (s): 0.695894
CPU usage (%): 100.05
Max. virtual memory (cumulated for all children) (KiB): 1842408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.37
system time used= 0.695894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81686
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= 24695
involuntary context switches= 25783

runsolver used 1.39879 second user time and 2.98754 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Mar  6 00:37:58 UTC 2007

IDJOB= 329480
IDBENCH= 20541
IDSOLVER= 96
FILE ID= node40/329480-1173141477

PBS_JOBID= 4015180

Free space on /tmp= 66531 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k45.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/329480-1173141477/sat4j-sat2007.jar /tmp/evaluation/329480-1173141477/instance-329480-1173141477.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-329480-1173141477 -o ROOT/results/node40/solver-329480-1173141477 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/329480-1173141477/sat4j-sat2007.jar /tmp/evaluation/329480-1173141477/instance-329480-1173141477.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  6661a752ccd54bac3f6874663e641053

RANDOM SEED= 310783179

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:        985368 kB
Buffers:         41464 kB
Cached:         935828 kB
SwapCached:          4 kB
Active:         165288 kB
Inactive:       827716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        985368 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            7888 kB
Writeback:           0 kB
Mapped:          25928 kB
Slab:            63612 kB
Committed_AS:   106184 kB
PageTables:       1412 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= 66531 MiB

End job on node40 on Tue Mar  6 00:57:59 UTC 2007