Trace number 367036

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) 585.821 585.986

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMd67243dd41f18412158aad3d9d1777ad
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 benchmark43.8513
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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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...
3.69/3.72	c ...done
3.69/3.72	c #vars=97901 #constraints=291723 hasObjective=yes
4.99/5.07	c res. mode=mod
4.99/5.07	c VSIDS like heuristics
4.99/5.07	c complete search running
382.59/382.71	c restart after 401 decisions
387.58/387.73	c nbDecision=500 #constraints=291897
554.73/555.00	c restart after 801 decisions
566.73/566.92	c nbDecision=1000 #constraints=292063
583.53/583.70	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/node54/watcher-367036-1177003105 -o ROOT/results/node54/solver-367036-1177003105 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367036-1177003105/instance-367036-1177003105.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: 1.00 1.00 1.00 3/66 26477
/proc/meminfo: memFree=1424376/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=1468 CPUtime=0
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 147685034 1503232 163 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 367 163 130 317 0 46 0

[startup+0.0491631 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 26477
/proc/meminfo: memFree=1424376/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=2392 CPUtime=0.04
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 416 0 0 0 4 0 0 0 18 0 1 0 147685034 2449408 398 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 598 398 130 317 0 277 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2392

[startup+0.101168 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 26477
/proc/meminfo: memFree=1424376/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=3588 CPUtime=0.09
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 691 0 0 0 9 0 0 0 18 0 1 0 147685034 3674112 673 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 897 673 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301194 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 26477
/proc/meminfo: memFree=1424376/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=7808 CPUtime=0.29
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 1776 0 0 0 28 1 0 0 19 0 1 0 147685034 7995392 1725 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 1952 1725 130 317 0 1631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.701244 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 26477
/proc/meminfo: memFree=1424376/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=16380 CPUtime=0.69
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 3945 0 0 0 67 2 0 0 22 0 1 0 147685034 16773120 3829 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 4095 3829 130 317 0 3774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16380

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1403120/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=33260 CPUtime=1.49
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 8281 0 0 0 146 3 0 0 25 0 1 0 147685034 34058240 8036 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 8315 8036 130 317 0 7994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33260

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1379760/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=59168 CPUtime=3.09
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 15149 0 0 0 302 7 0 0 25 0 1 0 147685034 60588032 14163 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 14792 14163 130 317 0 14471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59168

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1325872/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=101436 CPUtime=6.29
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 26052 0 0 0 617 12 0 0 25 0 1 0 147685034 103870464 24680 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 25359 24680 137 317 0 25038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101436

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1325680/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=101828 CPUtime=12.68
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 26137 0 0 0 1256 12 0 0 25 0 1 0 147685034 104271872 24765 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564083 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 25457 24765 138 317 0 25136 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101828

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1307440/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=121596 CPUtime=25.49
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 32147 0 0 0 2534 15 0 0 25 0 1 0 147685034 124514304 29323 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134559000 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 30399 29323 139 317 0 30078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121596

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1305072/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=123972 CPUtime=51.07
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 32741 0 0 0 5092 15 0 0 25 0 1 0 147685034 126947328 29917 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 30993 29917 139 317 0 30672 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 123972

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1295344/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=141700 CPUtime=102.26
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 38192 0 0 0 10208 18 0 0 25 0 1 0 147685034 145100800 32356 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270621 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 35425 32356 139 317 0 35104 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 141700

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=1024816/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=433012 CPUtime=162.24
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 161410 0 0 0 16156 68 0 0 25 0 1 0 147685034 443404288 99849 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712596 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 108253 99849 139 317 0 107932 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 433012

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=764080/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=708600 CPUtime=222.23
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 271120 0 0 0 22112 111 0 0 25 0 1 0 147685034 725606400 164894 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713827 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 177150 164894 170 317 0 176829 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 708600

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=737328/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=744748 CPUtime=282.22
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 292659 0 0 0 28103 119 0 0 25 0 1 0 147685034 762621952 173108 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271349 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 186187 173108 170 317 0 185866 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 744748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=603056/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=883088 CPUtime=342.2
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 365867 0 0 0 34072 148 0 0 25 0 1 0 147685034 904282112 205049 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277391 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 220772 205049 170 317 0 220451 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 883088

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 26478
/proc/meminfo: memFree=452528/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=1054040 CPUtime=402.18
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 437554 0 0 0 40043 175 0 0 25 0 1 0 147685034 1079336960 244417 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712511 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 263510 244417 170 317 0 263189 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1054040

[startup+462.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 26478
/proc/meminfo: memFree=153008/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=1363524 CPUtime=462.16
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 565570 0 0 0 45991 225 0 0 25 0 1 0 147685034 1396248576 317291 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 340881 317291 170 317 0 340560 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1363524

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=15984/2055920 swapFree=4181256/4192956
[pid=26477] ppid=26475 vsize=1564448 CPUtime=522.14
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 650435 0 0 0 51956 258 0 0 25 0 1 0 147685034 1601994752 363770 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 391112 363770 170 317 0 390791 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1564448

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=15792/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=1827536 CPUtime=582.13
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 767310 0 0 0 57903 310 0 0 25 0 1 0 147685034 1871396864 424295 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713835 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 456884 424295 170 317 0 456563 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1827536



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+583.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=14896/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=1844456 CPUtime=583.53
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 773373 0 0 0 58041 312 0 0 25 0 1 0 147685034 1888722944 427960 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716065 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 461114 427960 170 317 0 460793 0
Current children cumulated CPU time (s) 583.53
Current children cumulated vsize (KiB) 1844456

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+583.806 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26478
/proc/meminfo: memFree=14896/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=1844456 CPUtime=583.63
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 773373 0 0 0 58051 312 0 0 25 0 1 0 147685034 1888722944 427960 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 461114 427960 170 317 0 460793 0
Current children cumulated CPU time (s) 583.63
Current children cumulated vsize (KiB) 1844456

[startup+584.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 26479
/proc/meminfo: memFree=14888/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=1844456 CPUtime=584.42
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 773373 0 0 0 58130 312 0 0 25 0 1 0 147685034 1888722944 427960 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272676 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 461114 427960 170 317 0 460793 0
Current children cumulated CPU time (s) 584.42
Current children cumulated vsize (KiB) 1844456

[startup+585.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 26479
/proc/meminfo: memFree=17704/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=1849836 CPUtime=585.22
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4194304 775955 0 0 0 58209 313 0 0 25 0 1 0 147685034 1894232064 429301 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 462459 429302 170 317 0 462138 0
Current children cumulated CPU time (s) 585.22
Current children cumulated vsize (KiB) 1849836

[startup+585.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 26479
/proc/meminfo: memFree=17704/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=0 CPUtime=585.62
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4195332 777046 0 0 0 58239 323 0 0 25 0 1 0 147685034 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 585.62
Current children cumulated vsize (KiB) 0

[startup+585.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 26479
/proc/meminfo: memFree=17704/2055920 swapFree=4182036/4192956
[pid=26477] ppid=26475 vsize=0 CPUtime=585.72
/proc/26477/stat : 26477 (oree) R 26475 26477 25891 0 -1 4195332 777046 0 0 0 58239 333 0 0 25 0 1 0 147685034 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/26477/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 585.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 585.986
CPU time (s): 585.821
CPU user time (s): 582.399
CPU system time (s): 3.42148
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 1853632

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

runsolver used 0.58591 second user time and 1.55476 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Thu Apr 19 17:18:26 UTC 2007

IDJOB= 367036
IDBENCH= 2994
IDSOLVER= 172
FILE ID= node54/367036-1177003105

PBS_JOBID= 4630486

Free space on /tmp= 66321 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=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= oree /tmp/evaluation/367036-1177003105/instance-367036-1177003105.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-367036-1177003105 -o ROOT/results/node54/solver-367036-1177003105 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367036-1177003105/instance-367036-1177003105.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  d67243dd41f18412158aad3d9d1777ad

RANDOM SEED= 682304269

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1424784 kB
Buffers:         31376 kB
Cached:         547688 kB
SwapCached:       4648 kB
Active:          44480 kB
Inactive:       544948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424784 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           19480 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            27600 kB
Committed_AS:  2091640 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66321 MiB

End job on node54 on Thu Apr 19 17:28:12 UTC 2007