Trace number 366958

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) 909.151 909.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
MD5SUM0292e4cfc08104641d64d11d001b52e1
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.78382
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 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
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
130.85/130.96	c restart after 401 decisions
133.14/133.21	c nbDecision=500 #constraints=87398
229.91/230.02	c restart after 801 decisions
296.38/296.55	c nbDecision=1000 #constraints=87741
563.59/563.85	c nbDecision=1500 #constraints=88235
617.97/618.20	c restart after 1601 decisions
848.89/849.22	c nbDecision=2000 #constraints=88606
908.79/909.11	Received signal 15
908.79/909.17	
908.79/909.17		Unexpected exception :
908.79/909.17		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/node38/watcher-366958-1177002538 -o ROOT/results/node38/solver-366958-1177002538 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/366958-1177002538/instance-366958-1177002538.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.96 3/77 31964
/proc/meminfo: memFree=1425088/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1468 CPUtime=0
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 132420445 1503232 164 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278945 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 367 164 130 317 0 46 0

[startup+0.02858 s]
/proc/loadavg: 0.92 0.95 0.96 3/77 31964
/proc/meminfo: memFree=1425088/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1996 CPUtime=0.02
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 309 0 0 0 2 0 0 0 18 0 1 0 132420445 2043904 291 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 499 291 130 317 0 178 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1996

[startup+0.101595 s]
/proc/loadavg: 0.92 0.95 0.96 3/77 31964
/proc/meminfo: memFree=1425088/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=3584 CPUtime=0.09
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 695 0 0 0 9 0 0 0 18 0 1 0 132420445 3670016 677 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 896 677 130 317 0 575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3584

[startup+0.301632 s]
/proc/loadavg: 0.92 0.95 0.96 3/77 31964
/proc/meminfo: memFree=1425088/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=7804 CPUtime=0.29
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 1779 0 0 0 29 0 0 0 19 0 1 0 132420445 7991296 1728 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 1951 1728 130 317 0 1630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7804

[startup+0.701709 s]
/proc/loadavg: 0.92 0.95 0.96 3/77 31964
/proc/meminfo: memFree=1425088/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=16244 CPUtime=0.69
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 3934 0 0 0 68 1 0 0 22 0 1 0 132420445 16633856 3818 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 4061 3818 130 317 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16244

[startup+1.50286 s]
/proc/loadavg: 0.92 0.95 0.96 2/78 31965
/proc/meminfo: memFree=1401528/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=29392 CPUtime=1.49
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 7375 0 0 0 147 2 0 0 25 0 1 0 132420445 30097408 7063 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 7348 7063 137 317 0 7027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29392

[startup+3.10117 s]
/proc/loadavg: 0.92 0.95 0.96 2/78 31965
/proc/meminfo: memFree=1393272/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=33364 CPUtime=3.09
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 8646 0 0 0 306 3 0 0 25 0 1 0 132420445 34164736 8040 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134593338 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 8341 8040 139 317 0 8020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33364

[startup+6.30178 s]
/proc/loadavg: 0.93 0.95 0.96 2/78 31965
/proc/meminfo: memFree=1392888/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=34024 CPUtime=6.29
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 8799 0 0 0 626 3 0 0 25 0 1 0 132420445 34840576 8193 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135277443 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 8506 8193 139 317 0 8185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34024

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.96 2/78 31965
/proc/meminfo: memFree=1390712/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=38472 CPUtime=12.69
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 10251 0 0 0 1265 4 0 0 25 0 1 0 132420445 39395328 8723 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 9618 8723 139 317 0 9297 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38472

[startup+25.5015 s]
/proc/loadavg: 0.95 0.96 0.96 2/78 31965
/proc/meminfo: memFree=1331960/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=99840 CPUtime=25.48
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 39355 0 0 0 2533 15 0 0 25 0 1 0 132420445 102236160 23556 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712500 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 24960 23556 170 317 0 24639 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 99840

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.96 2/78 31965
/proc/meminfo: memFree=1274680/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=159612 CPUtime=51.07
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 65983 0 0 0 5081 26 0 0 25 0 1 0 132420445 163442688 38016 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278995 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 39903 38016 170 317 0 39582 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 159612

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.96 2/78 31965
/proc/meminfo: memFree=1140344/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=298440 CPUtime=102.25
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 129951 0 0 0 10172 53 0 0 25 0 1 0 132420445 305602560 71496 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278952 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 74610 71496 170 317 0 74289 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 298440

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=1020536/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=424196 CPUtime=162.23
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 196551 0 0 0 16142 81 0 0 25 0 1 0 132420445 434376704 101504 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712538 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 106049 101504 170 317 0 105728 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 424196

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=825528/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=622964 CPUtime=222.21
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 283661 0 0 0 22107 114 0 0 25 0 1 0 132420445 637915136 149676 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134558645 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 155741 149676 170 317 0 155420 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 622964

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=736568/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=715764 CPUtime=282.19
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 331375 0 0 0 28086 133 0 0 25 0 1 0 132420445 732942336 171800 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 178941 171800 170 317 0 178620 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 715764

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=656760/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=798148 CPUtime=342.16
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 376147 0 0 0 34067 149 0 0 25 0 1 0 132420445 817303552 191544 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 199537 191544 170 317 0 199216 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 798148

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=457144/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1007552 CPUtime=402.15
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 454527 0 0 0 40035 180 0 0 25 0 1 0 132420445 1031733248 242800 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 251888 242800 170 317 0 251567 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1007552

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=342392/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1124880 CPUtime=462.12
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 517428 0 0 0 46010 202 0 0 25 0 1 0 132420445 1151877120 270807 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134716065 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 281220 270807 170 317 0 280899 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1124880

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=252472/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1218008 CPUtime=522.1
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 564841 0 0 0 51991 219 0 0 25 0 1 0 132420445 1247240192 293072 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134554592 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 304502 293072 170 317 0 304181 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1218008

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=150008/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1323316 CPUtime=582.09
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 620428 0 0 0 57971 238 0 0 25 0 1 0 132420445 1355075584 318184 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712562 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 330829 318184 170 317 0 330508 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1323316

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=68600/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1408216 CPUtime=642.07
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 664969 0 0 0 63954 253 0 0 25 0 1 0 132420445 1442013184 338460 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135278973 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 352054 338460 170 317 0 351733 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 1408216

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=15096/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1521080 CPUtime=702.04
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 722876 0 0 0 69929 275 0 0 25 0 1 0 132420445 1557585920 365383 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 380270 365383 170 317 0 379949 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 1521080

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=16440/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1594564 CPUtime=762.02
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 762322 0 0 0 75913 289 0 0 25 0 1 0 132420445 1632833536 382913 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563653 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 398641 382913 170 317 0 398320 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 1594564

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31965
/proc/meminfo: memFree=15608/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1611004 CPUtime=822
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 770834 0 0 0 81907 293 0 0 25 0 1 0 132420445 1649668096 386843 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564059 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 402751 386843 170 317 0 402430 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 1611004

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 31967
/proc/meminfo: memFree=15032/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1673716 CPUtime=881.98
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 803545 0 0 0 87893 305 0 0 25 0 1 0 132420445 1713885184 401847 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712513 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 418429 401847 170 317 0 418108 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 1673716



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+909.106 s]
/proc/loadavg: 1.23 1.02 0.97 2/78 31967
/proc/meminfo: memFree=16184/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=1873492 CPUtime=908.79
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194304 850531 0 0 0 90545 334 0 0 25 0 1 0 132420445 1918455808 440616 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134534233 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 468373 440621 170 317 0 468052 0
Current children cumulated CPU time (s) 908.79
Current children cumulated vsize (KiB) 1873492

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

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

[startup+909.401 s]
/proc/loadavg: 1.23 1.02 0.97 2/78 31967
/proc/meminfo: memFree=16184/2055920 swapFree=4159716/4192956
[pid=31964] ppid=31962 vsize=0 CPUtime=909.07
/proc/31964/stat : 31964 (oree) R 31962 31964 31666 0 -1 4194308 854451 0 0 0 90548 359 0 0 25 0 1 0 132420445 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/31964/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 909.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 909.47
CPU time (s): 909.151
CPU user time (s): 905.486
CPU system time (s): 3.66444
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 1873492

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

runsolver used 1.04884 second user time and 2.23366 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Thu Apr 19 17:08:58 UTC 2007

IDJOB= 366958
IDBENCH= 2967
IDSOLVER= 172
FILE ID= node38/366958-1177002538

PBS_JOBID= 4630495

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

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  0292e4cfc08104641d64d11d001b52e1

RANDOM SEED= 760969634

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1425624 kB
Buffers:         47272 kB
Cached:         489684 kB
SwapCached:       3100 kB
Active:         103324 kB
Inactive:       460356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425624 kB
SwapTotal:     4192956 kB
SwapFree:      4159716 kB
Dirty:            5416 kB
Writeback:           0 kB
Mapped:          34984 kB
Slab:            51864 kB
Committed_AS:  1537424 kB
PageTables:       2060 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= 66238 MiB

End job on node38 on Thu Apr 19 17:24:09 UTC 2007