Trace number 1856965

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.26 1797.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
MD5SUM9e60200cb127c02542a69a69c594f660
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856965-1244929191.opb
0.22/0.22	c reading problem ... 
9.82/8.44	c ... done. Wall clock time 8.22s.
9.82/8.44	c #vars     106951
9.82/8.44	c #constraints  345347
9.82/8.44	c constraints type 
9.82/8.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
9.82/8.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
9.82/8.44	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 106260
1800.08/1797.21	c starts		: 7
1800.08/1797.21	c conflicts		: 2860
1800.08/1797.21	c decisions		: 8574
1800.08/1797.21	c propagations		: 1292670
1800.08/1797.21	c inspects		: 7617669
1800.08/1797.21	c learnt literals	: 0
1800.08/1797.21	c learnt binary clauses	: 0
1800.08/1797.21	c learnt ternary clauses	: 0
1800.08/1797.21	c learnt clauses	: 2859
1800.08/1797.21	c ignored clauses	: 0
1800.08/1797.21	c root simplifications	: 0
1800.08/1797.21	c removed literals (reason simplification)	: 38324379
1800.08/1797.21	c reason swapping (by a shorter reason)	: 0
1800.08/1797.21	c Calls to reduceDB	: 0
1800.08/1797.21	c speed (assignments/second)	: 722.6565666447708
1800.08/1797.21	c non guided choices	210
1800.08/1797.22	c learnt constraints type 
1800.08/1797.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 2859
1800.08/1797.22	c constraints type 
1800.08/1797.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.08/1797.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/1797.22	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 106260
1800.08/1797.22	s UNKNOWN
1800.08/1797.22	c Total wall clock time (in seconds): 1797.004

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-1856965-1244929191/watcher-1856965-1244929191 -o /tmp/evaluation-result-1856965-1244929191/solver-1856965-1244929191 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856965-1244929191.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 18098
/proc/meminfo: memFree=1279800/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1612 CPUtime=0
/proc/18098/stat : 18098 (java6) D 18096 18098 17876 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 160519662 1650688 143 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/18098/statm: 403 143 107 9 0 45 0

[startup+0.0920619 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18098
/proc/meminfo: memFree=1279800/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1470220 CPUtime=0.07
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 3507 0 1 0 5 2 0 0 18 0 7 0 160519662 1505505280 3252 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 367555 3252 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.102062 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18098
/proc/meminfo: memFree=1279800/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1472584 CPUtime=0.09
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 3609 0 1 0 6 3 0 0 18 0 12 0 160519662 1507926016 3352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302088 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18098
/proc/meminfo: memFree=1279800/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1475072 CPUtime=0.35
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 5591 0 1 0 31 4 0 0 18 0 12 0 160519662 1510473728 5323 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 368768 5323 1354 9 0 366111 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475072

[startup+0.70113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18098
/proc/meminfo: memFree=1279800/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1476948 CPUtime=0.98
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 7979 0 1 0 94 4 0 0 18 0 12 0 160519662 1512394752 7337 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369237 7337 1397 9 0 366580 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476948

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18110
/proc/meminfo: memFree=1245592/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1477148 CPUtime=1.94
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 23681 0 1 0 182 12 0 0 18 0 12 0 160519662 1512599552 22597 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369287 22598 1401 9 0 366630 0
[pid=18098/tid=18100] ppid=18096 vsize=1477148 CPUtime=1.25
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 20843 0 1 0 114 11 0 0 25 0 12 0 160519664 1512599552 22599 1992294400 134512640 134550932 4294956016 18446744073709551615 4109506452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160519665 1512599552 22600 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160519665 1512599552 22601 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160519667 1512599552 22602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 160519667 1512599552 22604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160519667 1512599552 22604 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160519672 1512599552 22605 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1477148 CPUtime=0.32
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 923 0 0 0 32 0 0 0 16 0 12 0 160519672 1512599552 22606 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1477148 CPUtime=0.35
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1176 0 0 0 35 0 0 0 16 0 12 0 160519672 1512599552 22607 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160519672 1512599552 22608 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160519672 1512599552 22609 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1477148

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18110
/proc/meminfo: memFree=1143960/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1477148 CPUtime=3.68
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 40920 0 1 0 347 21 0 0 18 0 12 0 160519662 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369287 39799 1411 9 0 366630 0
[pid=18098/tid=18100] ppid=18096 vsize=1477148 CPUtime=2.7
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 30927 0 1 0 254 16 0 0 18 0 12 0 160519664 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1477148 CPUtime=0.13
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 4054 0 0 0 12 1 0 0 16 0 12 0 160519665 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1477148 CPUtime=0.13
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 3085 0 0 0 12 1 0 0 16 0 12 0 160519665 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 160519667 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 160519667 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160519667 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160519672 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1477148 CPUtime=0.32
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 923 0 0 0 32 0 0 0 16 0 12 0 160519672 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1477148 CPUtime=0.35
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1176 0 0 0 35 0 0 0 16 0 12 0 160519672 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160519672 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1477148 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160519672 1512599552 39799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1477148

[startup+6.3027 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18110
/proc/meminfo: memFree=1100632/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1477108 CPUtime=7.16
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 47475 0 1 0 691 25 0 0 18 0 12 0 160519662 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369277 46036 1413 9 0 366620 0
[pid=18098/tid=18100] ppid=18096 vsize=1477108 CPUtime=5.63
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 30931 0 1 0 546 17 0 0 25 0 12 0 160519664 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437373 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1477108 CPUtime=0.41
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 7234 0 0 0 38 3 0 0 18 0 12 0 160519665 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1477108 CPUtime=0.4
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 6451 0 0 0 37 3 0 0 16 0 12 0 160519665 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 160519667 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 160519667 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160519667 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160519672 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1477108 CPUtime=0.32
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 923 0 0 0 32 0 0 0 16 0 12 0 160519672 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1477108 CPUtime=0.36
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1178 0 0 0 36 0 0 0 15 0 12 0 160519672 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 160519672 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1477108 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160519672 1512558592 46036 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1477108

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1081624/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1479480 CPUtime=14.64
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 53385 0 1 0 1435 29 0 0 18 0 13 0 160519662 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369870 50727 1428 9 0 367213 0
[pid=18098/tid=18100] ppid=18096 vsize=1479480 CPUtime=11.68
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 30980 0 1 0 1151 17 0 0 25 0 13 0 160519664 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4109636299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1479480 CPUtime=0.57
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 8979 0 0 0 53 4 0 0 18 0 13 0 160519665 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1479480 CPUtime=0.56
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 9234 0 0 0 52 4 0 0 16 0 13 0 160519665 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1479480 CPUtime=0.98
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2205 0 0 0 98 0 0 0 15 0 13 0 160519672 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1479480 CPUtime=0.79
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1224 0 0 0 79 0 0 0 16 0 13 0 160519672 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1479480

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18111
/proc/meminfo: memFree=1081696/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1479480 CPUtime=27.44
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 53386 0 1 0 2715 29 0 0 18 0 13 0 160519662 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 369870 50727 1428 9 0 367213 0
[pid=18098/tid=18100] ppid=18096 vsize=1479480 CPUtime=24.47
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 30981 0 1 0 2430 17 0 0 25 0 13 0 160519664 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4109636268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1479480 CPUtime=0.57
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 8979 0 0 0 53 4 0 0 18 0 13 0 160519665 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1479480 CPUtime=0.56
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 9234 0 0 0 52 4 0 0 16 0 13 0 160519665 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1479480 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1514987520 50727 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1479480 CPUtime=0

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

[pid=18098/tid=18103] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1480504 CPUtime=1.34
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2987 0 0 0 133 1 0 0 16 0 13 0 160519672 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1480504 CPUtime=0.92
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1241 0 0 0 92 0 0 0 16 0 13 0 160519672 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1516036096 166898 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.17
Current children cumulated vsize (KiB) 1480504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18119
/proc/meminfo: memFree=596832/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1480504 CPUtime=1665.19
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 175339 0 1 0 166416 103 0 0 18 0 13 0 160519662 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 370126 171697 1428 9 0 367469 0
[pid=18098/tid=18100] ppid=18096 vsize=1480504 CPUtime=1659.05
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 31004 0 1 0 165886 19 0 0 25 0 13 0 160519664 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4109636268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1480504 CPUtime=1.89
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 63416 0 0 0 152 37 0 0 16 0 13 0 160519665 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1480504 CPUtime=1.93
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 75928 0 0 0 150 43 0 0 17 0 13 0 160519665 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1480504 CPUtime=1.34
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2987 0 0 0 133 1 0 0 16 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1480504 CPUtime=0.92
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1241 0 0 0 92 0 0 0 16 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.19
Current children cumulated vsize (KiB) 1480504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18119
/proc/meminfo: memFree=596768/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1480504 CPUtime=1725.16
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 175339 0 1 0 172413 103 0 0 18 0 13 0 160519662 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 370126 171697 1428 9 0 367469 0
[pid=18098/tid=18100] ppid=18096 vsize=1480504 CPUtime=1719.02
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 31004 0 1 0 171883 19 0 0 25 0 13 0 160519664 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4109833847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1480504 CPUtime=1.89
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 63416 0 0 0 152 37 0 0 16 0 13 0 160519665 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1480504 CPUtime=1.93
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 75928 0 0 0 150 43 0 0 17 0 13 0 160519665 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1480504 CPUtime=1.34
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2987 0 0 0 133 1 0 0 16 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1480504 CPUtime=0.92
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1241 0 0 0 92 0 0 0 16 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1516036096 171697 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.16
Current children cumulated vsize (KiB) 1480504

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18119
/proc/meminfo: memFree=578656/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1480504 CPUtime=1785.17
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 179844 0 1 0 178412 105 0 0 18 0 13 0 160519662 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 370126 176200 1428 9 0 367469 0
[pid=18098/tid=18100] ppid=18096 vsize=1480504 CPUtime=1778.96
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 31005 0 1 0 177877 19 0 0 25 0 13 0 160519664 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4109985815 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1480504 CPUtime=1.93
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 65865 0 0 0 155 38 0 0 16 0 13 0 160519665 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1480504 CPUtime=1.97
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 77983 0 0 0 153 44 0 0 16 0 13 0 160519665 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1480504 CPUtime=1.34
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2987 0 0 0 133 1 0 0 16 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1480504 CPUtime=0.92
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1241 0 0 0 92 0 0 0 16 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 1480504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18119
/proc/meminfo: memFree=578656/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=1480504 CPUtime=1800.08
/proc/18098/stat : 18098 (java) S 18096 18098 17876 0 -1 0 179844 0 1 0 179903 105 0 0 18 0 13 0 160519662 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/statm: 370126 176200 1428 9 0 367469 0
[pid=18098/tid=18100] ppid=18096 vsize=1480504 CPUtime=1793.86
/proc/18098/task/18100/stat : 18100 (java) R 18096 18098 17876 0 -1 64 31005 0 1 0 179367 19 0 0 25 0 13 0 160519664 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4110029777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18101] ppid=18096 vsize=1480504 CPUtime=1.93
/proc/18098/task/18101/stat : 18101 (java) S 18096 18098 17876 0 -1 64 65865 0 0 0 155 38 0 0 16 0 13 0 160519665 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18102] ppid=18096 vsize=1480504 CPUtime=1.97
/proc/18098/task/18102/stat : 18102 (java) S 18096 18098 17876 0 -1 64 77983 0 0 0 153 44 0 0 16 0 13 0 160519665 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18103] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18103/stat : 18103 (java) S 18096 18098 17876 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18104] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18104/stat : 18104 (java) S 18096 18098 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18105] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18105/stat : 18105 (java) S 18096 18098 17876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160519667 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18106] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18106/stat : 18106 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18107] ppid=18096 vsize=1480504 CPUtime=1.34
/proc/18098/task/18107/stat : 18107 (java) S 18096 18098 17876 0 -1 64 2987 0 0 0 133 1 0 0 16 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18108] ppid=18096 vsize=1480504 CPUtime=0.92
/proc/18098/task/18108/stat : 18108 (java) S 18096 18098 17876 0 -1 64 1241 0 0 0 92 0 0 0 16 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18098/tid=18109] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18109/stat : 18109 (java) S 18096 18098 17876 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18110] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18110/stat : 18110 (java) S 18096 18098 17876 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160519672 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18098/tid=18111] ppid=18096 vsize=1480504 CPUtime=0
/proc/18098/task/18111/stat : 18111 (java) S 18096 18098 17876 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 160520533 1516036096 176200 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1480504

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

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

[startup+1797.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 18122
/proc/meminfo: memFree=930320/2055920 swapFree=4191900/4192956
[pid=18098] ppid=18096 vsize=0 CPUtime=1800.19
/proc/18098/stat : 18098 (java) Z 18096 18098 17876 0 -1 1036 179867 0 1 0 179908 111 0 0 16 0 2 0 160519662 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18098/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): 1797.37
CPU time (s): 1800.26
CPU user time (s): 1799.09
CPU system time (s): 1.16782
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 1480504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179867
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= 37218
involuntary context switches= 32610

runsolver used 1.66275 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-13 23:39:53
IDJOB=1856965
IDBENCH=3044
IDSOLVER=682
FILE ID=node24/1856965-1244929191
PBS_JOBID= 9354656
Free space on /tmp= 66400 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856965-1244929191/watcher-1856965-1244929191 -o /tmp/evaluation-result-1856965-1244929191/solver-1856965-1244929191 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856965-1244929191.opb

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

MD5SUM BENCH= 9e60200cb127c02542a69a69c594f660
RANDOM SEED=716616598

node24.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.231
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.231
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:       1280280 kB
Buffers:         68228 kB
Cached:         639800 kB
SwapCached:        260 kB
Active:          75148 kB
Inactive:       645684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           20656 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            40748 kB
Committed_AS:   147180 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node24 at 2009-06-14 00:09:53