Trace number 50503

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, and are wall clock time (not CPU 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
PBS 4.1L? (TO) 1800.71 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-alu2.b.opb
MD5SUMa793af2f16b39bdc1dda733b5326bfb4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved NO
Number of variables1266
Total number of constraints2888
Number of constraints which are clauses2888
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 1266
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1266
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node48/50503-1154091808/instance-50503-1154091808.opb ......
0.21	c done parsing opb.
0.21	o 1208
0.22	o 1207
0.22	o 1206
0.23	o 1205
0.24	o 1204
0.25	o 1203
0.26	o 1202
0.26	o 1201
0.27	o 1200
0.28	o 1199
0.29	o 1198
0.30	o 1197
0.30	o 1196
0.31	o 1187
0.32	o 1186
0.33	o 1185
0.34	o 1184
0.34	o 1183
0.35	o 1182
0.36	o 1181
0.37	o 1180
0.37	o 1179
0.38	o 1178
0.39	o 1177
0.40	o 1176
0.41	o 1175
0.41	o 1174
0.42	o 1173
0.43	o 1172
0.44	o 1171
0.44	o 1170
0.45	o 1169
0.46	o 1168
0.47	o 1167
0.47	o 1166
0.48	o 1165
0.49	o 1164
0.50	o 1163
0.51	o 1162
0.51	o 1161
0.52	o 1160
0.53	o 1159
0.54	o 1158
0.54	o 1157
0.55	o 1156
0.56	o 1155
0.57	o 1154
0.57	o 1153
0.58	o 1152
0.59	o 1151
0.60	o 1150
0.60	o 1149
0.61	o 1148
0.62	o 1147
0.63	o 1146
0.63	o 1145
0.64	o 1144
0.65	o 1143
0.66	o 1142
0.66	o 1141
0.67	o 1140
0.68	o 1139
0.70	o 1138
0.71	o 569
0.71	o 564
0.72	o 563
0.72	o 562
0.73	o 561
0.73	o 560
0.73	o 559
0.74	o 558
0.74	o 557
0.75	o 556
0.75	o 555
0.76	o 554
0.76	o 553
0.76	o 552
0.77	o 551
0.79	o 550
0.79	o 299
0.79	o 298
0.80	o 297
0.81	o 296
0.81	o 100
0.82	o 99
0.92	o 98

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node48/watcher-50503-1154091808 -o ROOT/results/node48/solver-50503-1154091808 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/50503-1154091808/instance-50503-1154091808.opb 970018748 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.13 1.03 1.01 2/64 26260
/proc/meminfo: memFree=803776/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=1532 CPUtime=0
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 0 156051630 1568768 139 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598729 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 383 141 90 232 0 148 0

[startup+10.0027 s]
/proc/loadavg: 1.11 1.03 1.01 2/64 26260
/proc/meminfo: memFree=801224/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=4360 CPUtime=9.99
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 752 0 0 0 991 8 0 0 25 0 1 0 156051630 4464640 718 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1090 718 108 232 0 855 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4360

[startup+20.0096 s]
/proc/loadavg: 1.10 1.03 1.01 2/64 26260
/proc/meminfo: memFree=801160/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=4360 CPUtime=19.99
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 824 0 0 0 1991 8 0 0 25 0 1 0 156051630 4464640 790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1090 790 108 232 0 855 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 4360

[startup+30.0156 s]
/proc/loadavg: 1.08 1.03 1.01 2/64 26260
/proc/meminfo: memFree=800776/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=4360 CPUtime=30
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 912 0 0 0 2992 8 0 0 25 0 1 0 156051630 4464640 878 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549251 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1090 878 108 232 0 855 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 4360

[startup+40.0215 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 26260
/proc/meminfo: memFree=800392/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=4692 CPUtime=40
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1024 0 0 0 3992 8 0 0 25 0 1 0 156051630 4804608 990 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1173 990 108 232 0 938 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 4692

[startup+50.0274 s]
/proc/loadavg: 1.06 1.03 1.00 2/64 26260
/proc/meminfo: memFree=800072/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=50
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1149 0 0 0 4992 8 0 0 25 0 1 0 156051630 6901760 1115 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1115 108 232 0 1450 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6740

[startup+60.0333 s]
/proc/loadavg: 1.05 1.02 1.00 2/64 26260
/proc/meminfo: memFree=799752/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=60
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1223 0 0 0 5992 8 0 0 25 0 1 0 156051630 6901760 1189 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549306 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1189 108 232 0 1450 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6740

[startup+70.0393 s]
/proc/loadavg: 1.04 1.02 1.00 2/64 26260
/proc/meminfo: memFree=799432/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=70.01
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1302 0 0 0 6993 8 0 0 25 0 1 0 156051630 6901760 1268 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1268 108 232 0 1450 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6740

[startup+80.0452 s]
/proc/loadavg: 1.03 1.02 1.00 2/64 26260
/proc/meminfo: memFree=799112/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=80.01
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1398 0 0 0 7993 8 0 0 25 0 1 0 156051630 6901760 1364 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1364 108 232 0 1450 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 6740

[startup+90.0501 s]
/proc/loadavg: 1.03 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798920/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=90.01
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1446 0 0 0 8993 8 0 0 25 0 1 0 156051630 6901760 1412 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1412 108 232 0 1450 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 6740

[startup+100.056 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798856/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=100.01
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1449 0 0 0 9993 8 0 0 25 0 1 0 156051630 6901760 1415 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1415 108 232 0 1450 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 6740

[startup+110.062 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798856/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=110.02
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1451 0 0 0 10994 8 0 0 25 0 1 0 156051630 6901760 1417 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1417 108 232 0 1450 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6740

[startup+120.068 s]
/proc/loadavg: 1.02 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798792/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=120.03
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1464 0 0 0 11994 9 0 0 25 0 1 0 156051630 6901760 1430 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549432 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1430 108 232 0 1450 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 6740

[startup+130.074 s]
/proc/loadavg: 1.01 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798792/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6740 CPUtime=130.03
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1468 0 0 0 12994 9 0 0 25 0 1 0 156051630 6901760 1434 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1685 1434 108 232 0 1450 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6740

[startup+140.08 s]
/proc/loadavg: 1.01 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798600/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6932 CPUtime=140.04
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1521 0 0 0 13995 9 0 0 25 0 1 0 156051630 7098368 1438 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549251 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1733 1438 108 232 0 1498 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 6932

[startup+150.085 s]
/proc/loadavg: 1.01 1.02 1.00 2/64 26260
/proc/meminfo: memFree=798600/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=6932 CPUtime=150.04
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1554 0 0 0 14995 9 0 0 25 0 1 0 156051630 7098368 1471 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1733 1471 108 232 0 1498 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 6932

[startup+160.091 s]
/proc/loadavg: 1.01 1.01 1.00 2/64 26260
/proc/meminfo: memFree=798280/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=7064 CPUtime=160.04
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1651 0 0 0 15995 9 0 0 25 0 1 0 156051630 7233536 1568 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1766 1568 108 232 0 1531 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 7064

[startup+170.096 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 26260
/proc/meminfo: memFree=798216/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=7064 CPUtime=170.05
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1657 0 0 0 16996 9 0 0 25 0 1 0 156051630 7233536 1574 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549200 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1766 1574 108 232 0 1531 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 7064

[startup+180.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 26260
/proc/meminfo: memFree=798216/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=7064 CPUtime=180.05
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1660 0 0 0 17996 9 0 0 25 0 1 0 156051630 7233536 1577 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1766 1577 108 232 0 1531 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 7064

[startup+190.108 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 26260
/proc/meminfo: memFree=798216/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=7064 CPUtime=190.05
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1663 0 0 0 18996 9 0 0 25 0 1 0 156051630 7233536 1580 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1766 1580 108 232 0 1531 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 7064

[startup+200.115 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 26260
/proc/meminfo: memFree=798152/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=7064 CPUtime=200.06
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 1676 0 0 0 19997 9 0 0 25 0 1 0 156051630 7233536 1593 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 1766 1593 108 232 0 1531 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 7064

[startup+210.121 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 26260

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

/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3239 0 0 0 178139 22 0 0 25 0 1 0 156051630 12292096 2481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2481 108 232 0 2766 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 12004

[startup+1783.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1782.61
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3240 0 0 0 178239 22 0 0 25 0 1 0 156051630 12292096 2482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2482 108 232 0 2766 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 12004

[startup+1784.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1783.62
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3240 0 0 0 178340 22 0 0 25 0 1 0 156051630 12292096 2482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2482 108 232 0 2766 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 12004

[startup+1785.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1784.62
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3240 0 0 0 178440 22 0 0 25 0 1 0 156051630 12292096 2482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549273 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2482 108 232 0 2766 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 12004

[startup+1786.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1785.63
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3240 0 0 0 178541 22 0 0 25 0 1 0 156051630 12292096 2482 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2482 108 232 0 2766 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 12004

[startup+1787.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1786.63
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3241 0 0 0 178641 22 0 0 25 0 1 0 156051630 12292096 2483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549200 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2483 108 232 0 2766 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 12004

[startup+1788.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1787.64
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3241 0 0 0 178742 22 0 0 25 0 1 0 156051630 12292096 2483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549300 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2483 108 232 0 2766 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 12004

[startup+1789.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1788.64
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3241 0 0 0 178842 22 0 0 25 0 1 0 156051630 12292096 2483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2483 108 232 0 2766 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 12004

[startup+1790.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1789.65
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3241 0 0 0 178943 22 0 0 25 0 1 0 156051630 12292096 2483 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134563477 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2483 108 232 0 2766 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 12004

[startup+1791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1790.65
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3242 0 0 0 179043 22 0 0 25 0 1 0 156051630 12292096 2484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549323 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2484 108 232 0 2766 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 12004

[startup+1792.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1791.66
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3242 0 0 0 179144 22 0 0 25 0 1 0 156051630 12292096 2484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549325 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2484 108 232 0 2766 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 12004

[startup+1793.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1792.66
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3242 0 0 0 179244 22 0 0 25 0 1 0 156051630 12292096 2484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549251 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2484 108 232 0 2766 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 12004

[startup+1794.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1793.66
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3242 0 0 0 179344 22 0 0 25 0 1 0 156051630 12292096 2484 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549321 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2484 108 232 0 2766 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (Kb) 12004

[startup+1795.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1794.67
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179445 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 12004

[startup+1796.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1795.67
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179545 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 12004

[startup+1797.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1796.68
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179646 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 12004

[startup+1798.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1797.68
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179746 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 12004

[startup+1799.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1798.69
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179847 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134563511 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 12004

[startup+1800.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1799.69
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3243 0 0 0 179947 22 0 0 25 0 1 0 156051630 12292096 2485 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549257 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2485 108 232 0 2766 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 12004

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1800.7
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3244 0 0 0 180048 22 0 0 25 0 1 0 156051630 12292096 2486 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2486 108 232 0 2766 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 12004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26260
/proc/meminfo: memFree=794504/2055920 swapFree=4182820/4192956
[pid=26260] ppid=26258 vsize=12004 CPUtime=1800.7
/proc/26260/stat : 26260 (PBS4L) R 26258 26260 26211 0 -1 4194304 3244 0 0 0 180048 22 0 0 25 0 1 0 156051630 12292096 2486 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/26260/statm: 3001 2486 108 232 0 2766 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 12004

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.71
CPU user time (s): 1800.49
CPU system time (s): 0.226965
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (Kb): 12004
The end

Launcher Data (download as text)

Begin job on node48 on Fri Jul 28 13:03:28 UTC 2006


FILE ID= 50503-1154091808

PBS_JOBID= 885709

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-alu2.b.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/50503-1154091808/instance-50503-1154091808.opb 970018748
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-50503-1154091808 -o ROOT/results/node48/solver-50503-1154091808 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node48/50503-1154091808/instance-50503-1154091808.opb 970018748

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  a793af2f16b39bdc1dda733b5326bfb4

RANDOM SEED= 970018748

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        803984 kB
Buffers:         39552 kB
Cached:        1152572 kB
SwapCached:       4676 kB
Active:         394908 kB
Inactive:       806732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        803984 kB
SwapTotal:     4192956 kB
SwapFree:      4182820 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          14444 kB
Slab:            36348 kB
Committed_AS:   640440 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jul 28 13:33:30 UTC 2006