Trace number 367072

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
oree 0.1.2 alpha? (MO) 853.023 853.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880.opb
MD5SUM20fad26c16d154a41eda0484a6e6eae7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark7.2589
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
Number of bits of the biggest sum of numbers331
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/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
0.79/0.80	c ...done
0.79/0.80	c #vars=24751 #constraints=73263 hasObjective=yes
0.99/1.07	c res. mode=mod
0.99/1.07	c VSIDS like heuristics
0.99/1.07	c complete search running
107.26/107.37	c restart after 401 decisions
109.26/109.33	c nbDecision=500 #constraints=73537
194.93/195.00	c restart after 801 decisions
249.73/249.81	c nbDecision=1000 #constraints=73890
471.37/471.55	c nbDecision=1500 #constraints=74407
505.77/506.00	c restart after 1601 decisions
710.61/710.87	c nbDecision=2000 #constraints=74769
851.98/852.20	Received signal 15
852.67/852.95	
852.67/852.95	s UNKNOWN
852.67/852.95	
852.67/852.95	c user time= 849.299 s
852.67/852.95	c system time= 3.43848 s
852.67/852.95	c wall clock time=852.952

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-367072-1177003311 -o ROOT/results/node72/solver-367072-1177003311 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367072-1177003311/instance-367072-1177003311.opb mod 

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: 0.92 0.98 0.99 3/77 1565
/proc/meminfo: memFree=1486128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1468 CPUtime=0
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 176369596 1503232 164 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 367 164 130 317 0 46 0

[startup+0.101077 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1565
/proc/meminfo: memFree=1486128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=3584 CPUtime=0.09
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 692 0 0 0 9 0 0 0 18 0 1 0 176369596 3670016 674 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 896 674 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.201085 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1565
/proc/meminfo: memFree=1486128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=5696 CPUtime=0.19
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 1220 0 0 0 19 0 0 0 18 0 1 0 176369596 5832704 1202 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 1424 1203 130 317 0 1103 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5696

[startup+0.301095 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1565
/proc/meminfo: memFree=1486128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=7804 CPUtime=0.28
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 1779 0 0 0 28 0 0 0 19 0 1 0 176369596 7991296 1728 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 1951 1728 130 317 0 1630 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7804

[startup+0.70113 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1565
/proc/meminfo: memFree=1486128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=15348 CPUtime=0.69
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 3730 0 0 0 68 1 0 0 23 0 1 0 176369596 15716352 3516 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 3837 3516 130 317 0 3516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15348

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1462888/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=28204 CPUtime=1.48
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 7108 0 0 0 146 2 0 0 25 0 1 0 176369596 28880896 6600 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 7051 6600 139 317 0 6730 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28204

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1459752/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=28336 CPUtime=3.09
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 7187 0 0 0 306 3 0 0 25 0 1 0 176369596 29016064 6679 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279022 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 7084 6679 139 317 0 6763 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28336

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1459176/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=28732 CPUtime=6.29
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 7286 0 0 0 626 3 0 0 25 0 1 0 176369596 29421568 6778 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 7183 6778 139 317 0 6862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28732

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1457128/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=41912 CPUtime=12.68
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 12099 0 0 0 1264 4 0 0 25 0 1 0 176369596 42917888 9358 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712592 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 10478 9358 170 317 0 10157 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41912

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1404136/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=90564 CPUtime=25.48
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 36642 0 0 0 2532 16 0 0 25 0 1 0 176369596 92737536 20520 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 22706 20521 170 317 0 22385 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90564

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1336616/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=165528 CPUtime=51.07
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 72925 0 0 0 5076 31 0 0 25 0 1 0 176369596 169500672 37500 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 41382 37500 170 317 0 41061 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 165528

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1211752/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=302256 CPUtime=102.26
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 139055 0 0 0 10167 59 0 0 25 0 1 0 176369596 309510144 68577 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 75564 68577 170 317 0 75243 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 302256

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=1044456/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=483420 CPUtime=162.24
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 220159 0 0 0 16130 94 0 0 25 0 1 0 176369596 495022080 110232 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 120855 110232 170 317 0 120534 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 483420

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=939496/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=603072 CPUtime=222.23
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 283030 0 0 0 22104 119 0 0 25 0 1 0 176369596 617545728 136838 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279021 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 150768 136838 170 317 0 150447 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 603072

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=854632/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=696104 CPUtime=282.21
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 331912 0 0 0 28083 138 0 0 25 0 1 0 176369596 712810496 157607 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710848 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 174026 157607 170 317 0 173705 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 696104

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=644264/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=919488 CPUtime=342.2
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 424434 0 0 0 34047 173 0 0 25 0 1 0 176369596 941555712 209953 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716156 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 229872 209953 170 317 0 229551 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 919488

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=549288/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1028948 CPUtime=402.19
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 481971 0 0 0 40022 197 0 0 25 0 1 0 176369596 1053642752 234320 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 257237 234320 170 317 0 256916 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1028948

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=423848/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1166980 CPUtime=462.17
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 556854 0 0 0 45992 225 0 0 25 0 1 0 176369596 1194987520 265016 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279003 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 291745 265016 170 317 0 291424 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1166980

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=346984/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1253208 CPUtime=522.16
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 601836 0 0 0 51975 241 0 0 25 0 1 0 176369596 1283284992 284198 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 313302 284198 170 317 0 312981 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1253208

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1566
/proc/meminfo: memFree=253032/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1358428 CPUtime=582.14
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 658469 0 0 0 57953 261 0 0 25 0 1 0 176369596 1391030272 307612 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284171 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 339607 307612 170 317 0 339286 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1358428

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1568
/proc/meminfo: memFree=233256/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1381332 CPUtime=642.13
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 671086 0 0 0 63947 266 0 0 25 0 1 0 176369596 1414483968 312719 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 345333 312719 170 317 0 345012 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1381332

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1568
/proc/meminfo: memFree=158440/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1464252 CPUtime=702.12
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 714770 0 0 0 69927 285 0 0 25 0 1 0 176369596 1499394048 331210 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710756 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 366063 331210 170 317 0 365742 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 1464252

[startup+762.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1568
/proc/meminfo: memFree=15592/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1748644 CPUtime=762.1
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 802831 0 0 0 75889 321 0 0 25 0 1 0 176369596 1790611456 389346 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713821 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 437161 389346 170 317 0 436840 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 1748644

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1568
/proc/meminfo: memFree=16360/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1807264 CPUtime=822.09
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 836136 0 0 0 81874 335 0 0 25 0 1 0 176369596 1850638336 403524 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271339 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 451816 403524 170 317 0 451495 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 1807264



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+852.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1568
/proc/meminfo: memFree=15592/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1843344 CPUtime=851.98
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 856468 0 0 0 84855 343 0 0 25 0 1 0 176369596 1887584256 412187 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 460836 412187 170 317 0 460515 0
Current children cumulated CPU time (s) 851.98
Current children cumulated vsize (KiB) 1843344

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

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

[startup+852.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1569
/proc/meminfo: memFree=16224/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=1842312 CPUtime=852.47
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194304 856493 0 0 0 84904 343 0 0 25 0 1 0 176369596 1886527488 412021 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 460578 412021 170 317 0 460257 0
Current children cumulated CPU time (s) 852.47
Current children cumulated vsize (KiB) 1842312

[startup+853.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1569
/proc/meminfo: memFree=16224/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=0 CPUtime=852.87
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194308 856509 0 0 0 84931 356 0 0 25 0 1 0 176369596 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 852.87
Current children cumulated vsize (KiB) 0

[startup+853.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 1569
/proc/meminfo: memFree=16224/2055920 swapFree=4157116/4192956
[pid=1565] ppid=1563 vsize=0 CPUtime=852.97
/proc/1565/stat : 1565 (oree) R 1563 1565 928 0 -1 4194308 856509 0 0 0 84931 366 0 0 25 0 1 0 176369596 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1565/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 852.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 853.24
CPU time (s): 853.023
CPU user time (s): 849.319
CPU system time (s): 3.70444
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 1843344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 849.319
system time used= 3.70444
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 856509
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= 8
involuntary context switches= 1998

runsolver used 0.967852 second user time and 2.12468 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Thu Apr 19 17:21:52 UTC 2007

IDJOB= 367072
IDBENCH= 3005
IDSOLVER= 172
FILE ID= node72/367072-1177003311

PBS_JOBID= 4630487

Free space on /tmp= 66403 MiB

SOLVER NAME= oree 0.1.2 alpha
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880.opb
COMMAND LINE= oree /tmp/evaluation/367072-1177003311/instance-367072-1177003311.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-367072-1177003311 -o ROOT/results/node72/solver-367072-1177003311 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367072-1177003311/instance-367072-1177003311.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  20fad26c16d154a41eda0484a6e6eae7

RANDOM SEED= 648107003

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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.222
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:       1486600 kB
Buffers:         33188 kB
Cached:         460580 kB
SwapCached:      16912 kB
Active:          98540 kB
Inactive:       419376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486600 kB
SwapTotal:     4192956 kB
SwapFree:      4157116 kB
Dirty:            4652 kB
Writeback:           0 kB
Mapped:          31164 kB
Slab:            36964 kB
Committed_AS:  2771332 kB
PageTables:       1792 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= 66403 MiB

End job on node72 on Thu Apr 19 17:36:06 UTC 2007