Trace number 3706300

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
toysat 2012-05-17? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-libpoe-perl.cudf.paranoid.opb
MD5SUM094786b57fd59c0209a788b1354f070c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176288
Best CPU time to get the best result obtained on this benchmark1711.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19773
Total number of constraints96416
Number of constraints which are clauses94851
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7255
Biggest coefficient in the objective function 4297
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12723415
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4297
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12723415
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

8.19/8.25	c 2012-05-27T19:32:37+0200
8.19/8.25	c arch = x86_64
8.19/8.25	c os = linux
8.19/8.25	c compiler = ghc 7.4
8.19/8.25	c packages:
8.19/8.25	c   OptDir-0.0.1
8.19/8.25	c   array-0.4.0.0
8.19/8.25	c   base-4.5.0.0
8.19/8.25	c   bytestring-0.9.2.1
8.19/8.25	c   containers-0.4.2.1
8.19/8.25	c   deepseq-1.3.0.0
8.19/8.25	c   mtl-2.1.1
8.19/8.25	c   old_locale-1.0.0.4
8.19/8.25	c   parse_dimacs-1.2
8.19/8.25	c   parsec-3.1.2
8.19/8.25	c   queue-0.1.2
8.19/8.25	c   stm-2.3
8.19/8.25	c   time-1.4
8.19/8.25	c command line = ["--pb","HOME/instance-3706300-1338139957.opb"]
8.19/8.25	c #vars 19773
8.19/8.25	c #constraints 96416
8.19/8.25	c Solving starts ...
9.19/9.28	c solving time = 1.018s
9.19/9.28	c #decision = 82990
9.19/9.28	c #conflict = 71
9.19/9.28	c #restart = 0
9.19/9.28	o 210768
9.19/9.29	c Solving starts ...
17.29/17.38	c solving time = 8.069s
17.29/17.38	c #decision = 98489
17.29/17.38	c #conflict = 129
17.29/17.38	c #restart = 0
17.29/17.38	o 210767
17.29/17.39	c Solving starts ...
32.08/32.12	c solving time = 14.709s
32.08/32.12	c #decision = 103786
32.08/32.12	c #conflict = 167
32.08/32.12	c #restart = 0
32.08/32.12	o 210765
32.08/32.13	c Solving starts ...
40.48/40.53	c solving time = 8.383s
40.48/40.53	c #decision = 106719
40.48/40.53	c #conflict = 182
40.48/40.53	c #restart = 0
40.48/40.53	o 210764
40.48/40.54	c Solving starts ...
55.78/55.80	c solving time = 15.243s
55.78/55.80	c #decision = 111913
55.78/55.80	c #conflict = 203
55.78/55.80	c #restart = 0
55.78/55.80	o 210761
55.78/55.81	c Solving starts ...
59.57/59.65	c solving time = 3.826s
59.57/59.65	c #decision = 117108
59.57/59.65	c #conflict = 210
59.57/59.65	c #restart = 0
59.57/59.65	o 210758
59.57/59.66	c Solving starts ...
65.18/65.20	c solving time = 5.522s
65.18/65.20	c #decision = 122304
65.18/65.20	c #conflict = 221
65.18/65.20	c #restart = 0
65.18/65.20	o 210756
65.18/65.21	c Solving starts ...
65.58/65.63	c solving time = 0.404s
65.58/65.63	c #decision = 125197
65.58/65.63	c #conflict = 221
65.58/65.63	c #restart = 0
65.58/65.63	o 210755
65.58/65.64	c Solving starts ...
69.38/69.49	c solving time = 3.836s
69.38/69.49	c #decision = 130374
69.38/69.49	c #conflict = 225
69.38/69.49	c #restart = 0
69.38/69.49	o 210753
69.48/69.50	c Solving starts ...
73.38/73.45	c solving time = 3.935s
73.38/73.45	c #decision = 133277
73.38/73.45	c #conflict = 230
73.38/73.45	c #restart = 0
73.38/73.45	o 210752
73.38/73.46	c Solving starts ...
76.48/76.53	c solving time = 3.048s
76.48/76.53	c #decision = 136190
76.48/76.53	c #conflict = 234
76.48/76.53	c #restart = 0
76.48/76.53	o 210751
76.58/76.60	c Solving starts ...
77.18/77.22	c solving time = 0.598s
77.18/77.22	c #decision = 139084
77.18/77.22	c #conflict = 234
77.18/77.22	c #restart = 0
77.18/77.22	o 210750
77.18/77.23	c Solving starts ...
87.17/87.26	c solving time = 10.015s
87.17/87.26	c #decision = 142014
87.17/87.26	c #conflict = 248
87.17/87.26	c #restart = 0
87.17/87.26	o 210749
87.17/87.27	c Solving starts ...
93.97/94.05	c solving time = 6.767s
93.97/94.05	c #decision = 144925
93.97/94.05	c #conflict = 256
93.97/94.05	c #restart = 0
93.97/94.05	o 210748
93.97/94.06	c Solving starts ...
100.87/100.90	c solving time = 6.820s
100.87/100.90	c #decision = 147831
100.87/100.90	c #conflict = 263
100.87/100.90	c #restart = 0
100.87/100.90	o 210747
100.87/100.91	c Solving starts ...
110.27/110.39	c solving time = 9.466s
110.27/110.39	c #decision = 150758
110.27/110.39	c #conflict = 275
110.27/110.39	c #restart = 0
110.27/110.39	o 210746
110.37/110.40	c Solving starts ...
118.07/118.16	c solving time = 7.741s
118.07/118.16	c #decision = 153670
118.07/118.16	c #conflict = 284
118.07/118.16	c #restart = 0
118.07/118.16	o 210745
118.07/118.17	c Solving starts ...
181.05/181.18	c solving time = 62.981s
181.05/181.18	c #decision = 160725
181.05/181.18	c #conflict = 481
181.05/181.18	c #restart = 1
181.05/181.18	o 210744
181.05/181.20	c Solving starts ...
182.06/182.19	c solving time = 0.979s
182.06/182.19	c #decision = 163690
182.06/182.19	c #conflict = 482
182.06/182.19	c #restart = 1
182.06/182.19	o 210743
182.16/182.20	c Solving starts ...
183.35/183.45	c solving time = 1.233s
183.35/183.45	c #decision = 166657
183.35/183.45	c #conflict = 485
183.35/183.45	c #restart = 1
183.35/183.45	o 210742
183.35/183.46	c Solving starts ...
184.56/184.63	c solving time = 1.152s
184.56/184.63	c #decision = 169623
184.56/184.63	c #conflict = 488
184.56/184.63	c #restart = 1
184.56/184.63	o 210741
184.66/184.73	c Solving starts ...
186.65/186.72	c solving time = 1.973s
186.65/186.72	c #decision = 172655
186.65/186.72	c #conflict = 498
186.65/186.72	c #restart = 1
186.65/186.72	o 210740
186.65/186.73	c Solving starts ...
187.96/188.02	c solving time = 1.278s
187.96/188.02	c #decision = 175623
187.96/188.02	c #conflict = 503
187.96/188.02	c #restart = 1
187.96/188.02	o 210739
187.96/188.04	c Solving starts ...
200.75/200.88	c solving time = 12.822s
200.75/200.88	c #decision = 179549
200.75/200.88	c #conflict = 554
200.75/200.88	c #restart = 1
200.75/200.88	o 210738
200.75/200.89	c Solving starts ...
202.15/202.27	c solving time = 1.371s
202.15/202.27	c #decision = 182467
202.15/202.27	c #conflict = 557
202.15/202.27	c #restart = 1
202.15/202.27	o 210737
202.15/202.29	c Solving starts ...
203.75/203.88	c solving time = 1.576s
203.75/203.88	c #decision = 185390
203.75/203.88	c #conflict = 562
203.75/203.88	c #restart = 1
203.75/203.88	o 210736
203.75/203.89	c Solving starts ...
205.35/205.45	c solving time = 1.543s
205.35/205.45	c #decision = 188312
205.35/205.45	c #conflict = 567
205.35/205.45	c #restart = 1
205.35/205.45	o 210735
205.35/205.46	c Solving starts ...
207.34/207.44	c solving time = 1.961s
207.34/207.44	c #decision = 191240
207.34/207.44	c #conflict = 578
207.34/207.44	c #restart = 1
207.34/207.44	o 210734
207.34/207.45	c Solving starts ...
209.14/209.21	c solving time = 1.746s
209.14/209.21	c #decision = 194168
209.14/209.21	c #conflict = 583
209.14/209.21	c #restart = 1
209.14/209.21	o 210733
209.14/209.22	c Solving starts ...
211.16/211.23	c solving time = 1.992s
211.16/211.23	c #decision = 197103
211.16/211.23	c #conflict = 594
211.16/211.23	c #restart = 1
211.16/211.23	o 210732
211.16/211.24	c Solving starts ...
212.85/212.92	c solving time = 1.665s
212.85/212.92	c #decision = 200021
212.85/212.92	c #conflict = 597
212.85/212.92	c #restart = 1
212.85/212.92	o 210731
212.85/212.93	c Solving starts ...
214.95/215.06	c solving time = 2.114s
214.95/215.06	c #decision = 202954
214.95/215.06	c #conflict = 608
214.95/215.06	c #restart = 1
214.95/215.06	o 210730
214.95/215.07	c Solving starts ...
216.84/216.94	c solving time = 1.856s
216.84/216.94	c #decision = 205868
216.84/216.94	c #conflict = 610
216.84/216.94	c #restart = 1
216.84/216.94	o 210729
216.84/216.96	c Solving starts ...
218.75/218.81	c solving time = 1.842s
218.75/218.81	c #decision = 208784
218.75/218.81	c #conflict = 615
218.75/218.81	c #restart = 1
218.75/218.81	o 210728
218.75/218.82	c Solving starts ...
222.15/222.29	c solving time = 3.449s
222.15/222.29	c #decision = 211729
222.15/222.29	c #conflict = 633
222.15/222.29	c #restart = 1
222.15/222.29	o 210727
222.24/222.30	c Solving starts ...
224.25/224.32	c solving time = 1.998s
224.25/224.32	c #decision = 214632
224.25/224.32	c #conflict = 638
224.25/224.32	c #restart = 1
224.25/224.32	o 210726
224.25/224.33	c Solving starts ...
249.13/249.24	c solving time = 24.886s
249.13/249.24	c #decision = 217843
249.13/249.24	c #conflict = 732
249.13/249.24	c #restart = 1
249.13/249.24	o 210725
249.13/249.25	c Solving starts ...
304.93/305.01	c solving time = 55.738s
304.93/305.01	c #decision = 223878
304.93/305.01	c #conflict = 917
304.93/305.01	c #restart = 2
304.93/305.01	o 206470
304.93/305.02	c Solving starts ...
307.13/307.27	c solving time = 2.230s
307.13/307.27	c #decision = 226791
307.13/307.27	c #conflict = 917
307.13/307.27	c #restart = 2
307.13/307.27	o 206469
307.13/307.28	c Solving starts ...
316.33/316.44	c solving time = 9.140s
316.33/316.44	c #decision = 229734
316.33/316.44	c #conflict = 929
316.33/316.44	c #restart = 2
316.33/316.44	o 206468
316.33/316.45	c Solving starts ...
321.83/321.91	c solving time = 5.439s
321.83/321.91	c #decision = 232640
321.83/321.91	c #conflict = 932
321.83/321.91	c #restart = 2
321.83/321.91	o 206467
321.83/321.92	c Solving starts ...
328.22/328.34	c solving time = 6.397s
328.22/328.34	c #decision = 235540
328.22/328.34	c #conflict = 937
328.22/328.34	c #restart = 2
328.22/328.34	o 206466
328.22/328.35	c Solving starts ...
334.83/334.92	c solving time = 6.551s
334.83/334.92	c #decision = 240798
334.83/334.92	c #conflict = 942
334.83/334.92	c #restart = 2
334.83/334.92	o 206464
334.83/334.93	c Solving starts ...
341.63/341.76	c solving time = 6.810s
341.63/341.76	c #decision = 243968
341.63/341.76	c #conflict = 962
341.63/341.76	c #restart = 2
341.63/341.76	o 206463
341.63/341.77	c Solving starts ...
344.33/344.49	c solving time = 2.709s
344.33/344.49	c #decision = 246932
344.33/344.49	c #conflict = 971
344.33/344.49	c #restart = 2
344.33/344.50	o 206462
344.43/344.51	c Solving starts ...
348.42/348.53	c solving time = 4.003s
348.42/348.53	c #decision = 249937
348.42/348.53	c #conflict = 982
348.42/348.53	c #restart = 2
348.42/348.53	o 206461
348.42/348.54	c Solving starts ...
359.02/359.15	c solving time = 10.588s
359.02/359.15	c #decision = 253205
359.02/359.15	c #conflict = 1020
359.02/359.15	c #restart = 2
359.02/359.15	o 206460
359.02/359.16	c Solving starts ...
362.02/362.15	c solving time = 2.977s
362.02/362.15	c #decision = 258411
362.02/362.15	c #conflict = 1022
362.02/362.15	c #restart = 2
362.02/362.15	o 206458
362.02/362.16	c Solving starts ...
364.92/365.09	c solving time = 2.905s
364.92/365.09	c #decision = 261330
364.92/365.09	c #conflict = 1027
364.92/365.09	c #restart = 2
364.92/365.09	o 206457
364.92/365.10	c Solving starts ...
369.32/369.40	c solving time = 4.287s
369.32/369.40	c #decision = 264308
369.32/369.40	c #conflict = 1036
369.32/369.40	c #restart = 2
369.32/369.40	o 206456
369.32/369.42	c Solving starts ...
372.42/372.54	c solving time = 3.108s
372.42/372.54	c #decision = 267224
372.42/372.54	c #conflict = 1041
372.42/372.54	c #restart = 2
372.42/372.54	o 206455
372.42/372.55	c Solving starts ...
375.72/375.86	c solving time = 3.290s
375.72/375.86	c #decision = 270145
375.72/375.86	c #conflict = 1053
375.72/375.86	c #restart = 2
375.72/375.86	o 206454
375.72/375.87	c Solving starts ...
378.82/378.96	c solving time = 3.073s
378.82/378.96	c #decision = 273053
378.82/378.96	c #conflict = 1058
378.82/378.96	c #restart = 2
378.82/378.96	o 206453
378.82/378.97	c Solving starts ...
382.12/382.23	c solving time = 3.245s
382.12/382.23	c #decision = 275967
382.12/382.23	c #conflict = 1063
382.12/382.23	c #restart = 2
382.12/382.23	o 206452
382.12/382.24	c Solving starts ...
385.32/385.45	c solving time = 3.188s
385.32/385.45	c #decision = 278886
385.32/385.45	c #conflict = 1074
385.32/385.45	c #restart = 2
385.32/385.45	o 206451
385.32/385.46	c Solving starts ...
388.42/388.51	c solving time = 3.031s
388.42/388.51	c #decision = 281787
388.42/388.51	c #conflict = 1077
388.42/388.51	c #restart = 2
388.42/388.51	o 206450
388.42/388.52	c Solving starts ...
391.62/391.77	c solving time = 3.235s
391.62/391.77	c #decision = 284694
391.62/391.77	c #conflict = 1082
391.62/391.77	c #restart = 2
391.62/391.77	o 206449
391.62/391.78	c Solving starts ...
395.01/395.19	c solving time = 3.390s
395.01/395.19	c #decision = 287599
395.01/395.19	c #conflict = 1087
395.01/395.19	c #restart = 2
395.01/395.19	o 206448
395.11/395.20	c Solving starts ...
398.12/398.22	c solving time = 3.005s
398.12/398.22	c #decision = 290505
398.12/398.22	c #conflict = 1092
398.12/398.22	c #restart = 2
398.12/398.22	o 206447
398.12/398.23	c Solving starts ...
422.12/422.23	c solving time = 23.974s
422.12/422.23	c #decision = 295084
422.12/422.23	c #conflict = 1182
422.12/422.23	c #restart = 2
422.12/422.23	o 206446
422.12/422.24	c Solving starts ...
425.71/425.80	c solving time = 3.544s
425.71/425.80	c #decision = 298063
425.71/425.80	c #conflict = 1183
425.71/425.80	c #restart = 2
425.71/425.80	o 206445
425.71/425.81	c Solving starts ...
428.91/429.03	c solving time = 3.200s
428.91/429.03	c #decision = 301020
428.91/429.03	c #conflict = 1184
428.91/429.03	c #restart = 2
428.91/429.03	o 206444
428.91/429.04	c Solving starts ...
433.61/433.78	c solving time = 4.719s
433.61/433.78	c #decision = 304013
433.61/433.78	c #conflict = 1190
433.61/433.78	c #restart = 2
433.61/433.78	o 206443
433.61/433.79	c Solving starts ...
437.11/437.26	c solving time = 3.447s
437.11/437.26	c #decision = 306995
437.11/437.26	c #conflict = 1194
437.11/437.26	c #restart = 2
437.11/437.26	o 206442
437.11/437.27	c Solving starts ...
447.52/447.63	c solving time = 10.349s
447.52/447.63	c #decision = 309997
447.52/447.63	c #conflict = 1228
447.52/447.63	c #restart = 2
447.52/447.63	o 206441
447.52/447.65	c Solving starts ...
451.11/451.25	c solving time = 3.589s
451.11/451.25	c #decision = 312950
451.11/451.25	c #conflict = 1230
451.11/451.25	c #restart = 2
451.11/451.25	o 206440
451.11/451.26	c Solving starts ...
455.90/456.01	c solving time = 4.725s
455.90/456.01	c #decision = 315898
455.90/456.01	c #conflict = 1235
455.90/456.01	c #restart = 2
455.90/456.01	o 206439
455.90/456.02	c Solving starts ...
476.70/476.84	c solving time = 20.803s
476.70/476.84	c #decision = 319074
476.70/476.84	c #conflict = 1281
476.70/476.84	c #restart = 2
476.70/476.84	o 206438
476.70/476.85	c Solving starts ...
481.10/481.24	c solving time = 4.372s
481.10/481.24	c #decision = 322032
481.10/481.24	c #conflict = 1289
481.10/481.24	c #restart = 2
481.10/481.24	o 206437
481.10/481.25	c Solving starts ...
484.71/484.85	c solving time = 3.583s
484.71/484.85	c #decision = 324965
484.71/484.85	c #conflict = 1292
484.71/484.85	c #restart = 2
484.71/484.85	o 206436
484.71/484.87	c Solving starts ...
489.21/489.39	c solving time = 4.504s
489.21/489.39	c #decision = 330200
489.21/489.39	c #conflict = 1297
489.21/489.39	c #restart = 2
489.21/489.39	o 206434
489.21/489.40	c Solving starts ...
493.10/493.29	c solving time = 3.875s
493.10/493.29	c #decision = 333146
493.10/493.29	c #conflict = 1303
493.10/493.29	c #restart = 2
493.10/493.29	o 206433
493.20/493.30	c Solving starts ...
497.10/497.27	c solving time = 3.943s
497.10/497.27	c #decision = 336072
497.10/497.27	c #conflict = 1308
497.10/497.27	c #restart = 2
497.10/497.27	o 206432
497.10/497.28	c Solving starts ...
501.20/501.31	c solving time = 4.012s
501.20/501.31	c #decision = 339002
501.20/501.31	c #conflict = 1313
501.20/501.31	c #restart = 2
501.20/501.31	o 206431
501.20/501.32	c Solving starts ...
511.30/511.41	c solving time = 10.071s
511.30/511.41	c #decision = 342039
511.30/511.41	c #conflict = 1349
511.30/511.41	c #restart = 2
511.30/511.41	o 206430
511.30/511.42	c Solving starts ...
515.29/515.47	c solving time = 4.031s
515.29/515.47	c #decision = 344941
515.29/515.47	c #conflict = 1352
515.29/515.47	c #restart = 2
515.29/515.47	o 206429
515.29/515.48	c Solving starts ...
519.30/519.49	c solving time = 3.990s
519.30/519.49	c #decision = 347849
519.30/519.49	c #conflict = 1357
519.30/519.49	c #restart = 2
519.30/519.49	o 206428
519.40/519.50	c Solving starts ...
523.50/523.62	c solving time = 4.100s
523.50/523.62	c #decision = 350755
523.50/523.62	c #conflict = 1362
523.50/523.62	c #restart = 2
523.50/523.62	o 206427
523.50/523.63	c Solving starts ...
659.07/659.23	c solving time = 135.547s
659.07/659.23	c #decision = 362411
659.07/659.23	c #conflict = 1650
659.07/659.23	c #restart = 4
659.07/659.23	o 202180
659.07/659.24	c Solving starts ...
663.87/664.00	c solving time = 4.747s
663.87/664.00	c #decision = 365380
663.87/664.00	c #conflict = 1650
663.87/664.00	c #restart = 4
663.87/664.00	o 202179
663.87/664.02	c Solving starts ...
672.66/672.83	c solving time = 8.799s
672.66/672.83	c #decision = 368374
672.66/672.83	c #conflict = 1657
672.66/672.83	c #restart = 4
672.66/672.84	o 202178
672.66/672.85	c Solving starts ...
680.27/680.47	c solving time = 7.601s
680.27/680.47	c #decision = 373612
680.27/680.47	c #conflict = 1661
680.27/680.47	c #restart = 4
680.27/680.47	o 202176
680.27/680.48	c Solving starts ...
686.46/686.65	c solving time = 6.151s
686.46/686.65	c #decision = 376554
686.46/686.65	c #conflict = 1663
686.46/686.65	c #restart = 4
686.46/686.65	o 202175
686.46/686.66	c Solving starts ...
694.17/694.36	c solving time = 7.676s
694.17/694.36	c #decision = 379498
694.17/694.36	c #conflict = 1667
694.17/694.36	c #restart = 4
694.17/694.36	o 202174
694.17/694.37	c Solving starts ...
700.56/700.74	c solving time = 6.353s
700.56/700.74	c #decision = 382434
700.56/700.74	c #conflict = 1670
700.56/700.74	c #restart = 4
700.56/700.74	o 202173
700.56/700.75	c Solving starts ...
707.66/707.88	c solving time = 7.103s
707.66/707.88	c #decision = 385371
707.66/707.88	c #conflict = 1673
707.66/707.88	c #restart = 4
707.66/707.88	o 202172
707.66/707.89	c Solving starts ...
714.66/714.84	c solving time = 6.937s
714.66/714.84	c #decision = 388306
714.66/714.84	c #conflict = 1676
714.66/714.84	c #restart = 4
714.66/714.84	o 202171
714.66/714.86	c Solving starts ...
721.86/722.07	c solving time = 7.190s
721.86/722.07	c #decision = 393525
721.86/722.07	c #conflict = 1680
721.86/722.07	c #restart = 4
721.86/722.07	o 202169
721.86/722.08	c Solving starts ...
735.25/735.42	c solving time = 13.317s
735.25/735.42	c #decision = 396471
735.25/735.42	c #conflict = 1696
735.25/735.42	c #restart = 4
735.25/735.42	o 202168
735.25/735.43	c Solving starts ...
741.76/741.91	c solving time = 6.458s
741.76/741.91	c #decision = 399398
741.76/741.91	c #conflict = 1698
741.76/741.91	c #restart = 4
741.76/741.91	o 202167
741.76/741.92	c Solving starts ...
750.16/750.31	c solving time = 8.377s
750.16/750.31	c #decision = 402331
750.16/750.31	c #conflict = 1703
750.16/750.31	c #restart = 4
750.16/750.31	o 202166
750.16/750.33	c Solving starts ...
758.35/758.53	c solving time = 8.190s
758.35/758.53	c #decision = 405260
758.35/758.53	c #conflict = 1708
758.35/758.53	c #restart = 4
758.35/758.54	o 202165
758.35/758.55	c Solving starts ...
766.65/766.89	c solving time = 8.320s
766.65/766.89	c #decision = 408192
766.65/766.89	c #conflict = 1713
766.65/766.89	c #restart = 4
766.65/766.89	o 202164
766.75/766.90	c Solving starts ...
775.06/775.28	c solving time = 8.364s
775.06/775.28	c #decision = 411126
775.06/775.28	c #conflict = 1718
775.06/775.28	c #restart = 4
775.06/775.28	o 202163
775.26/775.44	c Solving starts ...
783.45/783.66	c solving time = 8.205s
783.45/783.66	c #decision = 414062
783.45/783.66	c #conflict = 1725
783.45/783.66	c #restart = 4
783.45/783.66	o 202162
783.45/783.67	c Solving starts ...
791.25/791.49	c solving time = 7.797s
791.25/791.49	c #decision = 416984
791.25/791.49	c #conflict = 1730
791.25/791.49	c #restart = 4
791.25/791.49	o 202161
791.35/791.50	c Solving starts ...
800.56/800.74	c solving time = 9.218s
800.56/800.74	c #decision = 419914
800.56/800.74	c #conflict = 1737
800.56/800.74	c #restart = 4
800.56/800.74	o 202160
800.56/800.75	c Solving starts ...
807.45/807.66	c solving time = 6.897s
807.45/807.66	c #decision = 422831
807.45/807.66	c #conflict = 1739
807.45/807.66	c #restart = 4
807.45/807.67	o 202159
807.45/807.68	c Solving starts ...
815.35/815.50	c solving time = 7.805s
815.35/815.50	c #decision = 425756
815.35/815.50	c #conflict = 1744
815.35/815.50	c #restart = 4
815.35/815.50	o 202158
815.35/815.51	c Solving starts ...
823.25/823.42	c solving time = 7.886s
823.25/823.42	c #decision = 428673
823.25/823.42	c #conflict = 1749
823.25/823.42	c #restart = 4
823.25/823.42	o 202157
823.25/823.43	c Solving starts ...
834.34/834.59	c solving time = 11.144s
834.34/834.59	c #decision = 431612
834.34/834.59	c #conflict = 1759
834.34/834.59	c #restart = 4
834.34/834.59	o 202156
834.44/834.61	c Solving starts ...
841.44/841.64	c solving time = 7.013s
841.44/841.64	c #decision = 436809
841.44/841.64	c #conflict = 1762
841.44/841.64	c #restart = 4
841.44/841.64	o 202152
841.44/841.65	c Solving starts ...
849.34/849.51	c solving time = 7.840s
849.34/849.51	c #decision = 439722
849.34/849.51	c #conflict = 1766
849.34/849.51	c #restart = 4
849.34/849.51	o 202151
849.34/849.53	c Solving starts ...
913.13/913.35	c solving time = 63.798s
913.13/913.35	c #decision = 443344
913.13/913.35	c #conflict = 1860
913.13/913.35	c #restart = 4
913.13/913.35	o 202150
913.13/913.37	c Solving starts ...
926.03/926.20	c solving time = 12.816s
926.03/926.20	c #decision = 446301
926.03/926.20	c #conflict = 1880
926.03/926.20	c #restart = 4
926.03/926.20	o 202149
926.03/926.21	c Solving starts ...
948.21/948.49	c solving time = 22.246s
948.21/948.49	c #decision = 456214
948.21/948.49	c #conflict = 1919
948.21/948.49	c #restart = 4
948.21/948.49	o 202147
948.31/948.50	c Solving starts ...
953.62/953.82	c solving time = 5.301s
953.62/953.82	c #decision = 459163
953.62/953.82	c #conflict = 1919
953.62/953.82	c #restart = 4
953.62/953.82	o 202146
953.62/953.84	c Solving starts ...
960.81/961.05	c solving time = 7.199s
960.81/961.05	c #decision = 464423
960.81/961.05	c #conflict = 1923
960.81/961.05	c #restart = 4
960.81/961.05	o 202144
960.81/961.07	c Solving starts ...
968.41/968.66	c solving time = 7.574s
968.41/968.66	c #decision = 467434
968.41/968.66	c #conflict = 1932
968.41/968.66	c #restart = 4
968.41/968.66	o 202143
968.41/968.67	c Solving starts ...
974.32/974.51	c solving time = 5.820s
974.32/974.51	c #decision = 470387
974.32/974.51	c #conflict = 1935
974.32/974.51	c #restart = 4
974.32/974.51	o 202142
974.42/974.68	c Solving starts ...
980.81/981.03	c solving time = 6.331s
980.81/981.03	c #decision = 473340
980.81/981.03	c #conflict = 1939
980.81/981.03	c #restart = 4
980.81/981.03	o 202141
980.81/981.04	c Solving starts ...
987.21/987.46	c solving time = 6.402s
987.21/987.46	c #decision = 476291
987.21/987.46	c #conflict = 1944
987.21/987.46	c #restart = 4
987.21/987.46	o 202140
987.21/987.47	c Solving starts ...
993.81/994.07	c solving time = 6.577s
993.81/994.07	c #decision = 479237
993.81/994.07	c #conflict = 1949
993.81/994.07	c #restart = 4
993.81/994.07	o 202139
993.81/994.08	c Solving starts ...
1009.90/1010.14	c solving time = 16.036s
1009.90/1010.14	c #decision = 482232
1009.90/1010.14	c #conflict = 1968
1009.90/1010.14	c #restart = 4
1009.90/1010.14	o 202138
1009.90/1010.15	c Solving starts ...
1016.70/1016.93	c solving time = 6.762s
1016.70/1016.93	c #decision = 485151
1016.70/1016.93	c #conflict = 1973
1016.70/1016.93	c #restart = 4
1016.70/1016.93	o 202137
1016.90/1017.10	c Solving starts ...
1025.30/1025.53	c solving time = 8.417s
1025.30/1025.53	c #decision = 488071
1025.30/1025.53	c #conflict = 1978
1025.30/1025.53	c #restart = 4
1025.30/1025.53	o 202136
1025.30/1025.54	c Solving starts ...
1032.71/1032.94	c solving time = 7.378s
1032.71/1032.94	c #decision = 490989
1032.71/1032.94	c #conflict = 1983
1032.71/1032.94	c #restart = 4
1032.71/1032.94	o 202135
1032.71/1032.95	c Solving starts ...
1039.80/1040.01	c solving time = 7.035s
1039.80/1040.01	c #decision = 493900
1039.80/1040.01	c #conflict = 1988
1039.80/1040.01	c #restart = 4
1039.80/1040.01	o 202134
1039.80/1040.02	c Solving starts ...
1047.01/1047.22	c solving time = 7.181s
1047.01/1047.22	c #decision = 496812
1047.01/1047.22	c #conflict = 1993
1047.01/1047.22	c #restart = 4
1047.01/1047.22	o 202133
1047.01/1047.23	c Solving starts ...
1054.10/1054.32	c solving time = 7.072s
1054.10/1054.32	c #decision = 499722
1054.10/1054.32	c #conflict = 1998
1054.10/1054.32	c #restart = 4
1054.10/1054.32	o 202132
1054.10/1054.33	c Solving starts ...
1061.40/1061.64	c solving time = 7.286s
1061.40/1061.64	c #decision = 502635
1061.40/1061.64	c #conflict = 2003
1061.40/1061.64	c #restart = 4
1061.40/1061.64	o 202131
1061.40/1061.65	c Solving starts ...
1068.50/1068.79	c solving time = 7.122s
1068.50/1068.79	c #decision = 507831
1068.50/1068.79	c #conflict = 2009
1068.50/1068.79	c #restart = 4
1068.50/1068.79	o 202129
1068.60/1068.80	c Solving starts ...
1799.08/1799.41	c solving time = 730.475s
1799.08/1799.41	c #decision = 541433
1799.08/1799.41	c #conflict = 3376
1799.08/1799.41	c #restart = 9
1799.08/1799.41	o 197942
1799.08/1799.43	c Solving starts ...

Verifier Data

ERROR: no interpretation found !

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-3706300-1338139957/watcher-3706300-1338139957 -o /tmp/evaluation-result-3706300-1338139957/solver-3706300-1338139957 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706300-1338139957.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: 2.00 2.00 2.00 3/176 15963
/proc/meminfo: memFree=28618444/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 828 0 0 0 0 0 0 0 20 0 1 0 280121728 7405568 749 33554432000 4194304 8973514 140734387371952 140734992178488 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 1808 749 411 1167 0 589 0

[startup+0.0248021 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15963
/proc/meminfo: memFree=28618444/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=8256 CPUtime=0.02 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 1079 0 0 0 2 0 0 0 20 0 1 0 280121728 8454144 1000 33554432000 4194304 8973514 140734387371952 140734992178488 4209309 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 2064 1000 412 1167 0 845 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8256

[startup+0.100216 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15963
/proc/meminfo: memFree=28618444/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 2356 0 0 0 9 0 0 0 20 0 1 0 280121728 12648448 2277 33554432000 4194304 8973514 140734387371952 140734992178488 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 3088 2277 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15963
/proc/meminfo: memFree=28618444/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=26688 CPUtime=0.28 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 5773 0 0 0 28 0 0 0 20 0 1 0 280121728 27328512 5694 33554432000 4194304 8973514 140734387371952 140734992178488 4209325 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 6672 5702 418 1167 0 5453 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26688

[startup+0.700213 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15963
/proc/meminfo: memFree=28618444/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=47168 CPUtime=0.68 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 11060 0 0 0 66 2 0 0 20 0 1 0 280121728 48300032 10981 33554432000 4194304 8973514 140734387371952 140734387370792 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 11792 10981 418 1167 0 10573 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47168

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15964
/proc/meminfo: memFree=28561636/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=110656 CPUtime=1.49 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 26932 0 0 0 143 6 0 0 20 0 1 0 280121728 113311744 26853 33554432000 4194304 8973514 140734387371952 140734387370792 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 27664 26853 418 1167 0 26445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110656

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15964
/proc/meminfo: memFree=28482276/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=140352 CPUtime=3.09 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 34377 0 0 0 302 7 0 0 20 0 1 0 280121728 143720448 34298 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 35088 34298 433 1167 0 33869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140352

[startup+6.30019 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 15964
/proc/meminfo: memFree=28482072/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=140352 CPUtime=6.28 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 34377 0 0 0 620 8 0 0 20 0 1 0 280121728 143720448 34298 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 35088 34298 433 1167 0 33869 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 140352

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 15964
/proc/meminfo: memFree=28482160/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=140352 CPUtime=12.69 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 34401 0 0 0 1259 10 0 0 20 0 1 0 280121728 143720448 34322 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 35088 34322 457 1167 0 33869 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140352

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15964
/proc/meminfo: memFree=28483164/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=140352 CPUtime=25.49 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 34401 0 0 0 2535 14 0 0 20 0 1 0 280121728 143720448 34322 33554432000 4194304 8973514 140734387371952 140734387371216 4214368 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 35088 34322 457 1167 0 33869 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140352

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15964
/proc/meminfo: memFree=28483164/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=140352 CPUtime=51.08 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 34401 0 0 0 5088 20 0 0 20 0 1 0 280121728 143720448 34322 33554432000 4194304 8973514 140734387371952 140734387371448 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 35088 34322 457 1167 0 33869 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140352

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15965
/proc/meminfo: memFree=28466176/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=157760 CPUtime=102.28 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 38753 0 0 0 10192 36 0 0 20 0 1 0 280121728 161546240 38674 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 39440 38674 457 1167 0 38221 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 157760

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15965
/proc/meminfo: memFree=28460084/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=162880 CPUtime=162.25 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 40048 0 0 0 16171 54 0 0 20 0 1 0 280121728 166789120 39959 33554432000 4194304 8973514 140734387371952 140734387369920 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 40720 39959 457 1167 0 39501 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 162880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15965
/proc/meminfo: memFree=28428440/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=196672 CPUtime=222.24 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 48502 0 0 0 22144 80 0 0 20 0 1 0 280121728 201392128 48407 33554432000 4194304 8973514 140734387371952 140734387371216 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 49168 48407 457 1167 0 47949 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 196672

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15965
/proc/meminfo: memFree=28416880/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=207936 CPUtime=282.23 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 51318 0 0 0 28119 104 0 0 20 0 1 0 280121728 212926464 51223 33554432000 4194304 8973514 140734387371952 140734387371448 4213376 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 51984 51223 457 1167 0 50765 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 207936

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15965
/proc/meminfo: memFree=28404488/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=220224 CPUtime=342.23 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 54390 0 0 0 34097 126 0 0 20 0 1 0 280121728 225509376 54295 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 55056 54295 457 1167 0 53837 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 220224

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15966
/proc/meminfo: memFree=28369892/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=255040 CPUtime=402.22 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 63094 0 0 0 40064 158 0 0 20 0 1 0 280121728 261160960 62999 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 63760 62999 457 1167 0 62541 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 255040

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15969
/proc/meminfo: memFree=28349196/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=275520 CPUtime=462.2 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 68214 0 0 0 46034 186 0 0 20 0 1 0 280121728 282132480 68119 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 68880 68119 457 1167 0 67661 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 275520

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16008
/proc/meminfo: memFree=28397484/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=294976 CPUtime=522.19 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 73079 0 0 0 52005 214 0 0 20 0 1 0 280121728 302055424 72983 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 73744 72983 457 1167 0 72525 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 294976

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16008
/proc/meminfo: memFree=28365732/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=303168 CPUtime=582.18 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 75136 0 0 0 57977 241 0 0 20 0 1 0 280121728 310444032 75031 33554432000 4194304 8973514 140734387371952 140734387371216 4209357 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 75792 75031 457 1167 0 74573 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 303168

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16010
/proc/meminfo: memFree=28217316/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=351296 CPUtime=822.14 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 87168 0 0 0 81862 352 0 0 20 0 1 0 280121728 359727104 87063 33554432000 4194304 8973514 140734387371952 140734387371216 4209297 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 87824 87063 457 1167 0 86605 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 351296

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16010
/proc/meminfo: memFree=28187216/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=360512 CPUtime=882.14 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 89472 0 0 0 87837 377 0 0 20 0 1 0 280121728 369164288 89367 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 90128 89367 457 1167 0 88909 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 360512

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16010
/proc/meminfo: memFree=28162568/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=365632 CPUtime=942.12 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 90763 0 0 0 93806 406 0 0 20 0 1 0 280121728 374407168 90647 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 91408 90647 457 1167 0 90189 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 365632

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16011
/proc/meminfo: memFree=28117980/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=380992 CPUtime=1002.1 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 94607 0 0 0 99774 436 0 0 20 0 1 0 280121728 390135808 94487 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 95248 94487 457 1167 0 94029 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 380992

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16014
/proc/meminfo: memFree=28076960/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=399424 CPUtime=1062.1 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 99215 0 0 0 105745 465 0 0 20 0 1 0 280121728 409010176 99095 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 99856 99095 457 1167 0 98637 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 399424

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16014
/proc/meminfo: memFree=28054340/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=403520 CPUtime=1122.09 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100239 0 0 0 111710 499 0 0 20 0 1 0 280121728 413204480 100119 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 100880 100119 457 1167 0 99661 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 403520

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16014
/proc/meminfo: memFree=28035768/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1182.08 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100495 0 0 0 117681 527 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 404544

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 16014
/proc/meminfo: memFree=28032380/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1242.08 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100495 0 0 0 123650 558 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 404544

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 16014
/proc/meminfo: memFree=28032140/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1302.07 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100495 0 0 0 129622 585 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 404544

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16015
/proc/meminfo: memFree=28032256/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1362.05 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100495 0 0 0 135588 617 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 404544

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16015
/proc/meminfo: memFree=28032380/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1422.05 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100495 0 0 0 141554 651 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 404544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16015
/proc/meminfo: memFree=28010928/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1482.03 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 147521 682 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 404544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16015
/proc/meminfo: memFree=27996548/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1542.02 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 153489 713 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 404544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16015
/proc/meminfo: memFree=27988612/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1602.01 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 159456 745 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 404544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16019
/proc/meminfo: memFree=27975228/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1662 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 165422 778 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 404544

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 16042
/proc/meminfo: memFree=27966116/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1722 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 171388 812 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 404544

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16042
/proc/meminfo: memFree=27958728/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1781.99 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 177356 843 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371216 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 404544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16042
/proc/meminfo: memFree=27951784/32873648 swapFree=7372/7372
[pid=15963] ppid=15961 vsize=404544 CPUtime=1800.09 cores=1,3,5,7
/proc/15963/stat : 15963 (toysat) R 15961 15963 12124 0 -1 4202496 100505 0 0 0 179157 852 0 0 20 0 1 0 280121728 414253056 100375 33554432000 4194304 8973514 140734387371952 140734387371448 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/15963/statm: 101136 100375 457 1167 0 99917 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 404544

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1791.57
CPU system time (s): 8.5277
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 404544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.57
system time used= 8.5277
maximum resident set size= 401500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60
involuntary context switches= 1850

runsolver used 3.65144 second user time and 9.38357 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 19:32:37
IDJOB=3706300
IDBENCH=72208
IDSOLVER=2285
FILE ID=node122/3706300-1338139957
RUNJOBID= node122-1338119311-12141
PBS_JOBID= 14624476
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-libpoe-perl.cudf.paranoid.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706300-1338139957/watcher-3706300-1338139957 -o /tmp/evaluation-result-3706300-1338139957/solver-3706300-1338139957 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706300-1338139957.opb

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

MD5SUM BENCH= 094786b57fd59c0209a788b1354f070c
RANDOM SEED=94284859

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28618716 kB
Buffers:          309780 kB
Cached:          2903936 kB
SwapCached:            0 kB
Active:          1435512 kB
Inactive:        2016692 kB
Active(anon):     229716 kB
Inactive(anon):    11052 kB
Active(file):    1205796 kB
Inactive(file):  2005640 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10880 kB
Writeback:             0 kB
AnonPages:        319016 kB
Mapped:            15468 kB
Shmem:               200 kB
Slab:             660564 kB
SReclaimable:     104792 kB
SUnreclaim:       555772 kB
KernelStack:        1480 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     352680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 71676 MiB
End job on node122 at 2012-05-27 20:02:40