Trace number 1855142

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.21 1785.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_34_sat_pb.cnf.cr.opb
MD5SUM0d2d0c8fcbbf85b522a59ecd3e43cd8e
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.036993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1785
Total number of constraints1293
Number of constraints which are clauses1224
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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.16	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-1855142-1244868374.opb
0.21/0.22	c reading problem ... 
1.01/0.78	c ... done. Wall clock time 0.557s.
1.01/0.78	c #vars     1785
1.01/0.78	c #constraints  1293
1.01/0.78	c constraints type 
1.01/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1224
1.01/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 69
1800.06/1785.51	c starts		: 9
1800.06/1785.51	c conflicts		: 6449
1800.06/1785.51	c decisions		: 33388
1800.06/1785.51	c propagations		: 816735
1800.06/1785.51	c inspects		: 609447388
1800.06/1785.51	c learnt literals	: 0
1800.06/1785.51	c learnt binary clauses	: 0
1800.06/1785.51	c learnt ternary clauses	: 0
1800.06/1785.51	c learnt clauses	: 6449
1800.06/1785.51	c ignored clauses	: 0
1800.06/1785.51	c root simplifications	: 0
1800.06/1785.51	c removed literals (reason simplification)	: 0
1800.06/1785.51	c reason swapping (by a shorter reason)	: 0
1800.06/1785.51	c Calls to reduceDB	: 0
1800.06/1785.51	c speed (assignments/second)	: 457.62384226185475
1800.06/1785.51	c non guided choices	562
1800.06/1785.52	c learnt constraints type 
1800.06/1785.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 34
1800.06/1785.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6415
1800.06/1785.53	c constraints type 
1800.06/1785.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1224
1800.06/1785.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 69
1800.06/1785.53	s UNKNOWN
1800.06/1785.53	c Total wall clock time (in seconds): 1785.304

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-1855142-1244868374/watcher-1855142-1244868374 -o /tmp/evaluation-result-1855142-1244868374/solver-1855142-1244868374 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855142-1244868374.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: 0.99 0.98 0.99 3/64 18721
/proc/meminfo: memFree=1161784/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=18576 CPUtime=0
/proc/18721/stat : 18721 (runsolver) D 18719 18721 18168 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 39540194 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 273952599335 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/18721/statm: 4644 284 249 26 0 2626 0

[startup+0.035995 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 18721
/proc/meminfo: memFree=1161784/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1468600 CPUtime=0.01
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 2727 0 1 0 0 1 0 0 18 0 4 0 39540194 1503846400 2474 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 367150 2474 767 9 0 364501 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1468600

[startup+0.102003 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 18721
/proc/meminfo: memFree=1161784/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1472584 CPUtime=0.08
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 39540194 1507926016 3341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 368146 3341 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301027 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 18721
/proc/meminfo: memFree=1161784/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1475000 CPUtime=0.32
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 5007 0 1 0 29 3 0 0 18 0 12 0 39540194 1510400000 4744 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 368750 4744 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475000

[startup+0.701077 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 18721
/proc/meminfo: memFree=1161784/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1478808 CPUtime=1.01
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 7900 0 1 0 96 5 0 0 18 0 12 0 39540194 1514299392 6880 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 369702 6881 1397 9 0 367045 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1478808

[startup+1.50217 s]
/proc/loadavg: 0.99 0.98 0.99 4/77 18734
/proc/meminfo: memFree=1132752/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1481268 CPUtime=2.5
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 12725 0 1 0 242 8 0 0 18 0 13 0 39540194 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 370317 10634 1417 9 0 367660 0
[pid=18721/tid=18723] ppid=18719 vsize=1481268 CPUtime=0.88
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 7860 0 1 0 83 5 0 0 21 0 13 0 39540196 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4109162457 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39540197 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 39540197 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39540199 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 39540200 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 39540200 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1481268 CPUtime=0.76
/proc/18721/task/18730/stat : 18730 (java) R 18719 18721 18168 0 -1 64 1772 0 0 0 75 1 0 0 17 0 13 0 39540204 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 104147211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1481268 CPUtime=0.84
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 2349 0 0 0 83 1 0 0 18 0 13 0 39540204 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1516818432 10634 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1481268

[startup+3.10235 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 18734
/proc/meminfo: memFree=1085648/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1481268 CPUtime=4.56
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 37300 0 1 0 438 18 0 0 18 0 13 0 39540194 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 370317 34491 1426 9 0 367660 0
[pid=18721/tid=18723] ppid=18719 vsize=1481268 CPUtime=2.32
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 30984 0 1 0 218 14 0 0 25 0 13 0 39540196 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 268 0 0 0 0 0 0 0 16 0 13 0 39540197 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 376 0 0 0 0 0 0 0 16 0 13 0 39540197 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39540199 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1481268 CPUtime=1.06
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 2550 0 0 0 105 1 0 0 16 0 13 0 39540204 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1481268 CPUtime=1.13
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 2370 0 0 0 112 1 0 0 15 0 13 0 39540204 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1481268 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1516818432 34491 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 1481268

[startup+6.30171 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 18734
/proc/meminfo: memFree=1022736/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1481088 CPUtime=8.19
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 40014 0 1 0 799 20 0 0 18 0 13 0 39540194 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 370272 36225 1427 9 0 367615 0
[pid=18721/tid=18723] ppid=18719 vsize=1481088 CPUtime=5.49
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 30988 0 1 0 534 15 0 0 25 0 13 0 39540196 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4109792120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1481088 CPUtime=0.04
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 1036 0 0 0 4 0 0 0 16 0 13 0 39540197 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1481088 CPUtime=0.04
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 1372 0 0 0 4 0 0 0 17 0 13 0 39540197 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 39540199 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1481088 CPUtime=1.09
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 2551 0 0 0 108 1 0 0 17 0 13 0 39540204 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1481088 CPUtime=1.48
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3302 0 0 0 147 1 0 0 16 0 13 0 39540204 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1481088 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1516634112 36225 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1481088

[startup+12.7025 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 18734
/proc/meminfo: memFree=985056/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=15.06
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 50919 0 1 0 1482 24 0 0 18 0 13 0 39540194 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 45488 1427 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=11.78
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 34206 0 1 0 1162 16 0 0 25 0 13 0 39540196 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=0.13
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 3461 0 0 0 12 1 0 0 17 0 13 0 39540197 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=0.13
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 3935 0 0 0 12 1 0 0 16 0 13 0 39540197 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 39540199 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.37
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5234 0 0 0 135 2 0 0 18 0 13 0 39540204 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 45488 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1487200

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 18734
/proc/meminfo: memFree=975904/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=28
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 53431 0 1 0 2774 26 0 0 18 0 13 0 39540194 1522892800 47641 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 47641 1431 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=24.48
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 34217 0 1 0 2432 16 0 0 25 0 13 0 39540196 1522892800 47641 1992294400 134512640 134550932 4294956000 18446744073709551615 4109893928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=0.22
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 4601 0 0 0 20 2 0 0 16 0 13 0 39540197 1522892800 47641 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=0.22
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 5243 0 0 0 20 2 0 0 16 0 13 0 39540197 1522892800 47641 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0

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

[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0.16
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 34 0 0 0 9 7 0 0 16 0 13 0 39540199 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.57
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5312 0 0 0 155 2 0 0 16 0 13 0 39540204 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 87410 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615
Current children cumulated vsize (KiB) 1487200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18742
/proc/meminfo: memFree=809696/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=1675.59
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 98913 0 1 0 167469 90 0 0 18 0 13 0 39540194 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 89006 1435 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=1649.17
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 34969 0 1 0 164896 21 0 0 25 0 13 0 39540196 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4109791475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=11.52
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 26255 0 0 0 1126 26 0 0 16 0 13 0 39540197 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=11.54
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 28291 0 0 0 1124 30 0 0 17 0 13 0 39540197 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0.16
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 34 0 0 0 9 7 0 0 16 0 13 0 39540199 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.57
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5312 0 0 0 155 2 0 0 16 0 13 0 39540204 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 89006 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.59
Current children cumulated vsize (KiB) 1487200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18742
/proc/meminfo: memFree=804064/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=1736.22
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 100412 0 1 0 173528 94 0 0 18 0 13 0 39540194 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 90400 1435 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=1708.5
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 34992 0 1 0 170829 21 0 0 25 0 13 0 39540196 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4109650428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=12.17
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 27082 0 0 0 1188 29 0 0 16 0 13 0 39540197 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=12.18
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 28940 0 0 0 1187 31 0 0 17 0 13 0 39540197 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0.16
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 34 0 0 0 9 7 0 0 16 0 13 0 39540199 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.57
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5312 0 0 0 155 2 0 0 16 0 13 0 39540204 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 90400 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1736.22
Current children cumulated vsize (KiB) 1487200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18742
/proc/meminfo: memFree=799584/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=1796.84
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 101560 0 1 0 179588 96 0 0 18 0 13 0 39540194 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 91496 1435 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=1767.84
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 35015 0 1 0 176762 22 0 0 25 0 13 0 39540196 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=12.8
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 27964 0 0 0 1250 30 0 0 16 0 13 0 39540197 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=12.82
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 29183 0 0 0 1251 31 0 0 17 0 13 0 39540197 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0.17
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 34 0 0 0 10 7 0 0 16 0 13 0 39540199 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.57
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5312 0 0 0 155 2 0 0 16 0 13 0 39540204 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 91496 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (KiB) 1487200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18742
/proc/meminfo: memFree=799328/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=1487200 CPUtime=1800.06
/proc/18721/stat : 18721 (java) S 18719 18721 18168 0 -1 0 101634 0 1 0 179910 96 0 0 18 0 13 0 39540194 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 371800 91562 1435 9 0 369143 0
[pid=18721/tid=18723] ppid=18719 vsize=1487200 CPUtime=1771.02
/proc/18721/task/18723/stat : 18723 (java) R 18719 18721 18168 0 -1 64 35016 0 1 0 177080 22 0 0 25 0 13 0 39540196 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1487200 CPUtime=12.82
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18168 0 -1 64 28017 0 0 0 1252 30 0 0 16 0 13 0 39540197 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1487200 CPUtime=12.84
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18168 0 -1 64 29203 0 0 0 1253 31 0 0 17 0 13 0 39540197 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1487200 CPUtime=0.17
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18168 0 -1 64 34 0 0 0 10 7 0 0 16 0 13 0 39540199 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18168 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 39540200 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1487200 CPUtime=1.57
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18168 0 -1 64 5312 0 0 0 155 2 0 0 16 0 13 0 39540204 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1487200 CPUtime=1.59
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18168 0 -1 64 3309 0 0 0 158 1 0 0 15 0 13 0 39540204 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39540204 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39540204 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1487200 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18168 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 39540274 1522892800 91562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1487200

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

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

[startup+1785.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18742
/proc/meminfo: memFree=799328/2055920 swapFree=4192956/4192956
[pid=18721] ppid=18719 vsize=0 CPUtime=1800.19
/proc/18721/stat : 18721 (java) Z 18719 18721 18168 0 -1 1036 101658 0 1 0 179919 100 0 0 15 0 2 0 39540194 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18721/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.63
CPU time (s): 1800.21
CPU user time (s): 1799.2
CPU system time (s): 1.01884
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 1488228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.01885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101658
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= 42611
involuntary context switches= 39133

runsolver used 1.78973 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-13 06:46:14
IDJOB=1855142
IDBENCH=1422
IDSOLVER=681
FILE ID=node20/1855142-1244868374
PBS_JOBID= 9354358
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga35_34_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-1855142-1244868374/watcher-1855142-1244868374 -o /tmp/evaluation-result-1855142-1244868374/solver-1855142-1244868374 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855142-1244868374.opb

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

MD5SUM BENCH= 0d2d0c8fcbbf85b522a59ecd3e43cd8e
RANDOM SEED=1204526115

node20.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.234
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.234
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:       1162200 kB
Buffers:         70876 kB
Cached:         757228 kB
SwapCached:          0 kB
Active:         219336 kB
Inactive:       622216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             516 kB
Writeback:           0 kB
Mapped:          23236 kB
Slab:            38136 kB
Committed_AS:   102668 kB
PageTables:       1400 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= 66356 MiB
End job on node20 at 2009-06-13 07:16:01