Trace number 3724216

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-06-01UNSAT 106.23 106.267

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c 2012-06-02T12:05:12+0200
0.00/0.06	c arch = x86_64
0.00/0.06	c os = linux
0.00/0.06	c compiler = ghc 7.4
0.00/0.06	c packages:
0.00/0.06	c   OptDir-0.0.1
0.00/0.06	c   array-0.4.0.0
0.00/0.06	c   base-4.5.0.0
0.00/0.06	c   bytestring-0.9.2.1
0.00/0.06	c   containers-0.4.2.1
0.00/0.06	c   deepseq-1.3.0.0
0.00/0.06	c   mtl-2.1.1
0.00/0.06	c   old_locale-1.0.0.4
0.00/0.06	c   parse_dimacs-1.2
0.00/0.06	c   parsec-3.1.2
0.00/0.06	c   queue-0.1.2
0.00/0.06	c   stm-2.3
0.00/0.06	c   time-1.4
0.00/0.06	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724216-1338631511.opb"]
0.00/0.06	c #vars 231
0.00/0.06	c #constraints 2707
0.00/0.06	c Solving starts ...
0.48/0.51	c learnt constraints deletion: 1647 -> 828
0.78/0.80	c learnt constraints deletion: 1762 -> 882
1.08/1.17	c learnt constraints deletion: 1940 -> 975
1.49/1.56	c learnt constraints deletion: 1959 -> 984
1.98/2.03	c learnt constraints deletion: 2200 -> 1113
2.38/2.48	c learnt constraints deletion: 2163 -> 1086
3.08/3.10	c learnt constraints deletion: 2340 -> 1176
3.68/3.74	c learnt constraints deletion: 2327 -> 1168
4.28/4.34	c learnt constraints deletion: 2393 -> 1215
4.98/5.08	c learnt constraints deletion: 2572 -> 1287
5.98/6.03	c learnt constraints deletion: 2565 -> 1289
6.68/6.71	c learnt constraints deletion: 2577 -> 1290
7.18/7.26	c learnt constraints deletion: 2594 -> 1297
7.78/7.86	c learnt constraints deletion: 2832 -> 1417
8.37/8.43	c learnt constraints deletion: 2832 -> 1417
8.88/8.98	c learnt constraints deletion: 2849 -> 1427
9.67/9.70	c learnt constraints deletion: 2896 -> 1451
10.38/10.42	c learnt constraints deletion: 2908 -> 1456
10.88/10.95	c learnt constraints deletion: 2894 -> 1454
11.58/11.61	c learnt constraints deletion: 3115 -> 1558
12.28/12.36	c learnt constraints deletion: 3145 -> 1573
13.08/13.13	c learnt constraints deletion: 3105 -> 1556
13.77/13.82	c learnt constraints deletion: 3185 -> 1594
14.37/14.44	c learnt constraints deletion: 3140 -> 1572
15.08/15.14	c learnt constraints deletion: 3135 -> 1578
15.77/15.84	c learnt constraints deletion: 3143 -> 1572
16.38/16.47	c learnt constraints deletion: 3159 -> 1583
17.07/17.13	c learnt constraints deletion: 3436 -> 1718
17.77/17.87	c learnt constraints deletion: 3423 -> 1719
18.77/18.82	c learnt constraints deletion: 3458 -> 1731
19.68/19.73	c learnt constraints deletion: 3428 -> 1717
20.67/20.73	c learnt constraints deletion: 3484 -> 1749
21.47/21.57	c learnt constraints deletion: 3427 -> 1715
22.27/22.34	c learnt constraints deletion: 3429 -> 1716
23.08/23.15	c learnt constraints deletion: 3427 -> 1718
23.87/23.99	c learnt constraints deletion: 3435 -> 1726
24.68/24.78	c learnt constraints deletion: 3490 -> 1745
25.57/25.61	c learnt constraints deletion: 3426 -> 1716
26.38/26.43	c learnt constraints deletion: 3426 -> 1720
27.37/27.49	c learnt constraints deletion: 3817 -> 1910
28.48/28.55	c learnt constraints deletion: 3807 -> 1908
29.68/29.71	c learnt constraints deletion: 3763 -> 1887
30.68/30.77	c learnt constraints deletion: 3762 -> 1884
31.67/31.77	c learnt constraints deletion: 3766 -> 1883
32.57/32.66	c learnt constraints deletion: 3795 -> 1899
33.47/33.59	c learnt constraints deletion: 3792 -> 1899
34.37/34.42	c learnt constraints deletion: 3788 -> 1901
35.17/35.25	c learnt constraints deletion: 3823 -> 1913
35.97/36.09	c learnt constraints deletion: 3765 -> 1886
36.77/36.89	c learnt constraints deletion: 3867 -> 1942
37.67/37.76	c learnt constraints deletion: 3786 -> 1904
38.47/38.59	c learnt constraints deletion: 3809 -> 1918
39.27/39.36	c learnt constraints deletion: 3757 -> 1881
40.17/40.22	c learnt constraints deletion: 3757 -> 1879
41.17/41.21	c learnt constraints deletion: 4174 -> 2088
42.27/42.33	c learnt constraints deletion: 4199 -> 2100
43.07/43.10	c learnt constraints deletion: 4136 -> 2068
44.07/44.13	c learnt constraints deletion: 4193 -> 2097
45.17/45.24	c learnt constraints deletion: 4150 -> 2077
46.17/46.22	c learnt constraints deletion: 4156 -> 2084
47.07/47.11	c learnt constraints deletion: 4125 -> 2063
47.77/47.87	c learnt constraints deletion: 4149 -> 2075
48.67/48.76	c learnt constraints deletion: 4162 -> 2082
49.67/49.71	c learnt constraints deletion: 4171 -> 2086
50.67/50.76	c learnt constraints deletion: 4132 -> 2067
51.67/51.77	c learnt constraints deletion: 4153 -> 2080
52.68/52.72	c learnt constraints deletion: 4148 -> 2077
53.57/53.63	c learnt constraints deletion: 4138 -> 2074
54.46/54.55	c learnt constraints deletion: 4152 -> 2076
55.47/55.57	c learnt constraints deletion: 4147 -> 2074
56.57/56.61	c learnt constraints deletion: 4193 -> 2098
57.47/57.55	c learnt constraints deletion: 4140 -> 2073
58.37/58.40	c learnt constraints deletion: 4127 -> 2064
59.16/59.26	c learnt constraints deletion: 4148 -> 2076
59.97/60.09	c learnt constraints deletion: 4181 -> 2097
61.16/61.24	c learnt constraints deletion: 4547 -> 2274
62.16/62.25	c learnt constraints deletion: 4570 -> 2288
63.26/63.36	c learnt constraints deletion: 4585 -> 2301
64.36/64.44	c learnt constraints deletion: 4565 -> 2283
65.46/65.58	c learnt constraints deletion: 4642 -> 2322
66.77/66.83	c learnt constraints deletion: 4610 -> 2305
67.86/67.96	c learnt constraints deletion: 4586 -> 2296
68.87/68.97	c learnt constraints deletion: 4551 -> 2276
69.87/69.92	c learnt constraints deletion: 4567 -> 2284
70.76/70.81	c learnt constraints deletion: 4562 -> 2287
71.66/71.71	c learnt constraints deletion: 4543 -> 2274
72.57/72.67	c learnt constraints deletion: 4596 -> 2298
73.57/73.67	c learnt constraints deletion: 4566 -> 2287
74.56/74.64	c learnt constraints deletion: 4567 -> 2286
75.56/75.64	c learnt constraints deletion: 4594 -> 2301
76.46/76.56	c learnt constraints deletion: 4558 -> 2279
77.46/77.53	c learnt constraints deletion: 4590 -> 2295
78.46/78.52	c learnt constraints deletion: 4569 -> 2286
79.36/79.44	c learnt constraints deletion: 4580 -> 2292
80.36/80.40	c learnt constraints deletion: 4551 -> 2276
81.37/81.45	c learnt constraints deletion: 4541 -> 2274
82.46/82.52	c learnt constraints deletion: 4617 -> 2309
83.46/83.54	c learnt constraints deletion: 4553 -> 2282
84.46/84.60	c learnt constraints deletion: 4580 -> 2291
85.56/85.64	c learnt constraints deletion: 4559 -> 2281
86.46/86.57	c learnt constraints deletion: 4551 -> 2282
87.36/87.47	c learnt constraints deletion: 4565 -> 2295
88.26/88.35	c learnt constraints deletion: 4542 -> 2271
89.35/89.42	c learnt constraints deletion: 5085 -> 2546
90.36/90.47	c learnt constraints deletion: 5005 -> 2503
91.56/91.64	c learnt constraints deletion: 5029 -> 2515
92.65/92.75	c learnt constraints deletion: 5005 -> 2503
93.66/93.76	c learnt constraints deletion: 5022 -> 2512
94.65/94.79	c learnt constraints deletion: 5011 -> 2506
95.76/95.83	c learnt constraints deletion: 5001 -> 2501
96.76/96.88	c learnt constraints deletion: 5026 -> 2513
97.87/97.96	c learnt constraints deletion: 5030 -> 2516
99.06/99.12	c learnt constraints deletion: 5069 -> 2535
100.16/100.23	c learnt constraints deletion: 5035 -> 2519
101.35/101.47	c learnt constraints deletion: 5018 -> 2515
102.46/102.54	c learnt constraints deletion: 5028 -> 2514
103.45/103.58	c learnt constraints deletion: 5007 -> 2504
104.56/104.65	c learnt constraints deletion: 5093 -> 2547
105.56/105.66	c learnt constraints deletion: 5082 -> 2541
106.16/106.26	c solving time = 106.172s
106.16/106.26	c #decision = 420688
106.16/106.26	c #conflict = 236308
106.16/106.26	c #restart = 17
106.16/106.26	s UNSATISFIABLE
106.16/106.26	c total time = 106.229s

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-3724216-1338631511/watcher-3724216-1338631511 -o /tmp/evaluation-result-3724216-1338631511/solver-3724216-1338631511 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724216-1338631511.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: 0.00 0.00 0.00 2/171 23837
/proc/meminfo: memFree=31912884/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/23837/stat : 23837 (runsolver) R 23835 23807 23807 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 1 0 329276097 12095488 48 33554432000 4194304 5436572 140733488663040 140733488659040 4875072 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/23837/statm: 2953 48 29 304 0 2645 0

[startup+0.0748481 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 23837
/proc/meminfo: memFree=31912884/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=10320 CPUtime=0.06 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 1730 0 0 0 6 0 0 0 20 0 1 0 329276097 10567680 1649 33554432000 4194304 8989770 140735408013216 140733488659224 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 2580 1649 460 1171 0 1357 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10320

[startup+0.100294 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 23837
/proc/meminfo: memFree=31912884/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=10320 CPUtime=0.08 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 1730 0 0 0 8 0 0 0 20 0 1 0 329276097 10567680 1649 33554432000 4194304 8989770 140735408013216 140733488659224 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 2580 1649 460 1171 0 1357 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10320

[startup+0.300234 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 23837
/proc/meminfo: memFree=31912884/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=10320 CPUtime=0.28 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 1888 0 0 0 28 0 0 0 20 0 1 0 329276097 10567680 1807 33554432000 4194304 8989770 140735408013216 140735408012712 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 2580 1807 460 1171 0 1357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10320

[startup+0.700249 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 23837
/proc/meminfo: memFree=31912884/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=11344 CPUtime=0.68 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 2151 0 0 0 68 0 0 0 20 0 1 0 329276097 11616256 2070 33554432000 4194304 8989770 140735408013216 140735408012712 7857787 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 2836 2070 462 1171 0 1613 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 11344

[startup+1.50023 s]
/proc/loadavg: 0.00 0.00 0.00 2/172 23838
/proc/meminfo: memFree=31905180/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=12368 CPUtime=1.49 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 2407 0 0 0 148 1 0 0 20 0 1 0 329276097 12664832 2326 33554432000 4194304 8989770 140735408013216 140735408012712 4209198 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 3092 2326 462 1171 0 1869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12368

[startup+3.10023 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 23852
/proc/meminfo: memFree=31855004/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=13392 CPUtime=3.08 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 2663 0 0 0 306 2 0 0 20 0 1 0 329276097 13713408 2582 33554432000 4194304 8989770 140735408013216 140735408012712 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 3348 2582 462 1171 0 2125 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13392

[startup+6.30023 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 23852
/proc/meminfo: memFree=31770420/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=14416 CPUtime=6.28 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 2919 0 0 0 625 3 0 0 20 0 1 0 329276097 14761984 2838 33554432000 4194304 8989770 140735408013216 140735408012480 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 3604 2838 462 1171 0 2381 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14416

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 23852
/proc/meminfo: memFree=31767584/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=16464 CPUtime=12.67 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 3434 0 0 0 1260 7 0 0 20 0 1 0 329276097 16859136 3355 33554432000 4194304 8989770 140735408013216 140735408012712 7953280 0 0 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 4116 3355 462 1171 0 2893 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16464

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 3/177 23852
/proc/meminfo: memFree=31740872/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=17488 CPUtime=25.47 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 3690 0 0 0 2533 14 0 0 20 0 1 0 329276097 17907712 3611 33554432000 4194304 8989770 140735408013216 140735408012712 7857787 0 2 0 34082818 0 0 0 17 1 0 0 0 0 0
/proc/23837/statm: 4372 3611 462 1171 0 3149 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17488

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/177 23852
/proc/meminfo: memFree=31675972/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=18512 CPUtime=51.07 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 3946 0 0 0 5080 27 0 0 20 0 1 0 329276097 18956288 3867 33554432000 4194304 8989770 140735408013216 140735407996312 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 4628 3867 462 1171 0 3405 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18512

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/177 23853
/proc/meminfo: memFree=31575576/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=102.26 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10170 56 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012712 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21584

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

[startup+103.9 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 23853
/proc/meminfo: memFree=31575452/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=103.85 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10329 56 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012480 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 103.85
Current children cumulated vsize (KiB) 21584

[startup+105.5 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 23853
/proc/meminfo: memFree=31572352/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=105.46 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10489 57 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012712 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 105.46
Current children cumulated vsize (KiB) 21584

[startup+105.9 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 23853
/proc/meminfo: memFree=31572352/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=105.86 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10528 58 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012480 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 105.86
Current children cumulated vsize (KiB) 21584

[startup+106.1 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 23853
/proc/meminfo: memFree=31572352/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=106.06 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10548 58 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012480 7748833 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 106.06
Current children cumulated vsize (KiB) 21584

[startup+106.2 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 23853
/proc/meminfo: memFree=31572352/32873844 swapFree=7116/7116
[pid=23837] ppid=23835 vsize=21584 CPUtime=106.16 cores=1,3,5,7
/proc/23837/stat : 23837 (toysat) R 23835 23837 23807 0 -1 4202496 4714 0 0 0 10558 58 0 0 20 0 1 0 329276097 22102016 4635 33554432000 4194304 8989770 140735408013216 140735408012480 4214700 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23837/statm: 5396 4635 462 1171 0 4173 0
Current children cumulated CPU time (s) 106.16
Current children cumulated vsize (KiB) 21584

Child status: 0
Real time (s): 106.267
CPU time (s): 106.23
CPU user time (s): 105.645
CPU system time (s): 0.584911
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 21584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.645
system time used= 0.584911
maximum resident set size= 18596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4728
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= 6
involuntary context switches= 245

runsolver used 0.19297 second user time and 0.434933 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 12:05:12
IDJOB=3724216
IDBENCH=1303
IDSOLVER=2308
FILE ID=node146/3724216-1338631511
RUNJOBID= node146-1338631508-23824
PBS_JOBID= 14636434
Free space on /tmp= 70924 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724216-1338631511/watcher-3724216-1338631511 -o /tmp/evaluation-result-3724216-1338631511/solver-3724216-1338631511 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724216-1338631511.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=603216752

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31913528 kB
Buffers:           92904 kB
Cached:           120784 kB
SwapCached:         1796 kB
Active:            89764 kB
Inactive:         126964 kB
Active(anon):       4064 kB
Inactive(anon):     1556 kB
Active(file):      85700 kB
Inactive(file):   125408 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099768 kB
Dirty:              7428 kB
Writeback:             0 kB
AnonPages:          9512 kB
Mapped:             8036 kB
Shmem:                 0 kB
Slab:             605368 kB
SReclaimable:      45840 kB
SUnreclaim:       559528 kB
KernelStack:        1392 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70908 MiB
End job on node146 at 2012-06-02 12:06:58