Trace number 1855092

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 CP 2.1.1? (TO) 1800.27 1762.29

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga14_12_sat_pb.cnf.cr.opb
MD5SUM9e0fb7268490d757b52d36b24fd70717
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.112982
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables252
Total number of constraints206
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint14
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855092-1244866570.opb
0.23/0.21	c reading problem ... 
0.33/0.36	c ... done. Wall clock time 0.145s.
0.33/0.36	c #vars     252
0.33/0.36	c #constraints  206
0.33/0.36	c constraints type 
0.33/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
0.33/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
1800.02/1762.11	c starts		: 13
1800.02/1762.11	c conflicts		: 31526
1800.02/1762.11	c decisions		: 68528
1800.02/1762.11	c propagations		: 495403
1800.02/1762.11	c inspects		: 929070410
1800.02/1762.11	c learnt literals	: 0
1800.02/1762.11	c learnt binary clauses	: 0
1800.02/1762.11	c learnt ternary clauses	: 0
1800.02/1762.11	c learnt clauses	: 31526
1800.02/1762.11	c ignored clauses	: 0
1800.02/1762.11	c root simplifications	: 0
1800.02/1762.11	c removed literals (reason simplification)	: 0
1800.02/1762.11	c reason swapping (by a shorter reason)	: 0
1800.02/1762.11	c Calls to reduceDB	: 0
1800.02/1762.12	c speed (assignments/second)	: 281.19857755476784
1800.02/1762.12	c non guided choices	89
1800.02/1762.18	c learnt constraints type 
1800.02/1762.18	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 164
1800.02/1762.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1283
1800.02/1762.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30079
1800.02/1762.18	c constraints type 
1800.02/1762.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
1800.02/1762.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
1800.02/1762.18	s UNKNOWN
1800.02/1762.18	c Total wall clock time (in seconds): 1761.964

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-1855092-1244866570/watcher-1855092-1244866570 -o /tmp/evaluation-result-1855092-1244866570/solver-1855092-1244866570 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855092-1244866570.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.08 1.04 1.01 3/64 8203
/proc/meminfo: memFree=1191656/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1520 CPUtime=0
/proc/8203/stat : 8203 (java6) R 8201 8203 7368 0 -1 0 90 0 0 0 0 0 0 0 18 0 1 0 154257965 1556480 73 1992294400 134512640 134550932 4294956160 18446744073709551615 10895968 0 0 4096 0 0 0 0 17 1 0 0
/proc/8203/statm: 380 73 56 9 0 10 0

[startup+0.0585341 s]
/proc/loadavg: 1.08 1.04 1.01 3/64 8203
/proc/meminfo: memFree=1191656/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1471244 CPUtime=0.04
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 3298 0 1 0 3 1 0 0 18 0 7 0 154257965 1506553856 3043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 367811 3043 1026 9 0 365162 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1471244

[startup+0.101538 s]
/proc/loadavg: 1.08 1.04 1.01 3/64 8203
/proc/meminfo: memFree=1191656/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1473608 CPUtime=0.09
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 3640 0 1 0 7 2 0 0 18 0 12 0 154257965 1508974592 3383 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 368402 3383 1068 9 0 365750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1473608

[startup+0.301552 s]
/proc/loadavg: 1.08 1.04 1.01 3/64 8203
/proc/meminfo: memFree=1191656/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1474640 CPUtime=0.33
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 5060 0 1 0 30 3 0 0 18 0 12 0 154257965 1510031360 4798 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 368660 4798 1353 9 0 366003 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474640

[startup+0.701588 s]
/proc/loadavg: 1.08 1.04 1.01 3/64 8203
/proc/meminfo: memFree=1191656/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1480668 CPUtime=1.08
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 7524 0 1 0 104 4 0 0 18 0 13 0 154257965 1516204032 6543 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 370167 6543 1407 9 0 367510 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1480668

[startup+1.50165 s]
/proc/loadavg: 1.07 1.04 1.01 4/77 8216
/proc/meminfo: memFree=1156416/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1493272 CPUtime=2.63
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 20375 0 1 0 253 10 0 0 18 0 13 0 154257965 1529110528 13866 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 373318 13870 1416 9 0 370661 0
[pid=8203/tid=8205] ppid=8201 vsize=1493272 CPUtime=0.8
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 8536 0 1 0 75 5 0 0 18 0 13 0 154257966 1529110528 13872 1992294400 134512640 134550932 4294956000 18446744073709551615 4109547415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154257968 1529110528 13873 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154257968 1529110528 13874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 154257969 1529110528 13875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 154257970 1529110528 13877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154257970 1529110528 13878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1529110528 13879 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1493272 CPUtime=0.91
/proc/8203/task/8212/stat : 8212 (java) R 8201 8203 7368 0 -1 64 6695 0 0 0 88 3 0 0 18 0 13 0 154257974 1529110528 13880 1992294400 134512640 134550932 4294956000 18446744073709551615 105708775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1493272 CPUtime=0.89
/proc/8203/task/8213/stat : 8213 (java) R 8201 8203 7368 0 -1 64 4404 0 0 0 88 1 0 0 18 0 13 0 154257974 1529110528 13882 1992294400 134512640 134550932 4294956000 18446744073709551615 103909683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1529110528 13883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154257974 1529110528 13884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1493272 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1529110528 13885 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1493272

[startup+3.10278 s]
/proc/loadavg: 1.07 1.04 1.01 3/77 8216
/proc/meminfo: memFree=1092672/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1490136 CPUtime=4.92
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 46108 0 1 0 470 22 0 0 18 0 13 0 154257965 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 372534 36927 1431 9 0 369877 0
[pid=8203/tid=8205] ppid=8201 vsize=1490136 CPUtime=2.19
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 30983 0 1 0 204 15 0 0 25 0 13 0 154257966 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4109522431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1490136 CPUtime=0.01
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 579 0 0 0 1 0 0 0 16 0 13 0 154257968 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1490136 CPUtime=0.01
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 530 0 0 0 1 0 0 0 16 0 13 0 154257968 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 154257969 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1490136 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1490136 CPUtime=1.43
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6047 0 0 0 141 2 0 0 16 0 13 0 154257974 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154257974 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1490136 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1525899264 36927 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 1490136

[startup+6.30203 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 8216
/proc/meminfo: memFree=1040128/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1488668 CPUtime=8.28
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 53794 0 1 0 803 25 0 0 18 0 13 0 154257965 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 372167 44179 1431 9 0 369510 0
[pid=8203/tid=8205] ppid=8201 vsize=1488668 CPUtime=5.3
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 34711 0 1 0 514 16 0 0 25 0 13 0 154257966 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4109539465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1488668 CPUtime=0.08
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 2580 0 0 0 7 1 0 0 16 0 13 0 154257968 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1488668 CPUtime=0.07
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 2465 0 0 0 7 0 0 0 16 0 13 0 154257968 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 154257969 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1488668 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1488668 CPUtime=1.52
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6052 0 0 0 150 2 0 0 16 0 13 0 154257974 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1488668 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1524396032 44179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1488668

[startup+12.7026 s]
/proc/loadavg: 1.06 1.04 1.00 2/77 8216
/proc/meminfo: memFree=1014912/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1486492 CPUtime=14.74
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 55708 0 1 0 1447 27 0 0 18 0 13 0 154257965 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 45342 1431 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=11.61
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 34718 0 1 0 1145 16 0 0 25 0 13 0 154257966 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4109540155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=0.13
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 3486 0 0 0 12 1 0 0 16 0 13 0 154257968 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=0.13
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 3465 0 0 0 12 1 0 0 16 0 13 0 154257968 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 154257969 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1486492 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 17 0 13 0 154257974 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1486492 CPUtime=1.55
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6053 0 0 0 153 2 0 0 17 0 13 0 154257974 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1522167808 45342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.74
Current children cumulated vsize (KiB) 1486492

[startup+25.5016 s]
/proc/loadavg: 1.05 1.04 1.00 2/77 8216
/proc/meminfo: memFree=1006272/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1486492 CPUtime=27.64
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 58023 0 1 0 2736 28 0 0 18 0 13 0 154257965 1522167808 47511 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 47511 1435 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=24.29
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 34843 0 1 0 2412 17 0 0 21 0 13 0 154257966 1522167808 47511 1992294400 134512640 134550932 4294956000 18446744073709551615 4109581499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=0.23
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 4458 0 0 0 21 2 0 0 16 0 13 0 154257968 1522167808 47511 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=0.23
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 4676 0 0 0 21 2 0 0 16 0 13 0 154257968 1522167808 47511 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0

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

[pid=8203] ppid=8201 vsize=1486492 CPUtime=1635.79
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 108702 0 1 0 163437 142 0 0 18 0 13 0 154257965 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 94149 1435 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=1567.94
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 35938 0 1 0 156773 21 0 0 17 0 13 0 154257966 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=32.18
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 29427 0 0 0 3169 49 0 0 16 0 13 0 154257968 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=32.25
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 29274 0 0 0 3169 56 0 0 17 0 13 0 154257968 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0.24
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 33 0 0 0 17 7 0 0 15 0 13 0 154257969 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1486492 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1486492 CPUtime=1.87
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6074 0 0 0 185 2 0 0 17 0 13 0 154257974 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1522167808 94149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1635.79
Current children cumulated vsize (KiB) 1486492

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 8216
/proc/meminfo: memFree=812160/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1486492 CPUtime=1697.4
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 110432 0 1 0 169593 147 0 0 18 0 13 0 154257965 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 95817 1435 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=1626.23
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 35973 0 1 0 162602 21 0 0 25 0 13 0 154257966 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4109554892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=33.84
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 30265 0 0 0 3332 52 0 0 17 0 13 0 154257968 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=33.91
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 30131 0 0 0 3333 58 0 0 16 0 13 0 154257968 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0.26
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 33 0 0 0 18 8 0 0 16 0 13 0 154257969 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1486492 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1486492 CPUtime=1.87
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6074 0 0 0 185 2 0 0 17 0 13 0 154257974 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1522167808 95817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1697.4
Current children cumulated vsize (KiB) 1486492

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8216
/proc/meminfo: memFree=805184/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1486492 CPUtime=1759.03
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 112251 0 1 0 175751 152 0 0 18 0 13 0 154257965 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 97542 1435 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=1684.51
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 36009 0 1 0 168429 22 0 0 25 0 13 0 154257966 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4109581061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=35.52
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 31113 0 0 0 3499 53 0 0 17 0 13 0 154257968 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=35.58
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 31066 0 0 0 3497 61 0 0 16 0 13 0 154257968 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0.26
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 33 0 0 0 18 8 0 0 15 0 13 0 154257969 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1486492 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1486492 CPUtime=1.87
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6074 0 0 0 185 2 0 0 17 0 13 0 154257974 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1522167808 97542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1759.03
Current children cumulated vsize (KiB) 1486492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8216
/proc/meminfo: memFree=800384/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1486492 CPUtime=1800.02
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 113498 0 1 0 179845 157 0 0 18 0 13 0 154257965 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 371623 98748 1435 9 0 368966 0
[pid=8203/tid=8205] ppid=8201 vsize=1486492 CPUtime=1723.09
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 36033 0 1 0 172287 22 0 0 24 0 13 0 154257966 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4109580979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1486492 CPUtime=36.71
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 31793 0 0 0 3617 54 0 0 16 0 13 0 154257968 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1486492 CPUtime=36.78
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 31609 0 0 0 3614 64 0 0 17 0 13 0 154257968 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1486492 CPUtime=0.27
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 33 0 0 0 18 9 0 0 16 0 13 0 154257969 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154257970 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 154257974 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1486492 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 13 0 154257974 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1486492 CPUtime=1.87
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6074 0 0 0 185 2 0 0 17 0 13 0 154257974 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 154257974 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154257974 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1486492 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154258002 1522167808 98748 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1486492

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

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

[startup+1762.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8216
/proc/meminfo: memFree=800384/2055920 swapFree=4191900/4192956
[pid=8203] ppid=8201 vsize=1487140 CPUtime=1800.19
/proc/8203/stat : 8203 (java) S 8201 8203 7368 0 -1 0 113521 0 1 0 179862 157 0 0 16 0 14 0 154257965 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8203/statm: 371785 98771 1438 9 0 369128 0
[pid=8203/tid=8205] ppid=8201 vsize=1487140 CPUtime=1723.2
/proc/8203/task/8205/stat : 8205 (java) R 8201 8203 7368 0 -1 64 36033 0 1 0 172298 22 0 0 25 0 14 0 154257966 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4109580979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8201 vsize=1487140 CPUtime=36.71
/proc/8203/task/8206/stat : 8206 (java) S 8201 8203 7368 0 -1 64 31793 0 0 0 3617 54 0 0 16 0 14 0 154257968 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8207] ppid=8201 vsize=1487140 CPUtime=36.78
/proc/8203/task/8207/stat : 8207 (java) S 8201 8203 7368 0 -1 64 31609 0 0 0 3614 64 0 0 17 0 14 0 154257968 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8201 vsize=1487140 CPUtime=0.27
/proc/8203/task/8208/stat : 8208 (java) S 8201 8203 7368 0 -1 64 33 0 0 0 18 9 0 0 16 0 14 0 154257969 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8209] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8209/stat : 8209 (java) S 8201 8203 7368 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 154257970 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8210] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8201 8203 7368 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 154257970 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8211] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8201 8203 7368 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 154257974 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8212] ppid=8201 vsize=1487140 CPUtime=1.23
/proc/8203/task/8212/stat : 8212 (java) S 8201 8203 7368 0 -1 64 7213 0 0 0 120 3 0 0 16 0 14 0 154257974 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8213] ppid=8201 vsize=1487140 CPUtime=1.9
/proc/8203/task/8213/stat : 8213 (java) S 8201 8203 7368 0 -1 64 6076 0 0 0 188 2 0 0 17 0 14 0 154257974 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8214] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8214/stat : 8214 (java) S 8201 8203 7368 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 154257974 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8203/tid=8215] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8215/stat : 8215 (java) S 8201 8203 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154257974 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8216] ppid=8201 vsize=1487140 CPUtime=0
/proc/8203/task/8216/stat : 8216 (java) S 8201 8203 7368 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 154258002 1522831360 98771 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1487140

Child status: 143
Real time (s): 1762.29
CPU time (s): 1800.27
CPU user time (s): 1798.64
CPU system time (s): 1.63275
CPU usage (%): 102.155
Max. virtual memory (cumulated for all children) (KiB): 1493272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.63275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113521
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45349
involuntary context switches= 39023

runsolver used 1.92171 second user time and 4.53031 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-13 06:16:10
IDJOB=1855092
IDBENCH=1397
IDSOLVER=681
FILE ID=node3/1855092-1244866570
PBS_JOBID= 9354338
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga14_12_sat_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855092-1244866570/watcher-1855092-1244866570 -o /tmp/evaluation-result-1855092-1244866570/solver-1855092-1244866570 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855092-1244866570.opb

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

MD5SUM BENCH= 9e0fb7268490d757b52d36b24fd70717
RANDOM SEED=2091792440

node3.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.236
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.236
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:       1192136 kB
Buffers:         57816 kB
Cached:         722096 kB
SwapCached:        524 kB
Active:          85312 kB
Inactive:       708128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192136 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            56344 kB
Committed_AS:   116404 kB
PageTables:       1376 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= 66396 MiB
End job on node3 at 2009-06-13 06:45:34