Trace number 1553251

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 RC1UNSAT 957.251 957.656

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark87.2857
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.14/1.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/1.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/1.25	c See www.sat4j.org for details.
0.14/1.29	c version 2.1.0.v20090228
0.14/1.29	c sun.arch.data.model	32
0.14/1.29	c java.version	1.6.0_12
0.14/1.29	c os.name	Linux
0.14/1.29	c os.version	2.6.9-22.EL.rootsmp
0.14/1.29	c os.arch	i386
0.14/1.29	c Free memory 1651659224
0.14/1.29	c Max memory 1654456320
0.14/1.29	c Total memory 1654456320
0.14/1.29	c Number of processors 2
0.25/1.41	c c --- Begin Solver configuration ---
0.25/1.41	c Stops conflict analysis at the first Unique Implication Point
0.25/1.41	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.25/1.41	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.25/1.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.25/1.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.25/1.41	c Expensive reason simplification
0.25/1.41	c Armin Biere (Picosat) restarts strategy
0.25/1.41	c timeout=2147483647s
0.25/1.41	c DB Simplification allowed=true
0.25/1.41	c --- End Solver configuration ---
0.25/1.41	c solving HOME/instance-1553251-1238712790.cnf
0.25/1.41	c reading problem ... 
0.72/1.85	c ... done. Wall clock time 0.444s.
0.72/1.85	c #vars     40042
0.72/1.85	c #constraints  119357
0.72/1.85	c constraints type 
0.72/1.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39785
0.72/1.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79570
957.14/957.50	c starts		: 433
957.14/957.50	c conflicts		: 131555
957.14/957.50	c decisions		: 567568
957.14/957.50	c propagations		: 476265431
957.14/957.50	c inspects		: 1721154889
957.14/957.50	c learnt literals	: 9
957.14/957.50	c learnt binary clauses	: 574
957.14/957.50	c learnt ternary clauses	: 1293
957.14/957.50	c learnt clauses	: 131545
957.14/957.50	c ignored clauses	: 0
957.14/957.50	c root simplifications	: 441
957.14/957.50	c removed literals (reason simplification)	: 11964159
957.14/957.50	c reason swapping (by a shorter reason)	: 0
957.14/957.50	c Calls to reduceDB	: 0
957.14/957.50	c speed (assignments/second)	: 498377.44131632266
957.14/957.50	c non guided choices	3191
957.14/957.53	c learnt constraints type 
957.14/957.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 348
957.14/957.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16615
957.14/957.53	s UNSATISFIABLE
957.14/957.53	c Total wall clock time (in seconds) : 956.098

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553251-1238712790/watcher-1553251-1238712790 -o /tmp/evaluation-result-1553251-1238712790/solver-1553251-1238712790 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1553251-1238712790.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 1.00 1.15 2/72 32400
/proc/meminfo: memFree=1514192/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=18576 CPUtime=0
/proc/32400/stat : 32400 (runsolver) D 32398 32400 32303 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1143940161 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 271638392103 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/32400/statm: 4644 292 257 26 0 2626 0

[startup+0.0736621 s]
/proc/loadavg: 0.99 1.00 1.15 2/72 32400
/proc/meminfo: memFree=1514192/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1644 CPUtime=0
/proc/32400/stat : 32400 (java6) D 32398 32400 32303 0 -1 0 174 0 1 0 0 0 0 0 18 0 1 0 1143940161 1683456 147 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/32400/statm: 411 147 111 9 0 53 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1644

[startup+0.102667 s]
/proc/loadavg: 0.99 1.00 1.15 2/72 32400
/proc/meminfo: memFree=1514192/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1616 CPUtime=0
/proc/32400/stat : 32400 (java) D 32398 32400 32303 0 -1 0 346 0 1 0 0 0 0 0 18 0 1 0 1143940161 1654784 155 1992294400 134512640 134550932 4294956000 18446744073709551615 6890404 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/32400/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.302707 s]
/proc/loadavg: 0.99 1.00 1.15 2/72 32400
/proc/meminfo: memFree=1514192/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=13372 CPUtime=0.01
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 775 0 29 0 0 1 0 0 18 0 2 0 1143940161 13692928 585 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 3343 585 267 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13372

[startup+0.701779 s]
/proc/loadavg: 0.99 1.00 1.15 2/72 32400
/proc/meminfo: memFree=1514192/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1778560 CPUtime=0.06
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 3541 0 46 0 2 4 0 0 18 0 7 0 1143940161 1821245440 3331 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 444640 3331 1029 9 0 441991 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778560

[startup+1.50693 s]
/proc/loadavg: 0.99 1.00 1.15 1/84 32412
/proc/meminfo: memFree=1493872/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1783624 CPUtime=0.33
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 5435 0 46 0 28 5 0 0 18 0 12 0 1143940161 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 445906 5218 1363 9 0 443253 0
[pid=32400/tid=32402] ppid=32398 vsize=1783624 CPUtime=0.23
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 4061 0 19 0 20 3 0 0 18 0 12 0 1143940188 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1143940201 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1143940201 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1143940217 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 1143940218 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 1143940218 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1143940251 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1783624 CPUtime=0.03
/proc/32400/task/32409/stat : 32409 (java) R 32398 32400 32303 0 -1 64 194 0 0 0 3 0 0 0 16 0 12 0 1143940251 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 106825225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1783624 CPUtime=0.03
/proc/32400/task/32410/stat : 32410 (java) R 32398 32400 32303 0 -1 64 467 0 0 0 3 0 0 0 16 0 12 0 1143940251 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 102267920 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1143940251 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1783624 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1143940251 1826430976 5218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1783624

[startup+3.10221 s]
/proc/loadavg: 0.99 1.00 1.15 3/85 32413
/proc/meminfo: memFree=1471272/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1787136 CPUtime=2.59
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 10919 0 46 0 250 9 0 0 18 0 13 0 1143940161 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446784 9560 1404 9 0 444131 0
[pid=32400/tid=32402] ppid=32398 vsize=1787136 CPUtime=1.48
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 7419 0 19 0 142 6 0 0 25 0 13 0 1143940188 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4109672628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1143940201 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1143940201 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1143940217 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1143940218 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1143940218 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1787136 CPUtime=0.48
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1682 0 0 0 48 0 0 0 16 0 13 0 1143940251 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1787136 CPUtime=0.59
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1099 0 0 0 59 0 0 0 16 0 13 0 1143940251 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1787136 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1830027264 9560 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1787136

[startup+6.30179 s]
/proc/loadavg: 0.99 1.00 1.15 2/85 32413
/proc/meminfo: memFree=1470312/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1787072 CPUtime=5.92
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 11037 0 46 0 583 9 0 0 18 0 13 0 1143940161 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446768 9642 1409 9 0 444115 0
[pid=32400/tid=32402] ppid=32398 vsize=1787072 CPUtime=4.66
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 7502 0 19 0 460 6 0 0 25 0 13 0 1143940188 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4109684930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1143940201 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1143940201 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 1143940217 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1143940218 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1143940218 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1787072 CPUtime=0.59
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1694 0 0 0 59 0 0 0 16 0 13 0 1143940251 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1787072 CPUtime=0.63
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1122 0 0 0 63 0 0 0 16 0 13 0 1143940251 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1787072 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829961728 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1787072

[startup+12.702 s]
/proc/loadavg: 0.99 1.00 1.15 2/85 32413
/proc/meminfo: memFree=1468664/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=12.32
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 11480 0 46 0 1223 9 0 0 18 0 13 0 1143940161 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 10050 1409 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=11.05
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 7945 0 19 0 1098 7 0 0 25 0 13 0 1143940188 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4109672463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1143940201 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1143940201 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1143940217 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 1143940218 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 1143940218 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.6
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1694 0 0 0 60 0 0 0 16 0 13 0 1143940251 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.63
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1122 0 0 0 63 0 0 0 17 0 13 0 1143940251 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829826560 10050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1786940

[startup+25.5023 s]
/proc/loadavg: 0.99 1.00 1.14 2/85 32413
/proc/meminfo: memFree=1464248/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=25.12
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 12616 0 46 0 2502 10 0 0 18 0 13 0 1143940161 1829826560 11186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 11186 1411 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=23.85
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 9078 0 19 0 2377 8 0 0 25 0 13 0 1143940188 1829826560 11186 1992294400 134512640 134550932 4294956000 18446744073709551615 4109615544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1143940201 1829826560 11186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1143940201 1829826560 11186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1143940217 1829826560 11186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 73 0 0 0 16 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 953.13
Current children cumulated vsize (KiB) 1786940

[startup+955.102 s]
/proc/loadavg: 0.99 1.00 1.03 2/85 32419
/proc/meminfo: memFree=1222584/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=954.73
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 82030 0 46 0 95412 61 0 0 18 0 13 0 1143940161 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 71368 1420 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=952.8
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 37530 0 19 0 95242 38 0 0 25 0 13 0 1143940188 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4109672656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 24009 0 0 0 12 12 0 0 16 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 16930 0 0 0 17 7 0 0 18 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1143940217 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.66
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1702 0 0 0 66 0 0 0 17 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.73
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 73 0 0 0 16 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 954.73
Current children cumulated vsize (KiB) 1786940

[startup+956.701 s]
/proc/loadavg: 0.99 1.00 1.03 2/85 32419
/proc/meminfo: memFree=1222584/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=956.36
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 82030 0 46 0 95575 61 0 0 18 0 13 0 1143940161 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 71368 1420 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=954.4
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 37530 0 19 0 95402 38 0 0 25 0 13 0 1143940188 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4109683688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 24009 0 0 0 12 12 0 0 16 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 16930 0 0 0 17 7 0 0 18 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1143940217 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.66
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1702 0 0 0 66 0 0 0 17 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.76
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 76 0 0 0 16 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.36
Current children cumulated vsize (KiB) 1786940

[startup+957.102 s]
/proc/loadavg: 0.99 1.00 1.03 2/85 32419
/proc/meminfo: memFree=1222584/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=956.76
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 82030 0 46 0 95615 61 0 0 18 0 13 0 1143940161 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 71368 1420 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=954.8
/proc/32400/task/32402/stat : 32402 (java) R 32398 32400 32303 0 -1 64 37530 0 19 0 95442 38 0 0 25 0 13 0 1143940188 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4109672463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 24009 0 0 0 12 12 0 0 16 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 16930 0 0 0 17 7 0 0 18 0 13 0 1143940201 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1143940217 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1143940218 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.66
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1702 0 0 0 66 0 0 0 17 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.76
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 76 0 0 0 16 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1143940251 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32413] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32413/stat : 32413 (java) S 32398 32400 32303 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1143940357 1829826560 71368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.76
Current children cumulated vsize (KiB) 1786940

[startup+957.502 s]
/proc/loadavg: 0.99 1.00 1.03 2/85 32419
/proc/meminfo: memFree=1222584/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=957.14
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 82032 0 46 0 95653 61 0 0 18 0 12 0 1143940161 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 71370 1421 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=955.18
/proc/32400/task/32402/stat : 32402 (java) D 32398 32400 32303 0 -1 64 37531 0 19 0 95480 38 0 0 24 0 12 0 1143940188 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 24009 0 0 0 12 12 0 0 16 0 12 0 1143940201 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 16930 0 0 0 17 7 0 0 18 0 12 0 1143940201 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1143940217 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 1143940218 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1143940218 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1143940251 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.66
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1702 0 0 0 66 0 0 0 17 0 12 0 1143940251 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.76
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 76 0 0 0 16 0 12 0 1143940251 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1143940251 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1143940251 1829826560 71370 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 957.14
Current children cumulated vsize (KiB) 1786940

[startup+957.603 s]
/proc/loadavg: 0.99 1.00 1.03 2/85 32419
/proc/meminfo: memFree=1222584/2055920 swapFree=4174708/4192956
[pid=32400] ppid=32398 vsize=1786940 CPUtime=957.2
/proc/32400/stat : 32400 (java) S 32398 32400 32303 0 -1 0 82059 0 46 0 95659 61 0 0 18 0 12 0 1143940161 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32400/statm: 446735 71377 1421 9 0 444082 0
[pid=32400/tid=32402] ppid=32398 vsize=1786940 CPUtime=955.18
/proc/32400/task/32402/stat : 32402 (java) D 32398 32400 32303 0 -1 64 37534 0 19 0 95480 38 0 0 22 0 12 0 1143940188 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
[pid=32400/tid=32403] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32403/stat : 32403 (java) S 32398 32400 32303 0 -1 64 24009 0 0 0 12 12 0 0 16 0 12 0 1143940201 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32404] ppid=32398 vsize=1786940 CPUtime=0.24
/proc/32400/task/32404/stat : 32404 (java) S 32398 32400 32303 0 -1 64 16930 0 0 0 17 7 0 0 18 0 12 0 1143940201 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32405] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32405/stat : 32405 (java) S 32398 32400 32303 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1143940217 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32406] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32406/stat : 32406 (java) S 32398 32400 32303 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 1143940218 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32407] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32407/stat : 32407 (java) S 32398 32400 32303 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1143940218 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32408] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32408/stat : 32408 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1143940251 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32409] ppid=32398 vsize=1786940 CPUtime=0.69
/proc/32400/task/32409/stat : 32409 (java) S 32398 32400 32303 0 -1 64 1724 0 0 0 69 0 0 0 17 0 12 0 1143940251 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32400/tid=32410] ppid=32398 vsize=1786940 CPUtime=0.76
/proc/32400/task/32410/stat : 32410 (java) S 32398 32400 32303 0 -1 64 1133 0 0 0 76 0 0 0 17 0 12 0 1143940251 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32411] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32411/stat : 32411 (java) S 32398 32400 32303 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1143940251 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32400/tid=32412] ppid=32398 vsize=1786940 CPUtime=0
/proc/32400/task/32412/stat : 32412 (java) S 32398 32400 32303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1143940251 1829826560 71377 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 957.2
Current children cumulated vsize (KiB) 1786940

Child status: 20
Real time (s): 957.656
CPU time (s): 957.251
CPU user time (s): 956.595
CPU system time (s): 0.6569
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 1788232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 956.595
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82063
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20180
involuntary context switches= 2777

runsolver used 1.34479 second user time and 3.02154 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-03 00:53:10
IDJOB=1553251
IDBENCH=70758
IDSOLVER=500
FILE ID=node67/1553251-1238712790
PBS_JOBID= 9085306
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=784846914

node67.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.265
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.265
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:       1514672 kB
Buffers:         89388 kB
Cached:         355492 kB
SwapCached:       9904 kB
Active:         241776 kB
Inactive:       214488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514672 kB
SwapTotal:     4192956 kB
SwapFree:      4174708 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          16932 kB
Slab:            70104 kB
Committed_AS:  3434984 kB
PageTables:       2052 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= 66372 MiB
End job on node67 at 2009-04-03 01:09:08