Trace number 367168

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) 653.981 654.195

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129.opb
MD5SUM66d5880a6e31a2306fb439f7c6328d4b
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 benchmark45.1971
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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.09/4.11	c ...done
4.09/4.11	c #vars=106951 #constraints=318783 hasObjective=yes
5.59/5.63	c res. mode=mod
5.59/5.63	c VSIDS like heuristics
5.59/5.63	c complete search running
444.85/445.03	c restart after 401 decisions
450.14/450.35	c nbDecision=500 #constraints=318944
619.89/620.11	c restart after 801 decisions
631.29/631.55	c nbDecision=1000 #constraints=319082
651.88/652.10	Received signal 15
653.58/653.83	
653.58/653.83	s UNKNOWN
653.58/653.83	
653.58/653.83	c user time= 650.748 s
653.58/653.83	c system time= 2.87556 s
653.58/653.83	c wall clock time=653.834

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/node1/watcher-367168-1177004016 -o ROOT/results/node1/solver-367168-1177004016 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367168-1177004016/instance-367168-1177004016.opb mod 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 5855
/proc/meminfo: memFree=1782576/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1468 CPUtime=0
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 176439642 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 367 162 130 317 0 46 0

[startup+0.0119219 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 5855
/proc/meminfo: memFree=1782576/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1600 CPUtime=0
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 176439642 1638400 201 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 400 201 130 317 0 79 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1600

[startup+0.101931 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 5855
/proc/meminfo: memFree=1782576/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=3588 CPUtime=0.09
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 698 0 0 0 9 0 0 0 18 0 1 0 176439642 3674112 680 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 897 680 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301956 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 5855
/proc/meminfo: memFree=1782576/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=7940 CPUtime=0.29
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 1792 0 0 0 29 0 0 0 19 0 1 0 176439642 8130560 1741 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 1985 1742 130 317 0 1664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7940

[startup+0.702003 s]
/proc/loadavg: 0.92 0.95 0.90 3/77 5855
/proc/meminfo: memFree=1782576/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=16512 CPUtime=0.69
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 3979 0 0 0 67 2 0 0 22 0 1 0 176439642 16908288 3863 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 4128 3863 130 317 0 3807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16512

[startup+1.5011 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 5856
/proc/meminfo: memFree=1760424/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=33392 CPUtime=1.48
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 8311 0 0 0 145 3 0 0 25 0 1 0 176439642 34193408 8066 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 8348 8066 130 317 0 8027 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33392

[startup+3.10128 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 5856
/proc/meminfo: memFree=1738152/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=59592 CPUtime=3.09
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 15228 0 0 0 302 7 0 0 25 0 1 0 176439642 61022208 14499 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 14898 14499 130 317 0 14577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59592

[startup+6.30166 s]
/proc/loadavg: 0.93 0.95 0.90 2/78 5856
/proc/meminfo: memFree=1677608/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=110460 CPUtime=6.29
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 28450 0 0 0 618 11 0 0 25 0 1 0 176439642 113111040 27013 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 27615 27013 137 317 0 27294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110460

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 0.91 2/78 5856
/proc/meminfo: memFree=1675112/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=110460 CPUtime=12.68
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 28467 0 0 0 1257 11 0 0 25 0 1 0 176439642 113111040 27030 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 27615 27030 137 317 0 27294 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110460

[startup+25.5019 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 5856
/proc/meminfo: memFree=1655784/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=131268 CPUtime=25.48
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 34334 0 0 0 2535 13 0 0 25 0 1 0 176439642 134418432 31929 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 32817 31929 139 317 0 32496 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131268

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 5856
/proc/meminfo: memFree=1652456/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=134568 CPUtime=51.05
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 35173 0 0 0 5092 13 0 0 25 0 1 0 176439642 137797632 32768 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 33642 32768 139 317 0 33321 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 134568

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 5856
/proc/meminfo: memFree=1643304/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=152276 CPUtime=102.24
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 41178 0 0 0 10208 16 0 0 25 0 1 0 176439642 155930624 35021 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 38069 35021 139 317 0 37748 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152276

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=1439400/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=367240 CPUtime=162.22
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 138448 0 0 0 16162 60 0 0 25 0 1 0 176439642 376053760 85886 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284121 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 91810 85886 139 317 0 91489 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 367240

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=1225192/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=589944 CPUtime=222.2
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 225824 0 0 0 22127 93 0 0 25 0 1 0 176439642 604102656 139355 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134717152 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 147486 139355 170 317 0 147165 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 589944

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=1085800/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=733344 CPUtime=282.18
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 279173 0 0 0 28101 117 0 0 25 0 1 0 176439642 750944256 174121 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271317 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 183336 174121 170 317 0 183015 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 733344

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=1023016/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=799852 CPUtime=342.17
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 311119 0 0 0 34088 129 0 0 25 0 1 0 176439642 819048448 189767 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710952 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 199963 189767 170 317 0 199642 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 799852

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=911400/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=917392 CPUtime=402.16
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 362796 0 0 0 40066 150 0 0 25 0 1 0 176439642 939409408 217579 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 229348 217579 170 317 0 229027 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 917392

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=745896/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1091704 CPUtime=462.14
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 437927 0 0 0 46034 180 0 0 25 0 1 0 176439642 1117904896 258881 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712583 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 272926 258881 170 317 0 272605 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1091704

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=435176/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1412260 CPUtime=522.12
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 564941 0 0 0 51982 230 0 0 25 0 1 0 176439642 1446154240 335964 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 353065 335964 170 317 0 352744 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1412260

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=273832/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1582640 CPUtime=582.1
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 622508 0 0 0 57959 251 0 0 25 0 1 0 176439642 1620623360 376605 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284223 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 395660 376605 170 317 0 395339 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1582640

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=71720/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1795860 CPUtime=642.08
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 697236 0 0 0 63930 278 0 0 25 0 1 0 176439642 1838960640 427027 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135270603 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 448965 427027 170 317 0 448644 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 1795860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+652.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5856
/proc/meminfo: memFree=24424/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1845508 CPUtime=651.88
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 715479 0 0 0 64902 286 0 0 25 0 1 0 176439642 1889800192 438851 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 461377 438851 170 317 0 461056 0
Current children cumulated CPU time (s) 651.88
Current children cumulated vsize (KiB) 1845508

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+652.601 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 5857
/proc/meminfo: memFree=22304/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1850596 CPUtime=652.38
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 716652 0 0 0 64952 286 0 0 25 0 1 0 176439642 1895010304 440024 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 462649 440024 170 317 0 462328 0
Current children cumulated CPU time (s) 652.38
Current children cumulated vsize (KiB) 1850596

[startup+653.406 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 5857
/proc/meminfo: memFree=17312/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1852720 CPUtime=653.18
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 717893 0 0 0 65031 287 0 0 25 0 1 0 176439642 1897185280 440532 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712516 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 463180 440532 170 317 0 462859 0
Current children cumulated CPU time (s) 653.18
Current children cumulated vsize (KiB) 1852720

[startup+653.802 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 5857
/proc/meminfo: memFree=17312/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=1852720 CPUtime=653.58
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194304 717893 0 0 0 65071 287 0 0 25 0 1 0 176439642 1897185280 440532 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 463180 440532 170 317 0 462859 0
Current children cumulated CPU time (s) 653.58
Current children cumulated vsize (KiB) 1852720

[startup+654.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 5857
/proc/meminfo: memFree=17312/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=0 CPUtime=653.78
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194308 717909 0 0 0 65082 296 0 0 25 0 1 0 176439642 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 653.78
Current children cumulated vsize (KiB) 0

[startup+654.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 5857
/proc/meminfo: memFree=17312/2055920 swapFree=4145780/4192956
[pid=5855] ppid=5853 vsize=0 CPUtime=653.88
/proc/5855/stat : 5855 (oree) R 5853 5855 5512 0 -1 4194308 717909 0 0 0 65082 306 0 0 25 0 1 0 176439642 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/5855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 653.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 654.195
CPU time (s): 653.981
CPU user time (s): 650.827
CPU system time (s): 3.15352
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 1852720

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

runsolver used 0.769882 second user time and 1.56676 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Thu Apr 19 17:33:38 UTC 2007

IDJOB= 367168
IDBENCH= 3037
IDSOLVER= 172
FILE ID= node1/367168-1177004016

PBS_JOBID= 4630505

Free space on /tmp= 66337 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=460-sizeP=231-sizeQ=460-367423129.opb
COMMAND LINE= oree /tmp/evaluation/367168-1177004016/instance-367168-1177004016.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-367168-1177004016 -o ROOT/results/node1/solver-367168-1177004016 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367168-1177004016/instance-367168-1177004016.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  66d5880a6e31a2306fb439f7c6328d4b

RANDOM SEED= 366706670

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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:       1783176 kB
Buffers:         20380 kB
Cached:         177144 kB
SwapCached:      14160 kB
Active:          59268 kB
Inactive:       160656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783176 kB
SwapTotal:     4192956 kB
SwapFree:      4145780 kB
Dirty:           21680 kB
Writeback:           0 kB
Mapped:          29460 kB
Slab:            38288 kB
Committed_AS:  5013104 kB
PageTables:       1832 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= 66337 MiB

End job on node1 on Thu Apr 19 17:44:33 UTC 2007