Trace number 1561259

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.34 1200.92

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_7_4_8_cmp.cnf
MD5SUMd839e5ec929f609c698ac596e6e9f69b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables1617
Number of clauses14513
Sum of the clauses size47145
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23056
Number of clauses of size 38550
Number of clauses of size 4932
Number of clauses of size 51825
Number of clauses of size over 5150

Solver Data

0.15/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.42	c See www.sat4j.org for details.
0.15/0.43	c version 2.1.0.v20090228
0.15/0.44	c sun.arch.data.model	32
0.15/0.44	c java.version	1.6.0_12
0.15/0.44	c os.name	Linux
0.15/0.44	c os.version	2.6.9-22.EL.rootsmp
0.15/0.44	c os.arch	i386
0.15/0.44	c Free memory 1651659224
0.15/0.44	c Max memory 1654456320
0.15/0.44	c Total memory 1654456320
0.15/0.44	c Number of processors 2
0.24/0.51	c c --- Begin Solver configuration ---
0.24/0.51	c Stops conflict analysis at the first Unique Implication Point
0.24/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.24/0.51	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.24/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.24/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.24/0.51	c Expensive reason simplification
0.24/0.51	c Armin Biere (Picosat) restarts strategy
0.24/0.51	c timeout=2147483647s
0.24/0.51	c DB Simplification allowed=true
0.24/0.51	c --- End Solver configuration ---
0.24/0.51	c solving HOME/instance-1561259-1238764045.cnf
0.24/0.51	c reading problem ... 
0.44/0.77	c ... done. Wall clock time 0.258s.
0.44/0.77	c #vars     1617
0.44/0.77	c #constraints  14513
0.44/0.77	c constraints type 
0.44/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11457
0.44/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3056
1200.01/1200.72	c starts		: 526
1200.01/1200.72	c conflicts		: 184629
1200.01/1200.72	c decisions		: 449514
1200.01/1200.72	c propagations		: 27393210
1200.01/1200.72	c inspects		: 3071506639
1200.01/1200.72	c learnt literals	: 4
1200.01/1200.72	c learnt binary clauses	: 231
1200.01/1200.72	c learnt ternary clauses	: 1067
1200.01/1200.72	c learnt clauses	: 177461
1200.01/1200.72	c ignored clauses	: 7164
1200.01/1200.72	c root simplifications	: 530
1200.01/1200.72	c removed literals (reason simplification)	: 5039795
1200.01/1200.72	c reason swapping (by a shorter reason)	: 0
1200.01/1200.72	c Calls to reduceDB	: 0
1200.01/1200.72	c speed (assignments/second)	: 22828.751175054836
1200.01/1200.72	c non guided choices	2457
1200.19/1200.84	c learnt constraints type 
1200.19/1200.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 229
1200.19/1200.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177232
1200.19/1200.84	s UNKNOWN
1200.19/1200.84	c Total wall clock time (in seconds) : 1200.204

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1561259-1238764045/watcher-1561259-1238764045 -o /tmp/evaluation-result-1561259-1238764045/solver-1561259-1238764045 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1561259-1238764045.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): 1800 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: 2.00 2.00 2.00 4/85 12441
/proc/meminfo: memFree=1820040/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=18576 CPUtime=0
/proc/12441/stat : 12441 (runsolver) R 12439 12441 12274 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1149065489 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12441/statm: 4644 292 257 26 0 2626 0

[startup+0.0279901 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12441
/proc/meminfo: memFree=1820040/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1472 CPUtime=0
/proc/12441/stat : 12441 (java6) D 12439 12441 12274 0 -1 0 98 0 1 0 0 0 0 0 18 0 1 0 1149065489 1507328 72 1992294400 134512640 134550932 4294956176 18446744073709551615 9018128 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12441/statm: 368 72 52 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.101998 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12441
/proc/meminfo: memFree=1820040/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=12928 CPUtime=0.01
/proc/12441/stat : 12441 (java) R 12439 12441 12274 0 -1 0 370 0 13 0 0 1 0 0 18 0 1 0 1149065489 13238272 190 1992294400 134512640 134550932 4294956000 18446744073709551615 8385322 0 0 4096 0 0 0 0 17 0 0 0
/proc/12441/statm: 3232 190 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.302014 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12441
/proc/meminfo: memFree=1820040/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1778560 CPUtime=0.08
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 3554 0 45 0 3 5 0 0 18 0 7 0 1149065489 1821245440 3343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 444640 3343 1029 9 0 441991 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778560

[startup+0.701054 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 12441
/proc/meminfo: memFree=1820040/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1782056 CPUtime=0.44
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 5191 0 45 0 38 6 0 0 18 0 12 0 1149065489 1824825344 4933 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445514 4933 1367 9 0 442861 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1782056

[startup+1.50213 s]
/proc/loadavg: 2.00 2.00 2.00 5/98 12454
/proc/meminfo: memFree=1792544/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783948 CPUtime=1.24
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 7089 0 45 0 117 7 0 0 18 0 13 0 1149065489 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445987 5675 1407 9 0 443334 0
[pid=12441/tid=12443] ppid=12439 vsize=1783948 CPUtime=0.46
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 4141 0 12 0 43 3 0 0 25 0 13 0 1149065503 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783948 CPUtime=0.74
/proc/12441/task/12451/stat : 12451 (java) R 12439 12441 12274 0 -1 64 2223 0 0 0 73 1 0 0 18 0 13 0 1149065524 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 104063265 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826762752 5675 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1783948

[startup+3.10229 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1790944/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783948 CPUtime=2.84
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 7925 0 45 0 276 8 0 0 18 0 13 0 1149065489 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445987 6455 1411 9 0 443334 0
[pid=12441/tid=12443] ppid=12439 vsize=1783948 CPUtime=1.91
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 4907 0 12 0 187 4 0 0 25 0 13 0 1149065503 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4109514877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1149065516 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783948 CPUtime=0.89
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2293 0 0 0 88 1 0 0 16 0 13 0 1149065524 1826762752 6455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826762752 6456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826762752 6456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783948 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826762752 6456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1783948

[startup+6.30161 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1785888/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=6.05
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 8885 0 45 0 596 9 0 0 18 0 13 0 1149065489 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 7271 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=5.08
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 5864 0 12 0 504 4 0 0 25 0 13 0 1149065503 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4109479768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.91
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2296 0 0 0 90 1 0 0 17 0 13 0 1149065524 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 7271 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1783380

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1781472/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=12.44
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 9951 0 45 0 1234 10 0 0 18 0 13 0 1149065489 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 8337 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=11.49
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 6930 0 12 0 1143 6 0 0 25 0 13 0 1149065503 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4109514698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.91
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2296 0 0 0 90 1 0 0 17 0 13 0 1149065524 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 8337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1783380

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1775904/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=25.23
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 11302 0 45 0 2512 11 0 0 18 0 13 0 1149065489 1826181120 9688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 9688 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=24.28
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 8281 0 12 0 2421 7 0 0 25 0 13 0 1149065503 1826181120 9688 1992294400 134512640 134550932 4294956000 18446744073709551615 4109562828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 9688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 9688 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.94
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2297 0 0 0 93 1 0 0 17 0 13 0 1149065524 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 33651 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 1783380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1676128/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=1121.63
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 36023 0 45 0 112127 36 0 0 18 0 13 0 1149065489 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 34407 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=1120.65
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 33001 0 12 0 112033 32 0 0 25 0 13 0 1149065503 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4109556991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.94
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2297 0 0 0 93 1 0 0 17 0 13 0 1149065524 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 34407 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 1783380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1673056/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=1181.61
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 36813 0 45 0 118124 37 0 0 18 0 13 0 1149065489 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 35197 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=1180.64
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 33791 0 12 0 118031 33 0 0 25 0 13 0 1149065503 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4109562851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.94
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2297 0 0 0 93 1 0 0 17 0 13 0 1149065524 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 35197 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 1783380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1672160/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1783380 CPUtime=1200.01
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 37002 0 45 0 119964 37 0 0 18 0 13 0 1149065489 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 445845 35386 1411 9 0 443192 0
[pid=12441/tid=12443] ppid=12439 vsize=1783380 CPUtime=1199.03
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 33980 0 12 0 119870 33 0 0 25 0 13 0 1149065503 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4109562818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1149065512 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1149065512 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149065516 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1149065516 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1149065516 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1149065524 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1783380 CPUtime=0.94
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2297 0 0 0 93 1 0 0 17 0 13 0 1149065524 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1149065524 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149065524 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1783380 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149065568 1826181120 35386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1783380

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

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

[startup+1200.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1672160/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=1784028 CPUtime=1200.19
/proc/12441/stat : 12441 (java) S 12439 12441 12274 0 -1 0 37029 0 45 0 119982 37 0 0 16 0 15 0 1149065489 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12441/statm: 446007 35413 1411 9 0 443354 0
[pid=12441/tid=12443] ppid=12439 vsize=1784028 CPUtime=1199.14
/proc/12441/task/12443/stat : 12443 (java) R 12439 12441 12274 0 -1 64 33980 0 12 0 119881 33 0 0 25 0 15 0 1149065503 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4109556991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12444] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12444/stat : 12444 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 19 0 15 0 1149065512 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12445] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12445/stat : 12445 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 1149065512 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12446] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12446/stat : 12446 (java) S 12439 12441 12274 0 -1 64 2 0 0 0 0 0 0 0 16 0 15 0 1149065516 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12447] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12447/stat : 12447 (java) S 12439 12441 12274 0 -1 64 10 0 0 0 0 0 0 0 21 0 15 0 1149065516 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12448] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12448/stat : 12448 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 1149065516 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12449] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12449/stat : 12449 (java) S 12439 12441 12274 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 1149065524 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12441/tid=12450] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12450/stat : 12450 (java) S 12439 12441 12274 0 -1 64 13 0 0 0 0 0 0 0 22 0 15 0 1149065524 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12451] ppid=12439 vsize=1784028 CPUtime=0.97
/proc/12441/task/12451/stat : 12451 (java) S 12439 12441 12274 0 -1 64 2301 0 0 0 96 1 0 0 16 0 15 0 1149065524 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12441/tid=12452] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12452/stat : 12452 (java) S 12439 12441 12274 0 -1 64 1 0 0 0 0 0 0 0 22 0 15 0 1149065524 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12453] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12453/stat : 12453 (java) S 12439 12441 12274 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 1149065524 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12441/tid=12454] ppid=12439 vsize=1784028 CPUtime=0
/proc/12441/task/12454/stat : 12454 (java) S 12439 12441 12274 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 1149065568 1826844672 35413 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 1784028

[startup+1200.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 12454
/proc/meminfo: memFree=1672160/2055920 swapFree=4170404/4192956
[pid=12441] ppid=12439 vsize=0 CPUtime=1200.31
/proc/12441/stat : 12441 (java) Z 12439 12441 12274 0 -1 1036 37034 0 45 0 119993 38 0 0 16 0 2 0 1149065489 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12441/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.92
CPU time (s): 1200.34
CPU user time (s): 1199.94
CPU system time (s): 0.402938
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 1784348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37034
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25132
involuntary context switches= 28339

runsolver used 2.08568 second user time and 4.50131 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 15:07:25
IDJOB=1561259
IDBENCH=70912
IDSOLVER=500
FILE ID=node70/1561259-1238764045
PBS_JOBID= 9085506
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_7_4_8_cmp.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561259-1238764045/watcher-1561259-1238764045 -o /tmp/evaluation-result-1561259-1238764045/solver-1561259-1238764045 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1561259-1238764045.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d839e5ec929f609c698ac596e6e9f69b
RANDOM SEED=515791286

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

/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.234
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.234
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:       1820520 kB
Buffers:         33720 kB
Cached:         122920 kB
SwapCached:       8328 kB
Active:          61580 kB
Inactive:       104864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820520 kB
SwapTotal:     4192956 kB
SwapFree:      4170404 kB
Dirty:             440 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            53112 kB
Committed_AS:  2261316 kB
PageTables:       2556 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= 66480 MiB
End job on node70 at 2009-04-03 15:27:28