Trace number 3688740

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.15 940.039

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_3.opb
MD5SUM68d7f052f18638860d9232a7f3ed2053
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.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
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)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3688740-1337879524.opb
0.08/0.11	c reading problem ... 
1.30/0.64	c ... done. Wall clock time 0.528s.
1.30/0.64	c declared #vars     1000
1.30/0.64	c internal #vars     7316
1.30/0.64	c #constraints  14134
1.30/0.64	c constraints type 
1.30/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1.30/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.30/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.30/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1.30/0.64	c 14134 constraints processed.
1.30/0.64	c constraints type 
1.30/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.30/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6316
1.30/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
1.30/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1.30/0.64	c 14134 constraints processed.
1.30/0.64	c objective function length is 500 literals
4.43/1.44	c  And the winner is solver1
4.79/1.64	c SATISFIABLE
4.79/1.64	c OPTIMIZING...
4.79/1.64	c Got one! Elapsed wall clock time (in seconds):1.531
4.79/1.64	o -12
4.98/1.72	c  And the winner is solver1
5.05/2.14	c Got one! Elapsed wall clock time (in seconds):2.033
5.05/2.14	o -13
5.05/2.20	c  And the winner is solver1
5.23/2.65	c Got one! Elapsed wall clock time (in seconds):2.535
5.23/2.65	o -14
5.23/2.69	c  And the winner is solver1
5.38/3.15	c Got one! Elapsed wall clock time (in seconds):3.037
5.38/3.15	o -15
5.56/3.22	c  And the winner is solver1
5.67/3.65	c Got one! Elapsed wall clock time (in seconds):3.539
5.67/3.65	o -16
5.67/3.69	c  And the winner is solver1
5.77/4.15	c Got one! Elapsed wall clock time (in seconds):4.04
5.77/4.15	o -19
5.85/4.23	c  And the winner is solver1
5.97/4.65	c Got one! Elapsed wall clock time (in seconds):4.541
5.97/4.65	o -20
5.97/4.69	c  And the winner is solver1
6.07/5.15	c Got one! Elapsed wall clock time (in seconds):5.042
6.07/5.15	o -21
6.07/5.19	c  And the winner is solver1
6.15/5.65	c Got one! Elapsed wall clock time (in seconds):5.543
6.15/5.65	o -22
6.26/5.72	c  And the winner is solver1
6.32/6.16	c Got one! Elapsed wall clock time (in seconds):6.044
6.32/6.16	o -23
6.42/6.21	c  And the winner is solver1
6.46/6.66	c Got one! Elapsed wall clock time (in seconds):6.545
6.46/6.66	o -24
6.55/6.71	c  And the winner is solver1
6.59/7.16	c Got one! Elapsed wall clock time (in seconds):7.046
6.59/7.16	o -25
6.67/7.20	c  And the winner is solver1
6.69/7.66	c Got one! Elapsed wall clock time (in seconds):7.547
6.69/7.66	o -26
6.69/7.70	c  And the winner is solver1
6.77/8.16	c Got one! Elapsed wall clock time (in seconds):8.048
6.77/8.16	o -27
6.84/8.22	c  And the winner is solver1
6.90/8.66	c Got one! Elapsed wall clock time (in seconds):8.549
6.90/8.66	o -33
7.01/8.71	c  And the winner is solver1
7.04/9.16	c Got one! Elapsed wall clock time (in seconds):9.05
7.04/9.16	o -34
7.11/9.22	c  And the winner is solver1
7.18/9.66	c Got one! Elapsed wall clock time (in seconds):9.551
7.18/9.66	o -37
7.25/9.71	c  And the winner is solver1
7.28/10.16	c Got one! Elapsed wall clock time (in seconds):10.052
7.28/10.16	o -43
7.35/10.22	c  And the winner is solver1
7.40/10.66	c Got one! Elapsed wall clock time (in seconds):10.552
7.40/10.66	o -44
7.51/10.78	c  And the winner is solver1
7.73/11.16	c Got one! Elapsed wall clock time (in seconds):11.053
7.73/11.16	o -45
7.79/11.23	c  And the winner is solver1
7.87/11.67	c Got one! Elapsed wall clock time (in seconds):11.554
7.87/11.67	o -46
7.93/11.76	c  And the winner is solver1
8.05/12.17	c Got one! Elapsed wall clock time (in seconds):12.055
8.05/12.17	o -47
8.11/12.24	c  And the winner is solver1
8.21/12.67	c Got one! Elapsed wall clock time (in seconds):12.556
8.21/12.67	o -48
8.27/12.70	c  And the winner is solver1
8.29/13.17	c Got one! Elapsed wall clock time (in seconds):13.057
8.29/13.17	o -50
8.37/13.22	c  And the winner is solver1
8.41/13.67	c Got one! Elapsed wall clock time (in seconds):13.558
8.41/13.67	o -54
8.46/13.73	c  And the winner is solver1
8.53/14.17	c Got one! Elapsed wall clock time (in seconds):14.058
8.53/14.17	o -55
8.59/14.22	c  And the winner is solver1
8.63/14.67	c Got one! Elapsed wall clock time (in seconds):14.559
8.63/14.67	o -56
8.68/14.73	c  And the winner is solver1
8.79/15.17	c Got one! Elapsed wall clock time (in seconds):15.06
8.79/15.17	o -57
8.83/15.22	c  And the winner is solver1
8.89/15.67	c Got one! Elapsed wall clock time (in seconds):15.561
8.89/15.67	o -58
8.92/15.75	c  And the winner is solver1
9.04/16.17	c Got one! Elapsed wall clock time (in seconds):16.062
9.04/16.17	o -59
9.29/16.39	c  And the winner is solver1
9.48/16.67	c Got one! Elapsed wall clock time (in seconds):16.562
9.48/16.67	o -60
9.91/16.92	c  And the winner is solver1
9.98/17.17	c Got one! Elapsed wall clock time (in seconds):17.063
9.98/17.17	o -61
10.25/17.30	c  And the winner is solver1
10.27/17.68	c Got one! Elapsed wall clock time (in seconds):17.564
10.27/17.68	o -62
10.32/17.75	c  And the winner is solver1
10.43/18.18	c Got one! Elapsed wall clock time (in seconds):18.065
10.43/18.18	o -68
10.67/18.34	c  And the winner is solver1
10.78/18.68	c Got one! Elapsed wall clock time (in seconds):18.565
10.78/18.68	o -69
11.03/18.87	c  And the winner is solver1
11.20/19.18	c Got one! Elapsed wall clock time (in seconds):19.066
11.20/19.18	o -70
16.60/21.82	c  And the winner is solver1
16.64/22.18	c Got one! Elapsed wall clock time (in seconds):22.067
16.64/22.18	o -71
19.12/23.41	c cleaning 5289 clauses out of 10580 with flag 2000/10580
25.09/26.41	c  And the winner is solver1
25.12/26.68	c Got one! Elapsed wall clock time (in seconds):26.569
25.12/26.68	o -72
26.96/27.67	c cleaning 5538 clauses out of 11075 with flag 2002/16364
35.30/31.81	c cleaning 5765 clauses out of 11537 with flag 8002/22364
37.17/32.84	c  And the winner is solver1
37.24/32.97	c Got one! Elapsed wall clock time (in seconds):32.859
37.24/32.97	o -73
42.92/35.81	c cleaning 5762 clauses out of 11535 with flag 4001/28127
52.13/40.54	c cleaning 5882 clauses out of 11773 with flag 10001/34127
62.85/45.90	c cleaning 6440 clauses out of 12891 with flag 17001/41127
68.69/48.99	c  And the winner is solver0
68.88/49.23	c Got one! Elapsed wall clock time (in seconds):49.118
68.88/49.23	o -89
70.21/49.90	c cleaning 5758 clauses out of 11516 with flag 1001/46192
78.49/54.11	c cleaning 5876 clauses out of 11757 with flag 7000/52191
87.36/58.70	c cleaning 6436 clauses out of 12882 with flag 14001/59192
94.77/62.56	c cleaning 7219 clauses out of 14445 with flag 22000/67191
106.59/68.54	c cleaning 8029 clauses out of 16226 with flag 31000/76191
124.43/77.59	c cleaning 9077 clauses out of 18197 with flag 41000/86191
166.37/98.55	c cleaning 10058 clauses out of 20127 with flag 52007/97198
219.29/124.92	c cleaning 10990 clauses out of 22129 with flag 64067/109258
281.97/156.21	c cleaning 11985 clauses out of 24073 with flag 77001/122192
341.20/185.89	c  And the winner is solver1
340.72/186.20	c Got one! Elapsed wall clock time (in seconds):186.09
340.72/186.20	o -90
347.78/189.79	c cleaning 14386 clauses out of 28772 with flag 5000/138876
354.88/193.64	c cleaning 10190 clauses out of 20386 with flag 11000/144876
362.64/197.75	c cleaning 8564 clauses out of 17196 with flag 18000/151876
373.65/203.50	c  And the winner is solver1
373.78/203.73	c Got one! Elapsed wall clock time (in seconds):203.618
373.78/203.73	o -91
380.97/207.31	c cleaning 10153 clauses out of 20307 with flag 5001/163551
389.93/212.02	c cleaning 8073 clauses out of 16154 with flag 11001/169551
399.82/217.34	c cleaning 7536 clauses out of 15081 with flag 18001/176551
406.16/220.72	c  And the winner is solver1
406.16/220.82	c Got one! Elapsed wall clock time (in seconds):220.705
406.16/220.82	o -92
407.54/221.53	c cleaning 6713 clauses out of 13425 with flag 1000/182431
416.32/226.13	c cleaning 6351 clauses out of 12713 with flag 7001/188432
426.39/231.34	c cleaning 6675 clauses out of 13363 with flag 14002/195433
438.43/237.71	c cleaning 7338 clauses out of 14691 with flag 22005/203436
450.19/243.84	c cleaning 8139 clauses out of 16348 with flag 31000/212431
473.66/255.78	c cleaning 9120 clauses out of 18266 with flag 41057/222488
509.34/274.29	c cleaning 9981 clauses out of 20093 with flag 52004/233435
563.54/301.35	c cleaning 10989 clauses out of 22150 with flag 64042/245473
605.24/322.36	c cleaning 12038 clauses out of 24119 with flag 77000/258431
620.17/330.19	c  And the winner is solver1
619.88/330.65	c Got one! Elapsed wall clock time (in seconds):330.543
619.88/330.65	o -93
627.01/334.22	c cleaning 12663 clauses out of 25325 with flag 5001/271675
636.83/339.71	c cleaning 9329 clauses out of 18662 with flag 11001/277675
645.39/344.35	c  And the winner is solver1
645.43/344.43	c Got one! Elapsed wall clock time (in seconds):344.319
645.43/344.43	o -94
650.81/347.19	c cleaning 10434 clauses out of 20880 with flag 5004/289222
659.34/351.76	c cleaning 8206 clauses out of 16442 with flag 11000/295218
674.12/359.46	c cleaning 7580 clauses out of 15236 with flag 18000/302218
691.05/368.47	c cleaning 7809 clauses out of 15656 with flag 26000/310218
693.36/369.93	c  And the winner is solver1
693.33/370.19	c Got one! Elapsed wall clock time (in seconds):370.079
693.33/370.19	o -95
697.54/372.31	c cleaning 6627 clauses out of 13270 with flag 4002/315641
704.90/376.34	c cleaning 6269 clauses out of 12647 with flag 10006/321645
714.05/381.25	c cleaning 6678 clauses out of 13372 with flag 17000/328639
725.91/387.75	c cleaning 7246 clauses out of 14696 with flag 25002/336641
736.61/393.43	c cleaning 8178 clauses out of 16448 with flag 34000/345639
749.35/400.17	c cleaning 9126 clauses out of 18285 with flag 44015/355654
780.41/415.97	c cleaning 10071 clauses out of 20169 with flag 55025/366664
799.68/426.14	c cleaning 11028 clauses out of 22073 with flag 67000/378639
830.66/441.97	c cleaning 12004 clauses out of 24081 with flag 80036/391675
891.17/472.34	c cleaning 13001 clauses out of 26044 with flag 94003/405642
909.74/481.91	c cleaning 0 clauses out of 8875 with flag 0/8875
922.50/488.95	c  And the winner is solver1
922.11/489.28	c Got one! Elapsed wall clock time (in seconds):489.167
922.11/489.28	o -96
927.60/492.07	c cleaning 14062 clauses out of 28136 with flag 5000/420735
936.47/496.88	c cleaning 10035 clauses out of 20074 with flag 11000/426735
951.30/504.69	c cleaning 8399 clauses out of 17039 with flag 18000/433735
955.34/507.10	c  And the winner is solver1
955.48/507.54	c Got one! Elapsed wall clock time (in seconds):507.425
955.48/507.54	o -97
959.01/509.31	c cleaning 7271 clauses out of 14559 with flag 3008/439654
969.50/515.25	c cleaning 6621 clauses out of 13280 with flag 9000/445646
983.54/522.61	c cleaning 6817 clauses out of 13660 with flag 16001/452647
1000.82/531.65	c cleaning 7391 clauses out of 14842 with flag 24000/460646
1023.66/543.42	c cleaning 8216 clauses out of 16477 with flag 33026/469672
1059.83/562.11	c cleaning 9123 clauses out of 18250 with flag 43015/479661
1080.30/572.78	c cleaning 10048 clauses out of 20112 with flag 54000/490646
1120.29/593.01	c cleaning 11025 clauses out of 22064 with flag 66000/502646
1149.26/607.83	c cleaning 12003 clauses out of 24061 with flag 79022/515668
1200.09/633.88	c cleaning 13005 clauses out of 26041 with flag 93005/529651
1232.58/650.46	c  And the winner is solver1
1232.10/650.87	c Got one! Elapsed wall clock time (in seconds):650.763
1232.10/650.87	o -98
1238.03/653.82	c cleaning 13873 clauses out of 27749 with flag 5003/544364
1247.73/659.10	c cleaning 9900 clauses out of 19882 with flag 11009/550370
1263.08/667.21	c cleaning 8442 clauses out of 16973 with flag 18000/557361
1282.69/677.72	c cleaning 8237 clauses out of 16546 with flag 26015/565376
1308.11/690.81	c cleaning 8564 clauses out of 17307 with flag 35013/574374
1332.36/703.38	c cleaning 9328 clauses out of 18730 with flag 45000/584361
1346.52/710.83	c cleaning 10195 clauses out of 20403 with flag 56001/595362
1392.88/734.65	c cleaning 11103 clauses out of 22235 with flag 68028/607389
1421.08/749.14	c cleaning 12041 clauses out of 24104 with flag 81000/620361
1457.77/767.81	c cleaning 13022 clauses out of 26069 with flag 95006/634367
1521.01/799.76	c cleaning 14008 clauses out of 28042 with flag 110001/649362
1568.37/824.20	c cleaning 15015 clauses out of 30036 with flag 126003/665364
1629.04/854.82	c cleaning 16013 clauses out of 32027 with flag 143009/682370
1662.05/871.74	c cleaning 17014 clauses out of 34038 with flag 161033/700394
1798.42/940.01	c starts		: 94
1798.42/940.01	c conflicts		: 11525
1798.42/940.01	c decisions		: 588830
1798.42/940.01	c propagations		: 7245609
1798.42/940.01	c inspects		: 1164888743
1798.42/940.01	c shortcuts		: 0
1798.42/940.01	c learnt literals	: 0
1798.42/940.01	c learnt binary clauses	: 0
1798.42/940.01	c learnt ternary clauses	: 0
1798.42/940.01	c learnt constraints	: 11525
1798.42/940.01	c ignored constraints	: 0
1798.42/940.01	c root simplifications	: 0
1798.42/940.01	c removed literals (reason simplification)	: 0
1798.42/940.01	c reason swapping (by a shorter reason)	: 0
1798.42/940.01	c Calls to reduceDB	: 1
1798.42/940.01	c number of reductions to clauses (during analyze)	: 0
1798.42/940.01	c number of learned constraints concerned by reduction	: 0
1798.42/940.01	c number of learning phase by resolution	: 0
1798.42/940.01	c number of learning phase by cutting planes	: 0
1798.42/940.01	c speed (assignments/second)	: 8134.005029300164
1798.42/940.01	c non guided choices	146
1798.42/940.02	c learnt constraints type 
1798.42/940.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11525
1798.42/940.02	c constraints type 
1798.42/940.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6316
1798.42/940.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1798.42/940.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1798.42/940.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6316
1798.42/940.02	c 14135 constraints processed.
1798.42/940.02	c constraints type 
1798.42/940.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1798.42/940.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6316
1798.42/940.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1798.42/940.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1798.42/940.02	c 14135 constraints processed.
1798.42/940.02	s SATISFIABLE
1798.42/940.02	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 
1798.42/940.02	c objective function=-98
1798.42/940.02	c Total wall clock time (in seconds): 939.907

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

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: 3.73 3.75 3.79 4/197 28504
/proc/meminfo: memFree=25635004/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/28504/stat : 28504 (java) R 28502 28504 25418 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 254076925 278528 33 33554432000 1073741824 1073778376 140734073906256 140735949010616 212064103719 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 68 33 25 9 0 25 0

[startup+0.029234 s]
/proc/loadavg: 3.73 3.75 3.79 4/197 28504
/proc/meminfo: memFree=25635004/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 2776 0 1 0 1 0 0 0 20 0 10 0 254076925 9233014784 3477 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2254154 3477 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.10025 s]
/proc/loadavg: 3.73 3.75 3.79 4/197 28504
/proc/meminfo: memFree=25635004/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 4320 0 1 0 8 0 0 0 20 0 18 0 254076925 9787813888 6026 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2389603 6031 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300249 s]
/proc/loadavg: 3.73 3.75 3.79 4/197 28504
/proc/meminfo: memFree=25635004/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 5643 0 1 0 45 1 0 0 20 0 18 0 254076925 9787813888 9069 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2389603 9069 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.70018 s]
/proc/loadavg: 3.73 3.75 3.79 4/197 28504
/proc/meminfo: memFree=25635004/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 22329 0 1 0 159 5 0 0 20 0 22 0 254076925 10060460032 48546 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 48549 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.73 3.75 3.79 7/219 28526
/proc/meminfo: memFree=25431148/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=4.73 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 27953 0 1 0 463 10 0 0 20 0 19 0 254076925 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 56559 2269 9 0 2446860 0
[pid=28504/tid=28506] ppid=28502 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/28504/task/28506/stat : 28506 (java) S 28502 28504 25418 0 -1 4202560 2509 0 1 0 58 3 0 0 20 0 19 0 254076926 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317100540920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28507] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28507/stat : 28507 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317062032424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28508] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28508/stat : 28508 (java) S 28502 28504 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317060979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28509] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28509/stat : 28509 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317059926824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) R 28502 28504 25418 0 -1 4202560 13256 0 0 0 118 2 0 0 20 0 19 0 254076930 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316920178704 140317107348293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) R 28502 28504 25418 0 -1 4202560 10773 0 0 0 123 2 0 0 20 0 19 0 254076930 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316919125440 140317104635392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076931 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28525] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28525/stat : 28525 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076991 10060460032 56559 33554432000 1073741824 1073778376 140734073906256 140316038632872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9824668

[startup+3.10068 s]
/proc/loadavg: 3.73 3.75 3.79 2/216 28529
/proc/meminfo: memFree=25417240/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=5.38 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 27977 0 1 0 522 16 0 0 20 0 19 0 254076925 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 56562 2271 9 0 2446860 0
[pid=28504/tid=28506] ppid=28502 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/28504/task/28506/stat : 28506 (java) S 28502 28504 25418 0 -1 4202560 2510 0 1 0 59 3 0 0 20 0 19 0 254076926 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317100540920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28507] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28507/stat : 28507 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317062032424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28508] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28508/stat : 28508 (java) S 28502 28504 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317060979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28509] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28509/stat : 28509 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317059926824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) S 28502 28504 25418 0 -1 4202560 13258 0 0 0 135 2 0 0 20 0 19 0 254076930 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316920191416 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) S 28502 28504 25418 0 -1 4202560 10774 0 0 0 131 2 0 0 20 0 19 0 254076930 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316919138616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076931 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28525] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28525/stat : 28525 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076991 10060460032 56562 33554432000 1073741824 1073778376 140734073906256 140316038632872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.51 3.71 3.78 3/216 28550
/proc/meminfo: memFree=25404020/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=6.46 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 28076 0 1 0 614 32 0 0 20 0 19 0 254076925 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 59638 2276 9 0 2446860 0
[pid=28504/tid=28506] ppid=28502 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/28504/task/28506/stat : 28506 (java) S 28502 28504 25418 0 -1 4202560 2511 0 1 0 59 3 0 0 20 0 19 0 254076926 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317100540920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28507] ppid=28502 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28504/task/28507/stat : 28507 (java) S 28502 28504 25418 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317062032424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28508] ppid=28502 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28504/task/28508/stat : 28508 (java) S 28502 28504 25418 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317060979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28509] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28509/stat : 28509 (java) S 28502 28504 25418 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317059926824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254076927 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254076928 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) S 28502 28504 25418 0 -1 4202560 13259 0 0 0 145 2 0 0 20 0 19 0 254076930 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316920191416 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) S 28502 28504 25418 0 -1 4202560 10778 0 0 0 142 2 0 0 20 0 19 0 254076930 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316919138616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076930 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254076931 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28525] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28525/stat : 28525 (java) S 28502 28504 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254076991 10060460032 59638 33554432000 1073741824 1073778376 140734073906256 140316038632872 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 9824668

[startup+12.7007 s]

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

[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 1019 0 0 0 295 18 0 0 20 0 22 0 254076927 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 905 0 0 0 277 16 0 0 20 0 22 0 254076927 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 775 0 0 0 287 14 0 0 20 0 22 0 254076927 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 683 0 0 0 277 13 0 0 20 0 22 0 254076927 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 944 0 0 0 298 17 0 0 20 0 22 0 254076927 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=53.92 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 1725 0 0 0 5362 30 0 0 20 0 22 0 254076928 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) S 28502 28504 25418 0 -1 4202560 13277 0 0 0 174 3 0 0 20 0 22 0 254076930 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316920191416 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) S 28502 28504 25418 0 -1 4202560 10794 0 0 0 180 2 0 0 20 0 22 0 254076930 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316919138616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 46 0 0 0 15 15 0 0 20 0 22 0 254076931 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28646] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28646/stat : 28646 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081848 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316038632744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28798] ppid=28502 vsize=9824668 CPUtime=157.4 cores=0,2,4,6
/proc/28504/task/28798/stat : 28798 (java) R 28502 28504 25418 0 -1 4202560 5 0 0 0 15738 2 0 0 20 0 22 0 254142013 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316037578272 140316935000500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28799] ppid=28502 vsize=9824668 CPUtime=157.38 cores=0,2,4,6
/proc/28504/task/28799/stat : 28799 (java) R 28502 28504 25418 0 -1 4202560 41 0 0 0 15736 2 0 0 20 0 22 0 254142013 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316040735184 140316935153420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28800] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28800/stat : 28800 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254142013 10060460032 581740 33554432000 1073741824 1073778376 140734073906256 140316039685032 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1564.71
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.96 3.88 3.81 5/219 28800
/proc/meminfo: memFree=25821396/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=1682.32 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 39979 0 1 0 167924 308 0 0 20 0 22 0 254076925 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 603903 2290 9 0 2446860 0
[pid=28504/tid=28506] ppid=28502 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/28504/task/28506/stat : 28506 (java) S 28502 28504 25418 0 -1 4202560 2541 0 1 0 64 4 0 0 20 0 22 0 254076926 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317100540920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28507] ppid=28502 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/28504/task/28507/stat : 28507 (java) S 28502 28504 25418 0 -1 4202560 1245 0 0 0 291 18 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317062032424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28508] ppid=28502 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/28504/task/28508/stat : 28508 (java) S 28502 28504 25418 0 -1 4202560 1077 0 0 0 328 20 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317060979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28509] ppid=28502 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/28504/task/28509/stat : 28509 (java) S 28502 28504 25418 0 -1 4202560 1173 0 0 0 321 15 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317059926824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 1042 0 0 0 315 18 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 910 0 0 0 293 17 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 802 0 0 0 305 15 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 718 0 0 0 299 14 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 963 0 0 0 316 18 0 0 20 0 22 0 254076927 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=57.01 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 1776 0 0 0 5670 31 0 0 20 0 22 0 254076928 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) S 28502 28504 25418 0 -1 4202560 13277 0 0 0 174 3 0 0 20 0 22 0 254076930 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316920191416 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) S 28502 28504 25418 0 -1 4202560 10794 0 0 0 180 2 0 0 20 0 22 0 254076930 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316919138616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 50 0 0 0 17 16 0 0 20 0 22 0 254076931 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28646] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28646/stat : 28646 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081848 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316038632744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28798] ppid=28502 vsize=9824668 CPUtime=213.75 cores=0,2,4,6
/proc/28504/task/28798/stat : 28798 (java) R 28502 28504 25418 0 -1 4202560 5 0 0 0 21372 3 0 0 20 0 22 0 254142013 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316037577344 140316935000488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28799] ppid=28502 vsize=9824668 CPUtime=213.72 cores=0,2,4,6
/proc/28504/task/28799/stat : 28799 (java) R 28502 28504 25418 0 -1 4202560 53 0 0 0 21369 3 0 0 20 0 22 0 254142013 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316040736000 140316935373599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28800] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28800/stat : 28800 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254142013 10060460032 603903 33554432000 1073741824 1073778376 140734073906256 140316039685032 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+940.001 s]
/proc/loadavg: 4.06 3.91 3.82 5/219 28801
/proc/meminfo: memFree=25737520/32873648 swapFree=6596/6596
[pid=28504] ppid=28502 vsize=9824668 CPUtime=1798.42 cores=0,2,4,6
/proc/28504/stat : 28504 (java) S 28502 28504 25418 0 -1 4202496 40789 0 1 0 179521 321 0 0 20 0 22 0 254076925 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140734073897392 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28504/statm: 2456167 637244 2290 9 0 2446860 0
[pid=28504/tid=28506] ppid=28502 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/28504/task/28506/stat : 28506 (java) S 28502 28504 25418 0 -1 4202560 2542 0 1 0 65 4 0 0 20 0 22 0 254076926 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317100540920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28507] ppid=28502 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/28504/task/28507/stat : 28507 (java) S 28502 28504 25418 0 -1 4202560 1293 0 0 0 305 20 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317062032424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28508] ppid=28502 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/28504/task/28508/stat : 28508 (java) S 28502 28504 25418 0 -1 4202560 1134 0 0 0 342 21 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317060979624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28509] ppid=28502 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/28504/task/28509/stat : 28509 (java) S 28502 28504 25418 0 -1 4202560 1471 0 0 0 342 16 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317059926824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28510] ppid=28502 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/28504/task/28510/stat : 28510 (java) S 28502 28504 25418 0 -1 4202560 1081 0 0 0 329 19 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317058874024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28511] ppid=28502 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/28504/task/28511/stat : 28511 (java) S 28502 28504 25418 0 -1 4202560 971 0 0 0 313 18 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317057821224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28512] ppid=28502 vsize=9824668 CPUtime=3.35 cores=0,2,4,6
/proc/28504/task/28512/stat : 28512 (java) S 28502 28504 25418 0 -1 4202560 859 0 0 0 319 16 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317056768424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28513] ppid=28502 vsize=9824668 CPUtime=3.3 cores=0,2,4,6
/proc/28504/task/28513/stat : 28513 (java) S 28502 28504 25418 0 -1 4202560 782 0 0 0 315 15 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317055715624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28514] ppid=28502 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/28504/task/28514/stat : 28514 (java) S 28502 28504 25418 0 -1 4202560 1076 0 0 0 338 20 0 0 20 0 22 0 254076927 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140317054662824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28515] ppid=28502 vsize=9824668 CPUtime=57.01 cores=0,2,4,6
/proc/28504/task/28515/stat : 28515 (java) S 28502 28504 25418 0 -1 4202560 1836 0 0 0 5670 31 0 0 20 0 22 0 254076928 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316924402664 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28516] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28516/stat : 28516 (java) S 28502 28504 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316923348728 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28517] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28517/stat : 28517 (java) S 28502 28504 25418 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 254076928 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316922295816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28518] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28518/stat : 28518 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316921244304 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28519] ppid=28502 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28504/task/28519/stat : 28519 (java) S 28502 28504 25418 0 -1 4202560 13277 0 0 0 174 3 0 0 20 0 22 0 254076930 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316920191416 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28520] ppid=28502 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/28504/task/28520/stat : 28520 (java) S 28502 28504 25418 0 -1 4202560 10794 0 0 0 180 2 0 0 20 0 22 0 254076930 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316919138616 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28521] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28521/stat : 28521 (java) S 28502 28504 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254076930 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316044683640 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28522] ppid=28502 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/28504/task/28522/stat : 28522 (java) S 28502 28504 25418 0 -1 4202560 54 0 0 0 17 17 0 0 20 0 22 0 254076931 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316043631048 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28504/tid=28646] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28646/stat : 28646 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254081848 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316038632744 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28504/tid=28798] ppid=28502 vsize=9824668 CPUtime=270.93 cores=0,2,4,6
/proc/28504/task/28798/stat : 28798 (java) R 28502 28504 25418 0 -1 4202560 5 0 0 0 27089 4 0 0 20 0 22 0 254142013 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316037577184 140316935000587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28504/tid=28799] ppid=28502 vsize=9824668 CPUtime=270.88 cores=0,2,4,6
/proc/28504/task/28799/stat : 28799 (java) R 28502 28504 25418 0 -1 4202560 61 0 0 0 27083 5 0 0 20 0 22 0 254142013 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316040736032 140316935153220 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28504/tid=28800] ppid=28502 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28504/task/28800/stat : 28800 (java) S 28502 28504 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254142013 10060460032 637244 33554432000 1073741824 1073778376 140734073906256 140316039685032 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.42
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28504 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=738310
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=501467
# CPU time returned by wait4() is 1797.24
# while last known CPU time is 1798.42
#
# 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): 1.72999
#  lost CPU user time (s): 1.91006
#  lost CPU system time (s): -0.18

Real time (s): 940.039
CPU time (s): 1800.15
CPU user time (s): 1797.12
CPU system time (s): 3.03
CPU usage (%): 191.497
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 3.50147
maximum resident set size= 2549088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40819
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33090
involuntary context switches= 55699

runsolver used 3.2505 second user time and 8.62469 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 19:12:04
IDJOB=3688740
IDBENCH=48247
IDSOLVER=2268
FILE ID=node148/3688740-1337879524
RUNJOBID= node148-1337871865-25434
PBS_JOBID= 14620056
Free space on /tmp= 71704 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_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688740-1337879524/watcher-3688740-1337879524 -o /tmp/evaluation-result-3688740-1337879524/solver-3688740-1337879524 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688740-1337879524.opb

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=45688813

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25635384 kB
Buffers:          237612 kB
Cached:          2575480 kB
SwapCached:            0 kB
Active:          4071452 kB
Inactive:        2374652 kB
Active(anon):    3635592 kB
Inactive(anon):        0 kB
Active(file):     435860 kB
Inactive(file):  2374652 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       3641568 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             645952 kB
SReclaimable:      90260 kB
SUnreclaim:       555692 kB
KernelStack:        1624 kB
PageTables:        11536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4120068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3545088 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= 71704 MiB
End job on node148 at 2012-05-24 19:27:46