Trace number 373396

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
Pueblo 1.4SAT70 1782.83 1783.6

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir08_area_opers.opb
MD5SUM47194cf421cbddfd6c2831e71c8b2458
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark1801.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables203287
Total number of constraints469077
Number of constraints which are clauses469077
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 constraint1023
Number of terms in the objective function 101248
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 101248
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101248
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	70

Conversion Script Data (download as text)

/tmp/evaluation/373396-1177187607/instance-373396-1177187607.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-373396-1177187607 -o ROOT/results/node13/solver-373396-1177187607 -C 1800 -W 3600 -M 1800 --output-limit 1,15 Pueblo /tmp/evaluation/373396-1177187607/instance-373396-1177187607.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.06 1.02 3/77 31936
/proc/meminfo: memFree=1765696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=2552 CPUtime=0
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 166678663 2613248 232 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 638 232 193 16 0 77 0

[startup+0.0192041 s]
/proc/loadavg: 1.15 1.06 1.02 3/77 31936
/proc/meminfo: memFree=1765696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=2952 CPUtime=0.01
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 371 0 0 0 1 0 0 0 18 0 1 0 166678663 3022848 341 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 738 341 193 16 0 177 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2952

[startup+0.101221 s]
/proc/loadavg: 1.15 1.06 1.02 3/77 31936
/proc/meminfo: memFree=1765696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=5216 CPUtime=0.09
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 939 0 0 0 9 0 0 0 18 0 1 0 166678663 5341184 909 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 1304 909 193 16 0 743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5216

[startup+0.301264 s]
/proc/loadavg: 1.15 1.06 1.02 3/77 31936
/proc/meminfo: memFree=1765696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=10412 CPUtime=0.29
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 2228 0 0 0 29 0 0 0 19 0 1 0 166678663 10661888 2198 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 2603 2198 193 16 0 2042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10412

[startup+0.701349 s]
/proc/loadavg: 1.15 1.06 1.02 3/77 31936
/proc/meminfo: memFree=1765696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=18004 CPUtime=0.69
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 4127 0 0 0 68 1 0 0 23 0 1 0 166678663 18436096 4097 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 4501 4097 199 16 0 3940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18004

[startup+1.50152 s]
/proc/loadavg: 1.14 1.06 1.02 2/78 31937
/proc/meminfo: memFree=1745144/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=30524 CPUtime=1.49
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 7259 0 0 0 146 3 0 0 25 0 1 0 166678663 31256576 7229 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 7631 7231 199 16 0 7070 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30524

[startup+3.10186 s]
/proc/loadavg: 1.14 1.06 1.02 2/78 31937
/proc/meminfo: memFree=1729208/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=48508 CPUtime=3.09
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 11773 0 0 0 303 6 0 0 25 0 1 0 166678663 49672192 11743 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12345047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 12127 11745 199 16 0 11566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48508

[startup+6.30154 s]
/proc/loadavg: 1.12 1.06 1.02 2/78 31937
/proc/meminfo: memFree=1696440/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=80080 CPUtime=6.29
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 19658 0 0 0 618 11 0 0 25 0 1 0 166678663 82001920 19628 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134546737 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 20020 19628 199 16 0 19459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80080

[startup+12.7019 s]
/proc/loadavg: 1.11 1.06 1.02 2/78 31937
/proc/meminfo: memFree=1662968/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=110820 CPUtime=12.69
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 1256330 0 0 0 915 354 0 0 25 0 1 0 166678663 113479680 25956 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 27705 25757 204 16 0 27144 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110820

[startup+25.5016 s]
/proc/loadavg: 1.10 1.06 1.02 2/78 31937
/proc/meminfo: memFree=1662904/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=110820 CPUtime=25.48
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 3926105 0 0 0 1460 1088 0 0 25 0 1 0 166678663 113479680 25948 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 27705 25956 204 16 0 27144 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110820

[startup+51.1011 s]
/proc/loadavg: 1.06 1.05 1.01 2/78 31937
/proc/meminfo: memFree=1663032/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=110820 CPUtime=51.07
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 9237826 0 0 0 2540 2567 0 0 25 0 1 0 166678663 113479680 25761 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 27705 25771 204 16 0 27144 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 110820

[startup+102.305 s]
/proc/loadavg: 1.02 1.04 1.01 2/78 31937
/proc/meminfo: memFree=1662456/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=111332 CPUtime=102.26
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 19869442 0 0 0 4705 5521 0 0 25 0 1 0 166678663 114003968 26001 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 27833 26011 204 16 0 27272 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 111332

[startup+162.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 31937
/proc/meminfo: memFree=1662520/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=111844 CPUtime=162.23
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 32312343 0 0 0 7240 8983 0 0 25 0 1 0 166678663 114528256 26030 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 27961 26040 205 16 0 27400 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111844

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31937
/proc/meminfo: memFree=1658680/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=115012 CPUtime=222.21
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 44763329 0 0 0 9785 12436 0 0 25 0 1 0 166678663 117772288 26779 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 28753 26789 205 16 0 28192 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 115012

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31937
/proc/meminfo: memFree=1653368/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=121568 CPUtime=282.18
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 57206474 0 0 0 12310 15908 0 0 25 0 1 0 166678663 124485632 28245 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 30392 28255 205 16 0 29831 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 121568

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31937
/proc/meminfo: memFree=1647416/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=126976 CPUtime=342.16
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 69655680 0 0 0 14844 19372 0 0 25 0 1 0 166678663 130023424 29802 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 31744 29802 205 16 0 31183 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 126976

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31939
/proc/meminfo: memFree=1641464/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=132368 CPUtime=402.15
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 82100874 0 0 0 17391 22824 0 0 25 0 1 0 166678663 135544832 31128 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134532446 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 33092 31138 205 16 0 32531 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 132368

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31939
/proc/meminfo: memFree=1633080/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140548 CPUtime=462.12
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93381391 0 0 0 20242 25970 0 0 25 0 1 0 166678663 143921152 33251 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134527942 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35137 33251 206 16 0 34576 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 140548

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1633144/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140548 CPUtime=522.1
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93381791 0 0 0 26139 26071 0 0 25 0 1 0 166678663 143921152 33251 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528563 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35137 33251 206 16 0 34576 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 140548

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1633208/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140740 CPUtime=582.08
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93381801 0 0 0 31877 26331 0 0 25 0 1 0 166678663 144117760 33261 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35185 33261 206 16 0 34624 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 140740

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1633208/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140740 CPUtime=642.06
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93381805 0 0 0 37476 26730 0 0 25 0 1 0 166678663 144117760 33265 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35185 33265 206 16 0 34624 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 140740


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

/proc/meminfo: memFree=1633016/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140740 CPUtime=822
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93382629 0 0 0 54815 27385 0 0 25 0 1 0 166678663 144117760 33281 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528544 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35185 33281 206 16 0 34624 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 140740

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1633016/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=881.97
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93382666 0 0 0 60693 27504 0 0 25 0 1 0 166678663 144314368 33318 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33318 206 16 0 34672 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 140932

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632824/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=941.94
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383075 0 0 0 66458 27736 0 0 25 0 1 0 166678663 144314368 33323 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528017 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33323 206 16 0 34672 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 140932

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632888/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1001.92
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383079 0 0 0 72353 27839 0 0 25 0 1 0 166678663 144314368 33327 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134557534 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33327 206 16 0 34672 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 140932

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632888/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1061.9
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383083 0 0 0 78248 27942 0 0 25 0 1 0 166678663 144314368 33331 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134558657 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33331 206 16 0 34672 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 140932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632952/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1121.88
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383087 0 0 0 84131 28057 0 0 25 0 1 0 166678663 144314368 33335 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33335 206 16 0 34672 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 140932

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632952/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1181.86
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383089 0 0 0 89668 28518 0 0 25 0 1 0 166678663 144314368 33337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528017 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33337 206 16 0 34672 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 140932

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31939
/proc/meminfo: memFree=1632952/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1241.84
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383093 0 0 0 95548 28636 0 0 25 0 1 0 166678663 144314368 33341 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528055 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33341 206 16 0 34672 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 140932

[startup+1302.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 31939
/proc/meminfo: memFree=1632888/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=140932 CPUtime=1301.83
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383097 0 0 0 101408 28775 0 0 25 0 1 0 166678663 144314368 33345 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35233 33345 206 16 0 34672 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 140932

[startup+1362.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 31939
/proc/meminfo: memFree=1632888/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=141188 CPUtime=1361.8
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383102 0 0 0 107299 28881 0 0 25 0 1 0 166678663 144576512 33350 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35297 33350 206 16 0 34736 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 141188

[startup+1422.31 s]
/proc/loadavg: 1.10 1.05 1.01 2/78 31939
/proc/meminfo: memFree=1632824/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=141188 CPUtime=1421.78
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383106 0 0 0 113145 29033 0 0 25 0 1 0 166678663 144576512 33354 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35297 33354 206 16 0 34736 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 141188

[startup+1482.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/78 31939
/proc/meminfo: memFree=1632760/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=141188 CPUtime=1481.75
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383107 0 0 0 118441 29734 0 0 25 0 1 0 166678663 144576512 33355 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35297 33355 206 16 0 34736 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 141188

[startup+1542.3 s]
/proc/loadavg: 1.06 1.05 1.01 2/78 31939
/proc/meminfo: memFree=1632952/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=141188 CPUtime=1541.73
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383108 0 0 0 123805 30368 0 0 25 0 1 0 166678663 144576512 33356 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35297 33356 206 16 0 34736 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 141188

[startup+1602.3 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 31939
/proc/meminfo: memFree=1632888/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=141188 CPUtime=1601.71
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383110 0 0 0 129448 30723 0 0 25 0 1 0 166678663 144576512 33358 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134528622 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35297 33358 206 16 0 34736 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 141188

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/84 32013
/proc/meminfo: memFree=1629696/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=143212 CPUtime=1661.65
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383595 0 0 0 134963 31202 0 0 25 0 1 0 166678663 146649088 33843 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35803 33843 206 16 0 35242 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 143212

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32137
/proc/meminfo: memFree=1630648/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=143344 CPUtime=1721.55
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383620 0 0 0 140121 32034 0 0 25 0 1 0 166678663 146784256 33868 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 35836 33868 206 16 0 35275 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 143344

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32137
/proc/meminfo: memFree=1629496/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=144496 CPUtime=1781.53
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383919 0 0 0 145408 32745 0 0 25 0 1 0 166678663 147963904 34167 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 36124 34167 206 16 0 35563 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 144496

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

[startup+1783.11 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32137
/proc/meminfo: memFree=1629432/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=144496 CPUtime=1782.33
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383922 0 0 0 145488 32745 0 0 25 0 1 0 166678663 147963904 34170 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134527993 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 36124 34170 206 16 0 35563 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 144496

[startup+1783.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32137
/proc/meminfo: memFree=1629432/2055920 swapFree=4159428/4192956
[pid=31936] ppid=31934 vsize=144496 CPUtime=1782.73
/proc/31936/stat : 31936 (Pueblo) R 31934 31936 31152 0 -1 4194304 93383925 0 0 0 145528 32745 0 0 25 0 1 0 166678663 147963904 34173 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134554629 0 0 4096 0 0 0 0 17 1 0 0
/proc/31936/statm: 36124 34173 206 16 0 35563 0
Current children cumulated CPU time (s) 1782.73
Current children cumulated vsize (KiB) 144496

Child status: 10
Real time (s): 1783.6
CPU time (s): 1782.83
CPU user time (s): 1455.34
CPU system time (s): 327.484
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 144496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1455.34
system time used= 327.484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93383932
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= 20
involuntary context switches= 3046

runsolver used 2.01369 second user time and 4.49632 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Apr 21 20:33:28 UTC 2007

IDJOB= 373396
IDBENCH= 25040
IDSOLVER= 165
FILE ID= node13/373396-1177187607

PBS_JOBID= 4649036

Free space on /tmp= 66342 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir08_area_opers.opb
COMMAND LINE= Pueblo /tmp/evaluation/373396-1177187607/instance-373396-1177187607.opb
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-373396-1177187607 -o ROOT/results/node13/conversion-373396-1177187607 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/373396-1177187607/instance-373396-1177187607.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-373396-1177187607 -o ROOT/results/node13/solver-373396-1177187607 -C 1800 -W 3600 -M 1800 --output-limit 1,15  Pueblo /tmp/evaluation/373396-1177187607/instance-373396-1177187607.opb

META MD5SUM SOLVER= 9ebec3e8d890fdeefad01654ad9b68b7
MD5SUM BENCH=  47194cf421cbddfd6c2831e71c8b2458

RANDOM SEED= 389617071

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/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.259
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.259
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:       1766104 kB
Buffers:         39588 kB
Cached:         183384 kB
SwapCached:      12716 kB
Active:         149648 kB
Inactive:        97044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766104 kB
SwapTotal:     4192956 kB
SwapFree:      4159428 kB
Dirty:           18280 kB
Writeback:           0 kB
Mapped:          30776 kB
Slab:            28564 kB
Committed_AS:  6807432 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66342 MiB

End job on node13 on Sat Apr 21 21:03:12 UTC 2007