Trace number 50470

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.74 1801.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUMe965a77006f54aa5fb414d88d571084c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.038993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables99
Total number of constraints50
Number of constraints which are clauses50
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 99
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 99
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 99
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/node40/50470-1154084713/instance-50470-1154084713.opb ......
0.00	c done parsing opb.
0.00	o 98
0.00	o 97
0.00	o 96
0.00	o 95
0.00	o 94
0.00	o 93
0.00	o 92
0.00	o 91
0.00	o 90
0.00	o 89
0.00	o 88
0.00	o 87
0.00	o 86
0.00	o 85
0.00	o 84
0.00	o 83
0.00	o 82
0.00	o 81
0.00	o 80
0.00	o 79
0.00	o 78
0.00	o 77
0.00	o 76
0.00	o 75
0.00	o 74
0.00	o 73
0.00	o 72
0.00	o 71
0.00	o 70
0.00	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.01	o 21
0.01	o 20
0.01	o 19
0.01	o 18
0.01	o 17
0.01	o 16
0.01	o 15
0.01	o 14
0.01	o 13
0.01	o 12
0.01	o 11
0.67	o 10
3.42	o 9

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/node40/watcher-50470-1154084713 -o ROOT/results/node40/solver-50470-1154084713 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/50470-1154084713/instance-50470-1154084713.opb 888623902 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1508920/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=1400 CPUtime=0
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 155342406 1433600 123 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 350 123 100 232 0 115 0

[startup+10.0031 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1504592/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=7096 CPUtime=9.99
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 1351 0 0 0 994 5 0 0 25 0 1 0 155342406 7266304 1186 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 1774 1186 107 232 0 1539 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7096

[startup+20.0094 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1503056/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=8464 CPUtime=20
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 1906 0 0 0 1991 9 0 0 25 0 1 0 155342406 8667136 1548 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558878 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 2116 1548 107 232 0 1881 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 8464

[startup+30.0157 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1501968/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=12992 CPUtime=29.99
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 2255 0 0 0 2988 11 0 0 25 0 1 0 155342406 13303808 1897 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3248 1897 107 232 0 3013 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 12992

[startup+40.022 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1500624/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=13296 CPUtime=40
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 2587 0 0 0 3986 14 0 0 25 0 1 0 155342406 13615104 2229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3324 2229 107 232 0 3089 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 13296

[startup+50.0283 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1499728/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=13604 CPUtime=50
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 2812 0 0 0 4984 16 0 0 25 0 1 0 155342406 13930496 2454 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3401 2454 107 232 0 3166 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 13604

[startup+60.0346 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1498896/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=13772 CPUtime=60
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 3017 0 0 0 5981 19 0 0 25 0 1 0 155342406 14102528 2659 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3443 2659 107 232 0 3208 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 13772

[startup+70.0419 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1497936/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=15500 CPUtime=70.01
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 3639 0 0 0 6980 21 0 0 25 0 1 0 155342406 15872000 2896 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3875 2896 107 232 0 3640 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 15500

[startup+80.0482 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1497104/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=15816 CPUtime=80.02
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 3843 0 0 0 7979 23 0 0 25 0 1 0 155342406 16195584 3100 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 3954 3100 107 232 0 3719 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 15816

[startup+90.0545 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1496080/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=16352 CPUtime=90.01
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 4095 0 0 0 8976 25 0 0 25 0 1 0 155342406 16744448 3352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 4088 3352 107 232 0 3853 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 16352

[startup+100.061 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1495056/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=16704 CPUtime=100.02
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 4348 0 0 0 9975 27 0 0 25 0 1 0 155342406 17104896 3605 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 4176 3605 107 232 0 3941 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 16704

[startup+110.067 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1494288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=25028 CPUtime=110.02
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 4549 0 0 0 10973 29 0 0 25 0 1 0 155342406 25628672 3806 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6257 3806 107 232 0 6022 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 25028

[startup+120.073 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1493584/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=25220 CPUtime=120.03
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 4729 0 0 0 11972 31 0 0 25 0 1 0 155342406 25825280 3986 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6305 3986 107 232 0 6070 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 25220

[startup+130.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1492880/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=25220 CPUtime=130.04
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 4899 0 0 0 12971 33 0 0 25 0 1 0 155342406 25825280 4156 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6305 4156 107 232 0 6070 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 25220

[startup+140.086 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1492176/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=25544 CPUtime=140.04
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5067 0 0 0 13970 34 0 0 25 0 1 0 155342406 26157056 4324 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6386 4324 107 232 0 6151 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 25544

[startup+150.092 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1491600/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=25736 CPUtime=150.04
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5215 0 0 0 14969 35 0 0 25 0 1 0 155342406 26353664 4472 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6434 4472 107 232 0 6199 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 25736

[startup+160.099 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1490640/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=26384 CPUtime=160.04
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5456 0 0 0 15968 36 0 0 25 0 1 0 155342406 27017216 4713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6596 4713 107 232 0 6361 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 26384

[startup+170.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1490256/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=26648 CPUtime=170.04
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5558 0 0 0 16966 38 0 0 25 0 1 0 155342406 27287552 4815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6662 4815 107 232 0 6427 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 26648

[startup+180.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1489808/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=26828 CPUtime=180.05
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5656 0 0 0 17965 40 0 0 25 0 1 0 155342406 27471872 4913 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6707 4913 107 232 0 6472 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 26828

[startup+190.117 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1489104/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=27284 CPUtime=190.05
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 5845 0 0 0 18964 41 0 0 25 0 1 0 155342406 27938816 5102 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6821 5102 107 232 0 6586 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 27284

[startup+200.124 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1488400/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=27284 CPUtime=200.05
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 6008 0 0 0 19963 42 0 0 25 0 1 0 155342406 27938816 5265 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 6821 5265 107 232 0 6586 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 27284

[startup+210.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517

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

/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19444 0 0 0 177984 178 0 0 25 0 1 0 155342406 102989824 15637 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15637 107 232 0 24909 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 100576

[startup+1783.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446672/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1782.63
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19448 0 0 0 178085 178 0 0 25 0 1 0 155342406 102989824 15641 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15641 107 232 0 24909 0
Current children cumulated CPU time (s) 1782.63
Current children cumulated vsize (Kb) 100576

[startup+1784.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446672/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1783.63
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19455 0 0 0 178185 178 0 0 25 0 1 0 155342406 102989824 15648 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15648 107 232 0 24909 0
Current children cumulated CPU time (s) 1783.63
Current children cumulated vsize (Kb) 100576

[startup+1785.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446672/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1784.64
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19465 0 0 0 178286 178 0 0 25 0 1 0 155342406 102989824 15658 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15658 107 232 0 24909 0
Current children cumulated CPU time (s) 1784.64
Current children cumulated vsize (Kb) 100576

[startup+1786.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446608/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1785.65
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19479 0 0 0 178386 179 0 0 25 0 1 0 155342406 102989824 15672 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15672 107 232 0 24909 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (Kb) 100576

[startup+1787.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446544/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1786.65
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19497 0 0 0 178486 179 0 0 25 0 1 0 155342406 102989824 15690 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15690 107 232 0 24909 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (Kb) 100576

[startup+1788.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446544/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1787.66
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19500 0 0 0 178587 179 0 0 25 0 1 0 155342406 102989824 15693 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15693 107 232 0 24909 0
Current children cumulated CPU time (s) 1787.66
Current children cumulated vsize (Kb) 100576

[startup+1789.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446480/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1788.66
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19503 0 0 0 178687 179 0 0 25 0 1 0 155342406 102989824 15696 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15696 107 232 0 24909 0
Current children cumulated CPU time (s) 1788.66
Current children cumulated vsize (Kb) 100576

[startup+1790.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446480/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100576 CPUtime=1789.67
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19506 0 0 0 178788 179 0 0 25 0 1 0 155342406 102989824 15699 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25144 15699 107 232 0 24909 0
Current children cumulated CPU time (s) 1789.67
Current children cumulated vsize (Kb) 100576

[startup+1791.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100832 CPUtime=1790.67
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19585 0 0 0 178888 179 0 0 25 0 1 0 155342406 103251968 15713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25208 15713 107 232 0 24973 0
Current children cumulated CPU time (s) 1790.67
Current children cumulated vsize (Kb) 100832

[startup+1792.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100832 CPUtime=1791.68
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19591 0 0 0 178989 179 0 0 25 0 1 0 155342406 103251968 15719 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25208 15719 107 232 0 24973 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (Kb) 100832

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100832 CPUtime=1792.68
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19596 0 0 0 179089 179 0 0 25 0 1 0 155342406 103251968 15724 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25208 15724 107 232 0 24973 0
Current children cumulated CPU time (s) 1792.68
Current children cumulated vsize (Kb) 100832

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=100832 CPUtime=1793.68
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19598 0 0 0 179189 179 0 0 25 0 1 0 155342406 103251968 15726 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25208 15726 107 232 0 24973 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (Kb) 100832

[startup+1795.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1794.69
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19618 0 0 0 179290 179 0 0 25 0 1 0 155342406 103542784 15746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15746 107 232 0 25044 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (Kb) 101116

[startup+1796.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1795.7
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19621 0 0 0 179390 180 0 0 25 0 1 0 155342406 103542784 15749 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15749 107 232 0 25044 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (Kb) 101116

[startup+1797.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1796.7
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19621 0 0 0 179490 180 0 0 25 0 1 0 155342406 103542784 15749 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15749 107 232 0 25044 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (Kb) 101116

[startup+1798.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1797.71
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19622 0 0 0 179591 180 0 0 25 0 1 0 155342406 103542784 15750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15750 107 232 0 25044 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (Kb) 101116

[startup+1799.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1798.71
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19622 0 0 0 179691 180 0 0 25 0 1 0 155342406 103542784 15750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15750 107 232 0 25044 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (Kb) 101116

[startup+1800.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1799.71
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19623 0 0 0 179791 180 0 0 25 0 1 0 155342406 103542784 15751 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550685 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15751 107 232 0 25044 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 101116

[startup+1801.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1800.72
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19625 0 0 0 179892 180 0 0 25 0 1 0 155342406 103542784 15753 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15753 107 232 0 25044 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 101116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 15517
/proc/meminfo: memFree=1446288/2055920 swapFree=4183148/4192956
[pid=15517] ppid=15515 vsize=101116 CPUtime=1800.72
/proc/15517/stat : 15517 (PBS4L) R 15515 15517 15468 0 -1 4194304 19625 0 0 0 179892 180 0 0 25 0 1 0 155342406 103542784 15753 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/15517/statm: 25279 15753 107 232 0 25044 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 101116

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.26
CPU time (s): 1800.74
CPU user time (s): 1798.93
CPU system time (s): 1.81372
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (Kb): 101116
The end

Launcher Data (download as text)

Begin job on node40 on Fri Jul 28 11:05:13 UTC 2006


FILE ID= 50470-1154084713

PBS_JOBID= 885280

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  e965a77006f54aa5fb414d88d571084c

RANDOM SEED= 888623902

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.245
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.245
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:       1509128 kB
Buffers:         24152 kB
Cached:         453616 kB
SwapCached:       3672 kB
Active:          32112 kB
Inactive:       454300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509128 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            46484 kB
Committed_AS:   572392 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node40 on Fri Jul 28 11:35:15 UTC 2006