Trace number 1555227

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.35 1200.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark569.762
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.15/0.61	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/0.61	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.61	c See www.sat4j.org for details.
0.15/0.62	c version 2.1.0.v20090228
0.15/0.62	c sun.arch.data.model	32
0.15/0.62	c java.version	1.6.0_12
0.15/0.62	c os.name	Linux
0.15/0.62	c os.version	2.6.9-22.EL.rootsmp
0.15/0.62	c os.arch	i386
0.15/0.62	c Free memory 1651659224
0.15/0.62	c Max memory 1654456320
0.15/0.62	c Total memory 1654456320
0.15/0.62	c Number of processors 2
0.15/0.67	c c --- Begin Solver configuration ---
0.15/0.67	c Stops conflict analysis at the first Unique Implication Point
0.15/0.67	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.15/0.67	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.67	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.15/0.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.15/0.67	c Expensive reason simplification
0.15/0.67	c Armin Biere (Picosat) restarts strategy
0.15/0.67	c timeout=2147483647s
0.15/0.67	c DB Simplification allowed=true
0.15/0.67	c --- End Solver configuration ---
0.15/0.67	c solving HOME/instance-1555227-1238738654.cnf
0.15/0.67	c reading problem ... 
0.58/0.98	c ... done. Wall clock time 0.312s.
0.58/0.98	c #vars     23696
0.58/0.98	c #constraints  70703
0.58/0.98	c constraints type 
0.58/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23567
0.58/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47134
1200.04/1199.81	c starts		: 561
1200.04/1199.81	c conflicts		: 210150
1200.04/1199.81	c decisions		: 842862
1200.04/1199.81	c propagations		: 380217966
1200.04/1199.81	c inspects		: 2037666218
1200.04/1199.81	c learnt literals	: 19
1200.04/1199.81	c learnt binary clauses	: 1587
1200.04/1199.81	c learnt ternary clauses	: 2478
1200.04/1199.81	c learnt clauses	: 210131
1200.04/1199.81	c ignored clauses	: 0
1200.04/1199.81	c root simplifications	: 580
1200.04/1199.81	c removed literals (reason simplification)	: 31361963
1200.04/1199.81	c reason swapping (by a shorter reason)	: 0
1200.04/1199.81	c Calls to reduceDB	: 0
1200.04/1199.81	c speed (assignments/second)	: 317158.35299142165
1200.04/1199.81	c non guided choices	2579
1200.24/1199.92	c learnt constraints type 
1200.24/1199.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1584
1200.24/1199.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 208556
1200.24/1199.92	s UNKNOWN
1200.24/1199.92	c Total wall clock time (in seconds) : 1199.141

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-1555227-1238738654/watcher-1555227-1238738654 -o /tmp/evaluation-result-1555227-1238738654/solver-1555227-1238738654 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1555227-1238738654.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 3/68 22411
/proc/meminfo: memFree=1756800/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=18576 CPUtime=0
/proc/22411/stat : 22411 (runsolver) D 22409 22411 21884 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1146527060 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22411/statm: 4644 292 257 26 0 2626 0

[startup+0.0513079 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 22411
/proc/meminfo: memFree=1756800/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=200 CPUtime=0
/proc/22411/stat : 22411 (java6) D 22409 22411 21884 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 1146527060 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 9286436 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/22411/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101979 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 22411
/proc/meminfo: memFree=1756800/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1472 CPUtime=0
/proc/22411/stat : 22411 (java6) D 22409 22411 21884 0 -1 0 97 0 8 0 0 0 0 0 18 0 1 0 1146527060 1507328 78 1992294400 134512640 134550932 4294956176 18446744073709551615 10186640 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22411/statm: 368 78 58 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301999 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 22411
/proc/meminfo: memFree=1756800/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=12928 CPUtime=0.01
/proc/22411/stat : 22411 (java) D 22409 22411 21884 0 -1 0 355 0 20 0 0 1 0 0 18 0 1 0 1146527060 13238272 182 1992294400 134512640 134550932 4294956000 18446744073709551615 9257770 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22411/statm: 3232 182 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.701054 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 22411
/proc/meminfo: memFree=1756800/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1783316 CPUtime=0.28
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 5200 0 61 0 22 6 0 0 18 0 12 0 1146527060 1826115584 4997 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 445829 4997 1338 9 0 443176 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1783316

[startup+1.50214 s]
/proc/loadavg: 0.99 0.98 0.99 4/80 22423
/proc/meminfo: memFree=1722848/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785416 CPUtime=1.56
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 8059 0 61 0 148 8 0 0 18 0 13 0 1146527060 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446354 7736 1404 9 0 443701 0
[pid=22411/tid=22413] ppid=22409 vsize=1785416 CPUtime=0.79
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 5910 0 11 0 74 5 0 0 24 0 13 0 1146527098 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4109551668 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1146527104 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1146527104 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1146527107 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 1146527108 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1146527108 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785416 CPUtime=0.35
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 512 0 0 0 35 0 0 0 16 0 13 0 1146527115 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785416 CPUtime=0.38
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 942 0 0 0 38 0 0 0 16 0 13 0 1146527115 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785416 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1146527115 1828265984 7736 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1785416

[startup+3.10231 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1719192/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1786440 CPUtime=3.3
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 8212 0 61 0 322 8 0 0 18 0 13 0 1146527060 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446610 7887 1411 9 0 443957 0
[pid=22411/tid=22413] ppid=22409 vsize=1786440 CPUtime=2.36
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 5994 0 11 0 231 5 0 0 22 0 13 0 1146527098 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4109596993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1146527104 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1146527104 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1146527107 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 1146527108 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1146527108 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1786440 CPUtime=0.47
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 578 0 0 0 47 0 0 0 16 0 13 0 1146527115 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1786440 CPUtime=0.43
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 945 0 0 0 43 0 0 0 16 0 13 0 1146527115 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1146527115 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1786440 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1829314560 7887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1786440

[startup+6.30166 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1717912/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1784536 CPUtime=6.52
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 8438 0 61 0 644 8 0 0 18 0 13 0 1146527060 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446134 7827 1411 9 0 443481 0
[pid=22411/tid=22413] ppid=22409 vsize=1784536 CPUtime=5.56
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 6219 0 11 0 550 6 0 0 25 0 13 0 1146527098 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1146527104 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1146527104 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 1146527108 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1146527108 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1784536 CPUtime=0.5
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 578 0 0 0 50 0 0 0 16 0 13 0 1146527115 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1784536 CPUtime=0.43
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 945 0 0 0 43 0 0 0 16 0 13 0 1146527115 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827364864 7827 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 1784536

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 3/81 22424
/proc/meminfo: memFree=1717272/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1784536 CPUtime=12.93
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 8862 0 61 0 1285 8 0 0 18 0 13 0 1146527060 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446134 8251 1411 9 0 443481 0
[pid=22411/tid=22413] ppid=22409 vsize=1784536 CPUtime=11.95
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 6643 0 11 0 1189 6 0 0 25 0 13 0 1146527098 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1146527104 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1146527104 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 1146527108 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1146527108 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1784536 CPUtime=0.51
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 578 0 0 0 51 0 0 0 16 0 13 0 1146527115 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1784536 CPUtime=0.43
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 945 0 0 0 43 0 0 0 16 0 13 0 1146527115 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1784536 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827364864 8251 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 1784536

[startup+25.5028 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1713368/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785112 CPUtime=25.78
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 9983 0 61 0 2568 10 0 0 18 0 13 0 1146527060 1827954688 9204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446278 9204 1411 9 0 443625 0
[pid=22411/tid=22413] ppid=22409 vsize=1785112 CPUtime=24.7
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 7605 0 11 0 2463 7 0 0 25 0 13 0 1146527098 1827954688 9204 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1146527104 1827954688 9204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1146527104 1827954688 9204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 9204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785112 CPUtime=0.58
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 724 0 0 0 58 0 0 0 16 0 13 0 1146527115 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785112 CPUtime=0.48
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 958 0 0 0 48 0 0 0 17 0 13 0 1146527115 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827954688 67902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.59
Current children cumulated vsize (KiB) 1785112

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1477720/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785112 CPUtime=1062.57
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 76568 0 61 0 106197 60 0 0 18 0 13 0 1146527060 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446278 67906 1420 9 0 443625 0
[pid=22411/tid=22413] ppid=22409 vsize=1785112 CPUtime=1060.98
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 37545 0 11 0 106059 39 0 0 25 0 13 0 1146527098 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 16843 0 0 0 15 8 0 0 16 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 19795 0 0 0 14 9 0 0 19 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785112 CPUtime=0.58
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 724 0 0 0 58 0 0 0 16 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785112 CPUtime=0.48
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 958 0 0 0 48 0 0 0 17 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 1785112

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1477720/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785112 CPUtime=1122.55
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 76568 0 61 0 112195 60 0 0 18 0 13 0 1146527060 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446278 67906 1420 9 0 443625 0
[pid=22411/tid=22413] ppid=22409 vsize=1785112 CPUtime=1120.97
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 37545 0 11 0 112058 39 0 0 25 0 13 0 1146527098 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 16843 0 0 0 15 8 0 0 16 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 19795 0 0 0 14 9 0 0 19 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785112 CPUtime=0.58
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 724 0 0 0 58 0 0 0 16 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785112 CPUtime=0.48
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 958 0 0 0 48 0 0 0 17 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (KiB) 1785112

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1477720/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785112 CPUtime=1182.54
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 76568 0 61 0 118194 60 0 0 18 0 13 0 1146527060 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446278 67906 1420 9 0 443625 0
[pid=22411/tid=22413] ppid=22409 vsize=1785112 CPUtime=1180.95
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 37545 0 11 0 118056 39 0 0 25 0 13 0 1146527098 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 16843 0 0 0 15 8 0 0 16 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 19795 0 0 0 14 9 0 0 19 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785112 CPUtime=0.58
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 724 0 0 0 58 0 0 0 16 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785112 CPUtime=0.48
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 958 0 0 0 48 0 0 0 17 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 1785112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 22424
/proc/meminfo: memFree=1477720/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=1785112 CPUtime=1200.04
/proc/22411/stat : 22411 (java) S 22409 22411 21884 0 -1 0 76568 0 61 0 119944 60 0 0 18 0 13 0 1146527060 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22411/statm: 446278 67906 1420 9 0 443625 0
[pid=22411/tid=22413] ppid=22409 vsize=1785112 CPUtime=1198.45
/proc/22411/task/22413/stat : 22413 (java) R 22409 22411 21884 0 -1 64 37545 0 11 0 119806 39 0 0 25 0 13 0 1146527098 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22414] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22414/stat : 22414 (java) S 22409 22411 21884 0 -1 64 16843 0 0 0 15 8 0 0 16 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22415] ppid=22409 vsize=1785112 CPUtime=0.23
/proc/22411/task/22415/stat : 22415 (java) S 22409 22411 21884 0 -1 64 19795 0 0 0 14 9 0 0 19 0 13 0 1146527104 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22416] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22416/stat : 22416 (java) S 22409 22411 21884 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1146527107 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22417] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22417/stat : 22417 (java) S 22409 22411 21884 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22418] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22418/stat : 22418 (java) S 22409 22411 21884 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1146527108 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22419] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22419/stat : 22419 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22420] ppid=22409 vsize=1785112 CPUtime=0.58
/proc/22411/task/22420/stat : 22420 (java) S 22409 22411 21884 0 -1 64 724 0 0 0 58 0 0 0 16 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22421] ppid=22409 vsize=1785112 CPUtime=0.48
/proc/22411/task/22421/stat : 22421 (java) S 22409 22411 21884 0 -1 64 958 0 0 0 48 0 0 0 17 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22411/tid=22422] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22422/stat : 22422 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22423] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22423/stat : 22423 (java) S 22409 22411 21884 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1146527115 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22411/tid=22424] ppid=22409 vsize=1785112 CPUtime=0
/proc/22411/task/22424/stat : 22424 (java) S 22409 22411 21884 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1146527168 1827954688 67906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1785112

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

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

[startup+1200 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 22427
/proc/meminfo: memFree=1734672/2055920 swapFree=4176224/4192956
[pid=22411] ppid=22409 vsize=0 CPUtime=1200.34
/proc/22411/stat : 22411 (java) Z 22409 22411 21884 0 -1 1036 76738 0 61 0 119970 64 0 0 15 0 2 0 1146527060 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22411/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.01
CPU time (s): 1200.35
CPU user time (s): 1199.7
CPU system time (s): 0.650901
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 1786440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.7
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76738
page faults= 61
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25045
involuntary context switches= 2021

runsolver used 1.2998 second user time and 3.10953 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-03 08:04:14
IDJOB=1555227
IDBENCH=70796
IDSOLVER=500
FILE ID=node59/1555227-1238738654
PBS_JOBID= 9085334
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=1416003895

node59.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.209
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.209
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:       1757216 kB
Buffers:         55508 kB
Cached:         155540 kB
SwapCached:       9884 kB
Active:          68552 kB
Inactive:       153852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757216 kB
SwapTotal:     4192956 kB
SwapFree:      4176224 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          16948 kB
Slab:            61808 kB
Committed_AS:  3270216 kB
PageTables:       1720 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= 66460 MiB
End job on node59 at 2009-04-03 08:24:16