Trace number 3706163

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2012-05-17UNSAT 409.303 409.392

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.03/0.03	c 2012-05-27T18:38:49+0200
0.03/0.03	c arch = x86_64
0.03/0.03	c os = linux
0.03/0.03	c compiler = ghc 7.4
0.03/0.03	c packages:
0.03/0.03	c   OptDir-0.0.1
0.03/0.03	c   array-0.4.0.0
0.03/0.03	c   base-4.5.0.0
0.03/0.03	c   bytestring-0.9.2.1
0.03/0.03	c   containers-0.4.2.1
0.03/0.03	c   deepseq-1.3.0.0
0.03/0.03	c   mtl-2.1.1
0.03/0.03	c   old_locale-1.0.0.4
0.03/0.03	c   parse_dimacs-1.2
0.03/0.03	c   parsec-3.1.2
0.03/0.03	c   queue-0.1.2
0.03/0.03	c   stm-2.3
0.03/0.03	c   time-1.4
0.03/0.03	c command line = ["--pb","HOME/instance-3706163-1338136729.opb"]
0.03/0.03	c #vars 100
0.03/0.03	c #constraints 152
0.03/0.03	c Solving starts ...
1.58/1.60	c learnt constraints deletion: 4928 -> 2464
2.59/2.61	c learnt constraints deletion: 5033 -> 2517
3.89/3.97	c learnt constraints deletion: 5914 -> 2958
5.19/5.26	c learnt constraints deletion: 6536 -> 3269
6.29/6.36	c learnt constraints deletion: 5930 -> 2965
7.89/7.94	c learnt constraints deletion: 7151 -> 3578
9.08/9.12	c learnt constraints deletion: 6986 -> 3493
10.49/10.59	c learnt constraints deletion: 7703 -> 3853
11.88/11.91	c learnt constraints deletion: 7669 -> 3835
13.09/13.15	c learnt constraints deletion: 7574 -> 3799
14.38/14.47	c learnt constraints deletion: 8213 -> 4107
15.79/15.87	c learnt constraints deletion: 8124 -> 4063
17.28/17.31	c learnt constraints deletion: 8322 -> 4164
18.69/18.78	c learnt constraints deletion: 8216 -> 4108
20.18/20.27	c learnt constraints deletion: 8304 -> 4152
21.89/21.98	c learnt constraints deletion: 9033 -> 4518
23.69/23.72	c learnt constraints deletion: 8972 -> 4488
24.98/25.09	c learnt constraints deletion: 8470 -> 4235
26.59/26.61	c learnt constraints deletion: 8744 -> 4383
27.88/27.99	c learnt constraints deletion: 8649 -> 4327
29.69/29.71	c learnt constraints deletion: 9163 -> 4587
31.38/31.48	c learnt constraints deletion: 9732 -> 4866
33.18/33.26	c learnt constraints deletion: 9853 -> 4927
34.78/34.82	c learnt constraints deletion: 8987 -> 4494
36.59/36.62	c learnt constraints deletion: 9635 -> 4820
38.08/38.11	c learnt constraints deletion: 9123 -> 4562
39.68/39.75	c learnt constraints deletion: 9163 -> 4582
41.38/41.43	c learnt constraints deletion: 9787 -> 4898
43.08/43.12	c learnt constraints deletion: 9168 -> 4584
44.78/44.84	c learnt constraints deletion: 9275 -> 4638
46.68/46.78	c learnt constraints deletion: 10121 -> 5061
48.78/48.85	c learnt constraints deletion: 10307 -> 5154
51.08/51.16	c learnt constraints deletion: 10358 -> 5179
53.28/53.30	c learnt constraints deletion: 10346 -> 5173
55.58/55.63	c learnt constraints deletion: 10529 -> 5265
57.58/57.65	c learnt constraints deletion: 10475 -> 5238
59.78/59.80	c learnt constraints deletion: 10679 -> 5340
62.07/62.19	c learnt constraints deletion: 10768 -> 5384
64.18/64.27	c learnt constraints deletion: 10665 -> 5336
66.18/66.26	c learnt constraints deletion: 10668 -> 5334
68.08/68.19	c learnt constraints deletion: 10507 -> 5254
70.08/70.13	c learnt constraints deletion: 10522 -> 5261
71.98/72.01	c learnt constraints deletion: 10493 -> 5249
74.48/74.56	c learnt constraints deletion: 11287 -> 5644
76.88/77.00	c learnt constraints deletion: 11392 -> 5697
78.97/79.04	c learnt constraints deletion: 11251 -> 5635
80.98/81.07	c learnt constraints deletion: 11264 -> 5638
83.17/83.21	c learnt constraints deletion: 11078 -> 5545
85.38/85.43	c learnt constraints deletion: 11542 -> 5777
87.56/87.60	c learnt constraints deletion: 11547 -> 5774
89.56/89.64	c learnt constraints deletion: 11689 -> 5847
91.57/91.66	c learnt constraints deletion: 11719 -> 5862
94.07/94.19	c learnt constraints deletion: 11567 -> 5786
96.26/96.30	c learnt constraints deletion: 11664 -> 5834
98.37/98.44	c learnt constraints deletion: 11384 -> 5694
100.57/100.62	c learnt constraints deletion: 11470 -> 5737
102.76/102.89	c learnt constraints deletion: 11765 -> 5888
104.86/104.93	c learnt constraints deletion: 11859 -> 5932
106.86/106.99	c learnt constraints deletion: 11684 -> 5848
109.06/109.16	c learnt constraints deletion: 11458 -> 5731
111.67/111.76	c learnt constraints deletion: 12217 -> 6109
114.46/114.54	c learnt constraints deletion: 12223 -> 6113
117.36/117.48	c learnt constraints deletion: 12511 -> 6256
119.66/119.70	c learnt constraints deletion: 12213 -> 6109
122.07/122.12	c learnt constraints deletion: 12862 -> 6439
124.17/124.27	c learnt constraints deletion: 11912 -> 5956
126.47/126.51	c learnt constraints deletion: 12481 -> 6256
128.66/128.79	c learnt constraints deletion: 12770 -> 6388
131.16/131.28	c learnt constraints deletion: 12865 -> 6442
133.56/133.66	c learnt constraints deletion: 12041 -> 6023
136.37/136.49	c learnt constraints deletion: 12730 -> 6367
138.76/138.84	c learnt constraints deletion: 12600 -> 6300
141.26/141.30	c learnt constraints deletion: 12576 -> 6298
143.66/143.76	c learnt constraints deletion: 12635 -> 6321
146.06/146.16	c learnt constraints deletion: 12642 -> 6329
148.36/148.41	c learnt constraints deletion: 12478 -> 6261
150.86/150.90	c learnt constraints deletion: 12560 -> 6280
153.05/153.19	c learnt constraints deletion: 12783 -> 6394
155.56/155.61	c learnt constraints deletion: 12206 -> 6105
158.36/158.42	c learnt constraints deletion: 12747 -> 6376
160.86/160.90	c learnt constraints deletion: 12449 -> 6227
163.25/163.34	c learnt constraints deletion: 12584 -> 6294
165.65/165.75	c learnt constraints deletion: 12298 -> 6151
168.16/168.27	c learnt constraints deletion: 12789 -> 6395
171.75/171.88	c learnt constraints deletion: 14096 -> 7048
174.45/174.56	c learnt constraints deletion: 13446 -> 6724
177.56/177.62	c learnt constraints deletion: 13764 -> 6883
180.85/180.97	c learnt constraints deletion: 13861 -> 6932
184.05/184.11	c learnt constraints deletion: 13828 -> 6914
186.55/186.67	c learnt constraints deletion: 13557 -> 6779
189.35/189.40	c learnt constraints deletion: 13610 -> 6805
192.45/192.57	c learnt constraints deletion: 13853 -> 6927
195.35/195.48	c learnt constraints deletion: 13722 -> 6862
198.24/198.32	c learnt constraints deletion: 13589 -> 6795
201.25/201.37	c learnt constraints deletion: 13631 -> 6816
204.04/204.16	c learnt constraints deletion: 13606 -> 6803
206.84/206.92	c learnt constraints deletion: 13523 -> 6762
209.54/209.68	c learnt constraints deletion: 13823 -> 6914
212.04/212.10	c learnt constraints deletion: 13470 -> 6737
214.64/214.78	c learnt constraints deletion: 13626 -> 6813
217.34/217.43	c learnt constraints deletion: 13697 -> 6859
219.95/220.03	c learnt constraints deletion: 13668 -> 6834
222.84/222.96	c learnt constraints deletion: 13903 -> 6953
225.24/225.39	c learnt constraints deletion: 13740 -> 6886
227.94/228.05	c learnt constraints deletion: 13885 -> 6944
230.53/230.63	c learnt constraints deletion: 13945 -> 6981
232.93/233.01	c learnt constraints deletion: 13862 -> 6938
236.54/236.60	c learnt constraints deletion: 13844 -> 6932
240.04/240.16	c learnt constraints deletion: 13817 -> 6916
243.43/243.58	c learnt constraints deletion: 13893 -> 6963
246.04/246.15	c learnt constraints deletion: 13867 -> 6942
248.74/248.82	c learnt constraints deletion: 13726 -> 6875
251.84/251.90	c learnt constraints deletion: 13743 -> 6886
254.83/254.97	c learnt constraints deletion: 13725 -> 6868
258.84/258.93	c learnt constraints deletion: 14020 -> 7028
262.04/262.11	c learnt constraints deletion: 15290 -> 7650
266.43/266.55	c learnt constraints deletion: 14989 -> 7495
270.44/270.60	c learnt constraints deletion: 15033 -> 7517
274.13/274.28	c learnt constraints deletion: 15039 -> 7521
277.23/277.38	c learnt constraints deletion: 15143 -> 7574
280.34/280.43	c learnt constraints deletion: 15229 -> 7618
284.12/284.20	c learnt constraints deletion: 15058 -> 7532
287.73/287.87	c learnt constraints deletion: 14989 -> 7498
291.23/291.34	c learnt constraints deletion: 14871 -> 7439
294.83/294.93	c learnt constraints deletion: 15082 -> 7544
298.03/298.15	c learnt constraints deletion: 15107 -> 7557
301.33/301.45	c learnt constraints deletion: 15305 -> 7662
304.83/304.92	c learnt constraints deletion: 14858 -> 7432
307.72/307.81	c learnt constraints deletion: 15095 -> 7553
310.82/310.90	c learnt constraints deletion: 14898 -> 7454
314.22/314.39	c learnt constraints deletion: 14801 -> 7404
317.62/317.74	c learnt constraints deletion: 15076 -> 7543
320.92/321.01	c learnt constraints deletion: 15228 -> 7617
324.11/324.26	c learnt constraints deletion: 14911 -> 7464
327.41/327.53	c learnt constraints deletion: 14818 -> 7409
331.41/331.52	c learnt constraints deletion: 14900 -> 7452
334.81/334.93	c learnt constraints deletion: 14869 -> 7437
338.81/338.97	c learnt constraints deletion: 15034 -> 7519
342.41/342.55	c learnt constraints deletion: 14847 -> 7424
346.01/346.11	c learnt constraints deletion: 14814 -> 7409
349.41/349.52	c learnt constraints deletion: 14619 -> 7310
353.02/353.15	c learnt constraints deletion: 14511 -> 7258
356.81/356.90	c learnt constraints deletion: 14658 -> 7329
360.41/360.57	c learnt constraints deletion: 14571 -> 7286
364.41/364.53	c learnt constraints deletion: 14693 -> 7350
368.11/368.29	c learnt constraints deletion: 14425 -> 7213
372.21/372.35	c learnt constraints deletion: 14572 -> 7286
375.90/376.03	c learnt constraints deletion: 14375 -> 7188
379.81/379.98	c learnt constraints deletion: 14706 -> 7354
383.60/383.70	c learnt constraints deletion: 14305 -> 7153
387.70/387.88	c learnt constraints deletion: 14188 -> 7094
391.61/391.79	c learnt constraints deletion: 14839 -> 7420
395.71/395.81	c learnt constraints deletion: 14598 -> 7299
399.50/399.69	c learnt constraints deletion: 15224 -> 7612
403.10/403.23	c learnt constraints deletion: 14927 -> 7465
406.80/406.93	c learnt constraints deletion: 14688 -> 7344
409.20/409.38	c solving time = 409.264s
409.20/409.38	c #decision = 1749088
409.20/409.38	c #conflict = 968865
409.20/409.38	c #restart = 20
409.20/409.38	s UNSATISFIABLE
409.20/409.39	c total time = 409.301s

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-3706163-1338136729/watcher-3706163-1338136729 -o /tmp/evaluation-result-3706163-1338136729/solver-3706163-1338136729 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706163-1338136729.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: 1.95 1.98 1.99 3/176 10823
/proc/meminfo: memFree=30730688/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 826 0 0 0 0 0 0 0 20 0 1 0 279798962 7405568 747 33554432000 4194304 8973514 140737445903040 140737445886056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 1808 747 416 1167 0 589 0

[startup+0.03635 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 10823
/proc/meminfo: memFree=30730688/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=9280 CPUtime=0.03 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 1469 0 0 0 3 0 0 0 20 0 1 0 279798962 9502720 1390 33554432000 4194304 8973514 140737445903040 140737445886056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 2320 1390 429 1167 0 1101 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9280

[startup+0.100223 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 10823
/proc/meminfo: memFree=30730688/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=11328 CPUtime=0.09 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 2128 0 0 0 9 0 0 0 20 0 1 0 279798962 11599872 2049 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 2832 2049 446 1167 0 1613 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11328

[startup+0.300223 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 10823
/proc/meminfo: memFree=30730688/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=14400 CPUtime=0.29 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 2825 0 0 0 29 0 0 0 20 0 1 0 279798962 14745600 2746 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 3600 2746 446 1167 0 2381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14400

[startup+0.700234 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 10823
/proc/meminfo: memFree=30730688/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=17472 CPUtime=0.69 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 3433 0 0 0 69 0 0 0 20 0 1 0 279798962 17891328 3354 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 4368 3354 446 1167 0 3149 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17472

[startup+1.50024 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 10824
/proc/meminfo: memFree=30717024/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=20544 CPUtime=1.48 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 4432 0 0 0 148 0 0 0 20 0 1 0 279798962 21037056 4353 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 5136 4353 446 1167 0 3917 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20544

[startup+3.10024 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 10824
/proc/meminfo: memFree=30712452/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=25664 CPUtime=3.09 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 5718 0 0 0 308 1 0 0 20 0 1 0 279798962 26279936 5639 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 6416 5639 447 1167 0 5197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25664

[startup+6.30029 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 10824
/proc/meminfo: memFree=30707024/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=28736 CPUtime=6.29 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 6486 0 0 0 627 2 0 0 20 0 1 0 279798962 29425664 6407 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 7184 6407 447 1167 0 5965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28736

[startup+12.7002 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 10824
/proc/meminfo: memFree=30699076/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=33856 CPUtime=12.68 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 7766 0 0 0 1265 3 0 0 20 0 1 0 279798962 34668544 7687 33554432000 4194304 8973514 140737445903040 140737445885056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 8464 7687 447 1167 0 7245 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33856

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 10824
/proc/meminfo: memFree=30699712/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=29760 CPUtime=25.48 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 7766 0 0 0 2540 8 0 0 20 0 1 0 279798962 30474240 6663 33554432000 4194304 8973514 140737445903040 140737445885056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 7440 6663 447 1167 0 6221 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29760

[startup+51.1002 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 10824
/proc/meminfo: memFree=30693092/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=32832 CPUtime=51.08 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 10070 0 0 0 5091 17 0 0 20 0 1 0 279798962 33619968 7431 33554432000 4194304 8973514 140737445903040 140737445902304 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 8208 7431 447 1167 0 6989 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32832

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 10827
/proc/meminfo: memFree=30680764/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=38976 CPUtime=102.27 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 13665 0 0 0 10194 33 0 0 20 0 1 0 279798962 39911424 8967 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 9744 8967 447 1167 0 8525 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38976

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10827
/proc/meminfo: memFree=30674024/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=37952 CPUtime=162.25 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 21089 0 0 0 16174 51 0 0 20 0 1 0 279798962 38862848 8711 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 9488 8711 447 1167 0 8269 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 37952

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 10827
/proc/meminfo: memFree=30660416/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=46144 CPUtime=222.24 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 26474 0 0 0 22153 71 0 0 20 0 1 0 279798962 47251456 10759 33554432000 4194304 8973514 140737445903040 140737445885056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 11536 10759 447 1167 0 10317 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 46144

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10827
/proc/meminfo: memFree=30650268/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=50240 CPUtime=282.23 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 36970 0 0 0 28133 90 0 0 20 0 1 0 279798962 51445760 11783 33554432000 4194304 8973514 140737445903040 140737445902304 4209365 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 12560 11783 447 1167 0 11341 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 50240

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 10828
/proc/meminfo: memFree=30648380/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=44096 CPUtime=342.21 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 42101 0 0 0 34114 107 0 0 20 0 1 0 279798962 45154304 10247 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 11024 10247 447 1167 0 9805 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 44096

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30647456/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=38976 CPUtime=402.2 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 43637 0 0 0 40094 126 0 0 20 0 1 0 279798962 39911424 8967 33554432000 4194304 8973514 140737445903040 140737445902304 4209344 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 9744 8967 447 1167 0 8525 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 38976

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

[startup+403.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30647456/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=40000 CPUtime=403 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 43893 0 0 0 40174 126 0 0 20 0 1 0 279798962 40960000 9223 33554432000 4194304 8973514 140737445903040 140737445885056 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10000 9223 447 1167 0 8781 0
Current children cumulated CPU time (s) 403
Current children cumulated vsize (KiB) 40000

[startup+406.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30645224/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=41024 CPUtime=406.2 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 44149 0 0 0 40493 127 0 0 20 0 1 0 279798962 42008576 9479 33554432000 4194304 8973514 140737445903040 140737445902536 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10256 9479 447 1167 0 9037 0
Current children cumulated CPU time (s) 406.2
Current children cumulated vsize (KiB) 41024

[startup+407.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30645224/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=41024 CPUtime=407.8 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 44149 0 0 0 40652 128 0 0 20 0 1 0 279798962 42008576 9479 33554432000 4194304 8973514 140737445903040 140737445902304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10256 9479 447 1167 0 9037 0
Current children cumulated CPU time (s) 407.8
Current children cumulated vsize (KiB) 41024

[startup+408.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30644480/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=41024 CPUtime=408.6 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 44149 0 0 0 40732 128 0 0 20 0 1 0 279798962 42008576 9479 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10256 9479 447 1167 0 9037 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 41024

[startup+409.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30644232/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=41024 CPUtime=409.01 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 44149 0 0 0 40773 128 0 0 20 0 1 0 279798962 42008576 9479 33554432000 4194304 8973514 140737445903040 140737445902536 4209212 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10256 9479 447 1167 0 9037 0
Current children cumulated CPU time (s) 409.01
Current children cumulated vsize (KiB) 41024

[startup+409.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 10828
/proc/meminfo: memFree=30644232/32873648 swapFree=6860/6860
[pid=10823] ppid=10821 vsize=41024 CPUtime=409.2 cores=1,3,5,7
/proc/10823/stat : 10823 (toysat) R 10821 10823 9979 0 -1 4202496 44149 0 0 0 40792 128 0 0 20 0 1 0 279798962 42008576 9479 33554432000 4194304 8973514 140737445903040 140737445902536 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10823/statm: 10256 9479 447 1167 0 9037 0
Current children cumulated CPU time (s) 409.2
Current children cumulated vsize (KiB) 41024

Child status: 0
Real time (s): 409.392
CPU time (s): 409.303
CPU user time (s): 408.015
CPU system time (s): 1.2878
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 59456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.015
system time used= 1.2878
maximum resident set size= 56348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44161
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= 34
involuntary context switches= 421

runsolver used 0.759884 second user time and 1.63075 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-27 18:38:49
IDJOB=3706163
IDBENCH=48363
IDSOLVER=2285
FILE ID=node116/3706163-1338136729
RUNJOBID= node116-1338124087-9996
PBS_JOBID= 14624506
Free space on /tmp= 71464 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706163-1338136729/watcher-3706163-1338136729 -o /tmp/evaluation-result-3706163-1338136729/solver-3706163-1338136729 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706163-1338136729.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=964920594

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
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.556
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		: 2666.556
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:        30731068 kB
Buffers:          357280 kB
Cached:           848188 kB
SwapCached:         3240 kB
Active:           868856 kB
Inactive:         438172 kB
Active(anon):      92380 kB
Inactive(anon):     8960 kB
Active(file):     776476 kB
Inactive(file):   429212 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103664 kB
Dirty:             14900 kB
Writeback:             0 kB
AnonPages:        103004 kB
Mapped:            14540 kB
Shmem:                96 kB
Slab:             699404 kB
SReclaimable:     143532 kB
SUnreclaim:       555872 kB
KernelStack:        1472 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     213268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71460 MiB
End job on node116 at 2012-05-27 18:45:39