Trace number 367012

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) 663.237 663.406

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136.opb
MD5SUMb2f600d09cddca37d73c60b488ac99b1
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 benchmark55.2036
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
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...
4.49/4.50	c ...done
4.49/4.50	c #vars=116401 #constraints=347043 hasObjective=yes
6.08/6.18	c res. mode=mod
6.08/6.18	c VSIDS like heuristics
6.08/6.18	c complete search running
505.56/505.74	c restart after 401 decisions
511.46/511.64	c nbDecision=500 #constraints=347204
660.94/661.11	Received signal 15

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/node70/watcher-367012-1177002826 -o ROOT/results/node70/solver-367012-1177002826 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367012-1177002826/instance-367012-1177002826.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.99 0.98 0.96 3/64 29224
/proc/meminfo: memFree=1416696/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=1468 CPUtime=0
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 139820055 1503232 161 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 367 161 130 317 0 46 0

[startup+0.0785069 s]
/proc/loadavg: 0.99 0.98 0.96 3/64 29224
/proc/meminfo: memFree=1416696/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=3060 CPUtime=0.07
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 570 0 0 0 7 0 0 0 18 0 1 0 139820055 3133440 552 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 765 552 130 317 0 444 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3060

[startup+0.102505 s]
/proc/loadavg: 0.99 0.98 0.96 3/64 29224
/proc/meminfo: memFree=1416696/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=3588 CPUtime=0.09
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 696 0 0 0 9 0 0 0 18 0 1 0 139820055 3674112 678 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134830853 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 897 678 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301517 s]
/proc/loadavg: 0.99 0.98 0.96 3/64 29224
/proc/meminfo: memFree=1416696/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=7808 CPUtime=0.29
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 1775 0 0 0 29 0 0 0 19 0 1 0 139820055 7995392 1724 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284121 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 1952 1725 130 317 0 1631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.701557 s]
/proc/loadavg: 0.99 0.98 0.96 3/64 29224
/proc/meminfo: memFree=1416696/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=16380 CPUtime=0.69
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 3945 0 0 0 68 1 0 0 22 0 1 0 139820055 16773120 3829 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 4095 3829 130 317 0 3774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16380

[startup+1.50164 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1395504/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=33260 CPUtime=1.49
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 8293 0 0 0 146 3 0 0 25 0 1 0 139820055 34058240 8048 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 8315 8048 130 317 0 7994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33260

[startup+3.1018 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1372080/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=64108 CPUtime=3.09
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 16288 0 0 0 300 9 0 0 25 0 1 0 139820055 65646592 15559 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 16027 15559 130 317 0 15706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64108

[startup+6.30112 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1305712/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=120784 CPUtime=6.29
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 31154 0 0 0 614 15 0 0 25 0 1 0 139820055 123682816 29684 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564080 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 30196 29684 137 317 0 29875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120784

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1298240/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=120784 CPUtime=12.69
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 31175 0 0 0 1254 15 0 0 25 0 1 0 139820055 123682816 29705 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 30196 29705 137 317 0 29875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120784

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1278208/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=141540 CPUtime=25.48
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 37190 0 0 0 2532 16 0 0 25 0 1 0 139820055 144936960 34752 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272630 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 35385 34752 139 317 0 35064 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141540

[startup+51.1026 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1274560/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=145104 CPUtime=51.08
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 38113 0 0 0 5091 17 0 0 25 0 1 0 139820055 148586496 35675 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277422 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 36276 35675 139 317 0 35955 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 145104

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1265344/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=164088 CPUtime=102.27
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 43236 0 0 0 10208 19 0 0 25 0 1 0 139820055 168026112 37973 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270603 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 41022 37973 139 317 0 40701 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 164088

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=1107456/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=336612 CPUtime=162.25
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 109258 0 0 0 16179 46 0 0 25 0 1 0 139820055 344690688 80038 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602696 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 84153 80038 170 317 0 83832 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 336612

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=833728/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=607184 CPUtime=222.24
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 218728 0 0 0 22133 91 0 0 25 0 1 0 139820055 621756416 145665 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 151796 145665 170 317 0 151475 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 607184

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=658176/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=784584 CPUtime=282.22
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 279562 0 0 0 28108 114 0 0 25 0 1 0 139820055 803414016 189458 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279021 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 196146 189458 170 317 0 195825 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 784584

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=650624/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=792312 CPUtime=342.21
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 281885 0 0 0 34106 115 0 0 25 0 1 0 139820055 811327488 191330 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272630 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 198078 191330 170 317 0 197757 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 792312

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=555584/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=890520 CPUtime=402.19
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 332838 0 0 0 40083 136 0 0 25 0 1 0 139820055 911892480 215023 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718697 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 222630 215023 170 317 0 222309 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 890520

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=384832/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=1066168 CPUtime=462.18
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 408646 0 0 0 46052 166 0 0 25 0 1 0 139820055 1091756032 257610 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134554540 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 266542 257610 170 317 0 266221 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1066168

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=251968/2055920 swapFree=4183760/4192956
[pid=29224] ppid=29222 vsize=1206360 CPUtime=522.16
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 470573 0 0 0 52025 191 0 0 25 0 1 0 139820055 1235312640 291692 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134590739 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 301590 291692 170 317 0 301269 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1206360

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=15552/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=1566676 CPUtime=582.15
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 604962 0 0 0 57968 247 0 0 25 0 1 0 139820055 1604276224 379729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272641 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 391669 379729 170 317 0 391348 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 1566676

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=16000/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=1769704 CPUtime=642.13
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 684924 0 0 0 63934 279 0 0 25 0 1 0 139820055 1812176896 429202 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713905 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 442426 429202 170 317 0 442105 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1769704



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+661.106 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29225
/proc/meminfo: memFree=15296/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=1846132 CPUtime=660.94
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 709099 0 0 0 65804 290 0 0 25 0 1 0 139820055 1890439168 447559 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271379 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 461533 447559 170 317 0 461212 0
Current children cumulated CPU time (s) 660.94
Current children cumulated vsize (KiB) 1846132

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

Sending SIGKILL to process tree (bottom up)

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

[startup+662.206 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 29226
/proc/meminfo: memFree=16056/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=1845500 CPUtime=662.03
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 709394 0 0 0 65913 290 0 0 25 0 1 0 139820055 1889792000 447597 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134541588 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 461375 447597 170 317 0 461054 0
Current children cumulated CPU time (s) 662.03
Current children cumulated vsize (KiB) 1845500

[startup+663.002 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 29226
/proc/meminfo: memFree=16056/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=1845500 CPUtime=662.83
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4194304 709394 0 0 0 65993 290 0 0 25 0 1 0 139820055 1889792000 447597 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710756 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 461375 447597 170 317 0 461054 0
Current children cumulated CPU time (s) 662.83
Current children cumulated vsize (KiB) 1845500

[startup+663.402 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 29226
/proc/meminfo: memFree=565120/2055920 swapFree=4183764/4192956
[pid=29224] ppid=29222 vsize=0 CPUtime=663.22
/proc/29224/stat : 29224 (oree) R 29222 29224 28596 0 -1 4195332 709394 0 0 0 66004 318 0 0 25 0 1 0 139820055 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/29224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 663.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 663.406
CPU time (s): 663.237
CPU user time (s): 660.048
CPU system time (s): 3.18951
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 1846132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 660.048
system time used= 3.18952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 709394
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= 690

runsolver used 0.504923 second user time and 1.36579 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Thu Apr 19 17:13:47 UTC 2007

IDJOB= 367012
IDBENCH= 2985
IDSOLVER= 172
FILE ID= node70/367012-1177002826

PBS_JOBID= 4630483

Free space on /tmp= 66454 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=480-sizeP=241-sizeQ=480-896328136.opb
COMMAND LINE= oree /tmp/evaluation/367012-1177002826/instance-367012-1177002826.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-367012-1177002826 -o ROOT/results/node70/solver-367012-1177002826 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367012-1177002826/instance-367012-1177002826.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  b2f600d09cddca37d73c60b488ac99b1

RANDOM SEED= 150216755

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1417104 kB
Buffers:         29548 kB
Cached:         538220 kB
SwapCached:       3092 kB
Active:          47844 kB
Inactive:       529524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417104 kB
SwapTotal:     4192956 kB
SwapFree:      4183760 kB
Dirty:           24024 kB
Writeback:           0 kB
Mapped:          15592 kB
Slab:            47484 kB
Committed_AS:  2490940 kB
PageTables:       1396 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= 66454 MiB

End job on node70 on Thu Apr 19 17:24:51 UTC 2007