Trace number 367144

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) 610.758 611.095

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612.opb
MD5SUM5541a5401e00525728267c7fde4b721b
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 benchmark25.1362
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
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...
2.59/2.66	c ...done
2.59/2.66	c #vars=73151 #constraints=217743 hasObjective=yes
3.59/3.62	c res. mode=mod
3.59/3.62	c VSIDS like heuristics
3.59/3.62	c complete search running
258.62/258.71	c restart after 401 decisions
262.52/262.68	c nbDecision=500 #constraints=217926
505.36/505.64	c restart after 801 decisions
519.96/520.28	c nbDecision=1000 #constraints=218135
608.76/609.10	Received signal 15
610.36/610.78	
610.36/610.78	s UNKNOWN
610.36/610.78	
610.36/610.78	c user time= 607.219 s
610.36/610.78	c system time= 3.23351 s
610.36/610.78	c wall clock time=610.786

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/node11/watcher-367144-1177003830 -o ROOT/results/node11/solver-367144-1177003830 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367144-1177003830/instance-367144-1177003830.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.95 0.97 0.99 3/77 14443
/proc/meminfo: memFree=1223152/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1468 CPUtime=0
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 141431968 1503232 163 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 367 163 130 317 0 46 0

[startup+0.078829 s]
/proc/loadavg: 0.95 0.97 0.99 3/77 14443
/proc/meminfo: memFree=1223152/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=3060 CPUtime=0.07
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 576 0 0 0 7 0 0 0 18 0 1 0 141431968 3133440 558 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 765 558 130 317 0 444 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3060

[startup+0.101833 s]
/proc/loadavg: 0.95 0.97 0.99 3/77 14443
/proc/meminfo: memFree=1223152/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=3588 CPUtime=0.09
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 698 0 0 0 9 0 0 0 18 0 1 0 141431968 3674112 680 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 897 680 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301857 s]
/proc/loadavg: 0.95 0.97 0.99 3/77 14443
/proc/meminfo: memFree=1223152/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=7940 CPUtime=0.29
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 1792 0 0 0 29 0 0 0 19 0 1 0 141431968 8130560 1741 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 1985 1741 130 317 0 1664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7940

[startup+0.701904 s]
/proc/loadavg: 0.95 0.97 0.99 3/77 14443
/proc/meminfo: memFree=1223152/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=16512 CPUtime=0.69
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 3979 0 0 0 67 2 0 0 22 0 1 0 141431968 16908288 3863 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 4128 3863 130 317 0 3807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16512

[startup+1.502 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1201704/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=33524 CPUtime=1.49
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 8345 0 0 0 145 4 0 0 25 0 1 0 141431968 34328576 8100 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 8381 8101 130 317 0 8060 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33524

[startup+3.10119 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1183016/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=71016 CPUtime=3.09
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 18050 0 0 0 300 9 0 0 25 0 1 0 141431968 72720384 17064 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 17754 17064 137 317 0 17433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71016

[startup+6.30157 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1149672/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=76424 CPUtime=6.29
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 19390 0 0 0 619 10 0 0 25 0 1 0 141431968 78258176 18404 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 19106 18404 137 317 0 18785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76424

[startup+12.7013 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1135592/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=93272 CPUtime=12.68
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 23930 0 0 0 1257 11 0 0 25 0 1 0 141431968 95510528 21946 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272561 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 23318 21946 139 317 0 22997 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 93272

[startup+25.5028 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1135656/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=93272 CPUtime=25.49
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 23930 0 0 0 2537 12 0 0 25 0 1 0 141431968 95510528 21946 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279021 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 23318 21946 139 317 0 22997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93272

[startup+51.1029 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 14444
/proc/meminfo: memFree=1129320/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=106444 CPUtime=51.08
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 27822 0 0 0 5095 13 0 0 25 0 1 0 141431968 108998656 23524 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 26611 23524 139 317 0 26290 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106444

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=898344/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=385404 CPUtime=102.27
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 139456 0 0 0 10169 58 0 0 25 0 1 0 141431968 394653696 82017 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718788 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 96351 82017 170 317 0 96030 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 385404

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=750568/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=551316 CPUtime=162.25
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 213697 0 0 0 16132 93 0 0 25 0 1 0 141431968 564547584 118008 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718036 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 137829 118008 170 317 0 137508 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 551316

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=615528/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=714452 CPUtime=222.23
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 289118 0 0 0 22102 121 0 0 25 0 1 0 141431968 731598848 151440 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710868 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 178613 151440 170 317 0 178292 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 714452

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=403688/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=961100 CPUtime=282.21
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 385114 0 0 0 28062 159 0 0 25 0 1 0 141431968 984166400 205257 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134748525 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 240275 205257 170 317 0 239954 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 961100

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=259432/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1138084 CPUtime=342.2
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 476120 0 0 0 34022 198 0 0 25 0 1 0 141431968 1165398016 241478 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712946 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 284521 241478 170 317 0 284200 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1138084

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=53992/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1386452 CPUtime=402.18
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 591084 0 0 0 39974 244 0 0 25 0 1 0 141431968 1419726848 291647 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278991 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 346613 291647 170 317 0 346292 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1386452

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=20136/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1690844 CPUtime=462.08
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 705415 0 0 0 45917 291 0 0 25 0 1 0 141431968 1731424256 361294 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 422711 361294 170 317 0 422390 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1690844

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=16232/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1730784 CPUtime=522.05
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 721198 0 0 0 51907 298 0 0 25 0 1 0 141431968 1772322816 369210 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134554595 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 432696 369210 170 317 0 432375 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1730784

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 14444
/proc/meminfo: memFree=15912/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1797084 CPUtime=581.99
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 756708 0 0 0 57886 313 0 0 25 0 1 0 141431968 1840214016 382803 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272576 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 449271 382803 170 317 0 448950 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 1797084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+609.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 14444
/proc/meminfo: memFree=15848/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1844168 CPUtime=608.76
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 779423 0 0 0 60553 323 0 0 25 0 1 0 141431968 1888428032 392272 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272683 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 461042 392272 170 317 0 460721 0
Current children cumulated CPU time (s) 608.76
Current children cumulated vsize (KiB) 1844168

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

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

[startup+609.406 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 14445
/proc/meminfo: memFree=17952/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1840064 CPUtime=609.06
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 779424 0 0 0 60583 323 0 0 25 0 1 0 141431968 1884225536 391707 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 460016 391707 170 317 0 459695 0
Current children cumulated CPU time (s) 609.06
Current children cumulated vsize (KiB) 1840064

[startup+610.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 14445
/proc/meminfo: memFree=17952/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1840064 CPUtime=609.86
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 779424 0 0 0 60663 323 0 0 25 0 1 0 141431968 1884225536 391707 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134711099 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 460016 391707 170 317 0 459695 0
Current children cumulated CPU time (s) 609.86
Current children cumulated vsize (KiB) 1840064

[startup+610.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 14445
/proc/meminfo: memFree=17952/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=1840064 CPUtime=610.26
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194304 779424 0 0 0 60703 323 0 0 25 0 1 0 141431968 1884225536 391707 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 460016 391707 170 317 0 459695 0
Current children cumulated CPU time (s) 610.26
Current children cumulated vsize (KiB) 1840064

[startup+611.001 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 14445
/proc/meminfo: memFree=17952/2055920 swapFree=4139248/4192956
[pid=14443] ppid=14441 vsize=0 CPUtime=610.66
/proc/14443/stat : 14443 (oree) R 14441 14443 13531 0 -1 4194308 779440 0 0 0 60727 339 0 0 25 0 1 0 141431968 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/14443/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 610.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 611.095
CPU time (s): 610.758
CPU user time (s): 607.274
CPU system time (s): 3.48447
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 1844168

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

runsolver used 0.679896 second user time and 1.46878 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Thu Apr 19 17:30:30 UTC 2007

IDJOB= 367144
IDBENCH= 3028
IDSOLVER= 172
FILE ID= node11/367144-1177003830

PBS_JOBID= 4630472

Free space on /tmp= 66244 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=380-sizeP=191-sizeQ=380-765568612.opb
COMMAND LINE= oree /tmp/evaluation/367144-1177003830/instance-367144-1177003830.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-367144-1177003830 -o ROOT/results/node11/solver-367144-1177003830 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367144-1177003830/instance-367144-1177003830.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  5541a5401e00525728267c7fde4b721b

RANDOM SEED= 677974448

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1223496 kB
Buffers:         45556 kB
Cached:         685000 kB
SwapCached:      22272 kB
Active:         245064 kB
Inactive:       521684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223496 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:           13908 kB
Writeback:           0 kB
Mapped:          31872 kB
Slab:            51108 kB
Committed_AS:  6178788 kB
PageTables:       1852 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= 66244 MiB

End job on node11 on Thu Apr 19 17:40:42 UTC 2007