Trace number 2661557

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.33 926.573

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
MD5SUM0f8b3c4075c45404d33689fa65bc6a7e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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.v20100531
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2661557-1276678310.opb
0.25/0.21	c reading problem ... 
3.31/2.42	c ... done. Wall clock time 2.203s.
3.31/2.42	c #vars     3290
3.31/2.42	c #constraints  6483
3.31/2.42	c constraints type 
3.31/2.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
3.31/2.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.31/2.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.31/2.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
3.31/2.42	c constraints type 
3.31/2.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.31/2.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
3.31/2.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.31/2.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
18.59/10.14	c cleaning 2508 clauses out of 5016 with flag 5016/5016
27.98/14.96	c cleaning 4249 clauses out of 8500 with flag 11008/11008
39.98/21.01	c cleaning 5625 clauses out of 11249 with flag 18006/18006
57.72/30.09	c cleaning 6815 clauses out of 13629 with flag 26011/26011
82.33/42.55	c cleaning 7900 clauses out of 15804 with flag 35001/35001
103.80/53.47	c cleaning 8960 clauses out of 17922 with flag 45019/45019
127.64/65.57	c cleaning 9479 clauses out of 18957 with flag 55014/55014
148.71/76.25	c cleaning 9733 clauses out of 19466 with flag 65002/65002
165.58/84.89	c cleaning 9867 clauses out of 19742 with flag 75011/75011
185.02/94.77	c cleaning 9936 clauses out of 19875 with flag 85011/85011
204.69/104.76	c cleaning 9963 clauses out of 19929 with flag 95001/95001
223.95/114.51	c cleaning 10003 clauses out of 20008 with flag 105043/105043
242.35/123.90	c cleaning 9985 clauses out of 19971 with flag 115009/115009
260.99/133.45	c cleaning 9996 clauses out of 19992 with flag 125015/125015
279.85/143.03	c cleaning 9999 clauses out of 20001 with flag 135020/135020
300.07/153.34	c cleaning 10002 clauses out of 20007 with flag 145025/145025
321.02/164.08	c cleaning 10003 clauses out of 20006 with flag 155026/155026
335.90/171.67	c cleaning 9989 clauses out of 19981 with flag 165004/165004
355.50/181.62	c cleaning 9999 clauses out of 19997 with flag 175009/175009
376.50/192.33	c cleaning 9995 clauses out of 19993 with flag 185004/185004
396.25/202.44	c cleaning 9999 clauses out of 20001 with flag 195007/195007
414.46/211.73	c cleaning 10009 clauses out of 20021 with flag 205026/205026
433.06/221.23	c cleaning 10015 clauses out of 20029 with flag 215043/215043
436.81/223.29	c cleaning 0 clauses out of 5004 with flag 0/5004
447.41/228.73	c cleaning 9987 clauses out of 19978 with flag 225007/225007
462.23/236.34	c cleaning 9992 clauses out of 19988 with flag 235004/235004
482.02/246.48	c cleaning 10010 clauses out of 20022 with flag 245030/245030
492.50/251.90	c cleaning 10002 clauses out of 20009 with flag 255027/255027
504.89/258.24	c cleaning 9987 clauses out of 19980 with flag 265000/265000
515.36/263.66	c cleaning 9997 clauses out of 19999 with flag 275006/275006
526.64/269.48	c cleaning 9997 clauses out of 20000 with flag 285004/285004
538.27/275.42	c cleaning 10002 clauses out of 20010 with flag 295011/295011
549.27/281.13	c cleaning 10000 clauses out of 20006 with flag 305009/305009
562.32/287.80	c cleaning 10003 clauses out of 20010 with flag 315013/315013
573.98/293.87	c cleaning 9998 clauses out of 19998 with flag 325004/325004
587.22/300.63	c cleaning 9998 clauses out of 20002 with flag 335006/335006
600.40/307.48	c cleaning 10004 clauses out of 20011 with flag 345013/345013
614.62/314.74	c cleaning 10001 clauses out of 20008 with flag 355014/355014
625.48/320.39	c cleaning 9996 clauses out of 19999 with flag 365006/365006
636.13/325.87	c cleaning 9997 clauses out of 19999 with flag 375002/375002
651.86/333.95	c cleaning 10003 clauses out of 20009 with flag 385009/385009
672.02/344.25	c cleaning 10001 clauses out of 20008 with flag 395011/395011
689.60/353.26	c cleaning 10004 clauses out of 20012 with flag 405016/405016
705.39/361.31	c cleaning 9999 clauses out of 20001 with flag 415009/415009
722.88/370.32	c cleaning 9998 clauses out of 20001 with flag 425008/425008
739.27/378.77	c cleaning 10002 clauses out of 20008 with flag 435013/435013
757.83/388.23	c cleaning 10003 clauses out of 20012 with flag 445019/445019
776.18/397.69	c cleaning 10007 clauses out of 20018 with flag 455028/455028
795.64/407.70	c cleaning 9990 clauses out of 19983 with flag 465000/465000
812.20/416.15	c cleaning 9996 clauses out of 19997 with flag 475004/475004
828.59/424.55	c cleaning 10001 clauses out of 20005 with flag 485008/485008
840.60/430.73	c cleaning 9995 clauses out of 19998 with flag 495002/495002
852.15/436.77	c cleaning 10001 clauses out of 20010 with flag 505009/505009
864.34/443.07	c cleaning 9998 clauses out of 20003 with flag 515003/515003
877.93/450.05	c cleaning 10004 clauses out of 20013 with flag 525011/525011
891.33/456.98	c cleaning 10001 clauses out of 20008 with flag 535010/535010
904.64/463.90	c cleaning 10003 clauses out of 20011 with flag 545014/545014
918.83/471.12	c cleaning 9995 clauses out of 19998 with flag 555004/555004
931.61/477.77	c cleaning 10004 clauses out of 20012 with flag 565013/565013
946.39/485.36	c cleaning 9996 clauses out of 19997 with flag 575002/575002
959.88/492.34	c cleaning 10003 clauses out of 20010 with flag 585011/585011
975.04/500.10	c cleaning 10007 clauses out of 20017 with flag 595021/595021
989.02/507.30	c cleaning 9994 clauses out of 19992 with flag 605003/605003
1004.77/515.46	c cleaning 10011 clauses out of 20023 with flag 615028/615028
1024.80/525.72	c cleaning 9990 clauses out of 19986 with flag 625002/625002
1045.08/536.19	c cleaning 10010 clauses out of 20023 with flag 635029/635029
1066.16/546.98	c cleaning 10003 clauses out of 20010 with flag 645026/645026
1087.60/557.91	c cleaning 9983 clauses out of 19981 with flag 655000/655000
1108.20/568.54	c cleaning 9998 clauses out of 19998 with flag 665000/665000
1125.31/577.34	c cleaning 10006 clauses out of 20015 with flag 675015/675015
1147.57/588.74	c cleaning 9996 clauses out of 19996 with flag 685002/685002
1166.86/598.62	c cleaning 10015 clauses out of 20031 with flag 695033/695033
1184.28/607.65	c cleaning 9997 clauses out of 19997 with flag 705014/705014
1201.00/616.28	c cleaning 9998 clauses out of 19999 with flag 715013/715013
1218.70/625.36	c cleaning 10003 clauses out of 20010 with flag 725022/725022
1233.03/632.71	c cleaning 10000 clauses out of 20007 with flag 735022/735022
1251.62/642.31	c cleaning 10000 clauses out of 20004 with flag 745019/745019
1265.55/649.56	c cleaning 9990 clauses out of 19987 with flag 755002/755002
1278.88/656.41	c cleaning 9997 clauses out of 20001 with flag 765006/765006
1290.62/662.54	c cleaning 9997 clauses out of 20001 with flag 775003/775003
1303.66/669.36	c cleaning 10008 clauses out of 20023 with flag 785022/785022
1318.16/676.85	c cleaning 9996 clauses out of 19999 with flag 795006/795006
1332.10/684.01	c cleaning 10001 clauses out of 20007 with flag 805010/805010
1346.63/691.59	c cleaning 9998 clauses out of 20002 with flag 815006/815006
1359.66/698.32	c cleaning 9998 clauses out of 20002 with flag 825004/825004
1373.38/705.47	c cleaning 10000 clauses out of 20006 with flag 835006/835006
1387.50/712.80	c cleaning 9998 clauses out of 20001 with flag 845001/845001
1400.80/719.69	c cleaning 9996 clauses out of 20005 with flag 855003/855003
1411.64/725.31	c cleaning 10000 clauses out of 20007 with flag 865001/865001
1425.94/732.78	c cleaning 10001 clauses out of 20008 with flag 875002/875002
1440.83/740.44	c cleaning 10011 clauses out of 20025 with flag 885020/885020
1457.54/749.07	c cleaning 9996 clauses out of 19996 with flag 895002/895002
1476.68/759.00	c cleaning 10008 clauses out of 20016 with flag 905018/905018
1489.18/765.40	c cleaning 9992 clauses out of 19990 with flag 915000/915000
1501.10/771.65	c cleaning 9998 clauses out of 20001 with flag 925003/925003
1515.38/779.02	c cleaning 9999 clauses out of 20004 with flag 935004/935004
1529.97/786.64	c cleaning 10002 clauses out of 20009 with flag 945008/945008
1543.46/793.61	c cleaning 9999 clauses out of 20004 with flag 955005/955005
1555.96/800.12	c cleaning 10001 clauses out of 20007 with flag 965007/965007
1569.06/806.96	c cleaning 10002 clauses out of 20006 with flag 975007/975007
1583.64/814.56	c cleaning 9988 clauses out of 20000 with flag 985003/985003
1599.90/822.98	c cleaning 10001 clauses out of 20026 with flag 995017/995017
1615.58/831.02	c cleaning 9995 clauses out of 20014 with flag 1005006/1005006
1630.65/838.81	c cleaning 9996 clauses out of 20016 with flag 1015003/1015003
1644.25/845.94	c cleaning 9997 clauses out of 20017 with flag 1025000/1025000
1658.72/853.40	c cleaning 10004 clauses out of 20031 with flag 1035011/1035011
1672.00/860.33	c cleaning 10010 clauses out of 20043 with flag 1045027/1045027
1688.68/868.99	c cleaning 9994 clauses out of 20012 with flag 1055006/1055006
1706.79/878.35	c cleaning 10000 clauses out of 20023 with flag 1065011/1065011
1724.05/887.20	c cleaning 9996 clauses out of 20015 with flag 1075003/1075003
1744.46/897.78	c cleaning 10008 clauses out of 20021 with flag 1085005/1085005
1764.28/907.90	c cleaning 10003 clauses out of 20015 with flag 1095007/1095007
1785.38/918.83	c cleaning 9999 clauses out of 20007 with flag 1105002/1105002
1800.04/926.42	c starts		: 189
1800.04/926.42	c conflicts		: 1114666
1800.04/926.42	c decisions		: 2638566
1800.04/926.42	c propagations		: 18815631
1800.04/926.42	c inspects		: 1452714731
1800.04/926.42	c learnt literals	: 0
1800.04/926.42	c learnt binary clauses	: 0
1800.04/926.42	c learnt ternary clauses	: 430
1800.04/926.42	c learnt clauses	: 1114666
1800.04/926.42	c ignored clauses	: 0
1800.04/926.42	c root simplifications	: 0
1800.04/926.42	c removed literals (reason simplification)	: 40997209
1800.04/926.42	c reason swapping (by a shorter reason)	: 0
1800.04/926.42	c Calls to reduceDB	: 112
1800.04/926.42	c number of reductions to clauses (during analyze)	: 0
1800.04/926.42	c number of learned constraints concerned by reduction	: 0
1800.04/926.42	c number of learning phase by resolution	: 0
1800.04/926.42	c number of learning phase by cutting planes	: 0
1800.04/926.42	c speed (assignments/second)	: 20363.283253859856
1800.04/926.42	c non guided choices	3155
1800.25/926.53	c learnt constraints type 
1800.25/926.53	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19774
1800.25/926.53	c constraints type 
1800.25/926.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
1800.25/926.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.25/926.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.25/926.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.25/926.53	c constraints type 
1800.25/926.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.25/926.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
1800.25/926.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.25/926.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.25/926.53	s UNKNOWN
1800.25/926.53	c Total wall clock time (in seconds): 926.319

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-2661557-1276678310/watcher-2661557-1276678310 -o /tmp/evaluation-result-2661557-1276678310/solver-2661557-1276678310 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661557-1276678310.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: 4.07 3.29 2.22 3/106 14699
/proc/meminfo: memFree=1581664/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=240 CPUtime=0
/proc/14699/stat : 14699 (java) R 14697 14699 14360 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 9123668 245760 2 1992294400 0 0 4291671560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14699/statm: 61 11 6 10 0 22 0

[startup+0.0929451 s]
/proc/loadavg: 4.07 3.29 2.22 3/106 14699
/proc/meminfo: memFree=1581664/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1521796 CPUtime=0.08
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 3864 0 1 0 6 2 0 0 18 0 7 0 9123668 1558319104 3305 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.100942 s]
/proc/loadavg: 4.07 3.29 2.22 3/106 14699
/proc/meminfo: memFree=1581664/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1524180 CPUtime=0.08
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 9123668 1560760320 3400 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301315 s]
/proc/loadavg: 4.07 3.29 2.22 3/106 14699
/proc/meminfo: memFree=1581664/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1526228 CPUtime=0.37
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 5391 0 1 0 34 3 0 0 18 0 12 0 9123668 1562857472 4828 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 381557 4828 1356 10 0 378860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526228

[startup+0.700303 s]
/proc/loadavg: 4.07 3.29 2.22 3/106 14699
/proc/meminfo: memFree=1581664/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1528628 CPUtime=1.1
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 7044 0 1 0 106 4 0 0 18 0 12 0 9123668 1565315072 6400 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 382157 6404 1407 10 0 379460 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528628

[startup+1.50128 s]
/proc/loadavg: 3.99 3.28 2.22 3/118 14711
/proc/meminfo: memFree=1556460/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1530240 CPUtime=2.32
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 9614 0 1 0 227 5 0 0 18 0 12 0 9123668 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 382560 8324 1411 10 0 379863 0
[pid=14699/tid=14701] ppid=14697 vsize=1530240 CPUtime=1.47
/proc/14699/task/14701/stat : 14701 (java) R 14697 14699 14360 0 -1 4202560 6310 0 1 0 144 3 0 0 19 0 12 0 9123670 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4109744971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9123671 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9123671 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9123673 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9123673 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9123673 1566965760 8324 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9123677 1566965760 8325 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1530240 CPUtime=0.17
/proc/14699/task/14708/stat : 14708 (java) S 14697 14699 14360 0 -1 4202560 559 0 0 0 17 0 0 0 21 0 12 0 9123677 1566965760 8325 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1530240 CPUtime=0.65
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 1679 0 0 0 65 0 0 0 24 0 12 0 9123678 1566965760 8325 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9123678 1566965760 8325 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1530240 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9123678 1566965760 8325 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1530240

[startup+3.10123 s]
/proc/loadavg: 3.99 3.28 2.22 2/118 14711
/proc/meminfo: memFree=1549888/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1546940 CPUtime=4.69
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 16947 0 1 0 461 8 0 0 18 0 16 0 9123668 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 386735 14146 1425 10 0 384038 0
[pid=14699/tid=14701] ppid=14697 vsize=1546940 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7674 0 1 0 235 4 0 0 23 0 16 0 9123670 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 9123671 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 9123671 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14704/stat : 14704 (java) R 14697 14699 14360 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 9123673 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 9123673 1584066560 14146 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 9123673 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1546940 CPUtime=0.59
/proc/14699/task/14708/stat : 14708 (java) R 14697 14699 14360 0 -1 4202560 1909 0 0 0 59 0 0 0 16 0 16 0 9123677 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 106119230 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1546940 CPUtime=1.01
/proc/14699/task/14709/stat : 14709 (java) R 14697 14699 14360 0 -1 4202560 5245 0 0 0 99 2 0 0 16 0 16 0 9123678 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 103379828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1546940 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9123678 1584066560 14147 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 1546940

[startup+6.30114 s]
/proc/loadavg: 3.99 3.28 2.22 8/122 14715
/proc/meminfo: memFree=1424740/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1560804 CPUtime=11.03
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 54577 0 1 0 1078 25 0 0 18 0 16 0 9123668 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 390201 44803 1437 10 0 387504 0
[pid=14699/tid=14701] ppid=14697 vsize=1560804 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7674 0 1 0 235 4 0 0 18 0 16 0 9123670 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1560804 CPUtime=0.07
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 2226 0 0 0 6 1 0 0 16 0 16 0 9123671 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1560804 CPUtime=0.03
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 1327 0 0 0 3 0 0 0 16 0 16 0 9123671 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 16 0 9123673 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9123673 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9123673 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1560804 CPUtime=2.43
/proc/14699/task/14708/stat : 14708 (java) R 14697 14699 14360 0 -1 4202560 6870 0 0 0 241 2 0 0 16 0 16 0 9123677 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 106533725 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1560804 CPUtime=2.59
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10941 0 0 0 254 5 0 0 15 0 16 0 9123678 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9123678 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1560804 CPUtime=0.52
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 1208 0 0 0 52 0 0 0 22 0 16 0 9123910 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1560804 CPUtime=2.93
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 23249 0 0 0 284 9 0 0 17 0 16 0 9123910 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4109845616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1560804 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1598263296 44803 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 1560804

[startup+12.702 s]
/proc/loadavg: 3.83 3.27 2.23 3/122 14715
/proc/meminfo: memFree=1368816/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1559972 CPUtime=23.62
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 65021 0 1 0 2332 30 0 0 18 0 16 0 9123668 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 389993 54628 1450 10 0 387296 0
[pid=14699/tid=14701] ppid=14697 vsize=1559972 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7675 0 1 0 235 4 0 0 15 0 16 0 9123670 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1559972 CPUtime=0.28
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 6984 0 0 0 25 3 0 0 16 0 16 0 9123671 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1559972 CPUtime=0.24
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 5280 0 0 0 22 2 0 0 16 0 16 0 9123671 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1559972 CPUtime=0.07
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 553 0 0 0 7 0 0 0 15 0 16 0 9123673 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1559972 CPUtime=2.62
/proc/14699/task/14708/stat : 14708 (java) S 14697 14699 14360 0 -1 4202560 6894 0 0 0 260 2 0 0 15 0 16 0 9123677 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1559972 CPUtime=3.06
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10989 0 0 0 301 5 0 0 15 0 16 0 9123678 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9123678 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1559972 CPUtime=6.43
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 1581 0 0 0 643 0 0 0 25 0 16 0 9123910 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4109731579 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1559972 CPUtime=8.44
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 23993 0 0 0 835 9 0 0 25 0 16 0 9123910 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4109929236 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 54628 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 1559972

[startup+25.5016 s]
/proc/loadavg: 3.55 3.23 2.23 3/122 14715
/proc/meminfo: memFree=1347984/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1559972 CPUtime=48.8
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 70476 0 1 0 4846 34 0 0 18 0 16 0 9123668 1597411328 59507 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 80309 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 80309 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1483.05
Current children cumulated vsize (KiB) 1559972

[startup+822.302 s]
/proc/loadavg: 2.20 2.13 2.09 3/122 14746
/proc/meminfo: memFree=1260564/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1559972 CPUtime=1598.71
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 94477 0 1 0 159724 147 0 0 18 0 16 0 9123668 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 389993 80927 1450 10 0 387296 0
[pid=14699/tid=14701] ppid=14697 vsize=1559972 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7688 0 1 0 235 4 0 0 15 0 16 0 9123670 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1559972 CPUtime=11.79
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 21815 0 0 0 1147 32 0 0 16 0 16 0 9123671 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1559972 CPUtime=11.77
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 18545 0 0 0 1140 37 0 0 15 0 16 0 9123671 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1559972 CPUtime=30.18
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 1114 0 0 0 2998 20 0 0 15 0 16 0 9123673 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1559972 CPUtime=3.4
/proc/14699/task/14708/stat : 14708 (java) S 14697 14699 14360 0 -1 4202560 6954 0 0 0 338 2 0 0 15 0 16 0 9123677 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1559972 CPUtime=3.14
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10992 0 0 0 309 5 0 0 16 0 16 0 9123678 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 9123678 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1559972 CPUtime=769.35
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 1952 0 0 0 76910 25 0 0 25 0 16 0 9123910 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4110337577 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1559972 CPUtime=766.58
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 24297 0 0 0 76642 16 0 0 25 0 16 0 9123910 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4109928962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 80927 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1598.71
Current children cumulated vsize (KiB) 1559972

[startup+882.301 s]
/proc/loadavg: 2.08 2.10 2.08 3/122 14746
/proc/meminfo: memFree=1255728/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1559972 CPUtime=1714.32
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 95810 0 1 0 171274 158 0 0 18 0 16 0 9123668 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 389993 82118 1450 10 0 387296 0
[pid=14699/tid=14701] ppid=14697 vsize=1559972 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7688 0 1 0 235 4 0 0 15 0 16 0 9123670 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1559972 CPUtime=12.67
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 22072 0 0 0 1227 40 0 0 16 0 16 0 9123671 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1559972 CPUtime=12.66
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 19574 0 0 0 1228 38 0 0 16 0 16 0 9123671 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1559972 CPUtime=33.54
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 1118 0 0 0 3333 21 0 0 15 0 16 0 9123673 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1559972 CPUtime=3.4
/proc/14699/task/14708/stat : 14708 (java) S 14697 14699 14360 0 -1 4202560 6954 0 0 0 338 2 0 0 15 0 16 0 9123677 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1559972 CPUtime=3.14
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10992 0 0 0 309 5 0 0 16 0 16 0 9123678 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9123678 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1559972 CPUtime=824.65
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 1978 0 0 0 82438 27 0 0 25 0 16 0 9123910 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4110337564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1559972 CPUtime=821.77
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 24310 0 0 0 82161 16 0 0 25 0 16 0 9123910 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4109943768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 82118 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1714.32
Current children cumulated vsize (KiB) 1559972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.401 s]
/proc/loadavg: 2.42 2.18 2.11 3/122 14748
/proc/meminfo: memFree=1252504/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1559972 CPUtime=1800.04
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 96649 0 1 0 179841 163 0 0 18 0 16 0 9123668 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 389993 82907 1450 10 0 387296 0
[pid=14699/tid=14701] ppid=14697 vsize=1559972 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7690 0 1 0 235 4 0 0 15 0 16 0 9123670 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1559972 CPUtime=13.44
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 22596 0 0 0 1302 42 0 0 16 0 16 0 9123671 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1559972 CPUtime=13.43
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 19851 0 0 0 1304 39 0 0 16 0 16 0 9123671 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1559972 CPUtime=35.28
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 1120 0 0 0 3506 22 0 0 15 0 16 0 9123673 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9123673 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123677 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1559972 CPUtime=3.4
/proc/14699/task/14708/stat : 14708 (java) S 14697 14699 14360 0 -1 4202560 6954 0 0 0 338 2 0 0 15 0 16 0 9123677 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1559972 CPUtime=3.14
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10992 0 0 0 309 5 0 0 16 0 16 0 9123678 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9123678 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9123678 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1559972 CPUtime=865.65
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 2000 0 0 0 86538 27 0 0 25 0 16 0 9123910 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4110338836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1559972 CPUtime=863.2
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 24320 0 0 0 86303 17 0 0 25 0 16 0 9123910 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4109845627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1559972 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9123913 1597411328 82907 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1559972

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

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

[startup+926.517 s]
/proc/loadavg: 2.42 2.18 2.11 3/122 14748
/proc/meminfo: memFree=1252504/2059040 swapFree=4192956/4192956
[pid=14699] ppid=14697 vsize=1560620 CPUtime=1800.25
/proc/14699/stat : 14699 (java) S 14697 14699 14360 0 -1 4202496 96665 0 1 0 179862 163 0 0 18 0 18 0 9123668 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14699/statm: 390155 82923 1450 10 0 387458 0
[pid=14699/tid=14701] ppid=14697 vsize=1560620 CPUtime=2.39
/proc/14699/task/14701/stat : 14701 (java) S 14697 14699 14360 0 -1 4202560 7690 0 1 0 235 4 0 0 15 0 18 0 9123670 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14702] ppid=14697 vsize=1560620 CPUtime=13.44
/proc/14699/task/14702/stat : 14702 (java) S 14697 14699 14360 0 -1 4202560 22596 0 0 0 1302 42 0 0 16 0 18 0 9123671 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14703] ppid=14697 vsize=1560620 CPUtime=13.43
/proc/14699/task/14703/stat : 14703 (java) S 14697 14699 14360 0 -1 4202560 19851 0 0 0 1304 39 0 0 16 0 18 0 9123671 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14704] ppid=14697 vsize=1560620 CPUtime=35.28
/proc/14699/task/14704/stat : 14704 (java) S 14697 14699 14360 0 -1 4202560 1120 0 0 0 3506 22 0 0 15 0 18 0 9123673 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 0 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14705] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14705/stat : 14705 (java) S 14697 14699 14360 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 9123673 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14706] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14706/stat : 14706 (java) S 14697 14699 14360 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 9123673 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14707] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14707/stat : 14707 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 9123677 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14708] ppid=14697 vsize=1560620 CPUtime=3.42
/proc/14699/task/14708/stat : 14708 (java) R 14697 14699 14360 0 -1 4202560 6954 0 0 0 340 2 0 0 15 0 18 0 9123677 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 103863435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14709] ppid=14697 vsize=1560620 CPUtime=3.14
/proc/14699/task/14709/stat : 14709 (java) S 14697 14699 14360 0 -1 4202560 10992 0 0 0 309 5 0 0 16 0 18 0 9123678 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14710] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14710/stat : 14710 (java) S 14697 14699 14360 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 9123678 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14711] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14711/stat : 14711 (java) S 14697 14699 14360 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 9123678 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 1 0 0 0
[pid=14699/tid=14712] ppid=14697 vsize=1560620 CPUtime=865.76
/proc/14699/task/14712/stat : 14712 (java) R 14697 14699 14360 0 -1 4202560 2000 0 0 0 86549 27 0 0 25 0 18 0 9123910 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4110337571 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14699/tid=14713] ppid=14697 vsize=1560620 CPUtime=863.28
/proc/14699/task/14713/stat : 14713 (java) R 14697 14699 14360 0 -1 4202560 24320 0 0 0 86311 17 0 0 25 0 18 0 9123910 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4109845620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14699/tid=14714] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14714/stat : 14714 (java) S 14697 14699 14360 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 9123913 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
[pid=14699/tid=14715] ppid=14697 vsize=1560620 CPUtime=0
/proc/14699/task/14715/stat : 14715 (java) S 14697 14699 14360 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 9123913 1598074880 82923 1992294400 134512640 134550932 4291668656 18446744073709551615 4294960144 0 4 0 16800975 18446604437833058304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1560620

Child status: 143
Real time (s): 926.573
CPU time (s): 1800.33
CPU user time (s): 1798.67
CPU system time (s): 1.66575
CPU usage (%): 194.3
Max. virtual memory (cumulated for all children) (KiB): 1564624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.66575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96669
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= 28542
involuntary context switches= 52503

runsolver used 4.42633 second user time and 11.1463 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 10:51:50
IDJOB=2661557
IDBENCH=48317
IDSOLVER=1166
FILE ID=node041/2661557-1276678310
PBS_JOBID= 11172541
Free space on /tmp= 62084 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661557-1276678310/watcher-2661557-1276678310 -o /tmp/evaluation-result-2661557-1276678310/solver-2661557-1276678310 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661557-1276678310.opb

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

MD5SUM BENCH= 0f8b3c4075c45404d33689fa65bc6a7e
RANDOM SEED=674146060

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581936 kB
Buffers:        130000 kB
Cached:         205284 kB
SwapCached:          0 kB
Active:         132508 kB
Inactive:       262172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:       59344 kB
Mapped:          15420 kB
Slab:            60388 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181804 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= 62084 MiB
End job on node041 at 2010-06-16 11:07:19