Trace number 312329

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.06 1200.21

General information on the benchmark

Namerandom/2+p/p0.8/v1665/
unif2p-p0.8-v1665-c5178-S1404069132-16-SAT.cnf
MD5SUM7e1a5d981a0c30d9ab9110d5ea4aeb04
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.45078
Satisfiable
(Un)Satisfiability was proved
Number of variables1665
Number of clauses5177
Sum of the clauses size14496
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21035
Number of clauses of size 34142
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.06/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.27	c version SAT COMPETITION 2007
0.06/0.27	c sun.arch.data.model	32
0.06/0.27	c java.version	1.6.0
0.06/0.27	c os.name	Linux
0.06/0.27	c os.version	2.6.9-22.EL.rootsmp
0.06/0.27	c os.arch	i386
0.06/0.27	c Free memory 1703279312
0.06/0.27	c Max memory 1706164224
0.06/0.27	c Total memory 1706164224
0.06/0.27	c Number of processors 2
0.19/0.32	c --- Begin Solver configuration ---
0.19/0.32	c Stops conflict analysis at the first Unique Implication Point
0.19/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.32	c Expensive reason simplification
0.19/0.32	c --- End Solver configuration ---
0.19/0.32	c timeout: 2147483s
0.19/0.32	c solving /tmp/evaluation/312329-1172586291/instance-312329-1172586291.cnf
0.19/0.32	c reading problem ... 
0.33/0.45	c ... done. Wall clock time 0.125s.
0.33/0.45	c CPU time (experimental) 0.24s.
0.33/0.45	c #vars     1665
0.33/0.45	c #constraints  5177
1200.02/1200.02	c starts		: 20
1200.02/1200.02	c conflicts		: 479451
1200.02/1200.02	c decisions		: 586877
1200.02/1200.02	c propagations		: 95525490
1200.02/1200.02	c inspects		: 3331128468
1200.02/1200.02	c learnt literals	: 1
1200.02/1200.02	c learnt binary clauses	: 12
1200.02/1200.02	c learnt ternary clauses	: 198
1200.02/1200.02	c learnt clauses	: 479450
1200.02/1200.02	c root simplifications	: 0
1200.02/1200.02	c removed literals (reason simplification)	: 8614678
1200.02/1200.02	c reason swapping (by a shorter reason)	: 0
1200.02/1200.02	c Calls to reduceDB	: 0
1200.02/1200.02	c speed (decisions/second)	: 489.2386617893716
1200.02/1200.02	c non guided choices	49
1200.02/1200.02	s UNKNOWN
1200.02/1200.02	c Total wall clock time (in seconds) : 1199.701
1200.02/1200.02	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node63/watcher-312329-1172586291 -o ROOT/results/node63/solver-312329-1172586291 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312329-1172586291/sat4j-sat2007.jar /tmp/evaluation/312329-1172586291/instance-312329-1172586291.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 0.05 0.38 2/64 17433
/proc/meminfo: memFree=1806200/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=18568 CPUtime=0
/proc/17433/stat : 17433 (runsolver) R 17431 17433 17096 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 278589359 19013632 292 18446744073709551615 4194304 4293652 548682068944 18446744073709551615 247254805799 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17433/statm: 4642 292 257 24 0 2626 0

[startup+0.107248 s]
/proc/loadavg: 0.00 0.05 0.38 2/64 17433
/proc/meminfo: memFree=1806200/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=12848 CPUtime=0
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 900 0 1 0 0 0 0 0 18 0 2 0 278589359 13156352 656 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.515294 s]
/proc/loadavg: 0.00 0.05 0.38 2/64 17433
/proc/meminfo: memFree=1806200/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1835812 CPUtime=0.5
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 5961 0 1 0 47 3 0 0 18 0 13 0 278589359 1879871488 5393 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458953 5393 1298 9 0 456565 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 1835812

[startup+1.33738 s]
/proc/loadavg: 0.00 0.05 0.38 2/77 17446
/proc/meminfo: memFree=1786896/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1837380 CPUtime=1.53
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 7293 0 1 0 149 4 0 0 18 0 13 0 278589359 1881477120 6138 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 459345 6138 1308 9 0 456957 0
[pid=17433/tid=17435] ppid=17431 vsize=1837380 CPUtime=1
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 4303 0 1 0 98 2 0 0 18 0 13 0 278589360 1881477120 6138 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109504330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1881477120 6138 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1881477120 6138 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1881477120 6138 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1837380 CPUtime=0.27
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1317 0 0 0 27 0 0 0 16 0 13 0 278589380 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1837380 CPUtime=0.23
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 951 0 0 0 23 0 0 0 16 0 13 0 278589380 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1881477120 6139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1837380

[startup+2.98955 s]
/proc/loadavg: 0.00 0.05 0.38 2/77 17446
/proc/meminfo: memFree=1785360/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1837380 CPUtime=3.28
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 8072 0 1 0 324 4 0 0 18 0 13 0 278589359 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 459345 6516 1312 9 0 456957 0
[pid=17433/tid=17435] ppid=17431 vsize=1837380 CPUtime=2.62
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 4655 0 1 0 260 2 0 0 25 0 13 0 278589360 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109177486 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1837380 CPUtime=0.32
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1324 0 0 0 32 0 0 0 16 0 13 0 278589380 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1837380 CPUtime=0.3
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1371 0 0 0 30 0 0 0 16 0 13 0 278589380 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1837380 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1881477120 6516 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1837380

[startup+6.2679 s]
/proc/loadavg: 0.08 0.06 0.38 2/77 17446
/proc/meminfo: memFree=1783504/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1836292 CPUtime=6.58
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 8621 0 1 0 653 5 0 0 18 0 13 0 278589359 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 459073 6884 1312 9 0 456685 0
[pid=17433/tid=17435] ppid=17431 vsize=1836292 CPUtime=5.87
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 5199 0 1 0 584 3 0 0 25 0 13 0 278589360 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109512348 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1836292 CPUtime=0.36
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1326 0 0 0 36 0 0 0 17 0 13 0 278589380 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1836292 CPUtime=0.32
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 32 0 0 0 16 0 13 0 278589380 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1880363008 6884 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 1836292

[startup+12.7686 s]
/proc/loadavg: 0.15 0.08 0.39 2/77 17446
/proc/meminfo: memFree=1779984/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1836292 CPUtime=13.08
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 9443 0 1 0 1302 6 0 0 18 0 13 0 278589359 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 459073 7706 1312 9 0 456685 0
[pid=17433/tid=17435] ppid=17431 vsize=1836292 CPUtime=12.37
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 6021 0 1 0 1233 4 0 0 25 0 13 0 278589360 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109543603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1836292 CPUtime=0.36
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1326 0 0 0 36 0 0 0 17 0 13 0 278589380 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1836292 CPUtime=0.32
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 32 0 0 0 16 0 13 0 278589380 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1836292 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1880363008 7706 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1836292

[startup+25.629 s]
/proc/loadavg: 0.28 0.11 0.39 2/77 17446
/proc/meminfo: memFree=1777680/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1834436 CPUtime=25.95
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 10514 0 1 0 2588 7 0 0 18 0 13 0 278589359 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458609 8264 1312 9 0 456221 0
[pid=17433/tid=17435] ppid=17431 vsize=1834436 CPUtime=25.22
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 7091 0 1 0 2516 6 0 0 25 0 13 0 278589360 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109545321 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834436 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834436 CPUtime=0.33
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 33 0 0 0 17 0 13 0 278589380 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834436 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878462464 8264 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.95

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

[pid=17433/tid=17438] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834268 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834268 CPUtime=0.34
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 34 0 0 0 16 0 13 0 278589380 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878290432 31233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.83
Current children cumulated vsize (KiB) 1834268

[startup+1062.79 s]
/proc/loadavg: 1.00 0.96 0.77 2/77 17448
/proc/meminfo: memFree=1680912/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1834268 CPUtime=1062.82
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 34604 0 1 0 106245 37 0 0 18 0 13 0 278589359 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458567 32312 1312 9 0 456179 0
[pid=17433/tid=17435] ppid=17431 vsize=1834268 CPUtime=1062.08
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 31181 0 1 0 106173 35 0 0 25 0 13 0 278589360 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109543603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834268 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834268 CPUtime=0.34
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 34 0 0 0 16 0 13 0 278589380 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878290432 32312 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.82
Current children cumulated vsize (KiB) 1834268

[startup+1122.81 s]
/proc/loadavg: 1.00 0.97 0.78 2/77 17448
/proc/meminfo: memFree=1677584/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1834268 CPUtime=1122.83
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 35438 0 1 0 112244 39 0 0 18 0 13 0 278589359 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458567 33146 1312 9 0 456179 0
[pid=17433/tid=17435] ppid=17431 vsize=1834268 CPUtime=1122.08
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 32015 0 1 0 112171 37 0 0 25 0 13 0 278589360 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834268 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834268 CPUtime=0.34
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 34 0 0 0 16 0 13 0 278589380 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878290432 33146 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.83
Current children cumulated vsize (KiB) 1834268

[startup+1182.82 s]
/proc/loadavg: 1.00 0.97 0.80 2/77 17448
/proc/meminfo: memFree=1675088/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1834268 CPUtime=1182.82
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 36051 0 1 0 118243 39 0 0 18 0 13 0 278589359 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458567 33759 1312 9 0 456179 0
[pid=17433/tid=17435] ppid=17431 vsize=1834268 CPUtime=1182.07
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 32628 0 1 0 118170 37 0 0 25 0 13 0 278589360 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109543603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834268 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834268 CPUtime=0.34
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 34 0 0 0 16 0 13 0 278589380 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878290432 33759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.82
Current children cumulated vsize (KiB) 1834268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 0.97 0.80 2/77 17448
/proc/meminfo: memFree=1674320/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=1834268 CPUtime=1200.02
/proc/17433/stat : 17433 (java) S 17431 17433 17096 0 -1 0 36230 0 1 0 119962 40 0 0 18 0 13 0 278589359 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 458567 33938 1312 9 0 456179 0
[pid=17433/tid=17435] ppid=17431 vsize=1834268 CPUtime=1199.27
/proc/17433/task/17435/stat : 17435 (java) R 17431 17433 17096 0 -1 64 32807 0 1 0 119889 38 0 0 25 0 13 0 278589360 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109543603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17436] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17436/stat : 17436 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 278589374 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17437] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17437/stat : 17437 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 278589374 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17438] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17438/stat : 17438 (java) S 17431 17433 17096 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 278589376 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17439] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17439/stat : 17439 (java) S 17431 17433 17096 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 278589377 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17440] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17440/stat : 17440 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 278589377 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17441] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17441/stat : 17441 (java) S 17431 17433 17096 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 278589380 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17442] ppid=17431 vsize=1834268 CPUtime=0.37
/proc/17433/task/17442/stat : 17442 (java) S 17431 17433 17096 0 -1 64 1327 0 0 0 37 0 0 0 16 0 13 0 278589380 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17433/tid=17443] ppid=17431 vsize=1834268 CPUtime=0.34
/proc/17433/task/17443/stat : 17443 (java) S 17431 17433 17096 0 -1 64 1374 0 0 0 34 0 0 0 16 0 13 0 278589380 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17444] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17444/stat : 17444 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 278589380 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17445] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17445/stat : 17445 (java) S 17431 17433 17096 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 278589381 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17433/tid=17446] ppid=17431 vsize=1834268 CPUtime=0
/proc/17433/task/17446/stat : 17446 (java) S 17431 17433 17096 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 278589404 1878290432 33938 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1834268

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

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

[startup+1200.13 s]
/proc/loadavg: 1.00 0.97 0.80 2/77 17448
/proc/meminfo: memFree=1674320/2055920 swapFree=4179040/4192956
[pid=17433] ppid=17431 vsize=0 CPUtime=1200.05
/proc/17433/stat : 17433 (java) Z 17431 17433 17096 0 -1 1036 36257 0 1 0 119963 42 0 0 16 0 2 0 278589359 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.21
CPU time (s): 1200.06
CPU user time (s): 1199.64
CPU system time (s): 0.422935
CPU usage (%): 99.9874
Max. virtual memory (cumulated for all children) (KiB): 1838560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36257
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24667
involuntary context switches= 1935

runsolver used 1.40579 second user time and 2.84957 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue Feb 27 14:25:04 UTC 2007

IDJOB= 312329
IDBENCH= 20339
IDSOLVER= 96
FILE ID= node63/312329-1172586291

PBS_JOBID= 3971929

Free space on /tmp= 66559 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1665/unif2p-p0.8-v1665-c5178-S1404069132-16-SAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312329-1172586291/sat4j-sat2007.jar /tmp/evaluation/312329-1172586291/instance-312329-1172586291.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-312329-1172586291 -o ROOT/results/node63/solver-312329-1172586291 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312329-1172586291/sat4j-sat2007.jar /tmp/evaluation/312329-1172586291/instance-312329-1172586291.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  7e1a5d981a0c30d9ab9110d5ea4aeb04

RANDOM SEED= 700283361

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:       1806736 kB
Buffers:         34080 kB
Cached:         162748 kB
SwapCached:       8192 kB
Active:         118492 kB
Inactive:        92224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806736 kB
SwapTotal:     4192956 kB
SwapFree:      4179040 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          15272 kB
Slab:            24468 kB
Committed_AS:   680532 kB
PageTables:       1460 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= 66559 MiB

End job on node63 on Tue Feb 27 14:48:05 UTC 2007