Trace number 50518

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.76 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark3.56246
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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/node26/50518-1154095578/instance-50518-1154095578.opb ......
0.01	c done parsing opb.
0.01	o 100
0.01	o 99
0.01	o 98
0.01	o 97
0.01	o 96
0.01	o 95
0.01	o 94
0.01	o 93
0.01	o 92
0.01	o 91
0.01	o 90
0.01	o 89
0.01	o 88
0.01	o 87
0.01	o 86
0.01	o 85
0.01	o 84
0.01	o 83
0.01	o 82
0.01	o 81
0.01	o 80
0.01	o 79
0.01	o 78
0.01	o 77
0.01	o 76
0.01	o 75
0.01	o 74
0.01	o 73
0.01	o 72
0.01	o 71
0.01	o 70
0.01	o 69
0.01	o 68
0.01	o 67
0.01	o 66
0.01	o 65
0.01	o 64
0.01	o 63
0.01	o 62
0.01	o 61
0.01	o 60
0.01	o 59
0.01	o 58
0.01	o 57
0.01	o 56
0.01	o 55
0.01	o 54
0.01	o 53
0.01	o 52
0.01	o 51
0.01	o 50
0.01	o 49
0.01	o 48
0.01	o 47
0.01	o 46
0.01	o 45
0.01	o 44
0.01	o 43
0.01	o 42
0.01	o 41
0.01	o 40
0.01	o 39
0.01	o 38
0.01	o 37
0.01	o 36
0.01	o 35
0.01	o 34
0.01	o 33
0.01	o 32
0.01	o 31
0.01	o 30
0.01	o 29
0.01	o 28
0.01	o 27
0.01	o 26
0.01	o 25
0.01	o 24
0.01	o 23
0.01	o 22
0.02	o 21
0.02	o 20
0.02	o 19
0.02	o 18
0.02	o 17
0.02	o 16
0.02	o 15
0.02	o 14
0.02	o 13
0.02	o 12
0.02	o 11
0.02	o 10
0.02	o 9
0.02	o 8
0.02	o 7
0.02	o 6
86.45	o 5

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/node26/watcher-50518-1154095578 -o ROOT/results/node26/solver-50518-1154095578 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/50518-1154095578/instance-50518-1154095578.opb 415676432 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1276536/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=1400 CPUtime=0
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 156417843 1433600 111 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599020 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 350 112 90 232 0 115 0

[startup+10.0016 s]
/proc/loadavg: 0.93 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1272384/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=6964 CPUtime=9.99
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 1337 0 0 0 996 3 0 0 25 0 1 0 156417843 7131136 1168 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 1741 1168 107 232 0 1506 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6964

[startup+20.0076 s]
/proc/loadavg: 0.94 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1271552/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=7380 CPUtime=19.99
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 1576 0 0 0 1993 6 0 0 25 0 1 0 156417843 7557120 1407 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 1845 1407 107 232 0 1610 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 7380

[startup+30.0146 s]
/proc/loadavg: 0.95 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1270592/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=7696 CPUtime=29.99
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 1825 0 0 0 2991 8 0 0 25 0 1 0 156417843 7880704 1656 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 1924 1656 107 232 0 1689 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 7696

[startup+40.0206 s]
/proc/loadavg: 0.95 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1269696/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=12692 CPUtime=40
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 2257 0 0 0 3989 11 0 0 25 0 1 0 156417843 12996608 1895 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3173 1895 107 232 0 2938 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 12692

[startup+50.0276 s]
/proc/loadavg: 0.96 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1268864/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=12884 CPUtime=50.01
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 2488 0 0 0 4988 13 0 0 25 0 1 0 156417843 13193216 2126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558821 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3221 2126 107 232 0 2986 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 12884

[startup+60.0336 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1268096/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=13076 CPUtime=60.01
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 2692 0 0 0 5987 14 0 0 25 0 1 0 156417843 13389824 2330 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3269 2330 107 232 0 3034 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 13076

[startup+70.0396 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1267328/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=13380 CPUtime=70.01
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 2885 0 0 0 6986 15 0 0 25 0 1 0 156417843 13701120 2523 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3345 2523 107 232 0 3110 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 13380

[startup+80.0456 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1266496/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=13740 CPUtime=80.02
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 3085 0 0 0 7985 17 0 0 25 0 1 0 156417843 14069760 2723 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550377 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3435 2723 107 232 0 3200 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 13740

[startup+90.0516 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1265728/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=13932 CPUtime=90.02
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 3280 0 0 0 8984 18 0 0 25 0 1 0 156417843 14266368 2918 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3483 2918 107 232 0 3248 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 13932

[startup+100.058 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1265280/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=14124 CPUtime=100.02
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 3400 0 0 0 9983 19 0 0 25 0 1 0 156417843 14462976 3038 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3531 3038 107 232 0 3296 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 14124

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1264704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=14256 CPUtime=110.03
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 3546 0 0 0 10983 20 0 0 25 0 1 0 156417843 14598144 3184 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3564 3184 107 232 0 3329 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 14256

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1264192/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=14256 CPUtime=120.03
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 3674 0 0 0 11982 21 0 0 25 0 1 0 156417843 14598144 3312 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 3564 3312 107 232 0 3329 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 14256

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1263744/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24308 CPUtime=130.04
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4165 0 0 0 12982 22 0 0 25 0 1 0 156417843 24891392 3418 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6077 3418 107 232 0 5842 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 24308

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1263168/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24440 CPUtime=140.03
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4298 0 0 0 13981 22 0 0 25 0 1 0 156417843 25026560 3551 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6110 3551 107 232 0 5875 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 24440

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1262848/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24440 CPUtime=150.04
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4391 0 0 0 14981 23 0 0 25 0 1 0 156417843 25026560 3644 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6110 3644 107 232 0 5875 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 24440

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1262336/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24572 CPUtime=160.04
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4516 0 0 0 15981 23 0 0 25 0 1 0 156417843 25161728 3769 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6143 3769 107 232 0 5908 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 24572

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1261888/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24704 CPUtime=170.05
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4632 0 0 0 16981 24 0 0 25 0 1 0 156417843 25296896 3885 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559731 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6176 3885 107 232 0 5941 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 24704

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1261376/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=24968 CPUtime=180.05
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4750 0 0 0 17980 25 0 0 25 0 1 0 156417843 25567232 4003 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6242 4003 107 232 0 6007 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 24968

[startup+190.112 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1260800/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=25232 CPUtime=190.06
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4893 0 0 0 18980 26 0 0 25 0 1 0 156417843 25837568 4146 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6308 4146 107 232 0 6073 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 25232

[startup+200.118 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1260480/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=25232 CPUtime=200.05
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 4979 0 0 0 19979 26 0 0 25 0 1 0 156417843 25837568 4232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558877 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 6308 4232 107 232 0 6073 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 25232

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434

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

/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15086 0 0 0 178068 97 0 0 25 0 1 0 156417843 89391104 13075 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13075 107 232 0 21589 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (Kb) 87296

[startup+1783.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224896/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1782.65
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15089 0 0 0 178168 97 0 0 25 0 1 0 156417843 89391104 13078 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13078 107 232 0 21589 0
Current children cumulated CPU time (s) 1782.65
Current children cumulated vsize (Kb) 87296

[startup+1784.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224896/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1783.66
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15094 0 0 0 178269 97 0 0 25 0 1 0 156417843 89391104 13083 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13083 107 232 0 21589 0
Current children cumulated CPU time (s) 1783.66
Current children cumulated vsize (Kb) 87296

[startup+1785.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224896/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1784.66
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15097 0 0 0 178369 97 0 0 25 0 1 0 156417843 89391104 13086 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558841 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13086 107 232 0 21589 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (Kb) 87296

[startup+1786.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224832/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1785.67
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15101 0 0 0 178470 97 0 0 25 0 1 0 156417843 89391104 13090 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13090 107 232 0 21589 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (Kb) 87296

[startup+1787.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224832/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1786.67
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15104 0 0 0 178570 97 0 0 25 0 1 0 156417843 89391104 13093 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558878 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13093 107 232 0 21589 0
Current children cumulated CPU time (s) 1786.67
Current children cumulated vsize (Kb) 87296

[startup+1788.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224832/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1787.68
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15107 0 0 0 178670 98 0 0 25 0 1 0 156417843 89391104 13096 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13096 107 232 0 21589 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (Kb) 87296

[startup+1789.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224832/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1788.69
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15112 0 0 0 178771 98 0 0 25 0 1 0 156417843 89391104 13101 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13101 107 232 0 21589 0
Current children cumulated CPU time (s) 1788.69
Current children cumulated vsize (Kb) 87296

[startup+1790.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224832/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1789.69
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15115 0 0 0 178871 98 0 0 25 0 1 0 156417843 89391104 13104 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13104 107 232 0 21589 0
Current children cumulated CPU time (s) 1789.69
Current children cumulated vsize (Kb) 87296

[startup+1791.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224768/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1790.7
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15119 0 0 0 178972 98 0 0 25 0 1 0 156417843 89391104 13108 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13108 107 232 0 21589 0
Current children cumulated CPU time (s) 1790.7
Current children cumulated vsize (Kb) 87296

[startup+1792.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224768/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1791.7
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15122 0 0 0 179072 98 0 0 25 0 1 0 156417843 89391104 13111 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13111 107 232 0 21589 0
Current children cumulated CPU time (s) 1791.7
Current children cumulated vsize (Kb) 87296

[startup+1793.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224768/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1792.7
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15126 0 0 0 179172 98 0 0 25 0 1 0 156417843 89391104 13115 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13115 107 232 0 21589 0
Current children cumulated CPU time (s) 1792.7
Current children cumulated vsize (Kb) 87296

[startup+1794.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224768/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1793.71
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15129 0 0 0 179273 98 0 0 25 0 1 0 156417843 89391104 13118 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13118 107 232 0 21589 0
Current children cumulated CPU time (s) 1793.71
Current children cumulated vsize (Kb) 87296

[startup+1795.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1794.71
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15132 0 0 0 179373 98 0 0 25 0 1 0 156417843 89391104 13121 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13121 107 232 0 21589 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (Kb) 87296

[startup+1796.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1795.72
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15136 0 0 0 179474 98 0 0 25 0 1 0 156417843 89391104 13125 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13125 107 232 0 21589 0
Current children cumulated CPU time (s) 1795.72
Current children cumulated vsize (Kb) 87296

[startup+1797.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1796.72
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15139 0 0 0 179574 98 0 0 25 0 1 0 156417843 89391104 13128 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13128 107 232 0 21589 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (Kb) 87296

[startup+1798.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1797.72
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15143 0 0 0 179674 98 0 0 25 0 1 0 156417843 89391104 13132 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13132 107 232 0 21589 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 87296

[startup+1799.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224704/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1798.73
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15146 0 0 0 179775 98 0 0 25 0 1 0 156417843 89391104 13135 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13135 107 232 0 21589 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (Kb) 87296

[startup+1800.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224640/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1799.73
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15149 0 0 0 179875 98 0 0 25 0 1 0 156417843 89391104 13138 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13138 107 232 0 21589 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (Kb) 87296

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224640/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1800.74
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15157 0 0 0 179976 98 0 0 25 0 1 0 156417843 89391104 13146 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13146 107 232 0 21589 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 87296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 26434
/proc/meminfo: memFree=1224640/2055920 swapFree=4177816/4192956
[pid=26434] ppid=26432 vsize=87296 CPUtime=1800.74
/proc/26434/stat : 26434 (PBS4L) R 26432 26434 26385 0 -1 4194304 15157 0 0 0 179976 98 0 0 25 0 1 0 156417843 89391104 13146 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558828 0 0 4096 0 0 0 0 17 1 0 0
/proc/26434/statm: 21824 13146 107 232 0 21589 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 87296

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.22
CPU time (s): 1800.76
CPU user time (s): 1799.77
CPU system time (s): 0.996848
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (Kb): 87296
The end

Launcher Data (download as text)

Begin job on node26 on Fri Jul 28 14:06:18 UTC 2006


FILE ID= 50518-1154095578

PBS_JOBID= 885904

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/50518-1154095578/instance-50518-1154095578.opb 415676432
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-50518-1154095578 -o ROOT/results/node26/solver-50518-1154095578 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node26/50518-1154095578/instance-50518-1154095578.opb 415676432

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  28e00d9d9bb0c4a536b74577b47a7849

RANDOM SEED= 415676432

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.225
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.225
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:       1276744 kB
Buffers:         38160 kB
Cached:         657788 kB
SwapCached:       8804 kB
Active:         132968 kB
Inactive:       577044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276744 kB
SwapTotal:     4192956 kB
SwapFree:      4177816 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            55188 kB
Committed_AS:   713600 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 node26 on Fri Jul 28 14:36:19 UTC 2006