Trace number 357542

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) 670.372 670.601

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522.opb
MD5SUMd8a97aba75ab281714f6a9b0774a023c
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 benchmark64.8251
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183458939186359237855339087154914381761439684078145960801002138540726341456750663926391477739601670186323216597922945296376611154942589417036267773885199147
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c This is oree version 0.1.2 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using __gmp_expr<__gmpz_value, __gmpz_value>
0.00/0.00	c parsing...
4.89/4.98	c ...done
4.89/4.98	c #vars=126251 #constraints=376503 hasObjective=yes
6.79/6.84	c res. mode=mod
6.79/6.84	c VSIDS like heuristics
6.79/6.84	c complete search running
436.84/437.09	c restart after 401 decisions
442.44/442.62	c nbDecision=500 #constraints=376647
668.07/668.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-357542-1177003687 -o ROOT/results/node3/solver-357542-1177003687 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/357542-1177003687/instance-357542-1177003687.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/77 15892
/proc/meminfo: memFree=1604384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1468 CPUtime=0
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 176406603 1503232 161 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 367 161 130 317 0 46 0

[startup+0.0773591 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15892
/proc/meminfo: memFree=1604384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=3060 CPUtime=0.07
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 567 0 0 0 7 0 0 0 18 0 1 0 176406603 3133440 549 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134600013 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 765 550 131 317 0 444 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3060

[startup+0.101364 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15892
/proc/meminfo: memFree=1604384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=3588 CPUtime=0.09
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 694 0 0 0 9 0 0 0 18 0 1 0 176406603 3674112 676 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 897 676 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301395 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15892
/proc/meminfo: memFree=1604384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=7808 CPUtime=0.29
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 1783 0 0 0 28 1 0 0 19 0 1 0 176406603 7995392 1732 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 1952 1732 130 317 0 1631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.70146 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15892
/proc/meminfo: memFree=1604384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=16380 CPUtime=0.69
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 3951 0 0 0 67 2 0 0 22 0 1 0 176406603 16773120 3835 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 4095 3835 130 317 0 3774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16380

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15893
/proc/meminfo: memFree=1583256/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=33260 CPUtime=1.49
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 8280 0 0 0 145 4 0 0 25 0 1 0 176406603 34058240 8035 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 8315 8035 130 317 0 7994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33260

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15893
/proc/meminfo: memFree=1559896/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=66224 CPUtime=3.09
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 16698 0 0 0 301 8 0 0 25 0 1 0 176406603 67813376 16196 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 16556 16196 130 317 0 16235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66224

[startup+6.30137 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 15893
/proc/meminfo: memFree=1484248/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=122084 CPUtime=6.29
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 31579 0 0 0 613 16 0 0 25 0 1 0 176406603 125014016 30142 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134602741 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 30521 30142 137 317 0 30200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122084

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 15893
/proc/meminfo: memFree=1476376/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=130140 CPUtime=12.68
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 33581 0 0 0 1252 16 0 0 25 0 1 0 176406603 133263360 32144 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 32535 32144 137 317 0 32214 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130140

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 15893
/proc/meminfo: memFree=1452056/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=154648 CPUtime=25.48
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 41079 0 0 0 2528 20 0 0 25 0 1 0 176406603 158359552 38223 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272576 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 38662 38223 139 317 0 38341 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154648

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 15893
/proc/meminfo: memFree=1450584/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=156232 CPUtime=51.07
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 41475 0 0 0 5087 20 0 0 25 0 1 0 176406603 159981568 38619 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 39058 38619 139 317 0 38737 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 156232

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 15893
/proc/meminfo: memFree=1439256/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=177844 CPUtime=102.26
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 48247 0 0 0 10203 23 0 0 25 0 1 0 176406603 182112256 41450 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 44461 41450 139 317 0 44140 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 177844

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15893
/proc/meminfo: memFree=1433944/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=183256 CPUtime=162.24
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 49568 0 0 0 16200 24 0 0 25 0 1 0 176406603 187654144 42771 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271355 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 45814 42771 139 317 0 45493 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 183256

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=997464/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=622440 CPUtime=222.21
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 226408 0 0 0 22127 94 0 0 25 0 1 0 176406603 637378560 151666 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712576 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 155610 151666 170 317 0 155289 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 622440

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=763032/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=858500 CPUtime=282.2
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 306350 0 0 0 28097 123 0 0 25 0 1 0 176406603 879104000 210218 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710866 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 214625 210218 170 317 0 214304 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 858500

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=560152/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1062172 CPUtime=342.17
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 381970 0 0 0 34067 150 0 0 25 0 1 0 176406603 1087664128 260776 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284160 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 265543 260776 170 317 0 265222 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1062172

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=553048/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1069096 CPUtime=402.15
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 385091 0 0 0 40064 151 0 0 25 0 1 0 176406603 1094754304 262533 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718389 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 267274 262533 170 317 0 266953 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1069096

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=485400/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1137328 CPUtime=462.13
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 413508 0 0 0 46050 163 0 0 25 0 1 0 176406603 1164623872 279403 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 284332 279403 170 317 0 284011 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1137328

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=327384/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1296912 CPUtime=522.11
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 480100 0 0 0 52024 187 0 0 25 0 1 0 176406603 1328037888 318868 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710848 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 324228 318868 170 317 0 323907 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1296912

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15895
/proc/meminfo: memFree=263320/2055920 swapFree=4140688/4192956
[pid=15892] ppid=15890 vsize=1361376 CPUtime=582.09
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 505716 0 0 0 58012 197 0 0 25 0 1 0 176406603 1394049024 334850 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272549 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 340344 334850 170 317 0 340023 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1361376

[startup+642.302 s]
/proc/loadavg: 1.14 1.03 1.01 2/78 15895
/proc/meminfo: memFree=18648/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=1743832 CPUtime=642.08
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 657445 0 0 0 63949 259 0 0 25 0 1 0 176406603 1785683968 429762 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 435958 429762 170 317 0 435637 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 1743832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+668.302 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 15895
/proc/meminfo: memFree=15064/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=1845116 CPUtime=668.07
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 701174 0 0 0 66530 277 0 0 25 0 1 0 176406603 1889398784 454772 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270595 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 461279 454772 170 317 0 460958 0
Current children cumulated CPU time (s) 668.07
Current children cumulated vsize (KiB) 1845116

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+668.603 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 15895
/proc/meminfo: memFree=15064/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=1845380 CPUtime=668.36
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 701241 0 0 0 66559 277 0 0 25 0 1 0 176406603 1889669120 454839 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 461345 454839 170 317 0 461024 0
Current children cumulated CPU time (s) 668.36
Current children cumulated vsize (KiB) 1845380

[startup+669.402 s]
/proc/loadavg: 1.08 1.03 1.01 2/79 15896
/proc/meminfo: memFree=16336/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=1843264 CPUtime=669.16
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 701784 0 0 0 66639 277 0 0 25 0 1 0 176406603 1887502336 454140 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 460816 454143 170 317 0 460495 0
Current children cumulated CPU time (s) 669.16
Current children cumulated vsize (KiB) 1843264

[startup+670.201 s]
/proc/loadavg: 1.08 1.03 1.01 2/79 15896
/proc/meminfo: memFree=16272/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=1854656 CPUtime=669.97
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4194304 705512 0 0 0 66718 279 0 0 25 0 1 0 176406603 1899167744 457144 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271355 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 463664 457144 170 317 0 463343 0
Current children cumulated CPU time (s) 669.97
Current children cumulated vsize (KiB) 1854656

[startup+670.401 s]
/proc/loadavg: 1.08 1.03 1.01 2/79 15896
/proc/meminfo: memFree=16272/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=0 CPUtime=670.16
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4195332 705512 0 0 0 66728 288 0 0 25 0 1 0 176406603 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 670.16
Current children cumulated vsize (KiB) 0

[startup+670.501 s]
/proc/loadavg: 1.08 1.03 1.01 2/79 15896
/proc/meminfo: memFree=16272/2055920 swapFree=4140760/4192956
[pid=15892] ppid=15890 vsize=0 CPUtime=670.26
/proc/15892/stat : 15892 (oree) R 15890 15892 15594 0 -1 4195332 705512 0 0 0 66728 298 0 0 25 0 1 0 176406603 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/15892/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 670.26
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 670.601
CPU time (s): 670.372
CPU user time (s): 667.289
CPU system time (s): 3.08353
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 1854656

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

runsolver used 0.800878 second user time and 1.57576 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Thu Apr 19 17:28:09 UTC 2007

IDJOB= 357542
IDBENCH= 3021
IDSOLVER= 172
FILE ID= node3/357542-1177003687

PBS_JOBID= 4630518

Free space on /tmp= 66333 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=500-sizeP=251-sizeQ=500-293748522.opb
COMMAND LINE= oree /tmp/evaluation/357542-1177003687/instance-357542-1177003687.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-357542-1177003687 -o ROOT/results/node3/solver-357542-1177003687 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/357542-1177003687/instance-357542-1177003687.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  d8a97aba75ab281714f6a9b0774a023c

RANDOM SEED= 732808541

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:       1604856 kB
Buffers:         37300 kB
Cached:         346616 kB
SwapCached:      15176 kB
Active:          80192 kB
Inactive:       327168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604856 kB
SwapTotal:     4192956 kB
SwapFree:      4140688 kB
Dirty:           26568 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            29216 kB
Committed_AS:  5299348 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= 66333 MiB

End job on node3 on Thu Apr 19 17:39:19 UTC 2007