Trace number 331729

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007UNSAT 1009.63 1010.29

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark176.159
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

0.15/0.92	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.92	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.92	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.94	c version SAT COMPETITION 2007
0.15/0.94	c sun.arch.data.model	32
0.15/0.94	c java.version	1.6.0
0.15/0.94	c os.name	Linux
0.15/0.94	c os.version	2.6.9-22.EL.rootsmp
0.15/0.94	c os.arch	i386
0.15/0.94	c Free memory 1651659224
0.15/0.94	c Max memory 1654456320
0.15/0.94	c Total memory 1654456320
0.15/0.94	c Number of processors 2
0.15/0.99	c --- Begin Solver configuration ---
0.15/0.99	c Stops conflict analysis at the first Unique Implication Point
0.15/0.99	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.99	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.99	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.99	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.99	c Expensive reason simplification
0.15/0.99	c --- End Solver configuration ---
0.15/0.99	c timeout: 2147483s
0.15/0.99	c solving /tmp/evaluation/331729-1173353946/instance-331729-1173353946.cnf
0.15/0.99	c reading problem ... 
1.83/2.56	c ... done. Wall clock time 1.561s.
1.83/2.56	c CPU time (experimental) 1.67s.
1.83/2.56	c #vars     46335
1.83/2.56	c #constraints  72301
1009.56/1010.23	c starts		: 19
1009.56/1010.23	c conflicts		: 352753
1009.56/1010.23	c decisions		: 439953
1009.56/1010.23	c propagations		: 367595569
1009.56/1010.23	c inspects		: 2685042700
1009.56/1010.23	c learnt literals	: 53
1009.56/1010.23	c learnt binary clauses	: 675
1009.56/1010.23	c learnt ternary clauses	: 1282
1009.56/1010.23	c learnt clauses	: 352699
1009.56/1010.23	c root simplifications	: 0
1009.56/1010.23	c removed literals (reason simplification)	: 24354406
1009.56/1010.23	c reason swapping (by a shorter reason)	: 0
1009.56/1010.23	c Calls to reduceDB	: 0
1009.56/1010.23	c speed (decisions/second)	: 436.6194107985531
1009.56/1010.23	c non guided choices	155
1009.56/1010.23	s UNSATISFIABLE
1009.56/1010.23	c Total wall clock time (in seconds) : 1009.235
1009.56/1010.23	c Total CPU time (experimental, in seconds) : 1008.88

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-331729-1173353946 -o ROOT/results/node18/solver-331729-1173353946 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331729-1173353946/sat4j-sat2007.jar /tmp/evaluation/331729-1173353946/instance-331729-1173353946.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.91 0.95 0.90 3/77 2347
/proc/meminfo: memFree=1736048/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=18568 CPUtime=0
/proc/2347/stat : 2347 (runsolver) D 2345 2347 1726 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355349204 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2347/statm: 4642 293 258 24 0 2626 0

[startup+0.0668559 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 2347
/proc/meminfo: memFree=1736048/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=18568 CPUtime=0
/proc/2347/stat : 2347 (runsolver) D 2345 2347 1726 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355349204 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2347/statm: 4642 293 258 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.102858 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 2347
/proc/meminfo: memFree=1736048/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=18568 CPUtime=0
/proc/2347/stat : 2347 (runsolver) D 2345 2347 1726 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 355349204 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2347/statm: 4642 293 258 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.302879 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 2347
/proc/meminfo: memFree=1736048/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=200 CPUtime=0
/proc/2347/stat : 2347 (java6) D 2345 2347 1726 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 355349204 204800 33 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7861156 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/2347/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.70292 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 2347
/proc/meminfo: memFree=1736048/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=12848 CPUtime=0.02
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 857 0 43 0 0 2 0 0 18 0 2 0 355349204 13156352 656 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12848

[startup+1.50199 s]
/proc/loadavg: 0.91 0.95 0.90 2/89 2359
/proc/meminfo: memFree=1712208/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782544 CPUtime=0.82
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 7682 0 50 0 74 8 0 0 18 0 12 0 355349204 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445636 7470 1294 9 0 443248 0
[pid=2347/tid=2349] ppid=2345 vsize=1782544 CPUtime=0.61
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 6532 0 11 0 56 5 0 0 21 0 12 0 355349269 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109477497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 355349275 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355349275 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 355349279 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 355349280 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 355349280 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 355349287 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782544 CPUtime=0.09
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 294 0 0 0 9 0 0 0 16 0 12 0 355349287 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782544 CPUtime=0.08
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 176 0 0 0 8 0 0 0 16 0 12 0 355349287 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 355349287 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782544 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 355349287 1825325056 7470 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1782544

[startup+3.10116 s]
/proc/loadavg: 0.92 0.95 0.90 2/89 2359
/proc/meminfo: memFree=1698768/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1784044 CPUtime=2.63
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 10751 0 50 0 252 11 0 0 18 0 13 0 355349204 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 446011 10157 1313 9 0 443623 0
[pid=2347/tid=2349] ppid=2345 vsize=1784044 CPUtime=2.08
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 8872 0 11 0 201 7 0 0 25 0 13 0 355349269 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586993 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355349279 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1826861056 10157 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1784044 CPUtime=0.26
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 446 0 0 0 26 0 0 0 16 0 13 0 355349287 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1784044 CPUtime=0.25
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 748 0 0 0 25 0 0 0 16 0 13 0 355349287 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1784044 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1826861056 10158 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1784044

[startup+6.30246 s]
/proc/loadavg: 0.92 0.95 0.90 2/90 2360
/proc/meminfo: memFree=1688648/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1783980 CPUtime=5.89
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 11170 0 50 0 578 11 0 0 18 0 13 0 355349204 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445995 10521 1316 9 0 443607 0
[pid=2347/tid=2349] ppid=2345 vsize=1783980 CPUtime=5.26
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 9245 0 11 0 518 8 0 0 25 0 13 0 355349269 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109585958 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1783980 CPUtime=0.31
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 471 0 0 0 31 0 0 0 16 0 13 0 355349287 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1783980 CPUtime=0.28
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 769 0 0 0 28 0 0 0 16 0 13 0 355349287 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1826795520 10521 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1783980

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.91 2/90 2360
/proc/meminfo: memFree=1686544/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1783980 CPUtime=12.32
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 11718 0 50 0 1220 12 0 0 18 0 13 0 355349204 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445995 11067 1317 9 0 443607 0
[pid=2347/tid=2349] ppid=2345 vsize=1783980 CPUtime=11.62
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 9786 0 11 0 1154 8 0 0 25 0 13 0 355349269 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109594760 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 355349279 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1783980 CPUtime=0.34
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 34 0 0 0 16 0 13 0 355349287 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1783980 CPUtime=0.31
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 770 0 0 0 31 0 0 0 16 0 13 0 355349287 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1783980 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1826795520 11067 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1783980

[startup+25.5023 s]
/proc/loadavg: 0.94 0.95 0.91 2/90 2360
/proc/meminfo: memFree=1683472/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1783812 CPUtime=25.12
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 12498 0 50 0 2499 13 0 0 18 0 13 0 355349204 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445953 11805 1317 9 0 443565 0
[pid=2347/tid=2349] ppid=2345 vsize=1783812 CPUtime=24.42
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 10566 0 11 0 2433 9 0 0 25 0 13 0 355349269 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559318 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1783812 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1783812 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1783812 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1783812 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1826623488 11805 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32763 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32763 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1004.06
Current children cumulated vsize (KiB) 1782804

[startup+1007.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 2362
/proc/meminfo: memFree=1599248/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782804 CPUtime=1007.26
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 33722 0 50 0 100680 46 0 0 18 0 13 0 355349204 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445701 32777 1317 9 0 443313 0
[pid=2347/tid=2349] ppid=2345 vsize=1782804 CPUtime=1006.54
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 31789 0 11 0 100612 42 0 0 25 0 13 0 355349269 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559145 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782804 CPUtime=0.35
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 35 0 0 0 17 0 13 0 355349287 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782804 CPUtime=0.32
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 771 0 0 0 32 0 0 0 16 0 13 0 355349287 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32777 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1007.26
Current children cumulated vsize (KiB) 1782804

[startup+1009.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 2362
/proc/meminfo: memFree=1599248/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782804 CPUtime=1008.86
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 33730 0 50 0 100840 46 0 0 18 0 13 0 355349204 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445701 32785 1317 9 0 443313 0
[pid=2347/tid=2349] ppid=2345 vsize=1782804 CPUtime=1008.15
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 31797 0 11 0 100772 43 0 0 25 0 13 0 355349269 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109586997 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782804 CPUtime=0.35
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 35 0 0 0 17 0 13 0 355349287 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782804 CPUtime=0.32
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 771 0 0 0 32 0 0 0 16 0 13 0 355349287 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32785 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1008.86
Current children cumulated vsize (KiB) 1782804

[startup+1009.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 2362
/proc/meminfo: memFree=1599248/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782804 CPUtime=1009.26
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 33733 0 50 0 100880 46 0 0 18 0 13 0 355349204 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445701 32788 1317 9 0 443313 0
[pid=2347/tid=2349] ppid=2345 vsize=1782804 CPUtime=1008.55
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 31800 0 11 0 100812 43 0 0 25 0 13 0 355349269 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109587050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782804 CPUtime=0.35
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 35 0 0 0 17 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782804 CPUtime=0.32
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 771 0 0 0 32 0 0 0 16 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1009.26
Current children cumulated vsize (KiB) 1782804

[startup+1010.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 2362
/proc/meminfo: memFree=1599248/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782804 CPUtime=1009.46
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 33733 0 50 0 100900 46 0 0 18 0 13 0 355349204 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445701 32788 1317 9 0 443313 0
[pid=2347/tid=2349] ppid=2345 vsize=1782804 CPUtime=1008.75
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 31800 0 11 0 100832 43 0 0 25 0 13 0 355349269 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559145 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782804 CPUtime=0.35
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 35 0 0 0 17 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782804 CPUtime=0.32
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 771 0 0 0 32 0 0 0 16 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32788 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1009.46
Current children cumulated vsize (KiB) 1782804

[startup+1010.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/90 2362
/proc/meminfo: memFree=1599248/2055920 swapFree=4153284/4192956
[pid=2347] ppid=2345 vsize=1782804 CPUtime=1009.56
/proc/2347/stat : 2347 (java) S 2345 2347 1726 0 -1 0 33734 0 50 0 100910 46 0 0 18 0 13 0 355349204 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2347/statm: 445701 32789 1317 9 0 443313 0
[pid=2347/tid=2349] ppid=2345 vsize=1782804 CPUtime=1008.85
/proc/2347/task/2349/stat : 2349 (java) R 2345 2347 1726 0 -1 64 31801 0 11 0 100842 43 0 0 25 0 13 0 355349269 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109587050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2350] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2350/stat : 2350 (java) S 2345 2347 1726 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355349275 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2351] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2351/stat : 2351 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355349275 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2352] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2352/stat : 2352 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355349279 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2353] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2353/stat : 2353 (java) S 2345 2347 1726 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 355349280 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2354] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2354/stat : 2354 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 355349280 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2355] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2355/stat : 2355 (java) S 2345 2347 1726 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 355349287 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2356] ppid=2345 vsize=1782804 CPUtime=0.35
/proc/2347/task/2356/stat : 2356 (java) S 2345 2347 1726 0 -1 64 477 0 0 0 35 0 0 0 17 0 13 0 355349287 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2357] ppid=2345 vsize=1782804 CPUtime=0.32
/proc/2347/task/2357/stat : 2357 (java) S 2345 2347 1726 0 -1 64 771 0 0 0 32 0 0 0 16 0 13 0 355349287 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2358] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2358/stat : 2358 (java) S 2345 2347 1726 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 355349287 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2347/tid=2359] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2359/stat : 2359 (java) S 2345 2347 1726 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 355349287 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2347/tid=2360] ppid=2345 vsize=1782804 CPUtime=0
/proc/2347/task/2360/stat : 2360 (java) S 2345 2347 1726 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 355349470 1825591296 32789 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1009.56
Current children cumulated vsize (KiB) 1782804

Child status: 20
Real time (s): 1010.29
CPU time (s): 1009.63
CPU user time (s): 1009.14
CPU system time (s): 0.486925
CPU usage (%): 99.934
Max. virtual memory (cumulated for all children) (KiB): 1784084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1009.14
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33746
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21224
involuntary context switches= 41590

runsolver used 0.928858 second user time and 2.76358 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Thu Mar  8 11:39:07 UTC 2007

IDJOB= 331729
IDBENCH= 20395
IDSOLVER= 141
FILE ID= node18/331729-1173353946

PBS_JOBID= 4045303

Free space on /tmp= 66495 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 183675607

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1736392 kB
Buffers:         38116 kB
Cached:         206140 kB
SwapCached:       2856 kB
Active:         104820 kB
Inactive:       162424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736392 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:           13140 kB
Writeback:           0 kB
Mapped:          30000 kB
Slab:            37888 kB
Committed_AS:  1202512 kB
PageTables:       1668 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= 66495 MiB

End job on node18 on Thu Mar  8 11:55:57 UTC 2007