Trace number 2659271

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.24 1796.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
MD5SUM00fd5397600f602b7512f4fbf6ea5edc
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
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 constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880078237913026827969150
Number of bits of the biggest sum of numbers91
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-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2659271-1276626067.opb
0.08/0.20	c reading problem ... 
1.34/0.84	c ... done. Wall clock time 0.637s.
1.34/0.84	c #vars     1951
1.34/0.84	c #constraints  6047
1.34/0.84	c constraints type 
1.34/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1.34/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1.34/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
22.00/20.32	c cleaning 2500 clauses out of 5000 with flag 5000/5000
44.26/42.57	c cleaning 4250 clauses out of 8500 with flag 11000/11000
62.88/61.13	c cleaning 5618 clauses out of 11250 with flag 18000/18000
90.45/88.67	c cleaning 6821 clauses out of 13642 with flag 26010/26010
118.66/116.75	c cleaning 7902 clauses out of 15811 with flag 35000/35000
147.82/145.88	c cleaning 8955 clauses out of 17909 with flag 45000/45000
177.46/175.43	c cleaning 9471 clauses out of 18956 with flag 55002/55002
203.99/201.95	c cleaning 9737 clauses out of 19487 with flag 65004/65004
232.32/230.23	c cleaning 9866 clauses out of 19746 with flag 75000/75000
258.47/256.36	c cleaning 9935 clauses out of 19881 with flag 85001/85001
292.39/290.30	c cleaning 9967 clauses out of 19946 with flag 95001/95001
321.12/318.90	c cleaning 9988 clauses out of 19979 with flag 105001/105001
342.24/340.08	c cleaning 9989 clauses out of 19990 with flag 115000/115000
369.36/367.10	c cleaning 9990 clauses out of 20002 with flag 125001/125001
394.60/392.37	c cleaning 10002 clauses out of 20011 with flag 135000/135000
416.73/414.48	c cleaning 10002 clauses out of 20011 with flag 145002/145002
437.45/435.17	c cleaning 9997 clauses out of 20008 with flag 155001/155001
478.57/476.22	c cleaning 9999 clauses out of 20010 with flag 165000/165000
511.99/509.61	c cleaning 9998 clauses out of 20012 with flag 175001/175001
545.83/543.47	c cleaning 9999 clauses out of 20014 with flag 185001/185001
572.55/570.19	c cleaning 10002 clauses out of 20014 with flag 195000/195000
595.88/593.44	c cleaning 10002 clauses out of 20012 with flag 205000/205000
622.62/620.14	c cleaning 9997 clauses out of 20010 with flag 215000/215000
658.53/656.02	c cleaning 10000 clauses out of 20013 with flag 225000/225000
696.35/693.86	c cleaning 10002 clauses out of 20014 with flag 235001/235001
726.78/724.23	c cleaning 9998 clauses out of 20012 with flag 245001/245001
753.93/751.33	c cleaning 10002 clauses out of 20014 with flag 255001/255001
779.96/777.32	c cleaning 10001 clauses out of 20012 with flag 265001/265001
798.20/795.56	c cleaning 9999 clauses out of 20011 with flag 275001/275001
816.45/813.73	c cleaning 10002 clauses out of 20013 with flag 285002/285002
843.80/841.03	c cleaning 10000 clauses out of 20010 with flag 295001/295001
875.83/873.03	c cleaning 9996 clauses out of 20009 with flag 305000/305000
901.76/898.99	c cleaning 10008 clauses out of 20025 with flag 315012/315012
936.98/934.12	c cleaning 10001 clauses out of 20005 with flag 325000/325000
975.61/972.70	c cleaning 9987 clauses out of 20006 with flag 335002/335002
1011.05/1008.13	c cleaning 10003 clauses out of 20018 with flag 345001/345001
1036.99/1034.08	c cleaning 10001 clauses out of 20015 with flag 355001/355001
1061.60/1058.68	c cleaning 10000 clauses out of 20014 with flag 365001/365001
1085.22/1082.20	c cleaning 9996 clauses out of 20014 with flag 375001/375001
1108.04/1105.03	c cleaning 9997 clauses out of 20017 with flag 385000/385000
1132.06/1129.08	c cleaning 10005 clauses out of 20022 with flag 395002/395002
1165.08/1162.08	c cleaning 10006 clauses out of 20016 with flag 405001/405001
1193.11/1190.10	c cleaning 9981 clauses out of 20011 with flag 415002/415002
1216.34/1213.25	c cleaning 10005 clauses out of 20028 with flag 425000/425000
1243.15/1240.03	c cleaning 10003 clauses out of 20024 with flag 435001/435001
1272.48/1269.35	c cleaning 10001 clauses out of 20022 with flag 445002/445002
1297.59/1294.47	c cleaning 10003 clauses out of 20019 with flag 455000/455000
1321.12/1317.98	c cleaning 9998 clauses out of 20020 with flag 465004/465004
1343.05/1339.86	c cleaning 9997 clauses out of 20019 with flag 475001/475001
1363.67/1360.47	c cleaning 10003 clauses out of 20022 with flag 485001/485001
1384.30/1381.02	c cleaning 9999 clauses out of 20020 with flag 495002/495002
1404.62/1401.36	c cleaning 10008 clauses out of 20019 with flag 505000/505000
1425.36/1422.01	c cleaning 10002 clauses out of 20012 with flag 515001/515001
1444.40/1441.07	c cleaning 10002 clauses out of 20016 with flag 525007/525007
1467.12/1463.77	c cleaning 9990 clauses out of 20007 with flag 535000/535000
1490.85/1487.41	c cleaning 9998 clauses out of 20018 with flag 545001/545001
1514.27/1510.85	c cleaning 9999 clauses out of 20019 with flag 555000/555000
1538.00/1534.51	c cleaning 9987 clauses out of 20020 with flag 565000/565000
1561.62/1558.16	c cleaning 10001 clauses out of 20034 with flag 575001/575001
1584.45/1580.94	c cleaning 10006 clauses out of 20032 with flag 585000/585000
1608.67/1605.18	c cleaning 10000 clauses out of 20026 with flag 595000/595000
1630.42/1626.87	c cleaning 10009 clauses out of 20027 with flag 605001/605001
1661.52/1657.92	c cleaning 10003 clauses out of 20019 with flag 615002/615002
1689.24/1685.67	c cleaning 10005 clauses out of 20014 with flag 625000/625000
1713.18/1709.55	c cleaning 9994 clauses out of 20010 with flag 635001/635001
1734.02/1730.39	c cleaning 10001 clauses out of 20015 with flag 645000/645000
1756.35/1752.63	c cleaning 9999 clauses out of 20014 with flag 655000/655000
1773.50/1769.79	c cleaning 10000 clauses out of 20015 with flag 665000/665000
1794.73/1790.92	c cleaning 10003 clauses out of 20016 with flag 675001/675001
1800.06/1796.22	c starts		: 169
1800.06/1796.22	c conflicts		: 678501
1800.06/1796.22	c decisions		: 836545
1800.06/1796.22	c propagations		: 44887034
1800.06/1796.22	c inspects		: 663516677
1800.06/1796.22	c learnt literals	: 0
1800.06/1796.22	c learnt binary clauses	: 109
1800.06/1796.22	c learnt ternary clauses	: 270
1800.06/1796.22	c learnt clauses	: 678500
1800.06/1796.22	c ignored clauses	: 0
1800.06/1796.22	c root simplifications	: 0
1800.06/1796.22	c removed literals (reason simplification)	: 288974178
1800.06/1796.22	c reason swapping (by a shorter reason)	: 0
1800.06/1796.22	c Calls to reduceDB	: 69
1800.06/1796.26	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.26	c number of learned constraints concerned by reduction	: 0
1800.06/1796.26	c number of learning phase by resolution	: 0
1800.06/1796.26	c number of learning phase by cutting planes	: 0
1800.06/1796.26	c speed (assignments/second)	: 25001.69097583676
1800.06/1796.26	c non guided choices	23
1800.06/1796.28	c learnt constraints type 
1800.06/1796.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13446
1800.06/1796.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109
1800.06/1796.28	c constraints type 
1800.06/1796.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.06/1796.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.06/1796.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1796.28	s UNKNOWN
1800.06/1796.28	c Total wall clock time (in seconds): 1796.078

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-2659271-1276626067/watcher-2659271-1276626067 -o /tmp/evaluation-result-2659271-1276626067/solver-2659271-1276626067 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659271-1276626067.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: 2.06 2.13 1.84 3/106 3367
/proc/meminfo: memFree=1851876/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=248 CPUtime=0
/proc/3367/stat : 3367 (java) R 3365 3367 3171 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 38210420 253952 28 1992294400 134512640 134550932 4293417504 18446744073709551615 8782420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3367/statm: 62 28 21 10 0 23 0

[startup+0.0287429 s]
/proc/loadavg: 2.06 2.13 1.84 3/106 3367
/proc/meminfo: memFree=1851876/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1517712 CPUtime=0.01
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 38210420 1554137088 2064 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101332 s]
/proc/loadavg: 2.06 2.13 1.84 3/106 3367
/proc/meminfo: memFree=1851876/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1524184 CPUtime=0.08
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 3964 0 1 0 5 3 0 0 18 0 12 0 38210420 1560764416 3403 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300607 s]
/proc/loadavg: 2.06 2.13 1.84 3/106 3367
/proc/meminfo: memFree=1851876/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1526532 CPUtime=0.36
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 5376 0 1 0 32 4 0 0 18 0 12 0 38210420 1563168768 4813 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 381633 4813 1361 10 0 378935 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526532

[startup+0.700605 s]
/proc/loadavg: 2.06 2.13 1.84 3/106 3367
/proc/meminfo: memFree=1851876/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1527852 CPUtime=1.14
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 7666 0 1 0 109 5 0 0 18 0 12 0 38210420 1564520448 6971 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 381963 6972 1403 10 0 379265 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1527852

[startup+1.5016 s]
/proc/loadavg: 2.06 2.13 1.84 4/119 3380
/proc/meminfo: memFree=1816680/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1546176 CPUtime=2.72
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 15406 0 1 0 265 7 0 0 18 0 13 0 38210420 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 386544 11934 1421 10 0 383846 0
[pid=3367/tid=3369] ppid=3365 vsize=1546176 CPUtime=0.94
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 6272 0 1 0 91 3 0 0 19 0 13 0 38210422 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4109400283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38210423 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38210423 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38210425 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38210425 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38210425 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1546176 CPUtime=0.93
/proc/3367/task/3376/stat : 3376 (java) R 3365 3367 3171 0 -1 4202560 4802 0 0 0 92 1 0 0 25 0 13 0 38210429 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 103378259 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1546176 CPUtime=0.82
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3263 0 0 0 81 1 0 0 17 0 13 0 38210430 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210430 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1546176 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1583284224 11934 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1546176

[startup+3.10059 s]
/proc/loadavg: 2.06 2.13 1.84 2/119 3380
/proc/meminfo: memFree=1807628/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1544020 CPUtime=4.67
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 17558 0 1 0 459 8 0 0 18 0 13 0 38210420 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 386005 13296 1424 10 0 383307 0
[pid=3367/tid=3369] ppid=3365 vsize=1544020 CPUtime=2.47
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 7910 0 1 0 243 4 0 0 22 0 13 0 38210422 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4109881886 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38210423 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38210423 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38210425 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38210425 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38210425 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1544020 CPUtime=1.12
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5230 0 0 0 111 1 0 0 15 0 13 0 38210429 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1544020 CPUtime=1.06
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3349 0 0 0 105 1 0 0 15 0 13 0 38210430 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210430 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1544020 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1581076480 13296 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1544020

[startup+6.30157 s]
/proc/loadavg: 1.98 2.11 1.84 2/119 3380
/proc/meminfo: memFree=1782332/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=7.94
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 24873 0 1 0 782 12 0 0 18 0 13 0 38210420 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 19411 1424 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=5.62
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 15219 0 1 0 555 7 0 0 25 0 13 0 38210422 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4109881807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38210423 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38210423 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210425 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38210425 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38210425 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.16
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5232 0 0 0 115 1 0 0 16 0 13 0 38210429 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.12
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3353 0 0 0 111 1 0 0 16 0 13 0 38210430 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 19411 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1538980

[startup+12.7005 s]
/proc/loadavg: 1.90 2.10 1.83 2/119 3380
/proc/meminfo: memFree=1754060/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=14.38
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 31706 0 1 0 1423 15 0 0 18 0 13 0 38210420 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 26243 1428 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=12.01
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 22044 0 1 0 1191 10 0 0 25 0 13 0 38210422 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4109716707 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 38210423 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 38210423 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210425 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 38210425 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 38210425 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.22
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5240 0 0 0 120 2 0 0 15 0 13 0 38210429 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.12
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3353 0 0 0 111 1 0 0 15 0 13 0 38210430 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 26243 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 1538980

[startup+25.5015 s]
/proc/loadavg: 1.70 2.04 1.82 2/119 3380
/proc/meminfo: memFree=1707932/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=27.22
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 42609 0 1 0 2704 18 0 0 18 0 13 0 38210420 1575915520 37082 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 37082 1442 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=24.75
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 28436 0 1 0 2462 13 0 0 25 0 13 0 38210422 1575915520 37082 1992294400 134512640 134550932 4293417504 18446744073709551615 4109889906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=0.01
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 1246 0 0 0 1 0 0 0 18 0 13 0 38210423 1575915520 37082 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=0.01
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 1106 0 0 0 1 0 0 0 18 0 13 0 38210423 1575915520 37082 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=0.03

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

[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=2.71
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 5454 0 0 0 270 1 0 0 15 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.25
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5241 0 0 0 123 2 0 0 15 0 13 0 38210429 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.31
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3381 0 0 0 130 1 0 0 15 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.88
Current children cumulated vsize (KiB) 1538980

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/119 3424
/proc/meminfo: memFree=1619396/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=1665.94
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 68084 0 1 0 166552 42 0 0 18 0 13 0 38210420 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 58551 1442 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=1655.2
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 32230 0 1 0 165500 20 0 0 25 0 13 0 38210422 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4109903855 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=2.64
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 10076 0 0 0 257 7 0 0 16 0 13 0 38210423 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=2.63
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 10535 0 0 0 256 7 0 0 16 0 13 0 38210423 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=2.84
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 5458 0 0 0 283 1 0 0 15 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.25
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5241 0 0 0 123 2 0 0 15 0 13 0 38210429 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.31
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3381 0 0 0 130 1 0 0 15 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 58551 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.94
Current children cumulated vsize (KiB) 1538980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/119 3426
/proc/meminfo: memFree=1619272/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=1725.99
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 68096 0 1 0 172556 43 0 0 18 0 13 0 38210420 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 58553 1442 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=1714.99
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 32234 0 1 0 171479 20 0 0 25 0 13 0 38210422 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4109888274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=2.71
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 10078 0 0 0 264 7 0 0 15 0 13 0 38210423 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=2.72
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 10535 0 0 0 264 8 0 0 16 0 13 0 38210423 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=2.94
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 5460 0 0 0 293 1 0 0 15 0 13 0 38210425 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.25
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5241 0 0 0 123 2 0 0 15 0 13 0 38210429 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.31
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3381 0 0 0 130 1 0 0 15 0 13 0 38210430 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 58553 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.99
Current children cumulated vsize (KiB) 1538980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 3426
/proc/meminfo: memFree=1618900/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=1786.11
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 68276 0 1 0 178568 43 0 0 18 0 13 0 38210420 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 58671 1442 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=1774.64
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 32240 0 1 0 177444 20 0 0 25 0 13 0 38210422 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4110103168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=2.87
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 10142 0 0 0 280 7 0 0 15 0 13 0 38210423 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=2.89
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 10639 0 0 0 281 8 0 0 16 0 13 0 38210423 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=3.09
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 5465 0 0 0 308 1 0 0 15 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.25
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5241 0 0 0 123 2 0 0 15 0 13 0 38210429 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.31
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3381 0 0 0 130 1 0 0 15 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.11
Current children cumulated vsize (KiB) 1538980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 3428
/proc/meminfo: memFree=1618900/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=1538980 CPUtime=1800.06
/proc/3367/stat : 3367 (java) S 3365 3367 3171 0 -1 4202496 68282 0 1 0 179963 43 0 0 18 0 13 0 38210420 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 384745 58671 1442 10 0 382047 0
[pid=3367/tid=3369] ppid=3365 vsize=1538980 CPUtime=1788.46
/proc/3367/task/3369/stat : 3369 (java) R 3365 3367 3171 0 -1 4202560 32242 0 1 0 178826 20 0 0 25 0 13 0 38210422 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4109964489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3367/tid=3370] ppid=3365 vsize=1538980 CPUtime=2.92
/proc/3367/task/3370/stat : 3370 (java) S 3365 3367 3171 0 -1 4202560 10142 0 0 0 284 8 0 0 15 0 13 0 38210423 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3371] ppid=3365 vsize=1538980 CPUtime=2.93
/proc/3367/task/3371/stat : 3371 (java) S 3365 3367 3171 0 -1 4202560 10639 0 0 0 285 8 0 0 16 0 13 0 38210423 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3372] ppid=3365 vsize=1538980 CPUtime=3.13
/proc/3367/task/3372/stat : 3372 (java) S 3365 3367 3171 0 -1 4202560 5467 0 0 0 312 1 0 0 15 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 0 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3373] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3373/stat : 3373 (java) S 3365 3367 3171 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3374] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3374/stat : 3374 (java) S 3365 3367 3171 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 38210425 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3375] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3375/stat : 3375 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210429 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3376] ppid=3365 vsize=1538980 CPUtime=1.25
/proc/3367/task/3376/stat : 3376 (java) S 3365 3367 3171 0 -1 4202560 5241 0 0 0 123 2 0 0 15 0 13 0 38210429 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3377] ppid=3365 vsize=1538980 CPUtime=1.31
/proc/3367/task/3377/stat : 3377 (java) S 3365 3367 3171 0 -1 4202560 3381 0 0 0 130 1 0 0 15 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3378] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3378/stat : 3378 (java) S 3365 3367 3171 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
[pid=3367/tid=3379] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3379/stat : 3379 (java) S 3365 3367 3171 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 38210430 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 1 0 0 0
[pid=3367/tid=3380] ppid=3365 vsize=1538980 CPUtime=0
/proc/3367/task/3380/stat : 3380 (java) S 3365 3367 3171 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38210506 1575915520 58671 1992294400 134512640 134550932 4293417504 18446744073709551615 4294960144 0 4 0 16800975 18446604437831195584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1538980

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

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

[startup+1796.32 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 3428
/proc/meminfo: memFree=1618900/2059040 swapFree=4140468/4192956
[pid=3367] ppid=3365 vsize=0 CPUtime=1800.23
/proc/3367/stat : 3367 (java) Z 3365 3367 3171 0 -1 4203548 68304 0 1 0 179977 46 0 0 17 0 2 0 38210420 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3367/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.33
CPU time (s): 1800.24
CPU user time (s): 1799.78
CPU system time (s): 0.464929
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 1546176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68304
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= 38277
involuntary context switches= 22160

runsolver used 3.67244 second user time and 9.50755 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 20:21:07
IDJOB=2659271
IDBENCH=2992
IDSOLVER=1164
FILE ID=node005/2659271-1276626067
PBS_JOBID= 11172345
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659271-1276626067/watcher-2659271-1276626067 -o /tmp/evaluation-result-2659271-1276626067/solver-2659271-1276626067 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659271-1276626067.opb

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

MD5SUM BENCH= 00fd5397600f602b7512f4fbf6ea5edc
RANDOM SEED=210022248

node005.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1852148 kB
Buffers:         44716 kB
Cached:          81044 kB
SwapCached:       6288 kB
Active:          68652 kB
Inactive:        70912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1852148 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:             548 kB
Writeback:           0 kB
AnonPages:       11704 kB
Mapped:          13188 kB
Slab:            45380 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node005 at 2010-06-15 20:51:05