Trace number 1876315

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
wbo 1.0OPT5 124.377 124.697

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_20_20.r.opb
MD5SUMa0250fc6809d30108f7d11f1d27eb358
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 benchmark1.62475
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 variables50
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 constraint20
Maximum length of a constraint20
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1876315-1245172543.opb.
0.00/0.00	c Instance file HOME/instance-1876315-1245172543.opb
0.00/0.00	c File size is 14897 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      50                                                  |
0.00/0.00	c |  Number Clauses:        150                                                 |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c core #1
0.00/0.00	c Core size: 21	Core Weight: 1	Total Weight: 1
0.00/0.00	c Elapsed CPU time: 0.001999 s	Remaining CPU time: 1800 s
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      40      151     2060 |     5000        0    nan |  0.000 % |
0.00/0.00	c ===============================================================================
0.00/0.00	c core #2
0.00/0.00	c Core size: 44	Core Weight: 1	Total Weight: 2
0.00/0.00	c Elapsed CPU time: 0.002999 s	Remaining CPU time: 1800 s
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     106      152     2165 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       104 |     105      152     2165 |     5500       15     24 |  3.678 % |
0.00/0.01	c ===============================================================================
0.00/0.01	c core #3
0.00/0.01	c Core size: 86	Core Weight: 1	Total Weight: 3
0.00/0.01	c Elapsed CPU time: 0.008998 s	Remaining CPU time: 1799.99 s
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     159      153     2268 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       106 |     159      153     2268 |     5500      106     45 |  0.004 % |
0.02/0.02	c |       256 |     159      153     2268 |     6050      256     42 |  0.004 % |
0.02/0.03	c |       481 |     159      153     2268 |     6655      481     40 |  0.004 % |
0.02/0.05	c |       821 |     159      153     2268 |     7320      821     36 |  0.004 % |
0.02/0.10	c |      1330 |     159      153     2268 |     8052     1330     35 |  0.004 % |
0.09/0.16	c |      2093 |     159      153     2268 |     8857     2093     33 |  0.004 % |
0.19/0.27	c |      3232 |     159      153     2268 |     9743     3232     30 |  0.004 % |
0.40/0.46	c |      4942 |     159      153     2268 |    10717     4942     29 |  0.004 % |
0.69/0.74	c |      7504 |     159      153     2268 |    11789     7504     28 |  0.004 % |
0.89/0.92	c ===============================================================================
0.89/0.97	c core #4
0.89/0.97	c Core size: 146	Core Weight: 1	Total Weight: 4
0.89/0.97	c Elapsed CPU time: 0.951855 s	Remaining CPU time: 1799.05 s
0.89/0.98	c ============================[ Search Statistics ]==============================
0.89/0.98	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.98	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.89/0.98	c ===============================================================================
0.89/0.98	c |         0 |     209      154     2368 |     5000        0    nan |  0.000 % |
0.89/0.99	c |       101 |     209      154     2368 |     5500      101     63 |  0.002 % |
0.89/0.99	c |       254 |     209      154     2368 |     6050      254     48 |  0.002 % |
0.99/1.01	c |       479 |     209      154     2368 |     6655      479     40 |  0.002 % |
0.99/1.03	c |       816 |     209      154     2368 |     7320      816     36 |  0.002 % |
0.99/1.06	c |      1322 |     209      154     2368 |     8052     1322     37 |  0.002 % |
1.10/1.13	c |      2083 |     209      154     2368 |     8857     2083     37 |  0.002 % |
1.19/1.23	c |      3223 |     209      154     2368 |     9743     3223     35 |  0.002 % |
1.40/1.41	c |      4932 |     209      154     2368 |    10717     4932     35 |  0.002 % |
1.70/1.71	c |      7497 |     209      154     2368 |    11789     7497     36 |  0.002 % |
2.28/2.30	c |     11344 |     209      154     2368 |    12968    11344     38 |  0.002 % |
3.19/3.22	c |     17111 |     209      154     2368 |    14265    10596     39 |  0.002 % |
4.68/4.73	c |     25765 |     209      154     2368 |    15692    12080     43 |  0.002 % |
7.59/7.62	c |     38739 |     209      154     2368 |    17261     9297     43 |  0.002 % |
12.40/12.46	c |     58201 |     209      154     2368 |    18987    11410     48 |  0.002 % |
20.48/20.50	c |     87395 |     209      154     2368 |    20886    11977     43 |  0.002 % |
33.98/34.06	c |    131184 |     209      154     2368 |    22974    13825     48 |  0.002 % |
55.76/55.98	c |    196868 |     209      154     2368 |    25272    21866     64 |  0.002 % |
96.58/96.98	c |    295395 |     209      154     2368 |    27799    18515     55 |  0.002 % |
117.57/117.99	c ===============================================================================
123.88/124.23	c core #5
123.88/124.23	c Core size: 153	Core Weight: 1	Total Weight: 5
123.88/124.24	c Elapsed CPU time: 122.857 s	Remaining CPU time: 1677.14 s
124.17/124.59	c ============================[ Search Statistics ]==============================
124.17/124.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
124.17/124.59	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
124.17/124.59	c ===============================================================================
124.17/124.59	c |         0 |     259      155     2468 |     5000        0    nan |  0.000 % |
124.28/124.66	c |       100 |     259      155     2468 |     5500      100     86 |  0.001 % |
124.28/124.66	c ===============================================================================
124.28/124.66	c Verified 155 original clauses.
124.28/124.66	c #cores: 5
124.28/124.66	c Final Weight: 5
124.28/124.66	o 5
124.28/124.66	s OPTIMUM FOUND
124.28/124.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50

Verifier Data

OK	5

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1876315-1245172543/watcher-1876315-1245172543 -o /tmp/evaluation-result-1876315-1245172543/solver-1876315-1245172543 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1876315-1245172543.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.77 2.00 2.01 3/73 2337
/proc/meminfo: memFree=1828632/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=2392 CPUtime=0
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 200 0 0 0 0 0 0 0 21 0 1 0 184853008 2449408 180 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 598 180 135 292 0 303 0

[startup+0.0237629 s]
/proc/loadavg: 1.77 2.00 2.01 3/73 2337
/proc/meminfo: memFree=1828632/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=2524 CPUtime=0.02
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 228 0 0 0 2 0 0 0 21 0 1 0 184853008 2584576 208 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 631 208 136 292 0 336 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2524

[startup+0.102808 s]
/proc/loadavg: 1.77 2.00 2.01 3/73 2337
/proc/meminfo: memFree=1828632/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=2920 CPUtime=0.09
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 325 0 0 0 9 0 0 0 21 0 1 0 184853008 2990080 305 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 730 306 136 292 0 435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2920

[startup+0.308785 s]
/proc/loadavg: 1.77 2.00 2.01 3/73 2337
/proc/meminfo: memFree=1828632/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=3712 CPUtime=0.29
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 528 0 0 0 29 0 0 0 24 0 1 0 184853008 3801088 508 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 928 508 136 292 0 633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3712

[startup+0.704739 s]
/proc/loadavg: 1.77 2.00 2.01 3/73 2337
/proc/meminfo: memFree=1828632/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=5032 CPUtime=0.69
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 856 0 0 0 68 1 0 0 25 0 1 0 184853008 5152768 836 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 1258 836 136 292 0 963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5032

[startup+1.50193 s]
/proc/loadavg: 1.77 2.00 2.01 4/74 2338
/proc/meminfo: memFree=1824848/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=5956 CPUtime=1.49
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 1078 0 0 0 145 4 0 0 25 0 1 0 184853008 6098944 1058 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 1489 1058 136 292 0 1194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5956

[startup+3.10889 s]
/proc/loadavg: 1.77 2.00 2.01 3/74 2338
/proc/meminfo: memFree=1823760/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=9164 CPUtime=3.09
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 1860 0 0 0 304 5 0 0 25 0 1 0 184853008 9383936 1840 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 2291 1840 136 292 0 1996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9164

[startup+6.30447 s]
/proc/loadavg: 1.87 2.01 2.02 3/74 2338
/proc/meminfo: memFree=1816592/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=15640 CPUtime=6.29
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 3506 0 0 0 620 9 0 0 25 0 1 0 184853008 16015360 3486 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 3910 3486 136 292 0 3615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15640

[startup+12.7112 s]
/proc/loadavg: 1.80 2.00 2.01 3/74 2338
/proc/meminfo: memFree=1805456/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=26400 CPUtime=12.69
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 6164 0 0 0 1254 15 0 0 25 0 1 0 184853008 27033600 6144 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 6600 6145 136 292 0 6305 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26400

[startup+25.5018 s]
/proc/loadavg: 1.62 1.95 1.99 2/74 2338
/proc/meminfo: memFree=1785104/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=45744 CPUtime=25.48
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 10985 0 0 0 2521 27 0 0 25 0 1 0 184853008 46841856 10965 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 11436 10965 136 292 0 11141 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45744

[startup+51.1017 s]
/proc/loadavg: 1.81 1.97 2.00 3/74 2338
/proc/meminfo: memFree=1748880/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=82244 CPUtime=50.98
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 20089 0 0 0 5046 52 0 0 25 0 1 0 184853008 84217856 20069 1992294400 134512640 135709839 4294956240 18446744073709551615 134573944 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 20561 20069 136 292 0 20266 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 82244

[startup+102.306 s]
/proc/loadavg: 1.93 1.97 2.00 4/74 2338
/proc/meminfo: memFree=1687056/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=143588 CPUtime=101.98
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 35396 0 0 0 10107 91 0 0 25 0 1 0 184853008 147034112 35376 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 35897 35376 136 292 0 35602 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 143588

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

[startup+115.103 s]
/proc/loadavg: 1.95 1.97 2.00 3/74 2338
/proc/meminfo: memFree=1674896/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=156224 CPUtime=114.77
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 38533 0 0 0 11375 102 0 0 25 0 1 0 184853008 159973376 38513 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 39056 38513 136 292 0 38761 0
Current children cumulated CPU time (s) 114.77
Current children cumulated vsize (KiB) 156224

[startup+121.502 s]
/proc/loadavg: 2.03 1.99 2.00 4/74 2338
/proc/meminfo: memFree=1660048/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170460 CPUtime=121.18
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42094 0 0 0 12012 106 0 0 25 0 1 0 184853008 174551040 42074 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42615 42074 136 292 0 42320 0
Current children cumulated CPU time (s) 121.18
Current children cumulated vsize (KiB) 170460

[startup+123.102 s]
/proc/loadavg: 2.11 2.00 2.01 2/74 2338
/proc/meminfo: memFree=1659984/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170460 CPUtime=122.78
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42095 0 0 0 12172 106 0 0 25 0 1 0 184853008 174551040 42075 1992294400 134512640 135709839 4294956240 18446744073709551615 134520152 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42615 42075 136 292 0 42320 0
Current children cumulated CPU time (s) 122.78
Current children cumulated vsize (KiB) 170460

[startup+123.906 s]
/proc/loadavg: 2.11 2.00 2.01 2/74 2338
/proc/meminfo: memFree=1659984/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170460 CPUtime=123.58
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42095 0 0 0 12252 106 0 0 25 0 1 0 184853008 174551040 42075 1992294400 134512640 135709839 4294956240 18446744073709551615 134583733 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42615 42075 136 292 0 42320 0
Current children cumulated CPU time (s) 123.58
Current children cumulated vsize (KiB) 170460

[startup+124.308 s]
/proc/loadavg: 2.11 2.00 2.01 3/74 2338
/proc/meminfo: memFree=1659984/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170460 CPUtime=123.98
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42106 0 0 0 12292 106 0 0 25 0 1 0 184853008 174551040 42086 1992294400 134512640 135709839 4294956240 18446744073709551615 135164462 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42615 42086 136 292 0 42320 0
Current children cumulated CPU time (s) 123.98
Current children cumulated vsize (KiB) 170460

[startup+124.502 s]
/proc/loadavg: 2.11 2.00 2.01 3/74 2338
/proc/meminfo: memFree=1659984/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170460 CPUtime=124.17
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42106 0 0 0 12311 106 0 0 25 0 1 0 184853008 174551040 42086 1992294400 134512640 135709839 4294956240 18446744073709551615 135162161 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42615 42086 136 292 0 42320 0
Current children cumulated CPU time (s) 124.17
Current children cumulated vsize (KiB) 170460

[startup+124.609 s]
/proc/loadavg: 2.11 2.00 2.01 3/74 2338
/proc/meminfo: memFree=1659984/2055920 swapFree=4192948/4192956
[pid=2337] ppid=2335 vsize=170296 CPUtime=124.28
/proc/2337/stat : 2337 (wbo) R 2335 2337 1946 0 -1 4194304 42106 0 0 0 12322 106 0 0 25 0 1 0 184853008 174383104 42058 1992294400 134512640 135709839 4294956240 18446744073709551615 135166305 0 0 4096 3 0 0 0 17 1 0 0
/proc/2337/statm: 42574 42058 136 292 0 42279 0
Current children cumulated CPU time (s) 124.28
Current children cumulated vsize (KiB) 170296

Child status: 0
Real time (s): 124.697
CPU time (s): 124.377
CPU user time (s): 123.285
CPU system time (s): 1.09183
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 170460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.285
system time used= 1.09183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1316

runsolver used 0.172973 second user time and 0.383941 second system time

The end

Launcher Data

Begin job on node85 at 2009-06-16 19:15:44
IDJOB=1876315
IDBENCH=2870
IDSOLVER=698
FILE ID=node85/1876315-1245172543
PBS_JOBID= 9363859
Free space on /tmp= 126844 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_20_20.r.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1876315-1245172543/watcher-1876315-1245172543 -o /tmp/evaluation-result-1876315-1245172543/solver-1876315-1245172543 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1876315-1245172543.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a0250fc6809d30108f7d11f1d27eb358
RANDOM SEED=531061487

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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	: 5931.00
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828864 kB
Buffers:         29772 kB
Cached:          97312 kB
SwapCached:          8 kB
Active:          49348 kB
Inactive:       107564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828864 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          41268 kB
Slab:            54980 kB
Committed_AS:   586072 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1876315-1245172543.opb

Free space on /tmp at the end= 126844 MiB
End job on node85 at 2009-06-16 19:17:49