Trace number 3688760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-98 1800.08 931.542

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_5.opb
MD5SUM9b75ee50c2c62e6be495e8bd0a94fa2c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-146
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

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.v20120418
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 ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 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 c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
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 phase appearing in latest learned clause 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 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 c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688760-1337879568.opb
0.09/0.12	c reading problem ... 
1.27/0.65	c ... done. Wall clock time 0.534s.
1.27/0.65	c declared #vars     1000
1.27/0.65	c internal #vars     7270
1.27/0.65	c #constraints  14042
1.27/0.65	c constraints type 
1.27/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1.27/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.27/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.27/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
1.27/0.65	c 14042 constraints processed.
1.27/0.65	c constraints type 
1.27/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.27/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6270
1.27/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.27/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
1.27/0.65	c 14042 constraints processed.
1.27/0.65	c objective function length is 500 literals
4.78/1.50	c  And the winner is solver1
4.97/1.65	c SATISFIABLE
4.97/1.65	c OPTIMIZING...
4.97/1.65	c Got one! Elapsed wall clock time (in seconds):1.537
4.97/1.66	o -10
5.08/1.77	c  And the winner is solver1
5.28/2.16	c Got one! Elapsed wall clock time (in seconds):2.039
5.28/2.16	o -15
5.38/2.21	c  And the winner is solver1
5.43/2.66	c Got one! Elapsed wall clock time (in seconds):2.541
5.43/2.66	o -25
5.55/2.73	c  And the winner is solver1
5.63/3.16	c Got one! Elapsed wall clock time (in seconds):3.043
5.63/3.16	o -26
5.71/3.21	c  And the winner is solver1
5.75/3.66	c Got one! Elapsed wall clock time (in seconds):3.545
5.75/3.66	o -27
5.86/3.72	c  And the winner is solver1
5.94/4.17	c Got one! Elapsed wall clock time (in seconds):4.047
5.94/4.17	o -28
6.01/4.25	c  And the winner is solver1
6.17/4.67	c Got one! Elapsed wall clock time (in seconds):4.548
6.17/4.67	o -29
6.26/4.73	c  And the winner is solver1
6.49/5.17	c Got one! Elapsed wall clock time (in seconds):5.049
6.49/5.17	o -30
6.55/5.22	c  And the winner is solver1
6.59/5.67	c Got one! Elapsed wall clock time (in seconds):5.551
6.59/5.67	o -31
6.65/5.73	c  And the winner is solver1
6.72/6.17	c Got one! Elapsed wall clock time (in seconds):6.052
6.72/6.17	o -32
6.78/6.22	c  And the winner is solver1
6.83/6.67	c Got one! Elapsed wall clock time (in seconds):6.553
6.83/6.67	o -33
6.89/6.72	c  And the winner is solver1
6.96/7.17	c Got one! Elapsed wall clock time (in seconds):7.054
6.96/7.17	o -34
7.01/7.22	c  And the winner is solver1
7.07/7.67	c Got one! Elapsed wall clock time (in seconds):7.555
7.07/7.67	o -35
7.13/7.73	c  And the winner is solver1
7.21/8.17	c Got one! Elapsed wall clock time (in seconds):8.056
7.21/8.17	o -36
7.26/8.23	c  And the winner is solver1
7.37/8.68	c Got one! Elapsed wall clock time (in seconds):8.557
7.37/8.68	o -37
7.43/8.75	c  And the winner is solver1
7.53/9.18	c Got one! Elapsed wall clock time (in seconds):9.058
7.53/9.18	o -40
7.58/9.22	c  And the winner is solver1
7.63/9.68	c Got one! Elapsed wall clock time (in seconds):9.559
7.63/9.68	o -41
7.67/9.72	c  And the winner is solver1
7.73/10.18	c Got one! Elapsed wall clock time (in seconds):10.06
7.73/10.18	o -48
7.77/10.24	c  And the winner is solver1
7.87/10.68	c Got one! Elapsed wall clock time (in seconds):10.561
7.87/10.68	o -49
8.16/10.82	c  And the winner is solver1
8.23/11.18	c Got one! Elapsed wall clock time (in seconds):11.062
8.23/11.18	o -50
8.26/11.23	c  And the winner is solver1
8.35/11.68	c Got one! Elapsed wall clock time (in seconds):11.563
8.35/11.68	o -51
8.39/11.76	c  And the winner is solver1
8.54/12.18	c Got one! Elapsed wall clock time (in seconds):12.063
8.54/12.18	o -52
8.57/12.28	c  And the winner is solver1
8.74/12.68	c Got one! Elapsed wall clock time (in seconds):12.564
8.74/12.68	o -53
8.76/12.78	c  And the winner is solver1
8.95/13.18	c Got one! Elapsed wall clock time (in seconds):13.065
8.95/13.18	o -54
8.98/13.28	c  And the winner is solver1
9.15/13.68	c Got one! Elapsed wall clock time (in seconds):13.566
9.15/13.68	o -55
9.18/13.78	c  And the winner is solver1
9.36/14.19	c Got one! Elapsed wall clock time (in seconds):14.067
9.36/14.19	o -56
9.68/14.37	c  And the winner is solver1
9.86/14.69	c Got one! Elapsed wall clock time (in seconds):14.568
9.86/14.69	o -57
9.87/14.75	c  And the winner is solver1
10.00/15.19	c Got one! Elapsed wall clock time (in seconds):15.069
10.00/15.19	o -58
10.01/15.26	c  And the winner is solver1
10.16/15.69	c Got one! Elapsed wall clock time (in seconds):15.569
10.16/15.69	o -59
10.18/15.75	c  And the winner is solver1
10.30/16.19	c Got one! Elapsed wall clock time (in seconds):16.07
10.30/16.19	o -60
10.31/16.24	c  And the winner is solver1
10.42/16.69	c Got one! Elapsed wall clock time (in seconds):16.571
10.42/16.69	o -67
10.43/16.75	c  And the winner is solver1
10.55/17.19	c Got one! Elapsed wall clock time (in seconds):17.072
10.55/17.19	o -68
10.76/17.31	c  And the winner is solver1
10.82/17.69	c Got one! Elapsed wall clock time (in seconds):17.573
10.82/17.69	o -69
10.83/17.77	c  And the winner is solver1
11.00/18.19	c Got one! Elapsed wall clock time (in seconds):18.074
11.00/18.19	o -70
11.00/18.25	c  And the winner is solver1
11.12/18.69	c Got one! Elapsed wall clock time (in seconds):18.575
11.12/18.69	o -76
11.92/19.11	c  And the winner is solver1
11.92/19.19	c Got one! Elapsed wall clock time (in seconds):19.076
11.92/19.19	o -77
14.84/20.69	c  And the winner is solver1
14.84/20.70	c Got one! Elapsed wall clock time (in seconds):20.577
14.84/20.70	o -78
15.04/20.79	c  And the winner is solver1
15.24/21.20	c Got one! Elapsed wall clock time (in seconds):21.078
15.24/21.20	o -79
18.96/23.10	c cleaning 5078 clauses out of 10158 with flag 3000/10158
27.75/27.43	c cleaning 5535 clauses out of 11080 with flag 9000/16158
36.49/31.86	c cleaning 6266 clauses out of 12546 with flag 16001/23159
41.61/34.49	c  And the winner is solver0
41.80/34.76	c Got one! Elapsed wall clock time (in seconds):34.645
41.80/34.76	o -87
43.67/35.73	c cleaning 5881 clauses out of 11763 with flag 2001/28642
51.66/39.82	c cleaning 5940 clauses out of 11882 with flag 8001/34642
53.94/41.03	c  And the winner is solver1
53.98/41.49	c Got one! Elapsed wall clock time (in seconds):41.372
53.98/41.49	o -88
59.39/44.26	c cleaning 5956 clauses out of 11915 with flag 4000/40615
67.85/48.55	c cleaning 5976 clauses out of 11961 with flag 10002/46617
77.70/53.50	c cleaning 6491 clauses out of 12984 with flag 17001/53616
88.70/59.15	c cleaning 7241 clauses out of 14494 with flag 25002/61617
90.73/60.22	c  And the winner is solver1
90.69/60.49	c Got one! Elapsed wall clock time (in seconds):60.376
90.69/60.49	o -89
96.09/63.20	c cleaning 6262 clauses out of 12532 with flag 4001/66896
103.93/67.21	c  And the winner is solver1
103.92/67.50	c Got one! Elapsed wall clock time (in seconds):67.379
103.92/67.50	o -90
110.74/70.96	c cleaning 8443 clauses out of 16888 with flag 5001/77514
116.18/73.74	c cleaning 7222 clauses out of 14444 with flag 11000/83513
122.07/76.85	c cleaning 7108 clauses out of 14222 with flag 18000/90513
122.88/77.33	c  And the winner is solver1
122.93/77.67	c Got one! Elapsed wall clock time (in seconds):77.547
122.93/77.67	o -91
128.77/80.68	c cleaning 6523 clauses out of 13051 with flag 5000/96450
134.62/83.62	c cleaning 6257 clauses out of 12528 with flag 11000/102450
140.60/86.79	c cleaning 6633 clauses out of 13271 with flag 18000/109450
147.89/90.51	c cleaning 7317 clauses out of 14638 with flag 26000/117450
155.28/94.35	c cleaning 8158 clauses out of 16322 with flag 35001/126451
173.31/103.44	c cleaning 8988 clauses out of 18164 with flag 45001/136451
193.73/113.76	c cleaning 9982 clauses out of 20177 with flag 56002/147452
215.84/124.94	c cleaning 11018 clauses out of 22193 with flag 68000/159450
236.30/135.28	c  And the winner is solver1
236.17/135.76	c Got one! Elapsed wall clock time (in seconds):135.639
236.17/135.76	o -92
243.12/139.27	c cleaning 12964 clauses out of 25927 with flag 5001/174202
250.25/142.99	c cleaning 9452 clauses out of 18964 with flag 11002/180203
260.98/148.48	c cleaning 8218 clauses out of 16512 with flag 18002/187203
272.18/154.26	c cleaning 8028 clauses out of 16295 with flag 26003/195204
281.70/159.17	c  And the winner is solver1
281.74/159.56	c Got one! Elapsed wall clock time (in seconds):159.447
281.74/159.56	o -93
287.60/162.55	c cleaning 10284 clauses out of 20709 with flag 5000/207646
295.51/166.63	c cleaning 8121 clauses out of 16431 with flag 11006/213652
309.86/173.93	c cleaning 7606 clauses out of 15305 with flag 18001/220647
325.03/181.77	c cleaning 7764 clauses out of 15698 with flag 26000/228646
350.06/194.31	c cleaning 8464 clauses out of 16940 with flag 35006/237652
381.02/210.00	c cleaning 9216 clauses out of 18496 with flag 45026/247672
396.93/218.01	c  And the winner is solver1
396.70/218.38	c Got one! Elapsed wall clock time (in seconds):218.259
396.70/218.38	o -94
402.38/221.29	c cleaning 10073 clauses out of 20146 with flag 5000/258538
410.27/225.45	c cleaning 7978 clauses out of 16074 with flag 11001/264539
424.39/232.68	c cleaning 7521 clauses out of 15095 with flag 18000/271538
437.27/239.29	c  And the winner is solver1
437.39/239.55	c Got one! Elapsed wall clock time (in seconds):239.433
437.39/239.55	o -95
441.93/241.87	c cleaning 8882 clauses out of 17900 with flag 5001/281864
450.04/246.09	c cleaning 7481 clauses out of 15017 with flag 11000/287863
463.54/253.07	c cleaning 7233 clauses out of 14541 with flag 18005/294868
488.80/265.73	c cleaning 7612 clauses out of 15303 with flag 26000/302863
520.64/281.77	c cleaning 8281 clauses out of 16694 with flag 35003/311866
560.13/301.50	c cleaning 9153 clauses out of 18412 with flag 45002/321865
560.88/302.21	c  And the winner is solver1
560.63/302.68	c Got one! Elapsed wall clock time (in seconds):302.566
560.63/302.68	o -96
565.46/305.16	c cleaning 7116 clauses out of 14336 with flag 5004/326942
573.87/309.56	c cleaning 6590 clauses out of 13266 with flag 11050/332988
586.11/315.87	c cleaning 6763 clauses out of 13627 with flag 18001/339939
601.59/323.71	c cleaning 7383 clauses out of 14863 with flag 26000/347938
616.25/331.31	c cleaning 8174 clauses out of 16480 with flag 35000/356938
635.82/341.27	c cleaning 9144 clauses out of 18310 with flag 45004/366942
664.40/355.61	c cleaning 10076 clauses out of 20163 with flag 56001/377939
688.08/367.65	c cleaning 11040 clauses out of 22095 with flag 68009/389947
714.04/380.95	c cleaning 11896 clauses out of 24051 with flag 81005/402943
758.92/403.46	c cleaning 13051 clauses out of 26184 with flag 95034/416972
775.48/411.91	c  And the winner is solver1
775.05/412.07	c Got one! Elapsed wall clock time (in seconds):411.947
775.05/412.07	o -97
780.94/415.02	c cleaning 11779 clauses out of 23560 with flag 5002/427399
793.81/421.71	c cleaning 8861 clauses out of 17779 with flag 11000/433397
812.97/431.71	c cleaning 7944 clauses out of 15933 with flag 18015/440412
838.95/444.92	c cleaning 7989 clauses out of 16018 with flag 26044/448441
866.28/458.81	c cleaning 8429 clauses out of 16985 with flag 35000/457397
890.27/471.08	c cleaning 9248 clauses out of 18559 with flag 45003/467400
968.61/510.70	c cleaning 10150 clauses out of 20311 with flag 56003/478400
1048.93/551.00	c cleaning 11045 clauses out of 22158 with flag 68000/490397
1122.60/587.92	c cleaning 12071 clauses out of 24144 with flag 81031/503428
1185.52/619.88	c cleaning 13000 clauses out of 26046 with flag 95004/517401
1266.47/660.43	c cleaning 13972 clauses out of 28047 with flag 110005/532402
1354.01/704.32	c cleaning 15019 clauses out of 30070 with flag 126000/548397
1445.67/750.23	c cleaning 16068 clauses out of 32154 with flag 143103/565500
1577.15/816.27	c  And the winner is solver1
1575.41/816.66	c Got one! Elapsed wall clock time (in seconds):816.546
1575.41/816.66	o -98
1582.01/819.96	c cleaning 19165 clauses out of 38332 with flag 5005/587746
1591.65/825.16	c cleaning 12581 clauses out of 25163 with flag 11001/593742
1610.27/834.83	c cleaning 9777 clauses out of 19597 with flag 18016/600757
1639.90/850.06	c cleaning 8871 clauses out of 17804 with flag 26000/608741
1667.98/864.73	c cleaning 8942 clauses out of 17987 with flag 35054/617795
1710.69/886.49	c cleaning 9447 clauses out of 18991 with flag 45000/627741
1737.32/900.15	c cleaning 10242 clauses out of 20610 with flag 56066/638807
1757.57/910.61	c cleaning 11147 clauses out of 22305 with flag 68003/650744
1783.03/924.05	c cleaning 12044 clauses out of 24155 with flag 81000/663741
1797.21/931.51	c starts		: 94
1797.21/931.51	c conflicts		: 11430
1797.21/931.51	c decisions		: 644943
1797.21/931.51	c propagations		: 7348842
1797.21/931.51	c inspects		: 986741707
1797.21/931.51	c shortcuts		: 0
1797.21/931.51	c learnt literals	: 0
1797.21/931.51	c learnt binary clauses	: 0
1797.21/931.51	c learnt ternary clauses	: 0
1797.21/931.51	c learnt constraints	: 11430
1797.21/931.51	c ignored constraints	: 0
1797.21/931.51	c root simplifications	: 0
1797.21/931.51	c removed literals (reason simplification)	: 0
1797.21/931.51	c reason swapping (by a shorter reason)	: 0
1797.21/931.51	c Calls to reduceDB	: 0
1797.21/931.51	c number of reductions to clauses (during analyze)	: 0
1797.21/931.51	c number of learned constraints concerned by reduction	: 0
1797.21/931.51	c number of learning phase by resolution	: 0
1797.21/931.51	c number of learning phase by cutting planes	: 0
1797.21/931.51	c speed (assignments/second)	: 8195.018650787013
1797.21/931.51	c non guided choices	156
1797.21/931.52	c learnt constraints type 
1797.21/931.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11430
1797.21/931.52	c constraints type 
1797.21/931.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6270
1797.21/931.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1797.21/931.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1797.21/931.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
1797.21/931.52	c 14043 constraints processed.
1797.21/931.52	c constraints type 
1797.21/931.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1797.21/931.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6270
1797.21/931.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1797.21/931.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6270
1797.21/931.52	c 14043 constraints processed.
1797.21/931.52	s SATISFIABLE
1797.21/931.52	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 -x689 -x690 -x691 -x692 -x693 x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 x726 -x727 -x728 -x729 -x730 x731 -x732 x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 x753 -x754 -x755 -x756 -x757 x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 x812 -x813 x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 -x828 -x829 x830 x831 -x832 -x833 -x834 -x835 -x836 x837 x838 -x839 -x840 -x841 -x842 x843 -x844 -x845 -x846 x847 -x848 x849 x850 -x851 -x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 x860 -x861 x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 x873 -x874 -x875 x876 -x877 -x878 x879 -x880 x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 x890 -x891 x892 -x893 -x894 -x895 -x896 x897 x898 -x899 -x900 -x901 -x902 -x903 -x904 x905 -x906 -x907 -x908 x909 -x910 x911 x912 x913 -x914 x915 -x916 -x917 -x918 -x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 x936 x937 x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 x950 -x951 x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 x961 -x962 x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 x976 -x977 -x978 x979 -x980 -x981 x982 -x983 -x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 x998 x999 -x1000 
1797.21/931.52	c objective function=-98
1797.21/931.52	c Total wall clock time (in seconds): 931.4

Verifier Data

OK	-98

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-3688760-1337879568/watcher-3688760-1337879568 -o /tmp/evaluation-result-3688760-1337879568/solver-3688760-1337879568 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688760-1337879568.opb 

running on 4 cores: 1,3,5,7

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: 3.66 3.82 3.83 4/197 27048
/proc/meminfo: memFree=26802572/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27048/stat : 27048 (java) D 27046 27048 24394 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254081373 9515008 182 33554432000 1073741824 1073778376 140737216229408 140737216220440 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27048/statm: 2323 182 140 9 0 71 0

[startup+0.0180171 s]
/proc/loadavg: 3.66 3.82 3.83 4/197 27048
/proc/meminfo: memFree=26802572/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 1372 0 0 0 0 0 0 0 20 0 2 0 254081373 103964672 1054 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 25382 1056 808 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100233 s]
/proc/loadavg: 3.66 3.82 3.83 4/197 27048
/proc/meminfo: memFree=26802572/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 4273 0 1 0 9 0 0 0 20 0 18 0 254081373 9787813888 5469 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2389603 5469 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300248 s]
/proc/loadavg: 3.66 3.82 3.83 4/197 27048
/proc/meminfo: memFree=26802572/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 5697 0 1 0 44 1 0 0 20 0 18 0 254081373 9787813888 9064 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2389603 9064 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 3.66 3.82 3.83 4/197 27048
/proc/meminfo: memFree=26802572/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9826532 CPUtime=1.6 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 19063 0 1 0 154 6 0 0 20 0 22 0 254081373 10062368768 46803 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456633 46836 2245 9 0 2447326 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9826532

[startup+1.50081 s]
/proc/loadavg: 3.66 3.82 3.83 7/219 27070
/proc/meminfo: memFree=26597216/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9824668 CPUtime=4.78 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 28961 0 1 0 468 10 0 0 20 0 22 0 254081373 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456167 57340 2268 9 0 2446860 0
[pid=27048/tid=27050] ppid=27046 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/27048/task/27050/stat : 27050 (java) S 27046 27048 24394 0 -1 4202560 2538 0 1 0 58 4 0 0 20 0 22 0 254081374 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312442688504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27051] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27051/stat : 27051 (java) S 27046 27048 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312286587944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27052] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27052/stat : 27052 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312285535144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27053] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27053/stat : 27053 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312284482344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254081375 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254081376 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) R 27046 27048 24394 0 -1 4202560 12929 0 0 0 117 3 0 0 20 0 22 0 254081379 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312262584576 248789873316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) R 27046 27048 24394 0 -1 4202560 12069 0 0 0 117 3 0 0 20 0 22 0 254081379 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312261530424 140312449671919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27067] ppid=27046 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/27048/task/27067/stat : 27067 (java) R 27046 27048 24394 0 -1 4202560 41 0 0 0 77 0 0 0 20 0 22 0 254081439 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312258383664 140312303482952 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27068] ppid=27046 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/27048/task/27068/stat : 27068 (java) R 27046 27048 24394 0 -1 4202560 78 0 0 0 79 0 0 0 20 0 22 0 254081439 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312257330808 140312303986408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27069] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27069/stat : 27069 (java) S 27046 27048 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254081441 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312256279976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27070] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27070/stat : 27070 (java) S 27046 27048 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254081441 10060460032 57340 33554432000 1073741824 1073778376 140733380922912 140312255227176 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.66 3.82 3.83 3/216 27073
/proc/meminfo: memFree=26581408/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9824668 CPUtime=5.63 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 28986 0 1 0 545 18 0 0 20 0 19 0 254081373 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456167 57332 2271 9 0 2446860 0
[pid=27048/tid=27050] ppid=27046 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/27048/task/27050/stat : 27050 (java) S 27046 27048 24394 0 -1 4202560 2539 0 1 0 59 4 0 0 20 0 19 0 254081374 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312442688504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27051] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27051/stat : 27051 (java) S 27046 27048 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312286587944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27052] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27052/stat : 27052 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312285535144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27053] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27053/stat : 27053 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312284482344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254081376 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254081377 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254081377 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) S 27046 27048 24394 0 -1 4202560 12931 0 0 0 134 3 0 0 20 0 19 0 254081379 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312262597048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) S 27046 27048 24394 0 -1 4202560 12069 0 0 0 136 3 0 0 20 0 19 0 254081379 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312261544248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27069] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27069/stat : 27069 (java) S 27046 27048 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254081441 10060460032 57332 33554432000 1073741824 1073778376 140733380922912 140312256279976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.53 3.79 3.82 3/216 27094
/proc/meminfo: memFree=26546700/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9824668 CPUtime=6.83 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 29085 0 1 0 648 35 0 0 20 0 19 0 254081373 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456167 60328 2276 9 0 2446860 0
[pid=27048/tid=27050] ppid=27046 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/27048/task/27050/stat : 27050 (java) S 27046 27048 24394 0 -1 4202560 2541 0 1 0 60 4 0 0 20 0 19 0 254081374 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312442688504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27051] ppid=27046 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27048/task/27051/stat : 27051 (java) S 27046 27048 24394 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312286587944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27052] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27052/stat : 27052 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312285535144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27053] ppid=27046 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27048/task/27053/stat : 27053 (java) S 27046 27048 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312284482344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254081375 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254081376 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254081377 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254081377 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) S 27046 27048 24394 0 -1 4202560 12935 0 0 0 145 3 0 0 20 0 19 0 254081379 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312262597048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) S 27046 27048 24394 0 -1 4202560 12071 0 0 0 153 3 0 0 20 0 19 0 254081379 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312261544248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254081379 10060460032 60328 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 535 0 0 0 263 21 0 0 20 0 22 0 254081375 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 1038 0 0 0 264 23 0 0 20 0 22 0 254081375 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 854 0 0 0 258 20 0 0 20 0 22 0 254081375 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 1077 0 0 0 260 23 0 0 20 0 22 0 254081375 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 926 0 0 0 260 23 0 0 20 0 22 0 254081375 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=33.57 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 2166 0 0 0 3333 24 0 0 20 0 22 0 254081376 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) S 27046 27048 24394 0 -1 4202560 12952 0 0 0 166 3 0 0 20 0 22 0 254081379 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312262597048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) S 27046 27048 24394 0 -1 4202560 12084 0 0 0 192 3 0 0 20 0 22 0 254081379 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312261544248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 22 0 254081379 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27187] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27187/stat : 27187 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084850 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312256280232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27285] ppid=27046 vsize=9824668 CPUtime=60.26 cores=1,3,5,7
/proc/27048/task/27285/stat : 27285 (java) R 27046 27048 24394 0 -1 4202560 3 0 0 0 6026 0 0 0 20 0 22 0 254163040 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312258382112 140312304482280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27286] ppid=27046 vsize=9824668 CPUtime=60.26 cores=1,3,5,7
/proc/27048/task/27286/stat : 27286 (java) R 27046 27048 24394 0 -1 4202560 18 0 0 0 6026 0 0 0 20 0 22 0 254163040 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312255225776 140312304494486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27287] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27287/stat : 27287 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254163040 10060460032 720376 33554432000 1073741824 1073778376 140733380922912 140312257332776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1702.44
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.501 s]
/proc/loadavg: 3.84 3.88 3.82 5/219 27288
/proc/meminfo: memFree=23864932/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9824668 CPUtime=1797.21 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 41959 0 1 0 179330 391 0 0 20 0 22 0 254081373 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456167 768131 2289 9 0 2446860 0
[pid=27048/tid=27050] ppid=27046 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/27048/task/27050/stat : 27050 (java) S 27046 27048 24394 0 -1 4202560 2580 0 1 0 65 6 0 0 20 0 22 0 254081374 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312442688504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27051] ppid=27046 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27048/task/27051/stat : 27051 (java) S 27046 27048 24394 0 -1 4202560 927 0 0 0 273 24 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312286587944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27052] ppid=27046 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/27048/task/27052/stat : 27052 (java) S 27046 27048 24394 0 -1 4202560 968 0 0 0 277 24 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312285535144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27053] ppid=27046 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/27048/task/27053/stat : 27053 (java) S 27046 27048 24394 0 -1 4202560 1062 0 0 0 272 27 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312284482344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 560 0 0 0 275 21 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 1047 0 0 0 271 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 868 0 0 0 267 20 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 1092 0 0 0 272 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 946 0 0 0 274 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=37.57 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 2262 0 0 0 3732 25 0 0 20 0 22 0 254081376 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) S 27046 27048 24394 0 -1 4202560 12952 0 0 0 166 3 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312262597048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) S 27046 27048 24394 0 -1 4202560 12084 0 0 0 192 3 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312261544248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 53 0 0 0 22 23 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27187] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27187/stat : 27187 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084850 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312256280232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27285] ppid=27046 vsize=9824668 CPUtime=105.1 cores=1,3,5,7
/proc/27048/task/27285/stat : 27285 (java) R 27046 27048 24394 0 -1 4202560 7 0 0 0 10509 1 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312258383968 140312304472588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27286] ppid=27046 vsize=9824668 CPUtime=105.08 cores=1,3,5,7
/proc/27048/task/27286/stat : 27286 (java) R 27046 27048 24394 0 -1 4202560 81 0 0 0 10506 2 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312255225072 140312304495692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27287] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27287/stat : 27287 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312257332776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 9824668

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

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

[startup+931.501 s]
/proc/loadavg: 3.84 3.88 3.82 5/219 27288
/proc/meminfo: memFree=23864932/32873844 swapFree=6080/6080
[pid=27048] ppid=27046 vsize=9824668 CPUtime=1797.21 cores=1,3,5,7
/proc/27048/stat : 27048 (java) S 27046 27048 24394 0 -1 4202496 41959 0 1 0 179330 391 0 0 20 0 22 0 254081373 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140733380914048 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27048/statm: 2456167 768131 2289 9 0 2446860 0
[pid=27048/tid=27050] ppid=27046 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/27048/task/27050/stat : 27050 (java) S 27046 27048 24394 0 -1 4202560 2580 0 1 0 65 6 0 0 20 0 22 0 254081374 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312442688504 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27051] ppid=27046 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27048/task/27051/stat : 27051 (java) S 27046 27048 24394 0 -1 4202560 927 0 0 0 273 24 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312286587944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27052] ppid=27046 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/27048/task/27052/stat : 27052 (java) S 27046 27048 24394 0 -1 4202560 968 0 0 0 277 24 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312285535144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27053] ppid=27046 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/27048/task/27053/stat : 27053 (java) S 27046 27048 24394 0 -1 4202560 1062 0 0 0 272 27 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312284482344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27054] ppid=27046 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/27048/task/27054/stat : 27054 (java) S 27046 27048 24394 0 -1 4202560 560 0 0 0 275 21 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312283429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27055] ppid=27046 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/27048/task/27055/stat : 27055 (java) S 27046 27048 24394 0 -1 4202560 1047 0 0 0 271 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312282376744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27056] ppid=27046 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27048/task/27056/stat : 27056 (java) S 27046 27048 24394 0 -1 4202560 868 0 0 0 267 20 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312281323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27057] ppid=27046 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/27048/task/27057/stat : 27057 (java) S 27046 27048 24394 0 -1 4202560 1092 0 0 0 272 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312280271144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27058] ppid=27046 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27048/task/27058/stat : 27058 (java) S 27046 27048 24394 0 -1 4202560 946 0 0 0 274 23 0 0 20 0 22 0 254081375 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312279218344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27059] ppid=27046 vsize=9824668 CPUtime=37.57 cores=1,3,5,7
/proc/27048/task/27059/stat : 27059 (java) S 27046 27048 24394 0 -1 4202560 2262 0 0 0 3732 25 0 0 20 0 22 0 254081376 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312266808296 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27060] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27060/stat : 27060 (java) S 27046 27048 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312265754360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27061] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27061/stat : 27061 (java) S 27046 27048 24394 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 254081377 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312264701448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27062] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27062/stat : 27062 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312263649936 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27063] ppid=27046 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/27048/task/27063/stat : 27063 (java) S 27046 27048 24394 0 -1 4202560 12952 0 0 0 166 3 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312262597048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27048/tid=27064] ppid=27046 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/27048/task/27064/stat : 27064 (java) S 27046 27048 24394 0 -1 4202560 12084 0 0 0 192 3 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312261544248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27065] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27065/stat : 27065 (java) S 27046 27048 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312260491640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27066] ppid=27046 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/27048/task/27066/stat : 27066 (java) S 27046 27048 24394 0 -1 4202560 53 0 0 0 22 23 0 0 20 0 22 0 254081379 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312259439048 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27187] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27187/stat : 27187 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254084850 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312256280232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27048/tid=27285] ppid=27046 vsize=9824668 CPUtime=105.1 cores=1,3,5,7
/proc/27048/task/27285/stat : 27285 (java) R 27046 27048 24394 0 -1 4202560 7 0 0 0 10509 1 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312258383968 140312304472588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27048/tid=27286] ppid=27046 vsize=9824668 CPUtime=105.08 cores=1,3,5,7
/proc/27048/task/27286/stat : 27286 (java) R 27046 27048 24394 0 -1 4202560 81 0 0 0 10506 2 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312255225072 140312304495692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27048/tid=27287] ppid=27046 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27048/task/27287/stat : 27287 (java) S 27046 27048 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254163040 10060460032 768131 33554432000 1073741824 1073778376 140733380922912 140312257332776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27048 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=639477
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=92377
# CPU time returned by wait4() is 1796.73
# while last known CPU time is 1797.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.87011
#  lost CPU user time (s): 3.10012
#  lost CPU system time (s): -0.23

Real time (s): 931.542
CPU time (s): 1800.08
CPU user time (s): 1796.4
CPU system time (s): 3.68
CPU usage (%): 193.237
Max. virtual memory (cumulated for all children) (KiB): 9826532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.64
system time used= 4.09238
maximum resident set size= 3072636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31247
involuntary context switches= 47942

runsolver used 5.73213 second user time and 7.32289 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 19:12:48
IDJOB=3688760
IDBENCH=48268
IDSOLVER=2268
FILE ID=node139/3688760-1337879568
RUNJOBID= node139-1337871881-24411
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688760-1337879568/watcher-3688760-1337879568 -o /tmp/evaluation-result-3688760-1337879568/solver-3688760-1337879568 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688760-1337879568.opb

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

MD5SUM BENCH= 9b75ee50c2c62e6be495e8bd0a94fa2c
RANDOM SEED=564549888

node139.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.750
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	: 5333.50
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.750
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.750
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	: 5331.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.750
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.750
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.92
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.750
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.750
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.750
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:       32873844 kB
MemFree:        26802836 kB
Buffers:          221716 kB
Cached:          2770644 kB
SwapCached:            0 kB
Active:          2756432 kB
Inactive:        2516216 kB
Active(anon):    2271612 kB
Inactive(anon):    11120 kB
Active(file):     484820 kB
Inactive(file):  2505096 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:       2288400 kB
Mapped:            22512 kB
Shmem:               200 kB
Slab:             652968 kB
SReclaimable:      95472 kB
SUnreclaim:       557496 kB
KernelStack:        1632 kB
PageTables:         8584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2917036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2193408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node139 at 2012-05-24 19:28:22