Trace number 1730164

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) 1201.3 1198.01

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
grid-pebbling-sat-grid-pbl-0300.sat05-1341.sat05-1341.reshuffled-07.cnf
MD5SUMe899c85929b7de69ebfb14f0dad93191
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.53577
Satisfiable
(Un)Satisfiability was proved
Number of variables90300
Number of clauses179701
Sum of the clauses size718198
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2300
Number of clauses of size 30
Number of clauses of size 4179399
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.14/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.32	c See www.sat4j.org for details.
0.14/0.33	c version 2.1.0.v20090228
0.14/0.33	c sun.arch.data.model	32
0.14/0.33	c java.version	1.6.0_12
0.14/0.33	c os.name	Linux
0.14/0.33	c os.version	2.6.9-22.EL.rootsmp
0.14/0.33	c os.arch	i386
0.14/0.33	c Free memory 1651659224
0.14/0.33	c Max memory 1654456320
0.14/0.33	c Total memory 1654456320
0.14/0.33	c Number of processors 2
0.14/0.37	c c --- Begin Solver configuration ---
0.14/0.37	c Stops conflict analysis at the first Unique Implication Point
0.14/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.14/0.37	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.14/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.14/0.37	c Expensive reason simplification
0.14/0.37	c Armin Biere (Picosat) restarts strategy
0.14/0.37	c timeout=2147483647s
0.14/0.37	c DB Simplification allowed=true
0.14/0.37	c --- End Solver configuration ---
0.14/0.37	c solving HOME/instance-1730164-1240756715.cnf
0.14/0.37	c reading problem ... 
1.18/1.26	c ... done. Wall clock time 0.886s.
1.18/1.26	c #vars     90300
1.18/1.26	c #constraints  179701
1.18/1.26	c constraints type 
1.18/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 179399
1.18/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 300
1200.03/1197.31	c starts		: 1760
1200.03/1197.31	c conflicts		: 2800280
1200.03/1197.31	c decisions		: 230686694
1200.03/1197.31	c propagations		: 305639734
1200.03/1197.31	c inspects		: 1351273728
1200.03/1197.31	c learnt literals	: 0
1200.03/1197.31	c learnt binary clauses	: 3689
1200.03/1197.31	c learnt ternary clauses	: 14880
1200.03/1197.31	c learnt clauses	: 2800280
1200.03/1197.31	c ignored clauses	: 0
1200.03/1197.31	c root simplifications	: 1760
1200.03/1197.31	c removed literals (reason simplification)	: 1004201
1200.03/1197.31	c reason swapping (by a shorter reason)	: 0
1200.03/1197.31	c Calls to reduceDB	: 0
1200.03/1197.31	c speed (assignments/second)	: 255540.77703914457
1200.03/1197.31	c non guided choices	212926652
1201.02/1197.86	c learnt constraints type 
1201.02/1197.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3689
1201.02/1197.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2796662
1201.02/1197.86	s UNKNOWN
1201.02/1197.86	c Total wall clock time (in seconds) : 1196.941

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-1730164-1240756715/watcher-1730164-1240756715 -o /tmp/evaluation-result-1730164-1240756715/solver-1730164-1240756715 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730164-1240756715.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: 0.99 0.98 0.99 1/65 19338
/proc/meminfo: memFree=1812208/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=152 CPUtime=0
/proc/19338/stat : 19338 (java6) D 19336 19338 18993 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 103701249 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 6378276 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/19338/statm: 38 26 19 9 0 4 0

[startup+0.0274779 s]
/proc/loadavg: 0.99 0.98 0.99 1/65 19338
/proc/meminfo: memFree=1812208/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=200 CPUtime=0
/proc/19338/stat : 19338 (java6) D 19336 19338 18993 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 103701249 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 6378404 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19338/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.10149 s]
/proc/loadavg: 0.99 0.98 0.99 1/65 19338
/proc/meminfo: memFree=1812208/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=13372 CPUtime=0.02
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 789 0 15 0 0 2 0 0 18 0 2 0 103701249 13692928 585 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 3343 585 267 9 0 1198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13372

[startup+0.301515 s]
/proc/loadavg: 0.99 0.98 0.99 1/65 19338
/proc/meminfo: memFree=1812208/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1780924 CPUtime=0.14
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 4024 0 29 0 9 5 0 0 18 0 12 0 103701249 1823666176 3795 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 445231 3795 1073 9 0 442578 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780924

[startup+0.701563 s]
/proc/loadavg: 0.99 0.98 0.99 1/65 19338
/proc/meminfo: memFree=1812208/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1782600 CPUtime=0.67
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 9014 0 30 0 59 8 0 0 18 0 12 0 103701249 1825382400 8776 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 445650 8776 1374 9 0 442997 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1782600

[startup+1.50265 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19350
/proc/meminfo: memFree=1768272/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1782924 CPUtime=1.62
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 12759 0 30 0 152 10 0 0 18 0 13 0 103701249 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 445731 12520 1394 9 0 443078 0
[pid=19338/tid=19340] ppid=19336 vsize=1782924 CPUtime=1.17
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 11304 0 14 0 110 7 0 0 19 0 13 0 103701258 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 103701266 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103701266 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103701270 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 103701270 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1782924 CPUtime=0.22
/proc/19338/task/19347/stat : 19347 (java) R 19336 19338 18993 0 -1 64 224 0 0 0 22 0 0 0 16 0 13 0 103701275 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 105593234 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1782924 CPUtime=0.2
/proc/19338/task/19348/stat : 19348 (java) R 19336 19338 18993 0 -1 64 501 0 1 0 20 0 0 0 16 0 13 0 103701275 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 103334609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1782924 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1825714176 12520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1782924

[startup+3.10183 s]
/proc/loadavg: 1.15 1.02 1.01 2/78 19351
/proc/meminfo: memFree=1757640/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1784676 CPUtime=3.47
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 13275 0 30 0 337 10 0 0 18 0 13 0 103701249 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446169 12908 1409 9 0 443516 0
[pid=19338/tid=19340] ppid=19336 vsize=1784676 CPUtime=2.67
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 11336 0 14 0 260 7 0 0 21 0 13 0 103701258 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4109513837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 103701266 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103701266 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103701270 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 103701270 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1784676 CPUtime=0.37
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 455 0 0 0 37 0 0 0 16 0 13 0 103701275 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1784676 CPUtime=0.39
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 754 0 1 0 39 0 0 0 16 0 13 0 103701275 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1784676 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1827508224 12908 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1784676

[startup+6.30219 s]
/proc/loadavg: 1.15 1.02 1.01 2/78 19351
/proc/meminfo: memFree=1757256/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1784412 CPUtime=6.76
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 13475 0 30 0 665 11 0 0 18 0 13 0 103701249 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446103 12976 1411 9 0 443450 0
[pid=19338/tid=19340] ppid=19336 vsize=1784412 CPUtime=5.83
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 11466 0 14 0 576 7 0 0 25 0 13 0 103701258 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4109513851 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 103701266 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103701266 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103701270 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 103701270 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1784412 CPUtime=0.37
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 455 0 0 0 37 0 0 0 16 0 13 0 103701275 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1784412 CPUtime=0.5
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 824 0 1 0 50 0 0 0 16 0 13 0 103701275 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1827237888 12976 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 1784412

[startup+12.7019 s]
/proc/loadavg: 1.13 1.02 1.00 2/78 19353
/proc/meminfo: memFree=1754832/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1784412 CPUtime=13.22
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 14213 0 30 0 1311 11 0 0 18 0 13 0 103701249 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446103 13632 1411 9 0 443450 0
[pid=19338/tid=19340] ppid=19336 vsize=1784412 CPUtime=12.21
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 12101 0 14 0 1213 8 0 0 25 0 13 0 103701258 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4109559284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 103701266 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103701266 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103701270 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 103701270 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1784412 CPUtime=0.4
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 465 0 0 0 40 0 0 0 17 0 13 0 103701275 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1784412 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 13 0 103701275 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1827237888 13632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 1784412

[startup+25.5023 s]
/proc/loadavg: 1.11 1.01 1.00 2/78 19353
/proc/meminfo: memFree=1748752/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1784412 CPUtime=26.02
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 15729 0 30 0 2590 12 0 0 18 0 13 0 103701249 1827237888 15148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446103 15148 1411 9 0 443450 0
[pid=19338/tid=19340] ppid=19336 vsize=1784412 CPUtime=25
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 13616 0 14 0 2492 8 0 0 25 0 13 0 103701258 1827237888 15148 1992294400 134512640 134550932 4294955984 18446744073709551615 4109600463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 103701266 1827237888 15148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 103701266 1827237888 15148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1784412 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103701270 1827237888 15148 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=19338/tid=19345] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1786340 CPUtime=0.42
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 466 0 0 0 42 0 0 0 17 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1786340 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.05
Current children cumulated vsize (KiB) 1786340

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 19353
/proc/meminfo: memFree=1149520/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1786340 CPUtime=1185.03
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 181809 0 30 0 118409 94 0 0 18 0 13 0 103701249 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446585 164490 1418 9 0 443932 0
[pid=19338/tid=19340] ppid=19336 vsize=1786340 CPUtime=1178.89
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 37538 0 14 0 117863 26 0 0 25 0 13 0 103701258 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4109518953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1786340 CPUtime=2.57
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 74223 0 0 0 224 33 0 0 23 0 13 0 103701266 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1786340 CPUtime=2.52
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 67933 0 0 0 222 30 0 0 16 0 13 0 103701266 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1786340 CPUtime=0.42
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 466 0 0 0 42 0 0 0 17 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1786340 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1185.03
Current children cumulated vsize (KiB) 1786340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1197.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 19353
/proc/meminfo: memFree=1149520/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1786340 CPUtime=1200.03
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 181809 0 30 0 119909 94 0 0 18 0 13 0 103701249 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446585 164490 1418 9 0 443932 0
[pid=19338/tid=19340] ppid=19336 vsize=1786340 CPUtime=1193.89
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 37538 0 14 0 119363 26 0 0 25 0 13 0 103701258 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4109543203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1786340 CPUtime=2.57
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 74223 0 0 0 224 33 0 0 23 0 13 0 103701266 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1786340 CPUtime=2.52
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 67933 0 0 0 222 30 0 0 16 0 13 0 103701266 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 103701270 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1786340 CPUtime=0.42
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 466 0 0 0 42 0 0 0 17 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1786340 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103701275 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1786340 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103701383 1829212160 164490 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1786340

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

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

[startup+1197.41 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 19353
/proc/meminfo: memFree=1149520/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1786988 CPUtime=1200.24
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 181830 0 30 0 119930 94 0 0 16 0 15 0 103701249 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446747 164511 1418 9 0 444094 0
[pid=19338/tid=19340] ppid=19336 vsize=1786988 CPUtime=1193.99
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 37538 0 14 0 119373 26 0 0 25 0 15 0 103701258 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4109529800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1786988 CPUtime=2.57
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 74223 0 0 0 224 33 0 0 23 0 15 0 103701266 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1786988 CPUtime=2.52
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 67933 0 0 0 222 30 0 0 16 0 15 0 103701266 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1786988 CPUtime=0.46
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 468 0 0 0 46 0 0 0 17 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1786988 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 15 0 103701383 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.24
Current children cumulated vsize (KiB) 1786988

[startup+1197.8 s]
/proc/loadavg: 1.05 1.01 1.00 3/81 19356
/proc/meminfo: memFree=1149368/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=1786988 CPUtime=1201.02
/proc/19338/stat : 19338 (java) S 19336 19338 18993 0 -1 0 181830 0 30 0 120008 94 0 0 16 0 15 0 103701249 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 446747 164511 1418 9 0 444094 0
[pid=19338/tid=19340] ppid=19336 vsize=1786988 CPUtime=1194.39
/proc/19338/task/19340/stat : 19340 (java) R 19336 19338 18993 0 -1 64 37538 0 14 0 119413 26 0 0 25 0 15 0 103701258 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4109533373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19341] ppid=19336 vsize=1786988 CPUtime=2.57
/proc/19338/task/19341/stat : 19341 (java) S 19336 19338 18993 0 -1 64 74223 0 0 0 224 33 0 0 23 0 15 0 103701266 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19342] ppid=19336 vsize=1786988 CPUtime=2.52
/proc/19338/task/19342/stat : 19342 (java) S 19336 19338 18993 0 -1 64 67933 0 0 0 222 30 0 0 16 0 15 0 103701266 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19343] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19343/stat : 19343 (java) S 19336 19338 18993 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19344] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19344/stat : 19344 (java) S 19336 19338 18993 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19345] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19345/stat : 19345 (java) S 19336 19338 18993 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 103701270 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19346] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19346/stat : 19346 (java) S 19336 19338 18993 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19347] ppid=19336 vsize=1786988 CPUtime=0.46
/proc/19338/task/19347/stat : 19347 (java) S 19336 19338 18993 0 -1 64 468 0 0 0 46 0 0 0 17 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19348] ppid=19336 vsize=1786988 CPUtime=0.55
/proc/19338/task/19348/stat : 19348 (java) S 19336 19338 18993 0 -1 64 917 0 1 0 55 0 0 0 16 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19338/tid=19349] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19349/stat : 19349 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 24 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19350] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19350/stat : 19350 (java) S 19336 19338 18993 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 103701275 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19351] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19351/stat : 19351 (java) S 19336 19338 18993 0 -1 64 3 0 0 0 0 0 0 0 19 0 15 0 103701383 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19355] ppid=19336 vsize=1786988 CPUtime=0
/proc/19338/task/19355/stat : 19355 (java) S 19336 19338 18993 0 -1 64 9 0 0 0 0 0 0 0 19 0 15 0 103820981 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19338/tid=19356] ppid=19336 vsize=1786988 CPUtime=0.45
/proc/19338/task/19356/stat : 19356 (java) R 19336 19338 18993 0 -1 64 6 0 0 0 45 0 0 0 23 0 15 0 103820981 1829875712 164511 1992294400 134512640 134550932 4294955984 18446744073709551615 4109735181 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1201.02
Current children cumulated vsize (KiB) 1786988

[startup+1198 s]
/proc/loadavg: 1.05 1.01 1.00 3/81 19356
/proc/meminfo: memFree=1149368/2055920 swapFree=4181508/4192956
[pid=19338] ppid=19336 vsize=0 CPUtime=1201.27
/proc/19338/stat : 19338 (java) Z 19336 19338 18993 0 -1 1036 181833 0 30 0 120024 103 0 0 15 0 2 0 103701249 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1201.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.01
CPU time (s): 1201.3
CPU user time (s): 1200.25
CPU system time (s): 1.04884
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 1786988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.25
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181833
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24824
involuntary context switches= 3925

runsolver used 1.44978 second user time and 2.93055 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-26 16:38:36
IDJOB=1730164
IDBENCH=24723
IDSOLVER=500
FILE ID=node86/1730164-1240756715
PBS_JOBID= 9187053
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/grid-pebbling-sat-grid-pbl-0300.sat05-1341.sat05-1341.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730164-1240756715/watcher-1730164-1240756715 -o /tmp/evaluation-result-1730164-1240756715/solver-1730164-1240756715 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730164-1240756715.cnf

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

MD5SUM BENCH= e899c85929b7de69ebfb14f0dad93191
RANDOM SEED=1975968955

node86.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1812624 kB
Buffers:         27796 kB
Cached:         145396 kB
SwapCached:       5376 kB
Active:          22144 kB
Inactive:       159408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812624 kB
SwapTotal:     4192956 kB
SwapFree:      4181508 kB
Dirty:            4992 kB
Writeback:           0 kB
Mapped:          14044 kB
Slab:            47616 kB
Committed_AS:   429180 kB
PageTables:       1464 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= 66216 MiB
End job on node86 at 2009-04-26 16:58:35