Trace number 41729

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.64 1801.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.10183
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
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 constraint111
Number of terms in the objective function 349
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 349
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
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/node61/41729-1149407458/instance-41729-1149407458.opb ......
0.04	c done parsing opb.
0.04	o 327
0.04	o 326
0.04	o 325
0.04	o 324
0.04	o 323
0.04	o 322
0.04	o 321
0.04	o 315
0.04	o 314
0.04	o 313
0.05	o 312
0.05	o 311
0.05	o 310
0.05	o 309
0.05	o 308
0.05	o 307
0.05	o 306
0.05	o 305
0.05	o 304
0.05	o 303
0.06	o 299
0.06	o 298
0.06	o 297
0.06	o 296
0.06	o 295
0.06	o 294
0.06	o 293
0.06	o 292
0.06	o 291
0.06	o 290
0.06	o 289
0.07	o 288
0.07	o 287
0.07	o 286
0.07	o 256
0.07	o 254
0.07	o 248
0.07	o 247
0.07	o 246
0.07	o 245
0.07	o 244
0.07	o 243
0.08	o 242
0.08	o 241
0.08	o 141
0.08	o 140
0.08	o 139
0.12	o 138
0.12	o 79
0.12	o 78
0.12	o 77
0.12	o 75
0.13	o 69
0.13	o 68
0.13	o 67
0.13	o 66
0.13	o 65
0.13	o 64
0.13	o 63
0.13	o 62
0.13	o 61
0.13	o 60
0.13	o 59
0.13	o 58
0.13	o 57
0.13	o 56
0.13	o 55
0.13	o 54
0.13	o 53
0.13	o 52
0.27	o 51
8.90	o 50
8.90	o 49
8.90	o 48
8.90	o 47
8.90	o 46
8.90	o 45
8.90	o 44
8.90	o 43
8.90	o 42
8.90	o 41
8.90	o 40
8.90	o 39
8.90	o 38
8.90	o 37
8.90	o 36
8.94	o 35
8.99	o 34
11.84	o 33
11.85	o 32
11.85	o 31
11.85	o 30
11.85	o 29
11.85	o 28
11.85	o 27
11.85	o 26
11.85	o 25
11.94	o 24
13.01	o 23
17.82	o 22
17.83	o 21
17.87	o 20
33.26	o 19
67.13	o 18
460.90	o 17

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-41729-1149407458 -o ROOT/results/node61/solver-41729-1149407458 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41729-1149407458/instance-41729-1149407458.opb 529672714 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1848976/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=1400 CPUtime=0
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 206413729 1433600 122 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 350 127 93 232 0 115 0

[startup+10.0024 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1844128/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=6136 CPUtime=9.99
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 1393 0 0 0 995 4 0 0 25 0 1 0 206413729 6283264 1318 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 1534 1318 108 232 0 1299 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6136

[startup+20.0083 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1842784/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=10780 CPUtime=19.99
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 1729 0 0 0 1993 6 0 0 25 0 1 0 206413729 11038720 1654 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 2695 1654 108 232 0 2460 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10780

[startup+30.0143 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1841888/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=11556 CPUtime=30
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2039 0 0 0 2991 9 0 0 25 0 1 0 206413729 11833344 1867 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559364 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 2889 1867 108 232 0 2654 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 11556

[startup+40.0203 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1841568/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=11688 CPUtime=39.99
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2121 0 0 0 3989 10 0 0 25 0 1 0 206413729 11968512 1949 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558803 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 2922 1949 108 232 0 2687 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 11688

[startup+50.0262 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1841120/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=12584 CPUtime=50
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2392 0 0 0 4988 12 0 0 25 0 1 0 206413729 12886016 2027 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3146 2027 108 232 0 2911 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 12584

[startup+60.0322 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1841120/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=12712 CPUtime=60.01
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2446 0 0 0 5987 14 0 0 25 0 1 0 206413729 13017088 2081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3178 2081 108 232 0 2943 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 12712

[startup+70.0382 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1840800/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=12864 CPUtime=70.01
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2514 0 0 0 6985 16 0 0 25 0 1 0 206413729 13172736 2149 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3216 2149 108 232 0 2981 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 12864

[startup+80.0451 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1840416/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13156 CPUtime=80.02
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2614 0 0 0 7984 18 0 0 25 0 1 0 206413729 13471744 2249 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3289 2249 108 232 0 3054 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 13156

[startup+90.0501 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1839840/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13296 CPUtime=90.01
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2755 0 0 0 8982 19 0 0 25 0 1 0 206413729 13615104 2390 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3324 2390 108 232 0 3089 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 13296

[startup+100.056 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1839584/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13460 CPUtime=100.02
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2825 0 0 0 9981 21 0 0 25 0 1 0 206413729 13783040 2460 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3365 2460 108 232 0 3130 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 13460

[startup+110.062 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1839136/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13460 CPUtime=110.02
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 2948 0 0 0 10980 22 0 0 25 0 1 0 206413729 13783040 2583 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3365 2583 108 232 0 3130 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 13460

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1838560/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13732 CPUtime=120.03
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 3091 0 0 0 11979 24 0 0 25 0 1 0 206413729 14061568 2726 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3433 2726 108 232 0 3198 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 13732

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 16338
/proc/meminfo: memFree=1838304/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=13732 CPUtime=130.03
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 3150 0 0 0 12978 25 0 0 25 0 1 0 206413729 14061568 2785 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3433 2785 108 232 0 3198 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 13732

[startup+140.08 s]
/proc/loadavg: 1.06 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1837728/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15412 CPUtime=140.03
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 3664 0 0 0 13977 26 0 0 25 0 1 0 206413729 15781888 2914 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3853 2914 108 232 0 3618 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 15412

[startup+150.086 s]
/proc/loadavg: 1.05 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1837280/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15412 CPUtime=150.03
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 3787 0 0 0 14975 28 0 0 25 0 1 0 206413729 15781888 3037 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3853 3037 108 232 0 3618 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 15412

[startup+160.092 s]
/proc/loadavg: 1.04 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1836448/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15688 CPUtime=160.03
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 3990 0 0 0 15974 29 0 0 25 0 1 0 206413729 16064512 3240 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3922 3240 108 232 0 3687 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 15688

[startup+170.098 s]
/proc/loadavg: 1.04 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1836128/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15688 CPUtime=170.04
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 4068 0 0 0 16974 30 0 0 25 0 1 0 206413729 16064512 3318 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3922 3318 108 232 0 3687 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 15688

[startup+180.104 s]
/proc/loadavg: 1.03 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1836064/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15820 CPUtime=180.05
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 4087 0 0 0 17974 31 0 0 25 0 1 0 206413729 16199680 3337 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3955 3337 108 232 0 3720 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 15820

[startup+190.11 s]
/proc/loadavg: 1.03 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1835424/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=15964 CPUtime=190.05
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 4231 0 0 0 18973 32 0 0 25 0 1 0 206413729 16347136 3481 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 3991 3481 108 232 0 3756 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 15964

[startup+200.116 s]
/proc/loadavg: 1.02 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1835104/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=24156 CPUtime=200.05
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 4318 0 0 0 19972 33 0 0 25 0 1 0 206413729 24735744 3568 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 6039 3568 108 232 0 5804 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 24156

[startup+210.121 s]
/proc/loadavg: 1.02 0.99 0.98 2/64 16338
/proc/meminfo: memFree=1834656/2055920 swapFree=4180908/4192956

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

/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11837 0 0 0 177974 179 0 0 25 0 1 0 206413729 44150784 8781 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8781 108 232 0 10544 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 43116

[startup+1783.07 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813728/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1782.53
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11838 0 0 0 178074 179 0 0 25 0 1 0 206413729 44150784 8782 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8782 108 232 0 10544 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 43116

[startup+1784.07 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813728/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1783.53
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11845 0 0 0 178174 179 0 0 25 0 1 0 206413729 44150784 8789 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558835 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8789 108 232 0 10544 0
Current children cumulated CPU time (s) 1783.53
Current children cumulated vsize (Kb) 43116

[startup+1785.07 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813728/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1784.54
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11846 0 0 0 178275 179 0 0 25 0 1 0 206413729 44150784 8790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8790 108 232 0 10544 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 43116

[startup+1786.08 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1785.54
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11847 0 0 0 178375 179 0 0 25 0 1 0 206413729 44150784 8791 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8791 108 232 0 10544 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (Kb) 43116

[startup+1787.08 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1786.54
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11848 0 0 0 178475 179 0 0 25 0 1 0 206413729 44150784 8792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8792 108 232 0 10544 0
Current children cumulated CPU time (s) 1786.54
Current children cumulated vsize (Kb) 43116

[startup+1788.09 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1787.55
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11848 0 0 0 178576 179 0 0 25 0 1 0 206413729 44150784 8792 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8792 108 232 0 10544 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (Kb) 43116

[startup+1789.09 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1788.55
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11849 0 0 0 178676 179 0 0 25 0 1 0 206413729 44150784 8793 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8793 108 232 0 10544 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (Kb) 43116

[startup+1790.1 s]
/proc/loadavg: 1.00 0.99 0.98 3/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1789.56
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11851 0 0 0 178777 179 0 0 25 0 1 0 206413729 44150784 8795 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8795 108 232 0 10544 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (Kb) 43116

[startup+1791.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1790.57
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11852 0 0 0 178877 180 0 0 25 0 1 0 206413729 44150784 8796 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8796 108 232 0 10544 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 43116

[startup+1792.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1791.58
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11853 0 0 0 178978 180 0 0 25 0 1 0 206413729 44150784 8797 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8797 108 232 0 10544 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 43116

[startup+1793.11 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1792.58
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11853 0 0 0 179078 180 0 0 25 0 1 0 206413729 44150784 8797 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8797 108 232 0 10544 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 43116

[startup+1794.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1793.58
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11854 0 0 0 179178 180 0 0 25 0 1 0 206413729 44150784 8798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8798 108 232 0 10544 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 43116

[startup+1795.12 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1794.59
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11856 0 0 0 179279 180 0 0 25 0 1 0 206413729 44150784 8800 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8800 108 232 0 10544 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 43116

[startup+1796.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1795.59
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11857 0 0 0 179379 180 0 0 25 0 1 0 206413729 44150784 8801 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8801 108 232 0 10544 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (Kb) 43116

[startup+1797.13 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1796.6
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11858 0 0 0 179480 180 0 0 25 0 1 0 206413729 44150784 8802 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8802 108 232 0 10544 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 43116

[startup+1798.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1797.6
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11859 0 0 0 179580 180 0 0 25 0 1 0 206413729 44150784 8803 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8803 108 232 0 10544 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 43116

[startup+1799.14 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813664/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1798.61
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11859 0 0 0 179681 180 0 0 25 0 1 0 206413729 44150784 8803 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8803 108 232 0 10544 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 43116

[startup+1800.15 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813600/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1799.61
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11860 0 0 0 179781 180 0 0 25 0 1 0 206413729 44150784 8804 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8804 108 232 0 10544 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 43116

[startup+1801.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813600/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1800.62
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11861 0 0 0 179882 180 0 0 25 0 1 0 206413729 44150784 8805 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8805 108 232 0 10544 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 43116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 0.99 0.98 2/64 16533
/proc/meminfo: memFree=1813600/2055920 swapFree=4180908/4192956
[pid=16338] ppid=16336 vsize=43116 CPUtime=1800.62
/proc/16338/stat : 16338 (PBS4L) R 16336 16338 16292 0 -1 4194304 11861 0 0 0 179882 180 0 0 25 0 1 0 206413729 44150784 8805 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16338/statm: 10779 8805 108 232 0 10544 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 43116

Sending SIGTERM to -16338
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.17
CPU time (s): 1800.64
CPU user time (s): 1798.82
CPU system time (s): 1.81272
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (Kb): 43116
The end

Launcher Data (download as text)

Begin job on node61 on Sun Jun  4 07:50:58 UTC 2006


FILE ID= 41729-1149407458

PBS_JOBID= 314490

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41729-1149407458/instance-41729-1149407458.opb 529672714
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-41729-1149407458 -o ROOT/results/node61/solver-41729-1149407458 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node61/41729-1149407458/instance-41729-1149407458.opb 529672714

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  3b68d80e8ba1b8a702f9c691105ea9d4

RANDOM SEED= 529672714


/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:       1849248 kB
Buffers:         15144 kB
Cached:         134020 kB
SwapCached:       3632 kB
Active:          29572 kB
Inactive:       128212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849248 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            35108 kB
Committed_AS:   420500 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 node61 on Sun Jun  4 08:21:00 UTC 2006