Trace number 367204

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) 651.354 651.583

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542.opb
MD5SUM071d3b73b0969abf914b87c7b052faf9
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.8093
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 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
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.68/3.70	c ...done
3.68/3.70	c #vars=97901 #constraints=291723 hasObjective=yes
4.99/5.05	c res. mode=mod
4.99/5.05	c VSIDS like heuristics
4.99/5.05	c complete search running
388.16/388.32	c restart after 401 decisions
392.86/393.05	c nbDecision=500 #constraints=291897
555.50/555.72	c restart after 801 decisions
566.00/566.23	c nbDecision=1000 #constraints=292043
649.06/649.30	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/node3/watcher-367204-1177004360 -o ROOT/results/node3/solver-367204-1177004360 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367204-1177004360/instance-367204-1177004360.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.08 1.03 1.01 3/77 15937
/proc/meminfo: memFree=1834912/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1468 CPUtime=0
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 176473897 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134576196 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 367 163 130 317 0 46 0

[startup+0.0157 s]
/proc/loadavg: 1.08 1.03 1.01 3/77 15937
/proc/meminfo: memFree=1834912/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1732 CPUtime=0.01
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 238 0 0 0 1 0 0 0 18 0 1 0 176473897 1773568 220 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 433 220 130 317 0 112 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1732

[startup+0.101714 s]
/proc/loadavg: 1.08 1.03 1.01 3/77 15937
/proc/meminfo: memFree=1834912/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=3588 CPUtime=0.09
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 697 0 0 0 9 0 0 0 18 0 1 0 176473897 3674112 679 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 897 679 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301746 s]
/proc/loadavg: 1.08 1.03 1.01 3/77 15937
/proc/meminfo: memFree=1834912/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=7940 CPUtime=0.29
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 1791 0 0 0 29 0 0 0 19 0 1 0 176473897 8130560 1740 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134600013 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 1985 1741 130 317 0 1664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7940

[startup+0.70181 s]
/proc/loadavg: 1.08 1.03 1.01 3/77 15937
/proc/meminfo: memFree=1834912/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=16512 CPUtime=0.69
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 3978 0 0 0 68 1 0 0 22 0 1 0 176473897 16908288 3862 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274638 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 4128 3863 130 317 0 3807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16512

[startup+1.50194 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 15938
/proc/meminfo: memFree=1813528/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=33524 CPUtime=1.49
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 8348 0 0 0 146 3 0 0 25 0 1 0 176473897 34328576 8103 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 8381 8103 130 317 0 8060 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33524

[startup+3.1012 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 15938
/proc/meminfo: memFree=1790104/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=59168 CPUtime=3.09
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 15157 0 0 0 302 7 0 0 25 0 1 0 176473897 60588032 14171 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 14792 14171 130 317 0 14471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59168

[startup+6.30172 s]
/proc/loadavg: 1.07 1.03 1.01 2/78 15938
/proc/meminfo: memFree=1736408/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=101436 CPUtime=6.29
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 26052 0 0 0 617 12 0 0 25 0 1 0 176473897 103870464 24680 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/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.07 1.03 1.00 2/78 15938
/proc/meminfo: memFree=1736280/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=101828 CPUtime=12.68
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 26137 0 0 0 1256 12 0 0 25 0 1 0 176473897 104271872 24765 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 25457 24765 138 317 0 25136 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101828

[startup+25.5018 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 15938
/proc/meminfo: memFree=1718104/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=121596 CPUtime=25.48
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 32147 0 0 0 2533 15 0 0 25 0 1 0 176473897 124514304 29323 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 30399 29323 139 317 0 30078 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121596

[startup+51.102 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 15938
/proc/meminfo: memFree=1715608/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=124104 CPUtime=51.08
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 32763 0 0 0 5092 16 0 0 25 0 1 0 176473897 127082496 29939 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713823 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 31026 29939 139 317 0 30705 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 124104

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 15938
/proc/meminfo: memFree=1705368/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=141760 CPUtime=102.26
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 38083 0 0 0 10208 18 0 0 25 0 1 0 176473897 145162240 32504 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712543 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 35440 32504 139 317 0 35119 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 141760

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 15938
/proc/meminfo: memFree=1386072/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=489984 CPUtime=162.23
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 185540 0 0 0 16147 76 0 0 25 0 1 0 176473897 501743616 112921 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284116 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 122496 112921 170 317 0 122175 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 489984

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 15938
/proc/meminfo: memFree=1210264/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=671960 CPUtime=222.22
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 254604 0 0 0 22117 105 0 0 25 0 1 0 176473897 688087040 156006 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712543 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 167990 156006 170 317 0 167669 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 671960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=1203928/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=678764 CPUtime=282.19
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 256934 0 0 0 28113 106 0 0 25 0 1 0 176473897 695054336 157578 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 169691 157578 170 317 0 169370 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 678764

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=1070808/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=824284 CPUtime=342.18
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 320721 0 0 0 34089 129 0 0 25 0 1 0 176473897 844066816 190890 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 206071 190890 170 317 0 205750 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 824284

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=953752/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=969636 CPUtime=402.16
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 388044 0 0 0 40059 157 0 0 25 0 1 0 176473897 992907264 224308 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 242409 224309 170 317 0 242088 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 969636

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=662232/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1259148 CPUtime=462.14
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 501611 0 0 0 46010 204 0 0 25 0 1 0 176473897 1289367552 292648 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746922 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 314787 292648 170 317 0 314466 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1259148

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=536216/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1391468 CPUtime=522.11
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 560509 0 0 0 51984 227 0 0 25 0 1 0 176473897 1424863232 323605 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718667 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 347867 323605 170 317 0 347546 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1391468

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=274584/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1678296 CPUtime=582.08
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 677512 0 0 0 57935 273 0 0 25 0 1 0 176473897 1718575104 389258 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 419574 389258 170 317 0 419253 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 1678296

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=136792/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1829680 CPUtime=642.07
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 751979 0 0 0 63905 302 0 0 25 0 1 0 176473897 1873592320 423654 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278904 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 457420 423654 170 317 0 457099 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 1829680



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+649.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=122776/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1845260 CPUtime=649.06
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 759642 0 0 0 64601 305 0 0 25 0 1 0 176473897 1889546240 427167 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 461315 427168 170 317 0 460994 0
Current children cumulated CPU time (s) 649.06
Current children cumulated vsize (KiB) 1845260

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+649.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15938
/proc/meminfo: memFree=122776/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1847312 CPUtime=649.16
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 760104 0 0 0 64611 305 0 0 25 0 1 0 176473897 1891647488 427629 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716275 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 461828 427629 170 317 0 461507 0
Current children cumulated CPU time (s) 649.16
Current children cumulated vsize (KiB) 1847312

[startup+650.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15939
/proc/meminfo: memFree=117136/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1854368 CPUtime=649.96
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 763841 0 0 0 64689 307 0 0 25 0 1 0 176473897 1898872832 429274 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 463592 429274 170 317 0 463271 0
Current children cumulated CPU time (s) 649.96
Current children cumulated vsize (KiB) 1854368

[startup+651.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15939
/proc/meminfo: memFree=117136/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=1855424 CPUtime=650.76
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4194304 764091 0 0 0 64769 307 0 0 25 0 1 0 176473897 1899954176 429524 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284242 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 463856 429524 170 317 0 463535 0
Current children cumulated CPU time (s) 650.76
Current children cumulated vsize (KiB) 1855424

[startup+651.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15939
/proc/meminfo: memFree=113168/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=0 CPUtime=651.16
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4195332 765170 0 0 0 64799 317 0 0 25 0 1 0 176473897 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 651.16
Current children cumulated vsize (KiB) 0

[startup+651.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 15939
/proc/meminfo: memFree=113168/2055920 swapFree=4140760/4192956
[pid=15937] ppid=15935 vsize=0 CPUtime=651.26
/proc/15937/stat : 15937 (oree) R 15935 15937 15594 0 -1 4195332 765170 0 0 0 64799 327 0 0 25 0 1 0 176473897 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15937/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 651.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 651.583
CPU time (s): 651.354
CPU user time (s): 647.997
CPU system time (s): 3.35649
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 1855424

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

runsolver used 0.747886 second user time and 1.59176 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Apr 19 17:39:22 UTC 2007

IDJOB= 367204
IDBENCH= 3055
IDSOLVER= 172
FILE ID= node3/367204-1177004360

PBS_JOBID= 4630518

Free space on /tmp= 66340 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-24744542.opb
COMMAND LINE= oree /tmp/evaluation/367204-1177004360/instance-367204-1177004360.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-367204-1177004360 -o ROOT/results/node3/solver-367204-1177004360 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367204-1177004360/instance-367204-1177004360.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  071d3b73b0969abf914b87c7b052faf9

RANDOM SEED= 925130581

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1835512 kB
Buffers:         16588 kB
Cached:         138580 kB
SwapCached:      15104 kB
Active:          56856 kB
Inactive:       121732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835512 kB
SwapTotal:     4192956 kB
SwapFree:      4140760 kB
Dirty:           19496 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            27340 kB
Committed_AS:  5299368 kB
PageTables:       1780 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= 66340 MiB

End job on node3 on Thu Apr 19 17:50:13 UTC 2007