Trace number 1884236

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 Pseudo Resolution 2.1.1UNSAT 329.218 326.522

General information on the benchmark

Name/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11813.opb
MD5SUM3eb766024b81b3e4b6fb2a9f903374a0
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.97809
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables312579
Total number of constraints905106
Number of constraints which are clauses905106
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.38	c See www.sat4j.org for details.
0.04/0.39	c version 2.1.1.v20090612
0.04/0.39	c sun.arch.data.model	32
0.04/0.39	c java.version	1.6.0_12
0.04/0.39	c os.name	Linux
0.04/0.39	c os.version	2.6.9-22.EL.rootsmp
0.04/0.39	c os.arch	i386
0.04/0.39	c Free memory 1342000320
0.04/0.39	c Max memory 1344274432
0.04/0.39	c Total memory 1344274432
0.04/0.39	c Number of processors 2
0.14/0.46	c Pseudo Boolean Optimization
0.14/0.46	c --- Begin Solver configuration ---
0.14/0.46	c Stops conflict analysis at the first Unique Implication Point
0.14/0.46	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.14/0.46	c Learn all clauses as in MiniSAT
0.14/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.46	c Expensive reason simplification
0.14/0.46	c MiniSAT restarts strategy
0.14/0.46	c Memory based learned constraints deletion strategy
0.14/0.46	c timeout=2147483s
0.14/0.46	c DB Simplification allowed=false
0.14/0.46	c --- End Solver configuration ---
0.14/0.46	c solving HOME/instance-1884236-1245256188.opb
0.14/0.46	c reading problem ... 
14.18/12.34	c ... done. Wall clock time 11.881s.
14.18/12.34	c #vars     312579
14.18/12.34	c #constraints  904465
14.18/12.34	c constraints type 
14.18/12.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 283081
14.18/12.34	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 586164
329.08/326.42	c starts		: 14
329.08/326.42	c conflicts		: 52228
329.08/326.42	c decisions		: 764425
329.08/326.42	c propagations		: 348651862
329.08/326.42	c inspects		: 859181731
329.08/326.42	c learnt literals	: 39
329.08/326.42	c learnt binary clauses	: 1494
329.08/326.42	c learnt ternary clauses	: 9955
329.08/326.42	c learnt clauses	: 52188
329.08/326.42	c ignored clauses	: 0
329.08/326.42	c root simplifications	: 0
329.08/326.42	c removed literals (reason simplification)	: 136343
329.08/326.42	c reason swapping (by a shorter reason)	: 0
329.08/326.42	c Calls to reduceDB	: 0
329.08/326.42	c speed (assignments/second)	: 1110091.099259731
329.08/326.42	c non guided choices	121684
329.08/326.46	c learnt constraints type 
329.08/326.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 50694
329.08/326.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1494
329.08/326.46	c constraints type 
329.08/326.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 283081
329.08/326.46	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 586164
329.08/326.46	s UNSATISFIABLE
329.08/326.46	c Total wall clock time (in seconds): 325.998

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884236-1245256188/watcher-1884236-1245256188 -o /tmp/evaluation-result-1884236-1245256188/solver-1884236-1245256188 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884236-1245256188.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.01 0.86 2/64 11402
/proc/meminfo: memFree=1898672/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1612 CPUtime=0
/proc/11402/stat : 11402 (java6) D 11400 11402 11221 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 193215312 1650688 138 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11402/statm: 403 138 102 9 0 45 0

[startup+0.017145 s]
/proc/loadavg: 1.01 1.01 0.86 2/64 11402
/proc/meminfo: memFree=1898672/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=12788 CPUtime=0
/proc/11402/stat : 11402 (java) D 11400 11402 11221 0 -1 0 356 0 1 0 0 0 0 0 18 0 1 0 193215312 13094912 165 1992294400 134512640 134550932 4294956016 18446744073709551615 3531684 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/11402/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.101159 s]
/proc/loadavg: 1.01 1.01 0.86 2/64 11402
/proc/meminfo: memFree=1898672/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=12928 CPUtime=0
/proc/11402/stat : 11402 (java) D 11400 11402 11221 0 -1 0 367 0 1 0 0 0 0 0 18 0 1 0 193215312 13238272 175 1992294400 134512640 134550932 4294956016 18446744073709551615 3502367 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11402/statm: 3232 175 135 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.301194 s]
/proc/loadavg: 1.01 1.01 0.86 2/64 11402
/proc/meminfo: memFree=1898672/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1470788 CPUtime=0.04
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 3243 0 20 0 2 2 0 0 18 0 7 0 193215312 1506086912 3007 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 367697 3007 1019 9 0 365048 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470788

[startup+0.701272 s]
/proc/loadavg: 1.01 1.01 0.86 2/64 11402
/proc/meminfo: memFree=1898672/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1476460 CPUtime=0.6
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 7296 0 20 0 55 5 0 0 18 0 12 0 193215312 1511895040 6994 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369115 6994 1375 9 0 366458 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1476460

[startup+1.5024 s]
/proc/loadavg: 1.01 1.01 0.86 2/76 11414
/proc/meminfo: memFree=1867600/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1478464 CPUtime=1.69
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 16771 0 20 0 159 10 0 0 18 0 12 0 193215312 1513947136 16194 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369616 16195 1404 9 0 366959 0
[pid=11402/tid=11404] ppid=11400 vsize=1478464 CPUtime=0.95
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 14350 0 1 0 88 7 0 0 18 0 12 0 193215338 1513947136 16195 1992294400 134512640 134550932 4294956016 18446744073709551615 4109553119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 193215339 1513947136 16196 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 193215339 1513947136 16197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 193215341 1513947136 16197 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 193215341 1513947136 16198 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 193215341 1513947136 16199 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193215346 1513947136 16199 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1478464 CPUtime=0.32
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 544 0 0 0 32 0 0 0 16 0 12 0 193215346 1513947136 16200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1478464 CPUtime=0.38
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 1156 0 0 0 38 0 0 0 16 0 12 0 193215346 1513947136 16201 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193215346 1513947136 16202 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193215346 1513947136 16203 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 1478464

[startup+3.10268 s]
/proc/loadavg: 1.01 1.01 0.86 2/76 11414
/proc/meminfo: memFree=1787856/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1478464 CPUtime=3.39
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 37700 0 20 0 320 19 0 0 18 0 12 0 193215312 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369616 37106 1416 9 0 366959 0
[pid=11402/tid=11404] ppid=11400 vsize=1478464 CPUtime=2.45
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30917 0 1 0 230 15 0 0 25 0 12 0 193215338 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4109490801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1478464 CPUtime=0.06
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 1945 0 0 0 6 0 0 0 16 0 12 0 193215339 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1478464 CPUtime=0.06
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 2399 0 0 0 5 1 0 0 16 0 12 0 193215339 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 193215341 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193215341 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193215341 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193215346 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1478464 CPUtime=0.36
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 552 0 0 0 36 0 0 0 15 0 12 0 193215346 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1478464 CPUtime=0.4
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 1157 0 0 0 40 0 0 0 16 0 12 0 193215346 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193215346 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1478464 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193215346 1513947136 37106 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 1478464

[startup+6.30224 s]
/proc/loadavg: 1.01 1.01 0.86 2/76 11414
/proc/meminfo: memFree=1712400/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1478364 CPUtime=7.06
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 50636 0 20 0 680 26 0 0 18 0 12 0 193215312 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369591 48816 1419 9 0 366934 0
[pid=11402/tid=11404] ppid=11400 vsize=1478364 CPUtime=5.17
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30922 0 1 0 501 16 0 0 18 0 12 0 193215338 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4109489415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1478364 CPUtime=0.51
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 8014 0 0 0 48 3 0 0 16 0 12 0 193215339 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1478364 CPUtime=0.52
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 9254 0 0 0 49 3 0 0 17 0 12 0 193215339 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193215341 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 193215341 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 193215341 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 193215346 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1478364 CPUtime=0.39
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 556 0 0 0 39 0 0 0 16 0 12 0 193215346 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1478364 CPUtime=0.4
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 1157 0 0 0 40 0 0 0 16 0 12 0 193215346 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 193215346 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1478364 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 193215346 1513844736 48816 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1478364

[startup+12.7023 s]
/proc/loadavg: 1.09 1.02 0.87 2/76 11414
/proc/meminfo: memFree=1646040/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1486032 CPUtime=14.89
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 71480 0 20 0 1451 38 0 0 18 0 13 0 193215312 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 371508 67658 1424 9 0 368851 0
[pid=11402/tid=11404] ppid=11400 vsize=1486032 CPUtime=10.34
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30959 0 1 0 1018 16 0 0 19 0 13 0 193215338 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4109098860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1486032 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1486032 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1486032 CPUtime=0.59
/proc/11402/task/11411/stat : 11411 (java) R 11400 11402 11221 0 -1 64 1319 0 0 0 59 0 0 0 17 0 13 0 193215346 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 105875390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1486032 CPUtime=0.52
/proc/11402/task/11412/stat : 11412 (java) R 11400 11402 11221 0 -1 64 2457 0 0 0 51 1 0 0 17 0 13 0 193215346 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 105817462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1486032 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1521696768 67658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 1486032

[startup+25.5015 s]
/proc/loadavg: 1.07 1.02 0.87 2/77 11415
/proc/meminfo: memFree=1631184/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1484036 CPUtime=28.29
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73310 0 20 0 2791 38 0 0 18 0 13 0 193215312 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 371009 67432 1429 9 0 368352 0
[pid=11402/tid=11404] ppid=11400 vsize=1484036 CPUtime=23.11
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30963 0 1 0 2295 16 0 0 25 0 13 0 193215338 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4109807453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1484036 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1484036 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1484036 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1484036 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1484036 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1484036 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1519652864 67432 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1484036 CPUtime=0.92

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

[pid=11402] ppid=11400 vsize=1479940 CPUtime=322.58
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73322 0 20 0 32219 39 0 0 18 0 13 0 193215312 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369985 66452 1431 9 0 367328 0
[pid=11402/tid=11404] ppid=11400 vsize=1479940 CPUtime=317.33
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30966 0 1 0 31716 17 0 0 25 0 13 0 193215338 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4109722100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1479940 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1479940 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1479940 CPUtime=0.95
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 1971 0 0 0 95 0 0 0 16 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1479940 CPUtime=0.86
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 3640 0 0 0 84 2 0 0 17 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11415] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11415/stat : 11415 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193216563 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.58
Current children cumulated vsize (KiB) 1479940

[startup+323.103 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 11415
/proc/meminfo: memFree=1634832/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1479940 CPUtime=325.78
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73322 0 20 0 32539 39 0 0 18 0 13 0 193215312 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369985 66452 1431 9 0 367328 0
[pid=11402/tid=11404] ppid=11400 vsize=1479940 CPUtime=320.53
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30966 0 1 0 32036 17 0 0 25 0 13 0 193215338 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4109602952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1479940 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1479940 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1479940 CPUtime=0.95
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 1971 0 0 0 95 0 0 0 16 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1479940 CPUtime=0.86
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 3640 0 0 0 84 2 0 0 17 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11415] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11415/stat : 11415 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193216563 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 325.78
Current children cumulated vsize (KiB) 1479940

[startup+324.701 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 11415
/proc/meminfo: memFree=1634832/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1479940 CPUtime=327.38
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73322 0 20 0 32699 39 0 0 18 0 13 0 193215312 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369985 66452 1431 9 0 367328 0
[pid=11402/tid=11404] ppid=11400 vsize=1479940 CPUtime=322.13
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30966 0 1 0 32196 17 0 0 25 0 13 0 193215338 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1479940 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1479940 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1479940 CPUtime=0.95
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 1971 0 0 0 95 0 0 0 16 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1479940 CPUtime=0.86
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 3640 0 0 0 84 2 0 0 17 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11415] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11415/stat : 11415 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193216563 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.38
Current children cumulated vsize (KiB) 1479940

[startup+325.501 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 11415
/proc/meminfo: memFree=1634832/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1479940 CPUtime=328.18
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73322 0 20 0 32779 39 0 0 18 0 13 0 193215312 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369985 66452 1431 9 0 367328 0
[pid=11402/tid=11404] ppid=11400 vsize=1479940 CPUtime=322.93
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30966 0 1 0 32276 17 0 0 25 0 13 0 193215338 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4109722281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1479940 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1479940 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1479940 CPUtime=0.95
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 1971 0 0 0 95 0 0 0 16 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1479940 CPUtime=0.86
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 3640 0 0 0 84 2 0 0 17 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11415] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11415/stat : 11415 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193216563 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.18
Current children cumulated vsize (KiB) 1479940

[startup+326.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 11415
/proc/meminfo: memFree=1634832/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=1479940 CPUtime=328.98
/proc/11402/stat : 11402 (java) S 11400 11402 11221 0 -1 0 73322 0 20 0 32859 39 0 0 18 0 13 0 193215312 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 369985 66452 1431 9 0 367328 0
[pid=11402/tid=11404] ppid=11400 vsize=1479940 CPUtime=323.73
/proc/11402/task/11404/stat : 11404 (java) R 11400 11402 11221 0 -1 64 30966 0 1 0 32356 17 0 0 25 0 13 0 193215338 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4109764607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11405] ppid=11400 vsize=1479940 CPUtime=1.68
/proc/11402/task/11405/stat : 11405 (java) S 11400 11402 11221 0 -1 64 16550 0 0 0 160 8 0 0 17 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11406] ppid=11400 vsize=1479940 CPUtime=1.7
/proc/11402/task/11406/stat : 11406 (java) S 11400 11402 11221 0 -1 64 19458 0 0 0 161 9 0 0 16 0 13 0 193215339 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11407] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11407/stat : 11407 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11408] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11408/stat : 11408 (java) S 11400 11402 11221 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11409] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11409/stat : 11409 (java) S 11400 11402 11221 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 193215341 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11410] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11410/stat : 11410 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11411] ppid=11400 vsize=1479940 CPUtime=0.95
/proc/11402/task/11411/stat : 11411 (java) S 11400 11402 11221 0 -1 64 1971 0 0 0 95 0 0 0 16 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11412] ppid=11400 vsize=1479940 CPUtime=0.86
/proc/11402/task/11412/stat : 11412 (java) S 11400 11402 11221 0 -1 64 3640 0 0 0 84 2 0 0 17 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11413] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11413/stat : 11413 (java) S 11400 11402 11221 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11402/tid=11414] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11414/stat : 11414 (java) S 11400 11402 11221 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193215346 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11402/tid=11415] ppid=11400 vsize=1479940 CPUtime=0
/proc/11402/task/11415/stat : 11415 (java) S 11400 11402 11221 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 193216563 1515458560 66452 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.98
Current children cumulated vsize (KiB) 1479940

[startup+326.503 s]
/proc/loadavg: 1.00 1.00 0.90 2/77 11415
/proc/meminfo: memFree=1634832/2055920 swapFree=4181252/4192956
[pid=11402] ppid=11400 vsize=0 CPUtime=329.19
/proc/11402/stat : 11402 (java) Z 11400 11402 11221 0 -1 1036 73343 0 20 0 32878 41 0 0 16 0 2 0 193215312 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11402/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 329.19
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 326.522
CPU time (s): 329.218
CPU user time (s): 328.784
CPU system time (s): 0.433934
CPU usage (%): 100.826
Max. virtual memory (cumulated for all children) (KiB): 1488096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.784
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73343
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7303
involuntary context switches= 2501

runsolver used 0.365944 second user time and 0.878866 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-17 18:29:50
IDJOB=1884236
IDBENCH=71937
IDSOLVER=682
FILE ID=node48/1884236-1245256188
PBS_JOBID= 9372406
Free space on /tmp= 66208 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11813.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884236-1245256188/watcher-1884236-1245256188 -o /tmp/evaluation-result-1884236-1245256188/solver-1884236-1245256188 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884236-1245256188.opb

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

MD5SUM BENCH= 3eb766024b81b3e4b6fb2a9f903374a0
RANDOM SEED=1138881563

node48.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.270
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.270
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:       1899088 kB
Buffers:          1876 kB
Cached:          91624 kB
SwapCached:       5440 kB
Active:          52644 kB
Inactive:        48684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899088 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:           31008 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            41480 kB
Committed_AS:   174984 kB
PageTables:       1372 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= 66204 MiB
End job on node48 at 2009-06-17 18:35:16