Trace number 367186

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) 894.402 894.667

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885.opb
MD5SUM4309132132f3075979f27880d2e9bd87
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 benchmark7.65983
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 variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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...
0.89/0.98	c ...done
0.89/0.98	c #vars=29401 #constraints=87123 hasObjective=yes
1.29/1.31	c res. mode=mod
1.29/1.31	c VSIDS like heuristics
1.29/1.31	c complete search running
125.55/125.65	c restart after 401 decisions
127.75/127.82	c nbDecision=500 #constraints=87387
237.62/237.77	c restart after 801 decisions
277.20/277.32	c nbDecision=1000 #constraints=87743
573.23/573.48	c nbDecision=1500 #constraints=88226
618.21/618.43	c restart after 1601 decisions
855.64/855.97	c nbDecision=2000 #constraints=88597
894.03/894.31	Received signal 15
894.03/894.38	
894.03/894.38		Unexpected exception :
894.03/894.38		St9bad_alloc

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/node6/watcher-367186-1177004100 -o ROOT/results/node6/solver-367186-1177004100 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/367186-1177004100/instance-367186-1177004100.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 0.94 3/77 7159
/proc/meminfo: memFree=1851440/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1468 CPUtime=0
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 176447679 1503232 164 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 367 164 130 317 0 46 0

[startup+0.065899 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 7159
/proc/meminfo: memFree=1851440/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=2788 CPUtime=0.06
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 505 0 0 0 6 0 0 0 18 0 1 0 176447679 2854912 487 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 697 487 130 317 0 376 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2788

[startup+0.101903 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 7159
/proc/meminfo: memFree=1851440/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=3584 CPUtime=0.09
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 696 0 0 0 9 0 0 0 18 0 1 0 176447679 3670016 678 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 896 678 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.301927 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 7159
/proc/meminfo: memFree=1851440/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=7804 CPUtime=0.29
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 1780 0 0 0 29 0 0 0 19 0 1 0 176447679 7991296 1729 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 1951 1729 130 317 0 1630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7804

[startup+0.701973 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 7159
/proc/meminfo: memFree=1851440/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=16244 CPUtime=0.69
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 3934 0 0 0 67 2 0 0 22 0 1 0 176447679 16633856 3818 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 4061 3818 130 317 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16244

[startup+1.50207 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1827880/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=29392 CPUtime=1.49
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 7375 0 0 0 146 3 0 0 25 0 1 0 176447679 30097408 7063 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 7348 7063 137 317 0 7027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29392

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1819624/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=33364 CPUtime=3.09
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 8646 0 0 0 305 4 0 0 25 0 1 0 176447679 34164736 8040 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 8341 8040 139 317 0 8020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33364

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1819240/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=33628 CPUtime=6.29
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 8712 0 0 0 625 4 0 0 25 0 1 0 176447679 34435072 8106 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284171 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 8407 8106 139 317 0 8086 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33628

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1817128/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=38124 CPUtime=12.68
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 10066 0 0 0 1264 4 0 0 25 0 1 0 176447679 39038976 8636 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284160 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 9531 8636 139 317 0 9210 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38124

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1783912/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=72900 CPUtime=25.49
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 27061 0 0 0 2537 12 0 0 25 0 1 0 176447679 74649600 16994 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135284229 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 18225 16994 139 317 0 17904 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72900

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1729960/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=130068 CPUtime=51.08
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 54345 0 0 0 5084 24 0 0 25 0 1 0 176447679 133189632 30773 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134718926 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 32517 30773 170 317 0 32196 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130068

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1549480/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=315008 CPUtime=102.26
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 140615 0 0 0 10168 58 0 0 25 0 1 0 176447679 322568192 75442 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134710756 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 78752 75442 170 317 0 78431 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 315008

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1446632/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=422412 CPUtime=162.24
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 197731 0 0 0 16143 81 0 0 25 0 1 0 176447679 432549888 101122 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 105603 101122 170 317 0 105282 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 422412

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1251176/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=624164 CPUtime=222.23
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 289989 0 0 0 22106 117 0 0 25 0 1 0 176447679 639143936 149962 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 156041 149962 170 317 0 155720 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 624164

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1139624/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=739872 CPUtime=282.2
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 349215 0 0 0 28079 141 0 0 25 0 1 0 176447679 757628928 177592 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 184968 177592 170 317 0 184647 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 739872

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=1087976/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=794064 CPUtime=342.19
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 377599 0 0 0 34066 153 0 0 25 0 1 0 176447679 813121536 190518 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278987 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 198516 190518 170 317 0 198195 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 794064

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=874472/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1015492 CPUtime=402.17
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 463040 0 0 0 40034 183 0 0 25 0 1 0 176447679 1039863808 244695 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712470 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 253873 244695 170 317 0 253552 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1015492

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=752040/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1138600 CPUtime=462.16
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 528013 0 0 0 46007 209 0 0 25 0 1 0 176447679 1165926400 274091 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 284650 274091 170 317 0 284329 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1138600

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=662120/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1234864 CPUtime=522.14
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 578064 0 0 0 51987 227 0 0 25 0 1 0 176447679 1264500736 297105 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713798 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 308716 297105 170 317 0 308395 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1234864

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=570216/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1329060 CPUtime=582.12
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 626544 0 0 0 57967 245 0 0 25 0 1 0 176447679 1360957440 319604 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 332265 319604 170 317 0 331944 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1329060

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=485224/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1417816 CPUtime=642.11
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 672613 0 0 0 63947 264 0 0 25 0 1 0 176447679 1451843584 340797 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 354454 340797 170 317 0 354133 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1417816

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=383464/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1526076 CPUtime=702.08
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 727677 0 0 0 69925 283 0 0 25 0 1 0 176447679 1562701824 366652 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713816 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 381519 366652 170 317 0 381198 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 1526076

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=307048/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1603764 CPUtime=762.07
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 768707 0 0 0 75908 299 0 0 25 0 1 0 176447679 1642254336 385207 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 400941 385207 170 317 0 400620 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 1603764

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=283240/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1632484 CPUtime=822.04
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 783415 0 0 0 81899 305 0 0 25 0 1 0 176447679 1671663616 392062 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 408121 392062 170 317 0 407800 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 1632484

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=213672/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1700108 CPUtime=882.04
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 819369 0 0 0 87884 320 0 0 25 0 1 0 176447679 1740910592 408239 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135459514 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 425027 408239 170 317 0 424706 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 1700108



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+894.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=105512/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=1846584 CPUtime=894.03
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194304 849117 0 0 0 89073 330 0 0 25 0 1 0 176447679 1890902016 435993 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134534233 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 461646 435997 170 317 0 461325 0
Current children cumulated CPU time (s) 894.03
Current children cumulated vsize (KiB) 1846584

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

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

[startup+894.602 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 7160
/proc/meminfo: memFree=105512/2055924 swapFree=4146720/4192956
[pid=7159] ppid=7157 vsize=0 CPUtime=894.33
/proc/7159/stat : 7159 (oree) R 7157 7159 7014 0 -1 4194308 858083 0 0 0 89078 355 0 0 25 0 1 0 176447679 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/7159/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 894.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 894.667
CPU time (s): 894.402
CPU user time (s): 890.782
CPU system time (s): 3.62045
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 1846584

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

runsolver used 1.16982 second user time and 2.02269 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Thu Apr 19 17:35:00 UTC 2007

IDJOB= 367186
IDBENCH= 3042
IDSOLVER= 172
FILE ID= node6/367186-1177004100

PBS_JOBID= 4630530

Free space on /tmp= 66414 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=240-sizeP=121-sizeQ=240-817963885.opb
COMMAND LINE= oree /tmp/evaluation/367186-1177004100/instance-367186-1177004100.opb mod           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-367186-1177004100 -o ROOT/results/node6/solver-367186-1177004100 -C 1800 -W 3600 -M 1800 --output-limit 1,15  oree /tmp/evaluation/367186-1177004100/instance-367186-1177004100.opb mod           

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  4309132132f3075979f27880d2e9bd87

RANDOM SEED= 63010418

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1851976 kB
Buffers:         26596 kB
Cached:         113708 kB
SwapCached:      13376 kB
Active:          37436 kB
Inactive:       125400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1851976 kB
SwapTotal:     4192956 kB
SwapFree:      4146720 kB
Dirty:            5424 kB
Writeback:           0 kB
Mapped:          29804 kB
Slab:            26728 kB
Committed_AS:  6940924 kB
PageTables:       1784 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= 66414 MiB

End job on node6 on Thu Apr 19 17:49:57 UTC 2007