Trace number 367030

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) 738.408 738.699

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999.opb
MD5SUM45d066c10e963ceda17072e59e90fb95
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 benchmark19.817
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
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.09/2.13	c ...done
2.09/2.13	c #vars=58651 #constraints=174423 hasObjective=yes
2.79/2.87	c res. mode=mod
2.79/2.87	c VSIDS like heuristics
2.79/2.87	c complete search running
240.30/240.47	c restart after 401 decisions
244.20/244.38	c nbDecision=500 #constraints=174643
486.60/486.84	c restart after 801 decisions
500.99/501.22	c nbDecision=1000 #constraints=174866
737.61/737.90	Received signal 15
738.00/738.36	
738.00/738.36	s UNKNOWN
738.00/738.36	
738.00/738.36	c user time= 734.824 s
738.00/738.36	c system time= 3.24851 s
738.00/738.36	c wall clock time=738.363

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/node10/watcher-367030-1177003102 -o ROOT/results/node10/solver-367030-1177003102 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367030-1177003102/instance-367030-1177003102.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 0.99 0.99 3/77 31440
/proc/meminfo: memFree=1678088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1468 CPUtime=0
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 176347756 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134708312 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 367 163 130 317 0 46 0

[startup+0.07378 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 31440
/proc/meminfo: memFree=1678088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=2924 CPUtime=0.06
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 547 0 0 0 6 0 0 0 18 0 1 0 176347756 2994176 529 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 731 529 130 317 0 410 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2924

[startup+0.101786 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 31440
/proc/meminfo: memFree=1678088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=3584 CPUtime=0.09
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 695 0 0 0 9 0 0 0 18 0 1 0 176347756 3670016 677 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 896 677 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.301829 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 31440
/proc/meminfo: memFree=1678088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=7804 CPUtime=0.29
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 1777 0 0 0 28 1 0 0 19 0 1 0 176347756 7991296 1726 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 1951 1727 130 317 0 1630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7804

[startup+0.701915 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 31440
/proc/meminfo: memFree=1678088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=16244 CPUtime=0.69
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 3941 0 0 0 67 2 0 0 23 0 1 0 176347756 16633856 3825 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 4061 3825 130 317 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16244

[startup+1.50109 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1656896/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=31828 CPUtime=1.49
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 7943 0 0 0 145 4 0 0 25 0 1 0 176347756 32591872 7665 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 7957 7665 130 317 0 7636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31828

[startup+3.10143 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1639872/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=60112 CPUtime=3.09
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 15398 0 0 0 302 7 0 0 25 0 1 0 176347756 61554688 14699 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 15028 14699 137 317 0 14707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60112

[startup+6.30112 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1616000/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=68932 CPUtime=6.29
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 17932 0 0 0 621 8 0 0 25 0 1 0 176347756 70586368 16812 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284176 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 17233 16812 139 317 0 16912 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68932

[startup+12.7015 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1610240/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=69856 CPUtime=12.68
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 18147 0 0 0 1260 8 0 0 25 0 1 0 176347756 71532544 17027 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 17464 17027 139 317 0 17143 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69856

[startup+25.5013 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1609216/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=70780 CPUtime=25.48
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 18400 0 0 0 2540 8 0 0 25 0 1 0 176347756 72478720 17280 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712551 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 17695 17280 139 317 0 17374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70780

[startup+51.1018 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1604352/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=80396 CPUtime=51.07
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 21263 0 0 0 5097 10 0 0 25 0 1 0 176347756 82325504 18495 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713841 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 20099 18495 139 317 0 19778 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80396

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1393344/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=298024 CPUtime=102.26
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 117144 0 0 0 10176 50 0 0 25 0 1 0 176347756 305176576 71163 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 74506 71163 170 317 0 74185 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 298024

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1291584/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=402672 CPUtime=162.23
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 159623 0 0 0 16156 67 0 0 25 0 1 0 176347756 412336128 96633 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284117 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 100668 96633 170 317 0 100347 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 402672

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=1067392/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=631984 CPUtime=222.2
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 253305 0 0 0 22117 103 0 0 25 0 1 0 176347756 647151616 152460 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135279021 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 157996 152460 170 317 0 157675 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 631984

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=862720/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=844648 CPUtime=282.18
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 355630 0 0 0 28075 143 0 0 25 0 1 0 176347756 864919552 203570 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284160 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 211162 203570 170 317 0 210841 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 844648

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=799936/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=909024 CPUtime=342.15
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 386838 0 0 0 34060 155 0 0 25 0 1 0 176347756 930840576 219148 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710870 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 227256 219148 170 317 0 226935 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 909024

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=729920/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=981480 CPUtime=402.14
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 422295 0 0 0 40043 171 0 0 25 0 1 0 176347756 1005035520 236595 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134549851 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 245370 236595 170 317 0 245049 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 981480

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=497088/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1217456 CPUtime=462.11
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 507037 0 0 0 46006 205 0 0 25 0 1 0 176347756 1246674944 294532 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 304364 294532 170 317 0 304043 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1217456

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=384320/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1335196 CPUtime=522.09
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 566447 0 0 0 51980 229 0 0 25 0 1 0 176347756 1367240704 322792 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 333799 322792 170 317 0 333478 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1335196

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=266944/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1459440 CPUtime=582.06
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 628318 0 0 0 57956 250 0 0 25 0 1 0 176347756 1494466560 352728 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 364860 352728 170 317 0 364539 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1459440

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=99328/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1629936 CPUtime=642.05
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 704978 0 0 0 63924 281 0 0 25 0 1 0 176347756 1669054464 393808 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 407484 393808 170 317 0 407163 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 1629936

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=15744/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1729852 CPUtime=702.02
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 754947 0 0 0 69901 301 0 0 25 0 1 0 176347756 1771368448 417905 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 432463 417905 170 317 0 432142 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 1729852



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+737.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 31441
/proc/meminfo: memFree=15168/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1844308 CPUtime=737.61
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 811446 0 0 0 73437 324 0 0 25 0 1 0 176347756 1888571392 445377 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284202 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 461077 445377 170 317 0 460756 0
Current children cumulated CPU time (s) 737.61
Current children cumulated vsize (KiB) 1844308

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

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

[startup+738.202 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 31442
/proc/meminfo: memFree=15864/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=1845364 CPUtime=737.9
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194304 811697 0 0 0 73466 324 0 0 25 0 1 0 176347756 1889652736 445628 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712565 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 461341 445628 170 317 0 461020 0
Current children cumulated CPU time (s) 737.9
Current children cumulated vsize (KiB) 1845364

[startup+738.602 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 31442
/proc/meminfo: memFree=15864/2055920 swapFree=4152380/4192956
[pid=31440] ppid=31438 vsize=0 CPUtime=738.3
/proc/31440/stat : 31440 (oree) R 31438 31440 31099 0 -1 4194308 811713 0 0 0 73487 343 0 0 25 0 1 0 176347756 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31440/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 738.3
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 738.699
CPU time (s): 738.408
CPU user time (s): 734.873
CPU system time (s): 3.53446
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 1845364

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

runsolver used 0.867868 second user time and 1.75973 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Thu Apr 19 17:18:22 UTC 2007

IDJOB= 367030
IDBENCH= 2993
IDSOLVER= 172
FILE ID= node10/367030-1177003102

PBS_JOBID= 4630491

Free space on /tmp= 66260 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=340-sizeP=171-sizeQ=340-737522999.opb
COMMAND LINE= oree /tmp/evaluation/367030-1177003102/instance-367030-1177003102.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-367030-1177003102 -o ROOT/results/node10/solver-367030-1177003102 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367030-1177003102/instance-367030-1177003102.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  45d066c10e963ceda17072e59e90fb95

RANDOM SEED= 95530148

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1678496 kB
Buffers:         28092 kB
Cached:         270980 kB
SwapCached:       8560 kB
Active:          76396 kB
Inactive:       245448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678496 kB
SwapTotal:     4192956 kB
SwapFree:      4152380 kB
Dirty:           10868 kB
Writeback:           0 kB
Mapped:          30024 kB
Slab:            41228 kB
Committed_AS:  3566700 kB
PageTables:       1708 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= 66260 MiB

End job on node10 on Thu Apr 19 17:30:42 UTC 2007