Trace number 2658212

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 Resolution 2.2.0 2010-05-26? (TO) 1800.22 1795.61

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_2_40.opb
MD5SUMae994079f65819ac107e4a3e259224ff
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.867867
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658212-1276679385.opb
0.25/0.20	c reading problem ... 
2.09/1.53	c ... done. Wall clock time 1.328s.
2.09/1.53	c #vars     2892
2.09/1.53	c #constraints  5587
2.09/1.53	c constraints type 
2.09/1.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
2.09/1.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.09/1.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.09/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
8.52/7.07	c cleaning 2505 clauses out of 5009 with flag 5009/5009
17.18/15.38	c cleaning 4268 clauses out of 8536 with flag 11041/11041
28.16/26.13	c cleaning 5645 clauses out of 11289 with flag 18062/18062
37.44/35.25	c cleaning 6790 clauses out of 13584 with flag 26002/26002
57.07/54.86	c cleaning 7896 clauses out of 15792 with flag 35000/35000
76.10/73.85	c cleaning 8947 clauses out of 17897 with flag 45001/45001
93.83/91.53	c cleaning 9478 clauses out of 18956 with flag 55007/55007
120.95/118.61	c cleaning 9742 clauses out of 19483 with flag 65012/65012
136.18/133.88	c cleaning 9867 clauses out of 19736 with flag 75007/75007
150.39/148.07	c cleaning 9932 clauses out of 19863 with flag 85001/85001
170.00/167.58	c cleaning 9970 clauses out of 19943 with flag 95013/95013
188.80/186.24	c cleaning 9989 clauses out of 19977 with flag 105017/105017
204.21/201.70	c cleaning 9987 clauses out of 19974 with flag 115003/115003
218.74/216.14	c cleaning 9995 clauses out of 19990 with flag 125006/125006
234.67/232.08	c cleaning 9998 clauses out of 19997 with flag 135008/135008
250.89/248.29	c cleaning 10014 clauses out of 20027 with flag 145036/145036
277.31/274.66	c cleaning 9990 clauses out of 19983 with flag 155006/155006
299.95/297.24	c cleaning 10000 clauses out of 20000 with flag 165013/165013
326.77/324.03	c cleaning 9995 clauses out of 19994 with flag 175007/175007
341.60/338.81	c cleaning 9994 clauses out of 19992 with flag 185000/185000
356.25/353.44	c cleaning 10012 clauses out of 20023 with flag 195025/195025
370.57/367.76	c cleaning 10009 clauses out of 20020 with flag 205034/205034
385.00/382.13	c cleaning 9990 clauses out of 19982 with flag 215005/215005
400.62/397.73	c cleaning 10004 clauses out of 20007 with flag 225020/225020
419.05/416.11	c cleaning 9992 clauses out of 19987 with flag 235004/235004
440.87/437.91	c cleaning 10005 clauses out of 20011 with flag 245020/245020
463.39/460.40	c cleaning 10004 clauses out of 20010 with flag 255024/255024
482.62/479.69	c cleaning 9993 clauses out of 19990 with flag 265008/265008
499.85/496.86	c cleaning 9993 clauses out of 19989 with flag 275000/275000
515.87/512.82	c cleaning 10000 clauses out of 20001 with flag 285005/285005
537.90/534.82	c cleaning 10001 clauses out of 20003 with flag 295007/295007
557.44/554.35	c cleaning 9997 clauses out of 19997 with flag 305002/305002
579.74/576.61	c cleaning 9998 clauses out of 19998 with flag 315000/315000
596.66/593.52	c cleaning 10002 clauses out of 20008 with flag 325008/325008
615.19/612.07	c cleaning 10020 clauses out of 20039 with flag 335041/335041
633.01/629.89	c cleaning 10004 clauses out of 20010 with flag 345032/345032
651.24/648.03	c cleaning 9989 clauses out of 19977 with flag 355003/355003
668.26/665.09	c cleaning 9999 clauses out of 19998 with flag 365013/365013
688.90/685.66	c cleaning 9996 clauses out of 19994 with flag 375008/375008
707.92/704.65	c cleaning 10004 clauses out of 20010 with flag 385020/385020
725.54/722.23	c cleaning 9997 clauses out of 19998 with flag 395012/395012
743.86/740.57	c cleaning 10018 clauses out of 20038 with flag 405049/405049
760.99/757.60	c cleaning 9996 clauses out of 19995 with flag 415024/415024
781.10/777.78	c cleaning 9992 clauses out of 19988 with flag 425013/425013
798.62/795.28	c cleaning 10016 clauses out of 20035 with flag 435052/435052
818.04/814.61	c cleaning 10021 clauses out of 20041 with flag 445074/445074
836.46/833.01	c cleaning 9973 clauses out of 19950 with flag 455004/455004
859.68/856.22	c cleaning 9994 clauses out of 19987 with flag 465014/465014
880.61/877.17	c cleaning 10001 clauses out of 20004 with flag 475025/475025
896.94/893.45	c cleaning 9990 clauses out of 19982 with flag 485004/485004
915.17/911.69	c cleaning 9994 clauses out of 19989 with flag 495001/495001
936.50/932.97	c cleaning 10025 clauses out of 20052 with flag 505058/505058
962.41/958.80	c cleaning 9985 clauses out of 19972 with flag 515003/515003
982.95/979.37	c cleaning 9991 clauses out of 19986 with flag 525002/525002
1001.47/997.84	c cleaning 10004 clauses out of 20012 with flag 535019/535019
1021.59/1017.95	c cleaning 9996 clauses out of 19993 with flag 545004/545004
1041.72/1038.07	c cleaning 10011 clauses out of 20023 with flag 555030/555030
1063.54/1059.81	c cleaning 9997 clauses out of 19996 with flag 565014/565014
1086.08/1082.40	c cleaning 10000 clauses out of 20001 with flag 575016/575016
1104.82/1101.06	c cleaning 9992 clauses out of 19985 with flag 585000/585000
1119.76/1115.91	c cleaning 9997 clauses out of 19993 with flag 595000/595000
1134.87/1131.04	c cleaning 10014 clauses out of 20031 with flag 605035/605035
1150.50/1146.63	c cleaning 10006 clauses out of 20013 with flag 615031/615031
1170.43/1166.53	c cleaning 9989 clauses out of 19981 with flag 625005/625005
1188.55/1184.62	c cleaning 10007 clauses out of 20018 with flag 635031/635031
1208.48/1204.59	c cleaning 9995 clauses out of 19994 with flag 645014/645014
1228.99/1225.03	c cleaning 9996 clauses out of 19994 with flag 655009/655009
1247.62/1243.66	c cleaning 10014 clauses out of 20029 with flag 665040/665040
1269.13/1265.13	c cleaning 9988 clauses out of 19979 with flag 675004/675004
1287.67/1283.65	c cleaning 10017 clauses out of 20038 with flag 685051/685051
1306.19/1302.11	c cleaning 10016 clauses out of 20035 with flag 695065/695065
1327.10/1323.09	c cleaning 9985 clauses out of 19974 with flag 705020/705020
1346.72/1342.67	c cleaning 10014 clauses out of 20030 with flag 715061/715061
1362.34/1358.29	c cleaning 9991 clauses out of 19986 with flag 725031/725031
1378.08/1373.94	c cleaning 9990 clauses out of 19983 with flag 735019/735019
1399.29/1395.17	c cleaning 9988 clauses out of 19979 with flag 745005/745005
1418.91/1414.76	c cleaning 9992 clauses out of 19986 with flag 755000/755000
1437.42/1433.30	c cleaning 10000 clauses out of 20004 with flag 765010/765010
1457.24/1453.06	c cleaning 10008 clauses out of 20018 with flag 775024/775024
1477.66/1473.42	c cleaning 10021 clauses out of 20043 with flag 785057/785057
1493.96/1489.76	c cleaning 9991 clauses out of 19986 with flag 795021/795021
1515.99/1511.73	c cleaning 10000 clauses out of 20003 with flag 805029/805029
1537.01/1532.78	c cleaning 10010 clauses out of 20022 with flag 815048/815048
1556.14/1551.89	c cleaning 9999 clauses out of 20001 with flag 825037/825037
1575.16/1570.87	c cleaning 9992 clauses out of 19987 with flag 835022/835022
1592.38/1588.04	c cleaning 9985 clauses out of 19974 with flag 845001/845001
1612.49/1608.16	c cleaning 10018 clauses out of 20039 with flag 855051/855051
1633.52/1629.12	c cleaning 10019 clauses out of 20039 with flag 865069/865069
1652.45/1648.09	c cleaning 9994 clauses out of 19990 with flag 875039/875039
1671.98/1667.55	c cleaning 9987 clauses out of 19978 with flag 885021/885021
1690.39/1685.94	c cleaning 9984 clauses out of 19973 with flag 895003/895003
1706.21/1701.74	c cleaning 10000 clauses out of 20004 with flag 905018/905018
1722.31/1717.81	c cleaning 9997 clauses out of 19997 with flag 915011/915011
1738.62/1734.12	c cleaning 9994 clauses out of 19991 with flag 925002/925002
1754.92/1750.45	c cleaning 10001 clauses out of 20005 with flag 935010/935010
1772.63/1768.13	c cleaning 9997 clauses out of 19998 with flag 945004/945004
1788.84/1784.30	c cleaning 10007 clauses out of 20017 with flag 955020/955020
1800.06/1795.52	c starts		: 186
1800.06/1795.52	c conflicts		: 962488
1800.06/1795.52	c decisions		: 1167018
1800.06/1795.52	c propagations		: 27191975
1800.06/1795.52	c inspects		: 1699656211
1800.06/1795.52	c learnt literals	: 0
1800.06/1795.52	c learnt binary clauses	: 0
1800.06/1795.52	c learnt ternary clauses	: 0
1800.06/1795.52	c learnt clauses	: 962488
1800.06/1795.52	c ignored clauses	: 0
1800.06/1795.52	c root simplifications	: 0
1800.06/1795.52	c removed literals (reason simplification)	: 4285569
1800.06/1795.52	c reason swapping (by a shorter reason)	: 0
1800.06/1795.52	c Calls to reduceDB	: 97
1800.06/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.52	c number of learned constraints concerned by reduction	: 0
1800.06/1795.52	c number of learning phase by resolution	: 0
1800.06/1795.52	c number of learning phase by cutting planes	: 0
1800.06/1795.52	c speed (assignments/second)	: 15157.269637662215
1800.06/1795.52	c non guided choices	2680
1800.06/1795.57	c learnt constraints type 
1800.06/1795.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17478
1800.06/1795.57	c constraints type 
1800.06/1795.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
1800.06/1795.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.06/1795.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.06/1795.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.06/1795.57	s UNKNOWN
1800.06/1795.57	c Total wall clock time (in seconds): 1795.373

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-2658212-1276679385/watcher-2658212-1276679385 -o /tmp/evaluation-result-2658212-1276679385/solver-2658212-1276679385 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658212-1276679385.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.20 1.05 1.02 3/106 7287
/proc/meminfo: memFree=1806780/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=300 CPUtime=0
/proc/7287/stat : 7287 (java) R 7285 7287 6187 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 43542486 307200 35 1992294400 134512640 134550932 4289514464 18446744073709551615 10431983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7287/statm: 98 38 30 10 0 25 0

[startup+0.044334 s]
/proc/loadavg: 1.20 1.05 1.02 3/106 7287
/proc/meminfo: memFree=1806780/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1521016 CPUtime=0.03
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 3470 0 1 0 2 1 0 0 18 0 5 0 43542486 1557520384 2914 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 380254 2914 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101339 s]
/proc/loadavg: 1.20 1.05 1.02 3/106 7287
/proc/meminfo: memFree=1806780/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1525208 CPUtime=0.09
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 3996 0 1 0 7 2 0 0 18 0 12 0 43542486 1561812992 3436 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 381302 3436 1078 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525208

[startup+0.301197 s]
/proc/loadavg: 1.20 1.05 1.02 3/106 7287
/proc/meminfo: memFree=1806780/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1526168 CPUtime=0.38
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 5457 0 1 0 35 3 0 0 18 0 12 0 43542486 1562796032 4894 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 381542 4894 1363 10 0 378844 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526168

[startup+0.700183 s]
/proc/loadavg: 1.20 1.05 1.02 3/106 7287
/proc/meminfo: memFree=1806780/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1528960 CPUtime=0.96
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 7045 0 1 0 92 4 0 0 18 0 12 0 43542486 1565655040 6386 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 382240 6386 1396 10 0 379542 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1528960

[startup+1.50115 s]
/proc/loadavg: 1.20 1.05 1.02 3/118 7299
/proc/meminfo: memFree=1781948/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1529464 CPUtime=2.09
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 9835 0 1 0 204 5 0 0 18 0 12 0 43542486 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 382366 8864 1407 10 0 379668 0
[pid=7287/tid=7289] ppid=7285 vsize=1529464 CPUtime=1.39
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 6931 0 1 0 136 3 0 0 25 0 12 0 43542488 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4108932356 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 43542489 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 43542489 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43542491 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 43542491 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 43542491 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43542495 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1529464 CPUtime=0.25
/proc/7287/task/7296/stat : 7296 (java) R 7285 7287 6187 0 -1 4202560 725 0 0 0 25 0 0 0 15 0 12 0 43542495 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 106113818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1529464 CPUtime=0.41
/proc/7287/task/7297/stat : 7297 (java) R 7285 7287 6187 0 -1 4202560 1113 0 0 0 41 0 0 0 21 0 12 0 43542495 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 104144024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43542495 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1529464 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43542495 1566171136 8864 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1529464

[startup+3.1011 s]
/proc/loadavg: 1.20 1.05 1.02 4/119 7300
/proc/meminfo: memFree=1767184/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533144 CPUtime=4.54
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 19833 0 1 0 445 9 0 0 18 0 13 0 43542486 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383286 17985 1424 10 0 380588 0
[pid=7287/tid=7289] ppid=7285 vsize=1533144 CPUtime=2.98
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 15174 0 1 0 292 6 0 0 25 0 13 0 43542488 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4109231551 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43542489 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 43542489 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43542491 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43542491 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 43542491 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533144 CPUtime=1
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 2436 0 0 0 99 1 0 0 15 0 13 0 43542495 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533144 CPUtime=0.52
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 1152 0 0 0 52 0 0 0 18 0 13 0 43542495 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 43542495 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569939456 17985 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1533144

[startup+6.30198 s]
/proc/loadavg: 1.19 1.05 1.01 2/119 7300
/proc/meminfo: memFree=1664512/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533144 CPUtime=7.82
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 38959 0 1 0 765 17 0 0 18 0 13 0 43542486 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383286 36775 1437 10 0 380588 0
[pid=7287/tid=7289] ppid=7285 vsize=1533144 CPUtime=6.15
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 32053 0 1 0 602 13 0 0 25 0 13 0 43542488 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4109079388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533144 CPUtime=0.01
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 760 0 0 0 1 0 0 0 18 0 13 0 43542489 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533144 CPUtime=0.01
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 1162 0 0 0 1 0 0 0 18 0 13 0 43542489 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 43542491 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533144 CPUtime=1
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 2436 0 0 0 99 1 0 0 15 0 13 0 43542495 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533144 CPUtime=0.6
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 1472 0 0 0 59 1 0 0 15 0 13 0 43542495 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 43542495 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533144 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569939456 36775 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1533144

[startup+12.7013 s]
/proc/loadavg: 1.17 1.05 1.01 2/119 7300
/proc/meminfo: memFree=1650748/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533108 CPUtime=14.51
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 42956 0 1 0 1433 18 0 0 18 0 13 0 43542486 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 40035 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=12.47
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 32057 0 1 0 1234 13 0 0 25 0 13 0 43542488 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4109123415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=0.04
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 1626 0 0 0 4 0 0 0 18 0 13 0 43542489 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=0.03
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 1968 0 0 0 3 0 0 0 18 0 13 0 43542489 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=0.03
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 1594 0 0 0 3 0 0 0 15 0 13 0 43542491 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.23
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3165 0 0 0 122 1 0 0 15 0 13 0 43542495 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=0.65
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 1478 0 0 0 64 1 0 0 15 0 13 0 43542495 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 40035 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 1533108

[startup+25.5014 s]
/proc/loadavg: 1.13 1.04 1.01 2/119 7300
/proc/meminfo: memFree=1625452/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1535156 CPUtime=27.55
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 51514 0 1 0 2732 23 0 0 18 0 13 0 43542486 1571999744 47776 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383789 47776 1442 10 0 381091 0
[pid=7287/tid=7289] ppid=7285 vsize=1535156 CPUtime=25.11
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34507 0 1 0 2497 14 0 0 25 0 13 0 43542488 1571999744 47776 1992294400 134512640 134550932 4289514464 18446744073709551615 4108978211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1535156 CPUtime=0.09
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 3247 0 0 0 8 1 0 0 18 0 13 0 43542489 1571999744 47776 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1535156 CPUtime=0.1
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 3796 0 0 0 9 1 0 0 18 0 13 0 43542489 1571999744 47776 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1535156 CPUtime=0.08
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 3168 0 0 0 8 0 0 0 15 0 13 0 43542491 1571999744 47776 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1535156 CPUtime=0

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

[pid=7287] ppid=7285 vsize=1533108 CPUtime=1666.76
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 66105 0 1 0 166621 55 0 0 18 0 13 0 43542486 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 58181 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=1653.3
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34792 0 1 0 165304 26 0 0 25 0 13 0 43542488 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4109219138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=3.12
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 9391 0 0 0 302 10 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=3.22
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 10208 0 0 0 311 11 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=4.55
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 4625 0 0 0 453 2 0 0 15 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.47
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3170 0 0 0 146 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=1.01
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 2756 0 0 0 100 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.76
Current children cumulated vsize (KiB) 1533108

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 7349
/proc/meminfo: memFree=1576224/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533108 CPUtime=1726.81
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 66122 0 1 0 172624 57 0 0 18 0 13 0 43542486 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 58181 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=1712.96
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34801 0 1 0 171269 27 0 0 25 0 13 0 43542488 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4109218892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=3.23
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 9391 0 0 0 312 11 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=3.31
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 10208 0 0 0 320 11 0 0 16 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=4.75
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 4629 0 0 0 473 2 0 0 15 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.47
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3170 0 0 0 146 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=1.01
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 2756 0 0 0 100 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.81
Current children cumulated vsize (KiB) 1533108

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 7349
/proc/meminfo: memFree=1576100/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533108 CPUtime=1786.84
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 66135 0 1 0 178626 58 0 0 18 0 13 0 43542486 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 58181 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=1772.71
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34808 0 1 0 177243 28 0 0 25 0 13 0 43542488 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4109096527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=3.29
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 9391 0 0 0 318 11 0 0 16 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=3.38
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 10208 0 0 0 327 11 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=4.9
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 4631 0 0 0 488 2 0 0 15 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.47
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3170 0 0 0 146 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=1.01
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 2756 0 0 0 100 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.84
Current children cumulated vsize (KiB) 1533108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 7351
/proc/meminfo: memFree=1576100/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533108 CPUtime=1800.06
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 66139 0 1 0 179947 59 0 0 18 0 13 0 43542486 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 58181 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=1785.85
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34810 0 1 0 178557 28 0 0 25 0 13 0 43542488 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4109219067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=3.31
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 9391 0 0 0 320 11 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=3.4
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 10208 0 0 0 329 11 0 0 16 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=4.94
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 4633 0 0 0 492 2 0 0 15 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.47
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3170 0 0 0 146 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=1.01
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 2756 0 0 0 100 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533108

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

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

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 7351
/proc/meminfo: memFree=1576100/2059040 swapFree=4140244/4192956
[pid=7287] ppid=7285 vsize=1533108 CPUtime=1800.06
/proc/7287/stat : 7287 (java) S 7285 7287 6187 0 -1 4202496 66139 0 1 0 179947 59 0 0 18 0 13 0 43542486 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7287/statm: 383277 58181 1442 10 0 380579 0
[pid=7287/tid=7289] ppid=7285 vsize=1533108 CPUtime=1785.85
/proc/7287/task/7289/stat : 7289 (java) R 7285 7287 6187 0 -1 4202560 34810 0 1 0 178557 28 0 0 25 0 13 0 43542488 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4109219067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7287/tid=7290] ppid=7285 vsize=1533108 CPUtime=3.31
/proc/7287/task/7290/stat : 7290 (java) S 7285 7287 6187 0 -1 4202560 9391 0 0 0 320 11 0 0 15 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7291] ppid=7285 vsize=1533108 CPUtime=3.4
/proc/7287/task/7291/stat : 7291 (java) S 7285 7287 6187 0 -1 4202560 10208 0 0 0 329 11 0 0 16 0 13 0 43542489 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7292] ppid=7285 vsize=1533108 CPUtime=4.94
/proc/7287/task/7292/stat : 7292 (java) S 7285 7287 6187 0 -1 4202560 4633 0 0 0 492 2 0 0 15 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 0 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7293] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7293/stat : 7293 (java) S 7285 7287 6187 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7294] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7294/stat : 7294 (java) S 7285 7287 6187 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43542491 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7295] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7295/stat : 7295 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7296] ppid=7285 vsize=1533108 CPUtime=1.47
/proc/7287/task/7296/stat : 7296 (java) S 7285 7287 6187 0 -1 4202560 3170 0 0 0 146 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7297] ppid=7285 vsize=1533108 CPUtime=1.01
/proc/7287/task/7297/stat : 7297 (java) S 7285 7287 6187 0 -1 4202560 2756 0 0 0 100 1 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7298] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7298/stat : 7298 (java) S 7285 7287 6187 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
[pid=7287/tid=7299] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7299/stat : 7299 (java) S 7285 7287 6187 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 43542495 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 1 0 0 0
[pid=7287/tid=7300] ppid=7285 vsize=1533108 CPUtime=0
/proc/7287/task/7300/stat : 7300 (java) S 7285 7287 6187 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43542641 1569902592 58181 1992294400 134512640 134550932 4289514464 18446744073709551615 4294960144 0 4 0 16800975 18446604437839382464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1533108

Child status: 143
Real time (s): 1795.61
CPU time (s): 1800.22
CPU user time (s): 1799.6
CPU system time (s): 0.620905
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 1537204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66163
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= 40071
involuntary context switches= 23090

runsolver used 3.54146 second user time and 9.73452 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-16 11:09:46
IDJOB=2658212
IDBENCH=48331
IDSOLVER=1164
FILE ID=node003/2658212-1276679385
PBS_JOBID= 11172515
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_2_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658212-1276679385/watcher-2658212-1276679385 -o /tmp/evaluation-result-2658212-1276679385/solver-2658212-1276679385 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658212-1276679385.opb

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

MD5SUM BENCH= ae994079f65819ac107e4a3e259224ff
RANDOM SEED=344490068

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807052 kB
Buffers:         61112 kB
Cached:         109040 kB
SwapCached:       6096 kB
Active:          98188 kB
Inactive:        85324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807052 kB
SwapTotal:     4192956 kB
SwapFree:      4140244 kB
Dirty:             672 kB
Writeback:           0 kB
AnonPages:       11736 kB
Mapped:          13172 kB
Slab:            46588 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182468 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= 62580 MiB
End job on node003 at 2010-06-16 11:39:43