Trace number 3718010

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 2012-05-28MSAT (TO) 1800.6 1794.95

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-505_wcsp.wbo
MD5SUMaac7e90374eb115b0312a3cfc81835b8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark21271
Best CPU time to get the best result obtained on this benchmark1800.6
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints3672
Number of soft constraints3432
Number of constraints which are clauses3432
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 34354
Min constraint cost 1
Max constraint cost 34354
Sum of constraints costs 109692321
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718010-1338258747.wbo
0.09/0.12	c reading problem ... 
0.44/0.36	c ... done. Wall clock time 0.243s.
0.44/0.36	c declared #vars     688
0.44/0.36	c internal #vars     4120
0.44/0.36	c #constraints  3913
0.44/0.36	c constraints type 
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3296
0.44/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.44/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 512
0.44/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.44/0.36	c 3913 constraints processed.
0.44/0.36	c objective function length is 3432 literals
0.74/0.44	c SATISFIABLE
0.74/0.44	c OPTIMIZING...
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.74/0.44	o 22273
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.374
0.74/0.49	o 22272
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.484
1.34/0.60	o 22271
2.47/1.65	c cleaning 2560 clauses out of 5123 with flag 17314/5123
3.64/2.78	c cleaning 4277 clauses out of 8562 with flag 36173/11122
4.94/4.03	c cleaning 5642 clauses out of 11285 with flag 51562/18122
6.36/5.45	c cleaning 6820 clauses out of 13644 with flag 69225/26123
7.70/6.72	c Got one! Elapsed wall clock time (in seconds):6.605
7.70/6.72	o 21281
8.97/7.90	c cleaning 9717 clauses out of 19433 with flag 11851/38732
10.29/9.28	c cleaning 7858 clauses out of 15715 with flag 28464/44731
11.40/10.36	c cleaning 7426 clauses out of 14858 with flag 59339/51732
12.62/11.52	c cleaning 7714 clauses out of 15432 with flag 92898/59732
13.92/12.89	c cleaning 8353 clauses out of 16718 with flag 135128/68732
15.43/14.35	c cleaning 9184 clauses out of 18367 with flag 182576/78734
17.12/16.09	c cleaning 10089 clauses out of 20181 with flag 240332/89732
19.02/17.91	c cleaning 11043 clauses out of 22091 with flag 305033/101731
21.03/19.92	c cleaning 12022 clauses out of 24049 with flag 345321/114732
23.14/22.03	c cleaning 13011 clauses out of 26026 with flag 377550/128731
25.36/24.26	c cleaning 14003 clauses out of 28015 with flag 412289/143731
27.77/26.69	c cleaning 15001 clauses out of 30012 with flag 448232/159731
30.49/29.32	c cleaning 16007 clauses out of 32013 with flag 486585/176733
32.32/31.14	c Got one! Elapsed wall clock time (in seconds):31.025
32.32/31.14	o 21280
33.56/32.36	c cleaning 16834 clauses out of 33668 with flag 12326/194395
35.27/34.08	c cleaning 11404 clauses out of 22832 with flag 27365/200394
37.07/35.84	c cleaning 9204 clauses out of 18430 with flag 44584/207396
38.78/37.54	c cleaning 8599 clauses out of 17225 with flag 61776/215395
40.28/39.08	c cleaning 8807 clauses out of 17625 with flag 82628/224394
41.99/40.74	c cleaning 9409 clauses out of 18819 with flag 104489/234395
43.79/42.58	c cleaning 10200 clauses out of 20409 with flag 128221/245394
45.90/44.62	c cleaning 11099 clauses out of 22210 with flag 153476/257395
48.40/47.12	c cleaning 12054 clauses out of 24111 with flag 181360/270395
51.01/49.71	c cleaning 13025 clauses out of 26057 with flag 211679/284395
53.71/52.49	c cleaning 14013 clauses out of 28031 with flag 248147/299394
56.83/55.51	c cleaning 15007 clauses out of 30019 with flag 284094/315395
59.93/58.63	c cleaning 16004 clauses out of 32011 with flag 325116/332394
63.34/62.06	c cleaning 17004 clauses out of 34007 with flag 366985/350394
66.54/65.26	c cleaning 17997 clauses out of 36003 with flag 411223/369394
69.76/68.45	c cleaning 19003 clauses out of 38008 with flag 456401/389396
72.97/71.67	c Got one! Elapsed wall clock time (in seconds):71.558
72.97/71.67	o 21279
74.36/73.01	c cleaning 21999 clauses out of 43998 with flag 12165/414389
75.50/74.11	c cleaning 13994 clauses out of 28000 with flag 28154/420390
76.61/75.25	c cleaning 10489 clauses out of 21005 with flag 45075/427389
78.32/76.91	c cleaning 9245 clauses out of 18517 with flag 63145/435390
79.83/78.47	c cleaning 9131 clauses out of 18271 with flag 86041/444389
81.54/80.17	c cleaning 9566 clauses out of 19140 with flag 107918/454389
83.54/82.13	c cleaning 10286 clauses out of 20574 with flag 131867/465389
85.55/84.11	c cleaning 11143 clauses out of 22289 with flag 161037/477390
87.66/86.26	c cleaning 12070 clauses out of 24145 with flag 191705/490389
90.17/88.70	c cleaning 13035 clauses out of 26075 with flag 223778/504389
92.87/91.48	c cleaning 14017 clauses out of 28040 with flag 258063/519389
95.81/94.33	c cleaning 15013 clauses out of 30025 with flag 292191/535391
98.81/97.36	c cleaning 16007 clauses out of 32013 with flag 329084/552392
101.93/100.46	c cleaning 17000 clauses out of 34004 with flag 368091/570390
105.34/103.89	c cleaning 17998 clauses out of 36003 with flag 412249/589389
109.46/107.95	c cleaning 19000 clauses out of 38006 with flag 458911/609390
113.17/111.67	c cleaning 20000 clauses out of 40006 with flag 503562/630390
117.18/115.62	c cleaning 21005 clauses out of 42009 with flag 550324/652393
121.41/119.87	c cleaning 22001 clauses out of 44001 with flag 599329/675390
125.91/124.39	c cleaning 22996 clauses out of 45999 with flag 650485/699389
130.73/129.18	c cleaning 23997 clauses out of 48004 with flag 706669/724390
135.76/134.13	c cleaning 24997 clauses out of 50006 with flag 762009/750389
141.17/139.54	c cleaning 26003 clauses out of 52010 with flag 819480/777390
146.79/145.15	c cleaning 26997 clauses out of 54006 with flag 879689/805389
148.71/147.03	c Got one! Elapsed wall clock time (in seconds):146.918
148.71/147.03	o 21278
150.33/148.67	c cleaning 21261 clauses out of 42522 with flag 13191/820903
152.84/151.16	c cleaning 13631 clauses out of 27261 with flag 25739/826903
155.66/153.99	c cleaning 10302 clauses out of 20630 with flag 40505/833903
158.87/157.18	c cleaning 9153 clauses out of 18328 with flag 57451/841903
162.47/160.75	c cleaning 9075 clauses out of 18176 with flag 77560/850904
166.48/164.72	c cleaning 9546 clauses out of 19100 with flag 99902/860903
170.92/169.17	c cleaning 10273 clauses out of 20554 with flag 123958/871903
175.83/174.01	c cleaning 11139 clauses out of 22281 with flag 150736/883903
181.04/179.25	c cleaning 12070 clauses out of 24143 with flag 179370/896904
186.76/184.97	c cleaning 13034 clauses out of 26073 with flag 210170/910904
190.28/188.49	c cleaning 14015 clauses out of 28038 with flag 245594/925903
193.38/191.56	c cleaning 15008 clauses out of 30025 with flag 281494/941905
196.51/194.65	c cleaning 16005 clauses out of 32016 with flag 318981/958904
199.93/198.02	c cleaning 17005 clauses out of 34011 with flag 360806/976904
203.43/201.53	c cleaning 17999 clauses out of 36006 with flag 401297/995904
207.14/205.23	c cleaning 19001 clauses out of 38006 with flag 444011/1015903
211.06/209.19	c cleaning 19998 clauses out of 40006 with flag 489112/1036904
215.18/213.21	c cleaning 21003 clauses out of 42008 with flag 536272/1058904
219.60/217.69	c cleaning 22001 clauses out of 44004 with flag 585399/1081903
224.51/222.58	c cleaning 23001 clauses out of 46003 with flag 637672/1105903
229.92/227.96	c cleaning 24000 clauses out of 48002 with flag 691676/1130903
235.35/233.36	c cleaning 25001 clauses out of 50003 with flag 747643/1156904
241.08/239.00	c cleaning 25999 clauses out of 52001 with flag 806182/1183903
246.90/244.88	c cleaning 26993 clauses out of 54003 with flag 866375/1211904
253.32/251.28	c cleaning 28002 clauses out of 56009 with flag 930416/1240903
259.75/257.64	c cleaning 29004 clauses out of 58008 with flag 997720/1270904
266.37/264.29	c cleaning 30002 clauses out of 60003 with flag 1064895/1301903
273.48/271.39	c cleaning 31001 clauses out of 62001 with flag 1134521/1333903
280.70/278.56	c cleaning 31995 clauses out of 64000 with flag 1206682/1366903
287.50/285.34	c cleaning 32996 clauses out of 66006 with flag 1280116/1400904
294.72/292.57	c cleaning 34000 clauses out of 68012 with flag 1355438/1435906
302.04/299.85	c cleaning 35003 clauses out of 70010 with flag 1432570/1471904
309.58/307.33	c cleaning 35997 clauses out of 72006 with flag 1512082/1508903
317.21/314.93	c cleaning 37005 clauses out of 74010 with flag 1593002/1546904
325.03/322.74	c cleaning 37997 clauses out of 76004 with flag 1676457/1585903
332.93/330.66	c cleaning 39002 clauses out of 78007 with flag 1772065/1625903
341.25/338.97	c cleaning 39998 clauses out of 80006 with flag 1868211/1666904
349.68/347.35	c cleaning 41003 clauses out of 82007 with flag 1971388/1708903
358.41/356.08	c cleaning 41998 clauses out of 84005 with flag 2063890/1751904
367.32/364.94	c cleaning 42999 clauses out of 86007 with flag 2164316/1795904
377.14/374.79	c cleaning 44002 clauses out of 88007 with flag 2280602/1840903
387.08/384.63	c cleaning 45003 clauses out of 90006 with flag 2397423/1886904
397.40/394.90	c cleaning 45998 clauses out of 92003 with flag 2499087/1933904
407.83/405.38	c cleaning 46999 clauses out of 94004 with flag 2601963/1981903
418.54/416.01	c cleaning 47998 clauses out of 96006 with flag 2710015/2030904
429.75/427.25	c cleaning 49001 clauses out of 98008 with flag 2838815/2080904
440.57/438.08	c cleaning 50003 clauses out of 100008 with flag 2961194/2131905
451.44/448.84	c cleaning 51000 clauses out of 102004 with flag 3083039/2183904
462.04/459.48	c cleaning 51995 clauses out of 104003 with flag 3226504/2236903
473.88/471.24	c cleaning 53005 clauses out of 106010 with flag 3384328/2290905
485.19/482.54	c cleaning 53999 clauses out of 108003 with flag 3502669/2345903
495.90/493.29	c cleaning 54999 clauses out of 110004 with flag 3627243/2401903
507.20/504.56	c cleaning 55992 clauses out of 112005 with flag 3765078/2458903
519.53/516.81	c cleaning 57002 clauses out of 114013 with flag 3895175/2516903
532.66/529.93	c cleaning 58002 clauses out of 116011 with flag 4046784/2575903
545.80/543.04	c cleaning 59003 clauses out of 118009 with flag 4198369/2635903
560.63/557.87	c cleaning 60000 clauses out of 120009 with flag 4332978/2696906
575.15/572.30	c cleaning 60994 clauses out of 122006 with flag 4518907/2758903
589.38/586.55	c cleaning 62002 clauses out of 124013 with flag 4739333/2821904
604.14/601.21	c cleaning 62998 clauses out of 126010 with flag 4956095/2885903
619.88/616.98	c cleaning 64002 clauses out of 128013 with flag 5100526/2950904
635.99/633.01	c cleaning 65002 clauses out of 130010 with flag 5246231/3016903
653.90/650.91	c cleaning 65999 clauses out of 132009 with flag 5394578/3083904
670.46/667.49	c cleaning 66997 clauses out of 134010 with flag 5542394/3151904
688.78/685.77	c cleaning 67996 clauses out of 136012 with flag 5693784/3220903
706.43/703.38	c cleaning 69003 clauses out of 138016 with flag 5859759/3290903
725.27/722.10	c cleaning 70001 clauses out of 140014 with flag 6019997/3361904
744.30/741.11	c cleaning 71004 clauses out of 142012 with flag 6181612/3433903
762.61/759.46	c cleaning 71999 clauses out of 144009 with flag 6341437/3506904
781.36/778.15	c cleaning 73005 clauses out of 146010 with flag 6502779/3580904
801.30/798.04	c cleaning 74003 clauses out of 148006 with flag 6666072/3655905
823.16/819.88	c cleaning 74991 clauses out of 150001 with flag 6832823/3731903
844.50/841.15	c cleaning 76004 clauses out of 152011 with flag 7006772/3808904
863.12/859.75	c cleaning 77003 clauses out of 154007 with flag 7179801/3886904
884.33/880.98	c cleaning 78000 clauses out of 156004 with flag 7350449/3965904
908.57/905.20	c cleaning 78998 clauses out of 158004 with flag 7523304/4045904
931.70/928.27	c cleaning 79996 clauses out of 160007 with flag 7698990/4126905
955.92/952.47	c cleaning 81004 clauses out of 162010 with flag 7876959/4208904
981.69/978.13	c cleaning 82004 clauses out of 164009 with flag 8057114/4291907
1006.55/1002.98	c cleaning 82996 clauses out of 166001 with flag 8240410/4375903
1032.28/1028.62	c cleaning 84000 clauses out of 168006 with flag 8425789/4460904
1059.09/1055.48	c cleaning 84996 clauses out of 170005 with flag 8620173/4546903
1081.51/1077.83	c cleaning 86005 clauses out of 172010 with flag 8818842/4633904
1113.83/1110.12	c cleaning 86996 clauses out of 174005 with flag 9034472/4721904
1141.48/1137.73	c cleaning 87998 clauses out of 176008 with flag 9247035/4810903
1169.20/1165.49	c cleaning 88999 clauses out of 178010 with flag 9488439/4900903
1202.17/1198.37	c cleaning 89996 clauses out of 180011 with flag 9713100/4991903
1235.71/1231.82	c cleaning 91001 clauses out of 182015 with flag 9963828/5083903
1267.43/1263.55	c cleaning 92005 clauses out of 184014 with flag 10217792/5176903
1295.45/1291.58	c cleaning 93004 clauses out of 186010 with flag 10467446/5270904
1321.38/1317.47	c cleaning 93996 clauses out of 188006 with flag 10677534/5365904
1345.04/1341.09	c cleaning 95000 clauses out of 190012 with flag 10887908/5461906
1369.95/1365.99	c cleaning 95998 clauses out of 192009 with flag 11101678/5558903
1374.99/1370.90	c Got one! Elapsed wall clock time (in seconds):1370.788
1374.99/1370.90	o 21277
1374.99/1370.93	c Got one! Elapsed wall clock time (in seconds):1370.816
1374.99/1370.93	o 21274
1374.99/1370.94	c Got one! Elapsed wall clock time (in seconds):1370.827
1374.99/1370.94	o 21273
1374.99/1370.96	c Got one! Elapsed wall clock time (in seconds):1370.845
1374.99/1370.96	o 21272
1376.90/1372.83	c cleaning 62781 clauses out of 125562 with flag 19762/5588454
1378.40/1374.33	c cleaning 34391 clauses out of 68781 with flag 40669/5594454
1379.82/1375.76	c cleaning 20691 clauses out of 41389 with flag 64134/5601453
1381.33/1377.27	c cleaning 14346 clauses out of 28699 with flag 92428/5609454
1382.83/1378.78	c cleaning 11668 clauses out of 23352 with flag 123383/5618453
1384.75/1380.66	c cleaning 10836 clauses out of 21685 with flag 161177/5628454
1386.86/1382.72	c cleaning 10920 clauses out of 21849 with flag 206408/5639454
1389.18/1385.04	c cleaning 11461 clauses out of 22928 with flag 253830/5651453
1391.68/1387.52	c cleaning 12233 clauses out of 24468 with flag 307983/5664454
1394.41/1390.25	c cleaning 13118 clauses out of 26236 with flag 365906/5678455
1397.43/1393.25	c cleaning 14056 clauses out of 28118 with flag 428795/5693455
1400.65/1396.46	c cleaning 15026 clauses out of 30060 with flag 495725/5709453
1404.16/1399.93	c cleaning 16015 clauses out of 32034 with flag 566682/5726453
1407.88/1403.66	c cleaning 17008 clauses out of 34019 with flag 642019/5744453
1409.39/1405.15	c Got one! Elapsed wall clock time (in seconds):1405.035
1409.39/1405.15	o 21271
1410.69/1406.44	c cleaning 14985 clauses out of 29977 with flag 14802/5757419
1411.92/1407.60	c cleaning 10489 clauses out of 20991 with flag 34215/5763418
1413.02/1408.76	c cleaning 8742 clauses out of 17501 with flag 54511/5770417
1414.33/1410.09	c cleaning 8372 clauses out of 16760 with flag 76747/5778418
1415.83/1411.58	c cleaning 8692 clauses out of 17387 with flag 103940/5787417
1417.54/1413.26	c cleaning 9346 clauses out of 18695 with flag 134041/5797417
1419.36/1415.09	c cleaning 10170 clauses out of 20350 with flag 165571/5808418
1421.46/1417.17	c cleaning 11088 clauses out of 22180 with flag 199579/5820418
1423.98/1419.60	c cleaning 12046 clauses out of 24091 with flag 235098/5833417
1426.59/1422.30	c cleaning 13017 clauses out of 26046 with flag 269565/5847418
1429.52/1425.18	c cleaning 14014 clauses out of 28029 with flag 300410/5862418
1432.73/1428.38	c cleaning 15005 clauses out of 30015 with flag 333682/5878418
1436.25/1431.85	c cleaning 16004 clauses out of 32010 with flag 368862/5895418
1439.97/1435.55	c cleaning 16999 clauses out of 34005 with flag 405691/5913417
1443.87/1439.46	c cleaning 18001 clauses out of 36006 with flag 444531/5932417
1448.08/1443.67	c cleaning 18996 clauses out of 38006 with flag 487002/5952418
1452.39/1447.95	c cleaning 19999 clauses out of 40009 with flag 539342/5973417
1456.80/1452.31	c cleaning 21002 clauses out of 42010 with flag 595519/5995417
1461.60/1457.10	c cleaning 21997 clauses out of 44008 with flag 658282/6018417
1466.92/1462.42	c cleaning 22999 clauses out of 46012 with flag 741368/6042418
1472.43/1467.90	c cleaning 24004 clauses out of 48013 with flag 825947/6067418
1478.33/1473.83	c cleaning 25004 clauses out of 50008 with flag 914322/6093417
1484.24/1479.77	c cleaning 26000 clauses out of 52005 with flag 1006923/6120418
1490.75/1486.21	c cleaning 26998 clauses out of 54004 with flag 1102407/6148417
1497.26/1492.73	c cleaning 28000 clauses out of 56006 with flag 1202162/6177417
1504.08/1499.51	c cleaning 29004 clauses out of 58007 with flag 1297825/6207418
1511.30/1506.75	c cleaning 30001 clauses out of 60002 with flag 1375564/6238417
1518.91/1514.31	c cleaning 31000 clauses out of 62002 with flag 1456607/6270418
1526.64/1522.00	c cleaning 31996 clauses out of 64002 with flag 1540249/6303418
1534.34/1529.80	c cleaning 33000 clauses out of 66005 with flag 1627042/6337417
1542.65/1538.05	c cleaning 33996 clauses out of 68005 with flag 1716346/6372417
1551.27/1546.60	c cleaning 35004 clauses out of 70010 with flag 1807473/6408418
1559.87/1555.20	c cleaning 36000 clauses out of 72007 with flag 1900675/6445419
1568.59/1563.98	c cleaning 36998 clauses out of 74005 with flag 2000094/6483417
1578.20/1573.56	c cleaning 38004 clauses out of 76007 with flag 2100714/6522417
1587.70/1583.09	c cleaning 39002 clauses out of 78003 with flag 2203745/6562417
1598.04/1593.34	c cleaning 40001 clauses out of 80001 with flag 2307657/6603417
1607.86/1603.12	c cleaning 40995 clauses out of 82000 with flag 2423694/6645417
1618.23/1613.46	c cleaning 41998 clauses out of 84005 with flag 2547306/6688417
1628.85/1624.07	c cleaning 43005 clauses out of 86009 with flag 2661120/6732419
1639.27/1634.47	c cleaning 43995 clauses out of 88002 with flag 2819115/6777417
1649.49/1644.70	c cleaning 45000 clauses out of 90008 with flag 3001009/6823418
1660.30/1655.41	c cleaning 46000 clauses out of 92008 with flag 3159339/6870418
1671.42/1666.54	c cleaning 46997 clauses out of 94008 with flag 3292551/6918418
1683.53/1678.63	c cleaning 48000 clauses out of 96010 with flag 3407700/6967417
1695.14/1690.24	c cleaning 49006 clauses out of 98011 with flag 3553107/7017418
1707.15/1702.24	c cleaning 50001 clauses out of 100004 with flag 3691941/7068417
1719.87/1714.98	c cleaning 51000 clauses out of 102004 with flag 3822691/7120418
1733.28/1728.34	c cleaning 51997 clauses out of 104003 with flag 3961902/7173417
1746.91/1741.95	c cleaning 53004 clauses out of 106007 with flag 4092763/7227418
1760.65/1755.66	c cleaning 53998 clauses out of 108003 with flag 4258216/7282418
1773.97/1768.98	c cleaning 55001 clauses out of 110006 with flag 4392409/7338419
1787.59/1782.52	c cleaning 56003 clauses out of 112005 with flag 4541392/7395419
1800.02/1794.91	c starts		: 309
1800.02/1794.91	c conflicts		: 7448487
1800.02/1794.91	c decisions		: 10557564
1800.02/1794.91	c propagations		: 1016339254
1800.02/1794.91	c inspects		: 11834257139
1800.02/1794.91	c shortcuts		: 0
1800.02/1794.91	c learnt literals	: 2
1800.02/1794.91	c learnt binary clauses	: 0
1800.02/1794.91	c learnt ternary clauses	: 532
1800.02/1794.91	c learnt constraints	: 7448486
1800.02/1794.91	c ignored constraints	: 0
1800.02/1794.91	c root simplifications	: 0
1800.02/1794.91	c removed literals (reason simplification)	: 0
1800.02/1794.91	c reason swapping (by a shorter reason)	: 0
1800.02/1794.91	c Calls to reduceDB	: 217
1800.02/1794.91	c Number of update (reduction) of LBD	: 389236
1800.02/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.91	c number of learned constraints concerned by reduction	: 0
1800.02/1794.91	c number of learning phase by resolution	: 0
1800.02/1794.91	c number of learning phase by cutting planes	: 0
1800.02/1794.91	c speed (assignments/second)	: 566358.2161662441
1800.02/1794.91	c non guided choices	1298
1800.02/1794.94	c learnt constraints type 
1800.02/1794.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109186
1800.02/1794.94	c constraints type 
1800.02/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3296
1800.02/1794.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
1800.02/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 512
1800.02/1794.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/1794.94	c 3914 constraints processed.
1800.02/1794.94	s SATISFIABLE
1800.02/1794.94	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 x20 -x21 x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 x49 -x50 -x51 -x52 -x53 x54 -x55 x56 -x57 -x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 x67 -x68 -x69 x70 -x71 x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 x83 -x84 -x85 x86 x87 -x88 -x89 -x90 -x91 x92 -x93 x94 x95 -x96 -x97 x98 -x99 x100 x101 -x102 -x103 x104 -x105 x106 -x107 x108 x109 -x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 -x122 -x123 x124 -x125 x126 -x127 x128 x129 -x130 -x131 x132 -x133 x134 -x135 x136 -x137 -x138 -x139 x140 -x141 x142 -x143 x144 -x145 -x146 x147 -x148 -x149 x150 x151 -x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 x161 -x162 -x163 x164 x165 -x166 -x167 x168 -x169 x170 -x171 x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 x188 -x189 x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 x198 x199 -x200 -x201 x202 -x203 x204 -x205 -x206 -x207 x208 -x209 x210 -x211 -x212 -x213 x214 -x215 x216 -x217 x218 -x219 x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 x232 -x233 x234 x235 -x236 -x237 x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 x259 -x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 x292 -x293 x294 -x295 x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 x304 x305 -x306 -x307 x308 -x309 x310 -x311 -x312 -x313 x314 x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 x358 -x359 -x360 -x361 x362 -x363 x364 -x365 -x366 -x367 x368 -x369 x370 -x371 x372 x373 -x374 -x375 x376 -x377 x378 -x379 -x380 -x381 x382 -x383 x384 -x385 x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 x400 -x401 x402 -x403 x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 x414 -x415 -x416 -x417 x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 -x428 -x429 x430 -x431 x432 -x433 -x434 -x435 x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 x446 -x447 x448 -x449 -x450 -x451 x452 -x453 x454 -x455 -x456 -x457 x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 -x467 -x468 -x469 x470 x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 x482 -x483 -x484 -x485 x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 x505 -x506 -x507 -x508 -x509 x510 -x511 x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 x544 x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 x568 -x569 x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 x598 -x599 -x600 x601 -x602 -x603 x604 -x605 -x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 -x616 -x617 x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 x648 -x649 -x650 -x651 -x652 x653 -x654 x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 x665 -x666 x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 x676 -x677 -x678 -x679 x680 -x681 -x682 x683 -x684 -x685 x686 x687 -x688 
1800.02/1794.94	c objective function=21271
1800.02/1794.94	c Total wall clock time (in seconds): 1794.825

Verifier Data

OK	21271

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718010-1338258747/watcher-3718010-1338258747 -o /tmp/evaluation-result-3718010-1338258747/solver-3718010-1338258747 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718010-1338258747.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2128
/proc/meminfo: memFree=28295608/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2128/stat : 2128 (java) D 2126 2128 30566 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 292002072 9515008 182 33554432000 1073741824 1073778376 140733965130880 140733965121912 219513962165 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/2128/statm: 2323 182 140 9 0 71 0

[startup+0.0286891 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2128
/proc/meminfo: memFree=28295608/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 2787 0 1 0 0 0 0 0 20 0 10 0 292002072 9233014784 2976 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2254154 2977 1535 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100198 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2128
/proc/meminfo: memFree=28295608/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 4318 0 1 0 8 1 0 0 20 0 18 0 292002072 9787817984 5001 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2389604 5001 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2128
/proc/meminfo: memFree=28295608/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9558416 CPUtime=0.44 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 5487 0 1 0 43 1 0 0 20 0 18 0 292002072 9787817984 7928 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2389604 7928 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 2128
/proc/meminfo: memFree=28295608/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=1.51 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 11841 0 1 0 148 3 0 0 20 0 19 0 292002072 9855979520 11939 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 11939 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9624980

[startup+1.50061 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2147
/proc/meminfo: memFree=28253932/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=2.37 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 11857 0 1 0 234 3 0 0 20 0 19 0 292002072 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 12976 2259 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2519 0 1 0 145 1 0 0 20 0 19 0 292002073 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505900651224 140505773599328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292002075 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4901 0 0 0 45 0 0 0 20 0 19 0 292002078 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3238 0 0 0 42 0 0 0 20 0 19 0 292002078 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 12976 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2147
/proc/meminfo: memFree=28236928/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=4.04 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 11967 0 1 0 400 4 0 0 20 0 19 0 292002072 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 18158 2285 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=3.03 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2523 0 1 0 301 2 0 0 20 0 19 0 292002073 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505900650784 140505773533062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 292002075 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4913 0 0 0 48 0 0 0 20 0 19 0 292002078 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3259 0 0 0 44 0 0 0 20 0 19 0 292002078 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 18158 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9624980

[startup+6.30062 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2147
/proc/meminfo: memFree=28230788/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=7.3 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 12050 0 1 0 726 4 0 0 20 0 19 0 292002072 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 18579 2285 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=6.19 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2525 0 1 0 617 2 0 0 20 0 19 0 292002073 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505900650784 140505773385818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292002074 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 292002075 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4919 0 0 0 49 0 0 0 20 0 19 0 292002078 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3303 0 0 0 49 0 0 0 20 0 19 0 292002078 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 18579 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 181 0 0 0 58 2 0 0 20 0 19 0 292002074 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 129 0 0 0 64 3 0 0 20 0 19 0 292002074 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 196 0 0 0 69 2 0 0 20 0 19 0 292002074 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=6.61 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 167 0 0 0 659 2 0 0 20 0 19 0 292002075 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4933 0 0 0 59 0 0 0 20 0 19 0 292002078 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3355 0 0 0 54 0 0 0 20 0 19 0 292002078 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 292002078 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 67348 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.28
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2415
/proc/meminfo: memFree=30189776/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=1787.39 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 14379 0 1 0 178691 48 0 0 20 0 19 0 292002072 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 67408 2286 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=1773.74 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2770 0 1 0 177341 33 0 0 20 0 19 0 292002073 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505900650848 140505773685164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 377 0 0 0 63 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 254 0 0 0 72 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 237 0 0 0 74 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 225 0 0 0 68 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 233 0 0 0 62 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 213 0 0 0 60 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 129 0 0 0 65 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 196 0 0 0 70 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=6.79 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 169 0 0 0 677 2 0 0 20 0 19 0 292002075 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4933 0 0 0 59 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3355 0 0 0 54 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.39
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2415
/proc/meminfo: memFree=30189780/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 14382 0 1 0 179954 48 0 0 20 0 19 0 292002072 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 67408 2286 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=1786.29 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2771 0 1 0 178595 34 0 0 20 0 19 0 292002073 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505900650848 140505773539527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 377 0 0 0 64 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 254 0 0 0 72 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 237 0 0 0 74 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 225 0 0 0 69 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 233 0 0 0 62 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 213 0 0 0 61 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 129 0 0 0 66 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 196 0 0 0 70 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=6.83 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 171 0 0 0 681 2 0 0 20 0 19 0 292002075 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4933 0 0 0 59 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3355 0 0 0 54 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1794.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2415
/proc/meminfo: memFree=30189780/32873648 swapFree=7116/7116
[pid=2128] ppid=2126 vsize=9624980 CPUtime=1800.02 cores=0,2,4,6
/proc/2128/stat : 2128 (java) S 2126 2128 30566 0 -1 4202496 14382 0 1 0 179954 48 0 0 20 0 19 0 292002072 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140736860230384 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2128/statm: 2406245 67408 2286 9 0 2396937 0
[pid=2128/tid=2130] ppid=2126 vsize=9624980 CPUtime=1786.29 cores=0,2,4,6
/proc/2128/task/2130/stat : 2130 (java) R 2126 2128 30566 0 -1 4202560 2771 0 1 0 178595 34 0 0 20 0 19 0 292002073 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505900650848 140505773539527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2131] ppid=2126 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/2128/task/2131/stat : 2131 (java) S 2126 2128 30566 0 -1 4202560 377 0 0 0 64 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505744440360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2132] ppid=2126 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/2128/task/2132/stat : 2132 (java) S 2126 2128 30566 0 -1 4202560 254 0 0 0 72 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505743387560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2133] ppid=2126 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/2128/task/2133/stat : 2133 (java) S 2126 2128 30566 0 -1 4202560 237 0 0 0 74 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505742334760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2134] ppid=2126 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/2128/task/2134/stat : 2134 (java) S 2126 2128 30566 0 -1 4202560 225 0 0 0 69 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505741281960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2135] ppid=2126 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/2128/task/2135/stat : 2135 (java) S 2126 2128 30566 0 -1 4202560 233 0 0 0 62 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505740229160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2136] ppid=2126 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/2128/task/2136/stat : 2136 (java) S 2126 2128 30566 0 -1 4202560 213 0 0 0 61 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505739176360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2137] ppid=2126 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/2128/task/2137/stat : 2137 (java) S 2126 2128 30566 0 -1 4202560 129 0 0 0 66 3 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505738123560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2138] ppid=2126 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/2128/task/2138/stat : 2138 (java) S 2126 2128 30566 0 -1 4202560 196 0 0 0 70 2 0 0 20 0 19 0 292002074 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505737070760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2139] ppid=2126 vsize=9624980 CPUtime=6.83 cores=0,2,4,6
/proc/2128/task/2139/stat : 2139 (java) S 2126 2128 30566 0 -1 4202560 171 0 0 0 681 2 0 0 20 0 19 0 292002075 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505724873704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2140] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2140/stat : 2140 (java) S 2126 2128 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505723819768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2141] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2141/stat : 2141 (java) S 2126 2128 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292002076 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505722766856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2142] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2142/stat : 2142 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505721715344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2128/tid=2143] ppid=2126 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/2128/task/2143/stat : 2143 (java) S 2126 2128 30566 0 -1 4202560 4933 0 0 0 59 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505720662456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2128/tid=2144] ppid=2126 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/2128/task/2144/stat : 2144 (java) S 2126 2128 30566 0 -1 4202560 3355 0 0 0 54 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505719609656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2145] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2145/stat : 2145 (java) S 2126 2128 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505718557048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2128/tid=2146] ppid=2126 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/2128/task/2146/stat : 2146 (java) S 2126 2128 30566 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 292002078 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505717504456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2128/tid=2147] ppid=2126 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/2128/task/2147/stat : 2147 (java) S 2126 2128 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 292002112 9855979520 67408 33554432000 1073741824 1073778376 140736860239248 140505716450984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

Child status: 143
Real time (s): 1794.95
CPU time (s): 1800.6
CPU user time (s): 1799.66
CPU system time (s): 0.940856
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.940856
maximum resident set size= 269748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44061
involuntary context switches= 16654

runsolver used 8.19875 second user time and 12.2641 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 04:32:27
IDJOB=3718010
IDBENCH=79614
IDSOLVER=2301
FILE ID=node114/3718010-1338258747
RUNJOBID= node114-1338248715-32681
PBS_JOBID= 14624648
Free space on /tmp= 71440 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-505_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718010-1338258747/watcher-3718010-1338258747 -o /tmp/evaluation-result-3718010-1338258747/solver-3718010-1338258747 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718010-1338258747.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aac7e90374eb115b0312a3cfc81835b8
RANDOM SEED=354544592

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28295608 kB
Buffers:          867420 kB
Cached:           452788 kB
SwapCached:         2272 kB
Active:          3576180 kB
Inactive:          46668 kB
Active(anon):    2288068 kB
Inactive(anon):     9072 kB
Active(file):    1288112 kB
Inactive(file):    37596 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               540 kB
Writeback:            16 kB
AnonPages:       2308012 kB
Mapped:            19100 kB
Shmem:               104 kB
Slab:             802768 kB
SReclaimable:     246760 kB
SUnreclaim:       556008 kB
KernelStack:        1624 kB
PageTables:         8816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3109212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2263040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node114 at 2012-05-29 05:02:24