Trace number 318526

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? (MO) 968.402 967.162

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1080.cnf
MD5SUM4648b50fdaaf9e2a2c3c691f7cb02f96
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20881
Satisfiable
(Un)Satisfiability was proved
Number of variables118226
Number of clauses375379
Sum of the clauses size994145
Maximum clause length3
Minimum clause length1
Number of clauses of size 13289
Number of clauses of size 2125414
Number of clauses of size 3246676
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.13/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.39	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.39	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/0.41	c version SAT COMPETITION 2007
0.16/0.41	c sun.arch.data.model	32
0.16/0.41	c java.version	1.6.0
0.16/0.41	c os.name	Linux
0.16/0.41	c os.version	2.6.9-22.EL.rootsmp
0.16/0.41	c os.arch	i386
0.16/0.41	c Free memory 1703279312
0.16/0.41	c Max memory 1706164224
0.16/0.41	c Total memory 1706164224
0.16/0.41	c Number of processors 2
0.16/0.46	c --- Begin Solver configuration ---
0.16/0.46	c Stops conflict analysis at the first Unique Implication Point
0.16/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.16/0.46	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.46	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.46	c Expensive reason simplification
0.16/0.46	c --- End Solver configuration ---
0.16/0.46	c timeout: 2147483s
0.16/0.46	c solving /tmp/evaluation/318526-1176319579/instance-318526-1176319579.cnf
0.16/0.46	c reading problem ... 
1.37/1.57	c ... done. Wall clock time 1.104s.
1.37/1.57	c CPU time (experimental) 1.2s.
1.37/1.57	c #vars     118298
1.37/1.57	c #constraints  372017
968.21/967.06	c starts		: 20
968.21/967.06	c conflicts		: 528864
968.21/967.06	c decisions		: 730239
968.21/967.06	c propagations		: 424245769
968.21/967.06	c inspects		: 2455006489
968.21/967.06	c learnt literals	: 98
968.21/967.06	c learnt binary clauses	: 2290
968.21/967.06	c learnt ternary clauses	: 7035
968.21/967.06	c learnt clauses	: 528766
968.21/967.06	c root simplifications	: 0
968.21/967.06	c removed literals (reason simplification)	: 31738001
968.21/967.06	c reason swapping (by a shorter reason)	: 0
968.21/967.06	c Calls to reduceDB	: 0
968.21/967.06	c speed (decisions/second)	: 756.3826084794849
968.21/967.06	c non guided choices	9731
968.21/967.06	s UNKNOWN
968.21/967.06	c Total wall clock time (in seconds) : 966.598
968.21/967.06	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/node21/watcher-318526-1176319579 -o ROOT/results/node21/solver-318526-1176319579 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318526-1176319579/sat4j-sat2007.jar /tmp/evaluation/318526-1176319579/instance-318526-1176319579.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.00 0.97 0.91 2/77 26154
/proc/meminfo: memFree=747512/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=18568 CPUtime=0
/proc/26154/stat : 26154 (runsolver) R 26152 26154 25470 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 79875266 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/26154/statm: 4642 293 258 24 0 2626 0

[startup+0.0209349 s]
/proc/loadavg: 1.00 0.97 0.91 2/77 26154
/proc/meminfo: memFree=747512/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=11868 CPUtime=0
/proc/26154/stat : 26154 (java) D 26152 26154 25470 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 79875266 12152832 155 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 8442887 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26154/statm: 2967 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.10288 s]
/proc/loadavg: 1.00 0.97 0.91 2/77 26154
/proc/meminfo: memFree=747512/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1824340 CPUtime=0.02
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 1165 0 26 0 0 2 0 0 18 0 2 0 79875266 1868124160 940 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 456085 940 379 9 0 454099 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1824340

[startup+0.301899 s]
/proc/loadavg: 1.00 0.97 0.91 2/77 26154
/proc/meminfo: memFree=747512/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1831644 CPUtime=0.13
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 4091 0 33 0 8 5 0 0 18 0 12 0 79875266 1875603456 3865 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 457911 3865 1124 9 0 455530 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1831644

[startup+0.701944 s]
/proc/loadavg: 1.00 0.97 0.91 2/77 26154
/proc/meminfo: memFree=747512/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1834288 CPUtime=0.56
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 7495 0 33 0 50 6 0 0 18 0 12 0 79875266 1878310912 7251 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 458572 7252 1297 9 0 456184 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1834288

[startup+1.50302 s]
/proc/loadavg: 1.00 0.97 0.91 2/89 26166
/proc/meminfo: memFree=702040/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1834288 CPUtime=1.37
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 15484 0 33 0 126 11 0 0 18 0 12 0 79875266 1878310912 15239 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 458572 15239 1297 9 0 456184 0
[pid=26154/tid=26156] ppid=26152 vsize=1834288 CPUtime=1.14
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 14206 0 8 0 106 8 0 0 19 0 12 0 79875274 1878310912 15240 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109498545 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 79875277 1878310912 15240 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 79875277 1878310912 15241 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 79875281 1878310912 15241 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 79875282 1878310912 15242 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 79875282 1878310912 15242 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 79875292 1878310912 15243 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1834288 CPUtime=0.08
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 303 0 0 0 8 0 0 0 16 0 12 0 79875292 1878310912 15244 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1834288 CPUtime=0.1
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 282 0 0 0 10 0 0 0 16 0 12 0 79875292 1878310912 15244 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 79875292 1878310912 15245 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1834288 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 79875292 1878310912 15246 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1834288

[startup+3.10221 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26167
/proc/meminfo: memFree=672144/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1837296 CPUtime=3.29
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 19037 0 33 0 317 12 0 0 18 0 13 0 79875266 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 459324 17847 1313 9 0 456936 0
[pid=26154/tid=26156] ppid=26152 vsize=1837296 CPUtime=2.56
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 15940 0 8 0 247 9 0 0 24 0 13 0 79875274 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109601442 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 79875277 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 79875277 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 79875281 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 79875282 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 79875282 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1837296 CPUtime=0.31
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1191 0 0 0 31 0 0 0 16 0 13 0 79875292 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1837296 CPUtime=0.38
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1209 0 0 0 38 0 0 0 15 0 13 0 79875292 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1837296 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1881391104 17847 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 1837296

[startup+6.30155 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26167
/proc/meminfo: memFree=670352/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1837200 CPUtime=6.54
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 19574 0 33 0 641 13 0 0 18 0 13 0 79875266 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 459300 18259 1316 9 0 456912 0
[pid=26154/tid=26156] ppid=26152 vsize=1837200 CPUtime=5.73
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 16467 0 8 0 563 10 0 0 24 0 13 0 79875274 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109213215 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 79875277 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 79875277 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 79875281 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 79875282 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 79875282 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1837200 CPUtime=0.33
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1193 0 0 0 33 0 0 0 16 0 13 0 79875292 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1837200 CPUtime=0.43
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1217 0 0 0 43 0 0 0 16 0 13 0 79875292 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1881292800 18259 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 1837200

[startup+12.7023 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26167
/proc/meminfo: memFree=667728/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1837200 CPUtime=12.94
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 20298 0 33 0 1281 13 0 0 18 0 13 0 79875266 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 459300 18982 1316 9 0 456912 0
[pid=26154/tid=26156] ppid=26152 vsize=1837200 CPUtime=12.13
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 17191 0 8 0 1203 10 0 0 25 0 13 0 79875274 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109657202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 79875277 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 79875277 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 79875281 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 79875282 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 79875282 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1837200 CPUtime=0.33
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1193 0 0 0 33 0 0 0 17 0 13 0 79875292 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1837200 CPUtime=0.44
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1217 0 0 0 44 0 0 0 16 0 13 0 79875292 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1881292800 18982 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 1837200

[startup+25.5027 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26167
/proc/meminfo: memFree=662480/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1837200 CPUtime=25.77
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 21545 0 33 0 2562 15 0 0 18 0 13 0 79875266 1881292800 20200 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 459300 20200 1317 9 0 456912 0
[pid=26154/tid=26156] ppid=26152 vsize=1837200 CPUtime=24.88
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 18336 0 8 0 2477 11 0 0 25 0 13 0 79875274 1881292800 20200 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109510598 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 79875277 1881292800 20200 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 79875277 1881292800 20200 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1837200 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 79875281 1881292800 20200 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=26154/tid=26159] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 79875281 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 79875282 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 79875282 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1841048 CPUtime=0.38
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1285 0 0 0 38 0 0 0 17 0 13 0 79875292 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1841048 CPUtime=0.48
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1228 0 0 0 48 0 0 0 16 0 13 0 79875292 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1885233152 73518 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.92
Current children cumulated vsize (KiB) 1841048

[startup+882.303 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26169
/proc/meminfo: memFree=448464/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1841048 CPUtime=882.91
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 82152 0 33 0 88233 58 0 0 18 0 13 0 79875266 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 460262 73520 1326 9 0 457874 0
[pid=26154/tid=26156] ppid=26152 vsize=1841048 CPUtime=880.84
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 38821 0 8 0 88045 39 0 0 25 0 13 0 79875274 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109601442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1841048 CPUtime=0.57
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 15125 0 0 0 52 5 0 0 16 0 13 0 79875277 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1841048 CPUtime=0.57
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 24990 0 0 0 47 10 0 0 20 0 13 0 79875277 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 79875281 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 79875282 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 79875282 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1841048 CPUtime=0.38
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1285 0 0 0 38 0 0 0 17 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1841048 CPUtime=0.48
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1228 0 0 0 48 0 0 0 16 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.91
Current children cumulated vsize (KiB) 1841048

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/90 26169
/proc/meminfo: memFree=448464/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1841048 CPUtime=942.89
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 82152 0 33 0 94231 58 0 0 18 0 13 0 79875266 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 460262 73520 1326 9 0 457874 0
[pid=26154/tid=26156] ppid=26152 vsize=1841048 CPUtime=940.82
/proc/26154/task/26156/stat : 26156 (java) R 26152 26154 25470 0 -1 64 38821 0 8 0 94043 39 0 0 25 0 13 0 79875274 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109560934 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1841048 CPUtime=0.57
/proc/26154/task/26157/stat : 26157 (java) S 26152 26154 25470 0 -1 64 15125 0 0 0 52 5 0 0 16 0 13 0 79875277 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1841048 CPUtime=0.57
/proc/26154/task/26158/stat : 26158 (java) S 26152 26154 25470 0 -1 64 24990 0 0 0 47 10 0 0 20 0 13 0 79875277 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 79875281 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 79875282 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 79875282 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1841048 CPUtime=0.38
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1285 0 0 0 38 0 0 0 17 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1841048 CPUtime=0.48
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1228 0 0 0 48 0 0 0 16 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1841048 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1885233152 73520 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 1841048



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+966.603 s]
/proc/loadavg: 1.08 0.99 0.91 3/90 26169
/proc/meminfo: memFree=424784/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1844888 CPUtime=967.42
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 89278 0 33 0 96681 61 0 0 18 0 13 0 79875266 1889165312 79653 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 461222 79654 1326 9 0 458834 0
[pid=26154/tid=26156] ppid=26152 vsize=1844888 CPUtime=964.88
/proc/26154/task/26156/stat : 26156 (java) S 26152 26154 25470 0 -1 64 38821 0 8 0 96449 39 0 0 25 0 13 0 79875274 1889165312 79657 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1844888 CPUtime=0.8
/proc/26154/task/26157/stat : 26157 (java) R 26152 26154 25470 0 -1 64 19123 0 0 0 74 6 0 0 18 0 13 0 79875277 1889165312 79659 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1844888 CPUtime=0.81
/proc/26154/task/26158/stat : 26158 (java) R 26152 26154 25470 0 -1 64 28126 0 0 0 70 11 0 0 19 0 13 0 79875277 1889165312 79661 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 79875281 1889165312 79663 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 79875282 1889165312 79664 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 79875282 1889165312 79666 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 79875292 1889165312 79667 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1844888 CPUtime=0.38
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1285 0 0 0 38 0 0 0 17 0 13 0 79875292 1889165312 79669 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1844888 CPUtime=0.48
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1228 0 0 0 48 0 0 0 16 0 13 0 79875292 1889165312 79671 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1889165312 79673 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1889165312 79674 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1889165312 79676 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 967.42
Current children cumulated vsize (KiB) 1844888

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

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

[startup+967.003 s]
/proc/loadavg: 1.08 0.99 0.91 3/91 26170
/proc/meminfo: memFree=355976/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=1844888 CPUtime=968.21
/proc/26154/stat : 26154 (java) S 26152 26154 25470 0 -1 0 132574 0 33 0 96741 80 0 0 16 0 13 0 79875266 1889165312 112265 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 461222 112267 1326 9 0 458834 0
[pid=26154/tid=26156] ppid=26152 vsize=1844888 CPUtime=964.88
/proc/26154/task/26156/stat : 26156 (java) S 26152 26154 25470 0 -1 64 38821 0 8 0 96449 39 0 0 25 0 13 0 79875274 1889165312 112267 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26157] ppid=26152 vsize=1844888 CPUtime=1.19
/proc/26154/task/26157/stat : 26157 (java) R 26152 26154 25470 0 -1 64 40520 0 0 0 103 16 0 0 22 0 13 0 79875277 1889165312 112267 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 103370378 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26158] ppid=26152 vsize=1844888 CPUtime=1.21
/proc/26154/task/26158/stat : 26158 (java) R 26152 26154 25470 0 -1 64 50018 0 0 0 100 21 0 0 22 0 13 0 79875277 1889165312 112267 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26159] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26159/stat : 26159 (java) S 26152 26154 25470 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 79875281 1889165312 112267 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26160] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26160/stat : 26160 (java) S 26152 26154 25470 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 79875282 1889165312 112268 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26161] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26161/stat : 26161 (java) S 26152 26154 25470 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 79875282 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26162] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26162/stat : 26162 (java) S 26152 26154 25470 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 79875292 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26163] ppid=26152 vsize=1844888 CPUtime=0.38
/proc/26154/task/26163/stat : 26163 (java) S 26152 26154 25470 0 -1 64 1285 0 0 0 38 0 0 0 17 0 13 0 79875292 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26154/tid=26164] ppid=26152 vsize=1844888 CPUtime=0.48
/proc/26154/task/26164/stat : 26164 (java) S 26152 26154 25470 0 -1 64 1228 0 0 0 48 0 0 0 16 0 13 0 79875292 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26165] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26165/stat : 26165 (java) S 26152 26154 25470 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 79875292 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26166] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26166/stat : 26166 (java) S 26152 26154 25470 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 79875292 1889165312 112273 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26154/tid=26167] ppid=26152 vsize=1844888 CPUtime=0
/proc/26154/task/26167/stat : 26167 (java) S 26152 26154 25470 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 79875431 1889165312 112275 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 968.21
Current children cumulated vsize (KiB) 1844888

[startup+967.102 s]
/proc/loadavg: 1.08 0.99 0.91 3/91 26170
/proc/meminfo: memFree=355976/2055920 swapFree=4192812/4192956
[pid=26154] ppid=26152 vsize=0 CPUtime=968.33
/proc/26154/stat : 26154 (java) Z 26152 26154 25470 0 -1 1036 134574 0 33 0 96751 82 0 0 15 0 2 0 79875266 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26154/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 968.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 967.162
CPU time (s): 968.402
CPU user time (s): 967.519
CPU system time (s): 0.882865
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 1844888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 967.519
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134574
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20414
involuntary context switches= 20689

runsolver used 0.855869 second user time and 2.69059 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Wed Apr 11 19:26:20 UTC 2007

IDJOB= 318526
IDBENCH= 20457
IDSOLVER= 96
FILE ID= node21/318526-1176319579

PBS_JOBID= 4516701

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4648b50fdaaf9e2a2c3c691f7cb02f96

RANDOM SEED= 944625174

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:        747920 kB
Buffers:         39860 kB
Cached:        1019580 kB
SwapCached:          0 kB
Active:         548056 kB
Inactive:       555496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        747920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8512 kB
Writeback:           0 kB
Mapped:          63008 kB
Slab:           190000 kB
Committed_AS:   195048 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66557 MiB

End job on node21 on Wed Apr 11 19:42:28 UTC 2007