Trace number 2661616

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.45 928.107

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
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)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.21/0.24	c Pseudo Boolean Optimization
0.21/0.24	c ManyCore solver with 2 solvers running in parallel
0.21/0.24	c --- Begin Solver configuration ---
0.21/0.24	c Stops conflict analysis at the first Unique Implication Point
0.21/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.21/0.24	c Learn all clauses as in MiniSAT
0.21/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.24	c Expensive reason simplification
0.21/0.24	c Armin Biere (Picosat) restarts strategy
0.21/0.24	c Glucose learned constraints deletion strategy
0.21/0.24	c timeout=2147483s
0.21/0.24	c DB Simplification allowed=false
0.21/0.24	c --- End Solver configuration ---
0.21/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.24	c --- Begin Solver configuration ---
0.21/0.24	c Stops conflict analysis at the first Unique Implication Point
0.21/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.21/0.24	c Learn all clauses as in MiniSAT
0.21/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.24	c No reason simplification
0.21/0.24	c Armin Biere (Picosat) restarts strategy
0.21/0.24	c Glucose learned constraints deletion strategy
0.21/0.24	c timeout=2147483s
0.21/0.24	c DB Simplification allowed=false
0.21/0.24	c --- End Solver configuration ---
0.21/0.24	
0.21/0.24	c solving HOME/instance-2661616-1276683798.opb
0.21/0.24	c reading problem ... 
3.22/2.50	c ... done. Wall clock time 2.259s.
3.22/2.50	c #vars     3274
3.22/2.50	c #constraints  6451
3.22/2.50	c constraints type 
3.22/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
3.22/2.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.22/2.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.22/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
3.22/2.50	c constraints type 
3.22/2.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.22/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
3.22/2.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.22/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
15.99/8.99	c cleaning 2516 clauses out of 5031 with flag 5031/5031
28.01/15.00	c cleaning 4244 clauses out of 8490 with flag 11006/11006
41.22/21.78	c cleaning 5638 clauses out of 11275 with flag 18035/18035
55.99/29.24	c cleaning 6807 clauses out of 13614 with flag 26012/26012
73.90/38.35	c cleaning 7897 clauses out of 15795 with flag 35000/35000
99.57/51.34	c cleaning 8949 clauses out of 17900 with flag 45002/45002
129.56/66.52	c cleaning 9473 clauses out of 18949 with flag 55000/55000
152.60/78.29	c cleaning 9745 clauses out of 19489 with flag 65013/65013
176.79/90.53	c cleaning 9868 clauses out of 19742 with flag 75011/75011
197.26/100.99	c cleaning 9935 clauses out of 19870 with flag 85007/85007
222.28/113.66	c cleaning 9981 clauses out of 19961 with flag 95033/95033
250.06/127.74	c cleaning 9973 clauses out of 19947 with flag 105000/105000
271.85/138.88	c cleaning 9988 clauses out of 19979 with flag 115005/115005
292.49/149.40	c cleaning 9999 clauses out of 20000 with flag 125014/125014
310.36/158.43	c cleaning 10003 clauses out of 20010 with flag 135023/135023
327.40/167.13	c cleaning 9994 clauses out of 19987 with flag 145003/145003
338.44/172.80	c cleaning 9996 clauses out of 19993 with flag 155003/155003
350.74/179.16	c cleaning 10007 clauses out of 20013 with flag 165019/165019
373.35/190.63	c cleaning 9993 clauses out of 19987 with flag 175000/175000
395.74/202.04	c cleaning 9997 clauses out of 19997 with flag 185003/185003
417.08/212.97	c cleaning 10000 clauses out of 20000 with flag 195003/195003
434.71/221.94	c cleaning 0 clauses out of 5006 with flag 0/5006
439.92/224.65	c cleaning 10010 clauses out of 20023 with flag 205026/205026
459.10/234.40	c cleaning 9999 clauses out of 20001 with flag 215014/215014
478.64/244.43	c cleaning 9994 clauses out of 19991 with flag 225003/225003
497.05/253.87	c cleaning 9996 clauses out of 19995 with flag 235001/235001
516.86/263.93	c cleaning 9996 clauses out of 19998 with flag 245000/245000
535.67/273.57	c cleaning 10005 clauses out of 20014 with flag 255012/255012
554.81/283.32	c cleaning 10000 clauses out of 20003 with flag 265006/265006
570.04/291.15	c cleaning 9997 clauses out of 19997 with flag 275000/275000
588.24/300.47	c cleaning 9997 clauses out of 20023 with flag 285023/285023
604.85/309.00	c cleaning 10000 clauses out of 20003 with flag 295000/295000
620.01/316.73	c cleaning 10014 clauses out of 20031 with flag 305028/305028
638.00/325.92	c cleaning 10003 clauses out of 20009 with flag 315020/315020
656.19/335.22	c cleaning 10011 clauses out of 20026 with flag 325040/325040
677.36/346.06	c cleaning 9991 clauses out of 19988 with flag 335013/335013
689.34/352.28	c cleaning 9998 clauses out of 19999 with flag 345015/345015
707.34/361.47	c cleaning 9978 clauses out of 19986 with flag 355000/355000
725.11/370.53	c cleaning 10012 clauses out of 20029 with flag 365021/365021
745.67/381.02	c cleaning 9997 clauses out of 19996 with flag 375000/375000
758.23/387.50	c cleaning 9997 clauses out of 20002 with flag 385003/385003
774.82/396.03	c cleaning 10000 clauses out of 20003 with flag 395001/395001
789.02/403.35	c cleaning 10006 clauses out of 20016 with flag 405014/405014
802.43/410.21	c cleaning 9996 clauses out of 19996 with flag 415000/415000
818.52/418.58	c cleaning 10005 clauses out of 20013 with flag 425013/425013
832.91/425.93	c cleaning 10001 clauses out of 20006 with flag 435011/435011
849.28/434.40	c cleaning 10000 clauses out of 20003 with flag 445009/445009
867.81/443.87	c cleaning 9999 clauses out of 20003 with flag 455009/455009
885.86/453.15	c cleaning 9985 clauses out of 19997 with flag 465002/465002
903.00/461.91	c cleaning 10007 clauses out of 20018 with flag 475008/475008
919.35/470.34	c cleaning 10000 clauses out of 20004 with flag 485001/485001
930.54/476.18	c cleaning 9999 clauses out of 20003 with flag 495000/495000
943.44/482.83	c cleaning 10000 clauses out of 20005 with flag 505001/505001
955.20/489.00	c cleaning 10005 clauses out of 20015 with flag 515011/515011
968.55/495.84	c cleaning 9998 clauses out of 19999 with flag 525000/525000
986.86/505.23	c cleaning 9999 clauses out of 20002 with flag 535001/535001
1006.05/515.16	c cleaning 10009 clauses out of 20022 with flag 545020/545020
1019.58/522.13	c cleaning 9997 clauses out of 20000 with flag 555007/555007
1033.89/529.56	c cleaning 10000 clauses out of 20005 with flag 565009/565009
1050.36/538.33	c cleaning 9989 clauses out of 19996 with flag 575000/575000
1063.96/545.66	c cleaning 10003 clauses out of 20013 with flag 585006/585006
1080.23/554.00	c cleaning 10001 clauses out of 20005 with flag 595001/595001
1098.50/563.40	c cleaning 10014 clauses out of 20031 with flag 605028/605028
1113.58/571.24	c cleaning 10010 clauses out of 20021 with flag 615032/615032
1130.54/580.03	c cleaning 9995 clauses out of 19995 with flag 625016/625016
1149.77/589.91	c cleaning 9994 clauses out of 19991 with flag 635007/635007
1165.03/597.85	c cleaning 9998 clauses out of 20002 with flag 645012/645012
1180.49/605.86	c cleaning 10001 clauses out of 20006 with flag 655014/655014
1194.86/613.30	c cleaning 9994 clauses out of 19993 with flag 665002/665002
1207.76/620.02	c cleaning 10000 clauses out of 20005 with flag 675008/675008
1219.27/626.09	c cleaning 9998 clauses out of 20001 with flag 685004/685004
1232.36/632.83	c cleaning 10002 clauses out of 20008 with flag 695009/695009
1245.34/639.61	c cleaning 9996 clauses out of 19998 with flag 705001/705001
1257.83/646.16	c cleaning 10007 clauses out of 20020 with flag 715019/715019
1271.71/653.31	c cleaning 9995 clauses out of 19995 with flag 725001/725001
1284.40/659.96	c cleaning 9997 clauses out of 20000 with flag 735001/735001
1296.58/666.33	c cleaning 9999 clauses out of 20002 with flag 745000/745000
1311.87/674.21	c cleaning 9999 clauses out of 20003 with flag 755000/755000
1328.92/683.10	c cleaning 10015 clauses out of 20031 with flag 765027/765027
1342.38/690.04	c cleaning 9993 clauses out of 19994 with flag 775005/775005
1354.96/696.65	c cleaning 10000 clauses out of 20004 with flag 785008/785008
1367.25/703.08	c cleaning 9996 clauses out of 20000 with flag 795004/795004
1379.16/709.21	c cleaning 9999 clauses out of 20002 with flag 805002/805002
1392.26/716.03	c cleaning 10008 clauses out of 20020 with flag 815019/815019
1405.21/722.85	c cleaning 9994 clauses out of 19993 with flag 825000/825000
1418.69/729.83	c cleaning 9997 clauses out of 19999 with flag 835000/835000
1431.57/736.54	c cleaning 9998 clauses out of 20002 with flag 845000/845000
1445.44/743.75	c cleaning 10006 clauses out of 20018 with flag 855014/855014
1458.80/750.78	c cleaning 9989 clauses out of 19998 with flag 865000/865000
1472.69/757.99	c cleaning 10005 clauses out of 20013 with flag 875004/875004
1486.94/765.31	c cleaning 10003 clauses out of 20010 with flag 885006/885006
1507.34/775.86	c cleaning 10010 clauses out of 20022 with flag 895021/895021
1526.62/785.83	c cleaning 10005 clauses out of 20014 with flag 905023/905023
1543.05/794.31	c cleaning 9993 clauses out of 19990 with flag 915004/915004
1559.49/802.86	c cleaning 9996 clauses out of 19996 with flag 925003/925003
1579.90/813.37	c cleaning 10008 clauses out of 20020 with flag 935023/935023
1595.62/821.52	c cleaning 9992 clauses out of 19989 with flag 945000/945000
1608.30/828.19	c cleaning 10000 clauses out of 20006 with flag 955009/955009
1622.36/835.46	c cleaning 9998 clauses out of 20001 with flag 965004/965004
1641.95/845.55	c cleaning 10014 clauses out of 20031 with flag 975032/975032
1654.49/852.17	c cleaning 9989 clauses out of 19995 with flag 985010/985010
1667.15/858.74	c cleaning 10000 clauses out of 20016 with flag 995020/995020
1683.56/867.29	c cleaning 9994 clauses out of 20002 with flag 1005006/1005006
1699.97/875.79	c cleaning 9997 clauses out of 20010 with flag 1015008/1015008
1714.49/883.38	c cleaning 9998 clauses out of 20012 with flag 1025007/1025007
1730.88/891.89	c cleaning 10003 clauses out of 20016 with flag 1035009/1035009
1745.49/899.45	c cleaning 10002 clauses out of 20015 with flag 1045011/1045011
1761.90/907.98	c cleaning 9996 clauses out of 20004 with flag 1055002/1055002
1776.20/915.44	c cleaning 10000 clauses out of 20010 with flag 1065004/1065004
1791.01/923.11	c cleaning 9998 clauses out of 20006 with flag 1075000/1075000
1800.08/927.92	c starts		: 189
1800.08/927.92	c conflicts		: 1081856
1800.08/927.92	c decisions		: 3455020
1800.08/927.92	c propagations		: 21388540
1800.08/927.92	c inspects		: 1404100740
1800.08/927.92	c learnt literals	: 0
1800.08/927.92	c learnt binary clauses	: 0
1800.08/927.92	c learnt ternary clauses	: 564
1800.08/927.92	c learnt clauses	: 1081856
1800.08/927.92	c ignored clauses	: 0
1800.08/927.92	c root simplifications	: 0
1800.08/927.92	c removed literals (reason simplification)	: 35676959
1800.08/927.92	c reason swapping (by a shorter reason)	: 0
1800.08/927.92	c Calls to reduceDB	: 109
1800.08/927.92	c number of reductions to clauses (during analyze)	: 0
1800.08/927.92	c number of learned constraints concerned by reduction	: 0
1800.08/927.92	c number of learning phase by resolution	: 0
1800.08/927.92	c number of learning phase by cutting planes	: 0
1800.08/927.92	c speed (assignments/second)	: 23112.276709252783
1800.08/927.92	c non guided choices	3139
1800.29/928.01	c learnt constraints type 
1800.29/928.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16944
1800.29/928.01	c constraints type 
1800.29/928.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
1800.29/928.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.29/928.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.29/928.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.29/928.01	c constraints type 
1800.29/928.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.29/928.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.29/928.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.29/928.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.29/928.02	s UNKNOWN
1800.29/928.02	c Total wall clock time (in seconds): 927.779

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-2661616-1276683798/watcher-2661616-1276683798 -o /tmp/evaluation-result-2661616-1276683798/solver-2661616-1276683798 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661616-1276683798.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16750
/proc/meminfo: memFree=1510004/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1832 CPUtime=0
/proc/16750/stat : 16750 (java6) R 16748 16750 15962 0 -1 4194304 253 0 0 0 0 0 0 0 16 0 1 0 9672524 1875968 155 1992294400 134512640 134550932 4291331792 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16750/statm: 458 156 119 10 0 63 0

[startup+0.020694 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16750
/proc/meminfo: memFree=1510004/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=13684 CPUtime=0
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 1184 0 0 0 0 0 0 0 15 0 2 0 9672524 14012416 631 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.101471 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16750
/proc/meminfo: memFree=1510004/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1524180 CPUtime=0.09
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 3957 0 1 0 6 3 0 0 15 0 12 0 9672524 1560760320 3396 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301497 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16750
/proc/meminfo: memFree=1510004/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1526508 CPUtime=0.33
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 5404 0 1 0 29 4 0 0 15 0 12 0 9672524 1563144192 4841 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 381627 4841 1353 10 0 378930 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526508

[startup+0.70156 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16750
/proc/meminfo: memFree=1510004/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1529360 CPUtime=1.05
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 7150 0 1 0 99 6 0 0 15 0 12 0 9672524 1566064640 6516 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 382340 6516 1407 10 0 379643 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1529360

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 16762
/proc/meminfo: memFree=1485728/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1529492 CPUtime=2.23
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 9214 0 1 0 216 7 0 0 15 0 12 0 9672524 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 382373 8154 1411 10 0 379676 0
[pid=16750/tid=16752] ppid=16748 vsize=1529492 CPUtime=1.44
/proc/16750/task/16752/stat : 16752 (java) R 16748 16750 15962 0 -1 4202560 6220 0 1 0 139 5 0 0 25 0 12 0 9672525 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4109314360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9672527 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9672527 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9672528 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9672529 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9672529 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9672533 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1529492 CPUtime=0.37
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 831 0 0 0 37 0 0 0 17 0 12 0 9672533 1566199808 8154 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1529492 CPUtime=0.38
/proc/16750/task/16760/stat : 16760 (java) S 16748 16750 15962 0 -1 4202560 1095 0 0 0 38 0 0 0 18 0 12 0 9672533 1566199808 8155 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9672533 1566199808 8155 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1529492 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9672533 1566199808 8155 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1529492

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16762
/proc/meminfo: memFree=1479156/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1544416 CPUtime=4.52
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 16380 0 1 0 441 11 0 0 15 0 16 0 9672524 1581481984 13676 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 386104 13676 1425 10 0 383407 0
[pid=16750/tid=16752] ppid=16748 vsize=1544416 CPUtime=2.44
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7644 0 1 0 238 6 0 0 25 0 16 0 9672525 1581481984 13676 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 9672527 1581481984 13676 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9672527 1581481984 13676 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16755/stat : 16755 (java) R 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 9672528 1581481984 13676 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9672529 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 9672529 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1544416 CPUtime=0.87
/proc/16750/task/16759/stat : 16759 (java) R 16748 16750 15962 0 -1 4202560 4662 0 0 0 85 2 0 0 16 0 16 0 9672533 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 106251816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1544416 CPUtime=0.86
/proc/16750/task/16760/stat : 16760 (java) R 16748 16750 15962 0 -1 4202560 2365 0 0 0 85 1 0 0 16 0 16 0 9672533 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 105856592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1544416 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9672533 1581481984 13677 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 1544416

[startup+6.30235 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 16766
/proc/meminfo: memFree=1345204/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1553792 CPUtime=10.85
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 53422 0 1 0 1059 26 0 0 15 0 16 0 9672524 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 388448 43612 1441 10 0 385751 0
[pid=16750/tid=16752] ppid=16748 vsize=1553792 CPUtime=2.44
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7644 0 1 0 238 6 0 0 18 0 16 0 9672525 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1553792 CPUtime=0.05
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 1809 0 0 0 5 0 0 0 16 0 16 0 9672527 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1553792 CPUtime=0.05
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 1961 0 0 0 4 1 0 0 16 0 16 0 9672527 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 9672528 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9672529 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9672529 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1553792 CPUtime=2.34
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8803 0 0 0 231 3 0 0 15 0 16 0 9672533 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1553792 CPUtime=2.42
/proc/16750/task/16760/stat : 16760 (java) R 16748 16750 15962 0 -1 4202560 7656 0 0 0 238 4 0 0 16 0 16 0 9672533 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 104164030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9672533 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1553792 CPUtime=1.65
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 12215 0 0 0 160 5 0 0 19 0 16 0 9672774 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4109544156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1553792 CPUtime=1.82
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12247 0 0 0 179 3 0 0 19 0 16 0 9672774 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9672776 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1553792 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9672781 1591083008 43612 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 1553792

[startup+12.7023 s]
/proc/loadavg: 1.31 1.07 1.02 3/122 16766
/proc/meminfo: memFree=1302920/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1552736 CPUtime=23.47
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 63669 0 1 0 2315 32 0 0 15 0 16 0 9672524 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 388184 53098 1450 10 0 385487 0
[pid=16750/tid=16752] ppid=16748 vsize=1552736 CPUtime=2.44
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7644 0 1 0 238 6 0 0 15 0 16 0 9672525 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1552736 CPUtime=0.25
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 5747 0 0 0 23 2 0 0 16 0 16 0 9672527 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1552736 CPUtime=0.26
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 6881 0 0 0 23 3 0 0 16 0 16 0 9672527 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1552736 CPUtime=0.07
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 16 0 9672528 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1552736 CPUtime=2.39
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8807 0 0 0 236 3 0 0 16 0 16 0 9672533 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1552736 CPUtime=3.15
/proc/16750/task/16760/stat : 16760 (java) S 16748 16750 15962 0 -1 4202560 7715 0 0 0 311 4 0 0 15 0 16 0 9672533 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9672533 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1552736 CPUtime=7.62
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 12606 0 0 0 756 6 0 0 25 0 16 0 9672774 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4110039143 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1552736 CPUtime=7.2
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12612 0 0 0 716 4 0 0 25 0 16 0 9672774 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4109546358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9672776 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9672781 1590001664 53098 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 1552736

[startup+25.5018 s]
/proc/loadavg: 1.46 1.11 1.04 3/122 16766
/proc/meminfo: memFree=1286676/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1552736 CPUtime=48.65
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 67806 0 1 0 4831 34 0 0 15 0 16 0 9672524 1590001664 56942 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/16750/statm: 388184 82832 1450 10 0 385487 0
[pid=16750/tid=16752] ppid=16748 vsize=1552736 CPUtime=2.45
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7661 0 1 0 239 6 0 0 15 0 16 0 9672525 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1552736 CPUtime=12.32
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 21384 0 0 0 1194 38 0 0 15 0 16 0 9672527 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1552736 CPUtime=12.34
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 22569 0 0 0 1205 29 0 0 16 0 16 0 9672527 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1552736 CPUtime=30.85
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 1295 0 0 0 3077 8 0 0 16 0 16 0 9672528 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1552736 CPUtime=2.41
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8807 0 0 0 238 3 0 0 16 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1552736 CPUtime=4.7
/proc/16750/task/16760/stat : 16760 (java) S 16748 16750 15962 0 -1 4202560 9693 0 0 0 466 4 0 0 15 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1552736 CPUtime=768.06
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 12992 0 0 0 76775 31 0 0 22 0 16 0 9672774 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4109571895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1552736 CPUtime=763.56
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12940 0 0 0 76341 15 0 0 22 0 16 0 9672774 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4109438570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9672776 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9672781 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1596.8
Current children cumulated vsize (KiB) 1552736

[startup+882.302 s]
/proc/loadavg: 2.01 1.97 1.62 3/122 16793
/proc/meminfo: memFree=1181092/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1552736 CPUtime=1712.49
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 98513 0 1 0 171101 148 0 0 15 0 16 0 9672524 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 388184 82832 1450 10 0 385487 0
[pid=16750/tid=16752] ppid=16748 vsize=1552736 CPUtime=2.45
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7663 0 1 0 239 6 0 0 15 0 16 0 9672525 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1552736 CPUtime=13.29
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 21384 0 0 0 1289 40 0 0 15 0 16 0 9672527 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1552736 CPUtime=13.29
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 22569 0 0 0 1297 32 0 0 16 0 16 0 9672527 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1552736 CPUtime=34.19
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 1299 0 0 0 3410 9 0 0 15 0 16 0 9672528 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1552736 CPUtime=2.41
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8807 0 0 0 238 3 0 0 16 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1552736 CPUtime=4.7
/proc/16750/task/16760/stat : 16760 (java) S 16748 16750 15962 0 -1 4202560 9693 0 0 0 466 4 0 0 15 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9672533 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1552736 CPUtime=823.19
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 13013 0 0 0 82288 31 0 0 25 0 16 0 9672774 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4109543625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1552736 CPUtime=818.87
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12959 0 0 0 81870 17 0 0 25 0 16 0 9672774 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4109650439 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9672776 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9672781 1590001664 82832 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1712.49
Current children cumulated vsize (KiB) 1552736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.903 s]
/proc/loadavg: 2.00 1.97 1.64 3/122 16793
/proc/meminfo: memFree=1177000/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1552736 CPUtime=1800.08
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 99585 0 1 0 179852 156 0 0 15 0 16 0 9672524 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 388184 83830 1450 10 0 385487 0
[pid=16750/tid=16752] ppid=16748 vsize=1552736 CPUtime=2.45
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7664 0 1 0 239 6 0 0 15 0 16 0 9672525 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1552736 CPUtime=14.09
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 22037 0 0 0 1366 43 0 0 15 0 16 0 9672527 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1552736 CPUtime=14.1
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 22949 0 0 0 1375 35 0 0 16 0 16 0 9672527 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1552736 CPUtime=37.06
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 1301 0 0 0 3696 10 0 0 15 0 16 0 9672528 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9672529 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9672533 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1552736 CPUtime=2.41
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8807 0 0 0 238 3 0 0 16 0 16 0 9672533 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1552736 CPUtime=4.7
/proc/16750/task/16760/stat : 16760 (java) S 16748 16750 15962 0 -1 4202560 9693 0 0 0 466 4 0 0 15 0 16 0 9672533 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9672533 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) R 16748 16750 15962 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9672533 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1552736 CPUtime=864.54
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 13031 0 0 0 86421 33 0 0 25 0 16 0 9672774 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4109650439 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1552736 CPUtime=860.63
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12975 0 0 0 86046 17 0 0 25 0 16 0 9672774 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4109668312 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 9672776 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1552736 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9672781 1590001664 83830 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1552736

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

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

[startup+928.018 s]
/proc/loadavg: 2.00 1.97 1.64 3/122 16793
/proc/meminfo: memFree=1177000/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=1553384 CPUtime=1800.29
/proc/16750/stat : 16750 (java) S 16748 16750 15962 0 -1 4202496 99600 0 1 0 179873 156 0 0 15 0 18 0 9672524 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 388346 83845 1450 10 0 385649 0
[pid=16750/tid=16752] ppid=16748 vsize=1553384 CPUtime=2.45
/proc/16750/task/16752/stat : 16752 (java) S 16748 16750 15962 0 -1 4202560 7664 0 1 0 239 6 0 0 15 0 18 0 9672525 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16753] ppid=16748 vsize=1553384 CPUtime=14.09
/proc/16750/task/16753/stat : 16753 (java) S 16748 16750 15962 0 -1 4202560 22037 0 0 0 1366 43 0 0 15 0 18 0 9672527 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16754] ppid=16748 vsize=1553384 CPUtime=14.1
/proc/16750/task/16754/stat : 16754 (java) S 16748 16750 15962 0 -1 4202560 22949 0 0 0 1375 35 0 0 16 0 18 0 9672527 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16755] ppid=16748 vsize=1553384 CPUtime=37.06
/proc/16750/task/16755/stat : 16755 (java) S 16748 16750 15962 0 -1 4202560 1301 0 0 0 3696 10 0 0 15 0 18 0 9672528 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 0 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16756] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16756/stat : 16756 (java) S 16748 16750 15962 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 9672529 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16757] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16757/stat : 16757 (java) S 16748 16750 15962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 9672529 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16758] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16758/stat : 16758 (java) S 16748 16750 15962 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 9672533 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16759] ppid=16748 vsize=1553384 CPUtime=2.42
/proc/16750/task/16759/stat : 16759 (java) S 16748 16750 15962 0 -1 4202560 8807 0 0 0 239 3 0 0 16 0 18 0 9672533 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16760] ppid=16748 vsize=1553384 CPUtime=4.71
/proc/16750/task/16760/stat : 16760 (java) R 16748 16750 15962 0 -1 4202560 9693 0 0 0 467 4 0 0 15 0 18 0 9672533 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 5642193 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16761] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16761/stat : 16761 (java) S 16748 16750 15962 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 9672533 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16762] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16762/stat : 16762 (java) S 16748 16750 15962 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 9672533 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 0 0 0 0
[pid=16750/tid=16763] ppid=16748 vsize=1553384 CPUtime=864.62
/proc/16750/task/16763/stat : 16763 (java) R 16748 16750 15962 0 -1 4202560 13031 0 0 0 86429 33 0 0 25 0 18 0 9672774 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4110036813 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=1553384 CPUtime=860.73
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4202560 12975 0 0 0 86056 17 0 0 25 0 18 0 9672774 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4109546875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16750/tid=16765] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16765/stat : 16765 (java) S 16748 16750 15962 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 9672776 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
[pid=16750/tid=16766] ppid=16748 vsize=1553384 CPUtime=0
/proc/16750/task/16766/stat : 16766 (java) S 16748 16750 15962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 9672781 1590665216 83845 1992294400 134512640 134550932 4286609520 18446744073709551615 4294960144 0 4 0 16800975 18446604437823097536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1553384

[startup+928.102 s]
/proc/loadavg: 2.00 1.97 1.64 3/122 16793
/proc/meminfo: memFree=1177000/2059040 swapFree=4192956/4192956
[pid=16750] ppid=16748 vsize=0 CPUtime=1800.43
/proc/16750/stat : 16750 (java) Z 16748 16750 15962 0 -1 4203548 99604 0 1 0 179884 159 0 0 15 0 2 0 9672524 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16750/statm: 0 0 0 0 0 0 0
[pid=16750/tid=16764] ppid=16748 vsize=0 CPUtime=860.79
/proc/16750/task/16764/stat : 16764 (java) R 16748 16750 15962 0 -1 4203588 12975 0 0 0 86059 20 0 0 25 0 2 0 9672774 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 928.107
CPU time (s): 1800.45
CPU user time (s): 1798.84
CPU system time (s): 1.60376
CPU usage (%): 193.992
Max. virtual memory (cumulated for all children) (KiB): 1559072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.60376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99604
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= 28916
involuntary context switches= 52626

runsolver used 4.07638 second user time and 11.4263 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 12:23:18
IDJOB=2661616
IDBENCH=48376
IDSOLVER=1166
FILE ID=node039/2661616-1276683798
PBS_JOBID= 11172531
Free space on /tmp= 62552 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_2_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661616-1276683798/watcher-2661616-1276683798 -o /tmp/evaluation-result-2661616-1276683798/solver-2661616-1276683798 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661616-1276683798.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=512861962

node039.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.267
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.53
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.267
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:       1510400 kB
Buffers:        140264 kB
Cached:         265644 kB
SwapCached:          0 kB
Active:          81708 kB
Inactive:       383548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1510400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       59408 kB
Mapped:          15388 kB
Slab:            61452 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181220 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= 62552 MiB
End job on node039 at 2010-06-16 12:38:48