Trace number 1854906

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.24 1777.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900558106.opb
MD5SUM86320fff0968ff7a2805751d322618eb
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark8.60569
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1854906-1244863033.opb
0.21/0.22	c reading problem ... 
0.97/0.70	c ... done. Wall clock time 0.477s.
0.97/0.70	c #vars     231
0.97/0.70	c #constraints  2707
0.97/0.70	c constraints type 
0.97/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.97/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.97/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.97/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/1777.21	c starts		: 12
1800.04/1777.21	c conflicts		: 17670
1800.04/1777.21	c decisions		: 38388
1800.04/1777.21	c propagations		: 611109
1800.04/1777.21	c inspects		: 864673828
1800.04/1777.21	c learnt literals	: 0
1800.04/1777.21	c learnt binary clauses	: 0
1800.04/1777.21	c learnt ternary clauses	: 2
1800.04/1777.21	c learnt clauses	: 17669
1800.04/1777.21	c ignored clauses	: 0
1800.04/1777.21	c root simplifications	: 0
1800.04/1777.21	c removed literals (reason simplification)	: 0
1800.04/1777.21	c reason swapping (by a shorter reason)	: 0
1800.04/1777.21	c Calls to reduceDB	: 0
1800.04/1777.21	c speed (assignments/second)	: 343.99276787106453
1800.04/1777.21	c non guided choices	121
1800.04/1777.27	c learnt constraints type 
1800.04/1777.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1206
1800.04/1777.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
1800.04/1777.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16452
1800.04/1777.27	c constraints type 
1800.04/1777.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.04/1777.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.04/1777.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.04/1777.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/1777.27	s UNKNOWN
1800.04/1777.27	c Total wall clock time (in seconds): 1777.053

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-1854906-1244863033/watcher-1854906-1244863033 -o /tmp/evaluation-result-1854906-1244863033/solver-1854906-1244863033 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854906-1244863033.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.00 1.00 1.00 3/64 1449
/proc/meminfo: memFree=1486968/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=0 CPUtime=0
/proc/1449/stat : 1449 (runsolver) R 1447 1449 1154 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 153897182 0 0 1992294400 0 0 0 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1449/statm: 0 0 0 0 0 0 0

[startup+0.069117 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1449
/proc/meminfo: memFree=1486968/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1470220 CPUtime=0.04
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 3347 0 1 0 3 1 0 0 18 0 7 0 153897182 1505505280 3092 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 367555 3092 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.101152 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1449
/proc/meminfo: memFree=1486968/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1472584 CPUtime=0.08
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 3597 0 1 0 6 2 0 0 18 0 12 0 153897182 1507926016 3340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 368146 3340 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1449
/proc/meminfo: memFree=1486968/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1475008 CPUtime=0.34
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 5018 0 1 0 31 3 0 0 18 0 12 0 153897182 1510408192 4755 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 368752 4755 1353 9 0 366095 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475008

[startup+0.701254 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1449
/proc/meminfo: memFree=1486968/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1476588 CPUtime=0.97
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 7092 0 1 0 93 4 0 0 18 0 12 0 153897182 1512026112 6291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 369147 6291 1405 9 0 366490 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1476588

[startup+1.50243 s]
/proc/loadavg: 1.08 1.02 1.01 4/77 1462
/proc/meminfo: memFree=1461912/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488596 CPUtime=2.47
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 20366 0 1 0 237 10 0 0 18 0 13 0 153897182 1524322304 16794 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372149 16797 1417 9 0 369492 0
[pid=1449/tid=1451] ppid=1447 vsize=1488596 CPUtime=1.04
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 12604 0 1 0 98 6 0 0 19 0 13 0 153897183 1524322304 16799 1992294400 134512640 134550932 4294956000 18446744073709551615 4109575142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153897185 1524322304 16801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153897185 1524322304 16803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153897186 1524322304 16806 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153897187 1524322304 16808 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153897187 1524322304 16810 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524322304 16812 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488596 CPUtime=0.78
/proc/1449/task/1458/stat : 1458 (java) R 1447 1449 1154 0 -1 64 3177 0 0 0 77 1 0 0 18 0 13 0 153897191 1524322304 16814 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488596 CPUtime=0.62
/proc/1449/task/1459/stat : 1459 (java) R 1447 1449 1154 0 -1 64 3846 0 0 0 61 1 0 0 19 0 13 0 153897191 1524322304 16815 1992294400 134512640 134550932 4294956000 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524322304 16817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524322304 16819 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488596 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524322304 16821 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1488596

[startup+3.10277 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 1462
/proc/meminfo: memFree=1371352/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1491104 CPUtime=5.08
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 45022 0 1 0 488 20 0 0 18 0 13 0 153897182 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372776 37204 1432 9 0 370119 0
[pid=1449/tid=1451] ppid=1447 vsize=1491104 CPUtime=2.29
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 31000 0 1 0 215 14 0 0 22 0 13 0 153897183 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4109720142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1491104 CPUtime=0.01
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 402 0 0 0 1 0 0 0 16 0 13 0 153897185 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1491104 CPUtime=0.01
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 443 0 0 0 1 0 0 0 16 0 13 0 153897185 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 153897186 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1491104 CPUtime=1.56
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 5864 0 0 0 155 1 0 0 17 0 13 0 153897191 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1491104 CPUtime=1.18
/proc/1449/task/1459/stat : 1459 (java) R 1447 1449 1154 0 -1 64 6557 0 0 0 115 3 0 0 17 0 13 0 153897191 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 104138325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1491104 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1526890496 37204 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 1491104

[startup+6.30245 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 1462
/proc/meminfo: memFree=1332824/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=8.77
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 55658 0 1 0 852 25 0 0 18 0 13 0 153897182 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 44902 1432 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=5.24
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 36094 0 1 0 508 16 0 0 17 0 13 0 153897183 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4109637178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=0.08
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 2074 0 0 0 7 1 0 0 16 0 13 0 153897185 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=0.07
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 2177 0 0 0 6 1 0 0 15 0 13 0 153897185 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 153897186 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=1.91
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7743 0 0 0 189 2 0 0 15 0 13 0 153897191 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 44902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 1488768

[startup+12.7028 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 1462
/proc/meminfo: memFree=1307416/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=15.26
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 57124 0 1 0 1500 26 0 0 18 0 13 0 153897182 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 46102 1432 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=11.59
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 36103 0 1 0 1143 16 0 0 25 0 13 0 153897183 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4109609884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=0.12
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 2778 0 0 0 11 1 0 0 16 0 13 0 153897185 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=0.12
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 2930 0 0 0 11 1 0 0 16 0 13 0 153897185 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 153897186 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=1.96
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7743 0 0 0 194 2 0 0 15 0 13 0 153897191 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 46102 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 1488768

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 1462
/proc/meminfo: memFree=1299992/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=28.14
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 59240 0 1 0 2787 27 0 0 18 0 13 0 153897182 1524498432 47989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 47989 1432 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=24.29
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 36383 0 1 0 2413 16 0 0 17 0 13 0 153897183 1524498432 47989 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=0.21
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 3640 0 0 0 19 2 0 0 16 0 13 0 153897185 1524498432 47989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=0.2
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 3904 0 0 0 19 1 0 0 16 0 13 0 153897185 1524498432 47989 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.01

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

[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.23
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 31 0 0 0 16 7 0 0 15 0 13 0 153897186 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=2.11
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7757 0 0 0 209 2 0 0 17 0 13 0 153897191 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 69686 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1561.57
Current children cumulated vsize (KiB) 1488768

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1462
/proc/meminfo: memFree=1210840/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=1622.45
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 83247 0 1 0 162150 95 0 0 18 0 13 0 153897182 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 70046 1436 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=1581.75
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 37396 0 1 0 158155 20 0 0 24 0 13 0 153897183 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4109712810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=18.46
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 15112 0 0 0 1816 30 0 0 17 0 13 0 153897185 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=18.43
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 15410 0 0 0 1813 30 0 0 16 0 13 0 153897185 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.24
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 31 0 0 0 16 8 0 0 15 0 13 0 153897186 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=2.11
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7757 0 0 0 209 2 0 0 17 0 13 0 153897191 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 70046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1622.45
Current children cumulated vsize (KiB) 1488768

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1462
/proc/meminfo: memFree=1209304/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=1683.35
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 83688 0 1 0 168238 97 0 0 18 0 13 0 153897182 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 70449 1436 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=1640.77
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 37432 0 1 0 164057 20 0 0 25 0 13 0 153897183 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=19.39
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 15332 0 0 0 1909 30 0 0 16 0 13 0 153897185 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=19.36
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 15595 0 0 0 1905 31 0 0 17 0 13 0 153897185 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.25
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 31 0 0 0 17 8 0 0 16 0 13 0 153897186 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=2.11
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7757 0 0 0 209 2 0 0 17 0 13 0 153897191 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 70449 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1683.35
Current children cumulated vsize (KiB) 1488768

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1462
/proc/meminfo: memFree=1207128/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=1744.28
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 84257 0 1 0 174328 100 0 0 18 0 13 0 153897182 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 70976 1436 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=1699.78
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 37468 0 1 0 169957 21 0 0 25 0 13 0 153897183 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4109567932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=20.35
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 15611 0 0 0 2004 31 0 0 17 0 13 0 153897185 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=20.32
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 15849 0 0 0 2000 32 0 0 16 0 13 0 153897185 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.26
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 31 0 0 0 18 8 0 0 16 0 13 0 153897186 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=2.11
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7757 0 0 0 209 2 0 0 17 0 13 0 153897191 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 70976 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1744.28
Current children cumulated vsize (KiB) 1488768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1462
/proc/meminfo: memFree=1205464/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=1488768 CPUtime=1800.04
/proc/1449/stat : 1449 (java) S 1447 1449 1154 0 -1 0 84705 0 1 0 179902 102 0 0 18 0 13 0 153897182 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1449/statm: 372192 71388 1436 9 0 369535 0
[pid=1449/tid=1451] ppid=1447 vsize=1488768 CPUtime=1753.78
/proc/1449/task/1451/stat : 1451 (java) R 1447 1449 1154 0 -1 64 37500 0 1 0 175357 21 0 0 24 0 13 0 153897183 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4109712883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1452] ppid=1447 vsize=1488768 CPUtime=21.23
/proc/1449/task/1452/stat : 1452 (java) S 1447 1449 1154 0 -1 64 15820 0 0 0 2091 32 0 0 17 0 13 0 153897185 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1453] ppid=1447 vsize=1488768 CPUtime=21.19
/proc/1449/task/1453/stat : 1453 (java) S 1447 1449 1154 0 -1 64 16056 0 0 0 2085 34 0 0 16 0 13 0 153897185 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1454] ppid=1447 vsize=1488768 CPUtime=0.26
/proc/1449/task/1454/stat : 1454 (java) S 1447 1449 1154 0 -1 64 31 0 0 0 18 8 0 0 15 0 13 0 153897186 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1455] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1455/stat : 1455 (java) S 1447 1449 1154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1456] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1456/stat : 1456 (java) S 1447 1449 1154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153897187 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1457] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1457/stat : 1457 (java) S 1447 1449 1154 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153897191 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1458] ppid=1447 vsize=1488768 CPUtime=2.11
/proc/1449/task/1458/stat : 1458 (java) S 1447 1449 1154 0 -1 64 7757 0 0 0 209 2 0 0 17 0 13 0 153897191 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1459] ppid=1447 vsize=1488768 CPUtime=1.41
/proc/1449/task/1459/stat : 1459 (java) S 1447 1449 1154 0 -1 64 6798 0 0 0 138 3 0 0 16 0 13 0 153897191 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1460] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1460/stat : 1460 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153897191 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1449/tid=1461] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1461/stat : 1461 (java) S 1447 1449 1154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153897191 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1449/tid=1462] ppid=1447 vsize=1488768 CPUtime=0
/proc/1449/task/1462/stat : 1462 (java) S 1447 1449 1154 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 153897253 1524498432 71388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1488768

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

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

[startup+1777.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 1462
/proc/meminfo: memFree=1205464/2055920 swapFree=4162000/4192956
[pid=1449] ppid=1447 vsize=0 CPUtime=1800.21
/proc/1449/stat : 1449 (java) Z 1447 1449 1154 0 -1 1036 84731 0 1 0 179916 105 0 0 15 0 2 0 153897182 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1449/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.33
CPU time (s): 1800.24
CPU user time (s): 1799.16
CPU system time (s): 1.07284
CPU usage (%): 101.289
Max. virtual memory (cumulated for all children) (KiB): 1494192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84731
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= 45480
involuntary context switches= 39315

runsolver used 1.79673 second user time and 4.72928 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-13 05:17:13
IDJOB=1854906
IDBENCH=1304
IDSOLVER=681
FILE ID=node71/1854906-1244863033
PBS_JOBID= 9354371
Free space on /tmp= 66492 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106.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-1854906-1244863033/watcher-1854906-1244863033 -o /tmp/evaluation-result-1854906-1244863033/solver-1854906-1244863033 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854906-1244863033.opb

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

MD5SUM BENCH= 86320fff0968ff7a2805751d322618eb
RANDOM SEED=153105217

node71.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.277
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.277
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:       1487384 kB
Buffers:         64740 kB
Cached:         397560 kB
SwapCached:      26280 kB
Active:          67700 kB
Inactive:       423764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487384 kB
SwapTotal:     4192956 kB
SwapFree:      4162000 kB
Dirty:             372 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            62996 kB
Committed_AS:    82868 kB
PageTables:       1440 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= 66492 MiB
End job on node71 at 2009-06-13 05:46:52