Trace number 366970

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) 667.196 667.348

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673.opb
MD5SUMd36f723aeb357b1886dd165bafa2139f
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 benchmark46.9599
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 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
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.08/4.12	c ...done
4.08/4.12	c #vars=106951 #constraints=318783 hasObjective=yes
5.58/5.64	c res. mode=mod
5.58/5.64	c VSIDS like heuristics
5.58/5.64	c complete search running
441.39/441.57	c restart after 401 decisions
446.68/446.89	c nbDecision=500 #constraints=318951
619.65/619.87	c restart after 801 decisions
630.95/631.13	c nbDecision=1000 #constraints=319092
665.75/665.90	Received signal 15
666.74/666.97	
666.74/666.97	s UNKNOWN
666.74/666.97	
666.74/666.97	c user time= 663.82 s
666.74/666.97	c system time= 3.00554 s
666.74/666.97	c wall clock time=666.976

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/node29/watcher-366970-1177002660 -o ROOT/results/node29/solver-366970-1177002660 -C 1800 -W 3600 -M 1800 --output-limit 1,15 oree /tmp/evaluation/366970-1177002660/instance-366970-1177002660.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.78 0.95 0.98 3/77 1657
/proc/meminfo: memFree=978296/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=1468 CPUtime=0
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 148181872 1503232 162 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 367 162 130 317 0 46 0

[startup+0.0320091 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 1657
/proc/meminfo: memFree=978296/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=1996 CPUtime=0.02
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 324 0 0 0 2 0 0 0 18 0 1 0 148181872 2043904 306 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 499 306 130 317 0 178 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1996

[startup+0.102012 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 1657
/proc/meminfo: memFree=978296/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=3588 CPUtime=0.09
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 694 0 0 0 9 0 0 0 18 0 1 0 148181872 3674112 676 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 897 676 130 317 0 576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3588

[startup+0.301025 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 1657
/proc/meminfo: memFree=978296/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=7808 CPUtime=0.29
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 1773 0 0 0 28 1 0 0 19 0 1 0 148181872 7995392 1722 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 1952 1722 130 317 0 1631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.70105 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 1657
/proc/meminfo: memFree=978296/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=16248 CPUtime=0.69
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 3942 0 0 0 67 2 0 0 23 0 1 0 148181872 16637952 3826 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 4062 3826 130 317 0 3741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16248

[startup+1.5011 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 1658
/proc/meminfo: memFree=957168/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=33260 CPUtime=1.49
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 8274 0 0 0 145 4 0 0 25 0 1 0 148181872 34058240 8029 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135274709 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 8315 8029 130 317 0 7994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33260

[startup+3.1012 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 1658
/proc/meminfo: memFree=933680/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=59592 CPUtime=3.09
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 15217 0 0 0 302 7 0 0 25 0 1 0 148181872 61022208 14488 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134760686 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 14898 14488 130 317 0 14577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59592

[startup+6.3014 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 1658
/proc/meminfo: memFree=873200/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=110460 CPUtime=6.28
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 28450 0 0 0 616 12 0 0 25 0 1 0 148181872 113111040 27013 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 27615 27013 137 317 0 27294 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110460

[startup+12.7018 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 1658
/proc/meminfo: memFree=870512/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=110460 CPUtime=12.68
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 28467 0 0 0 1256 12 0 0 25 0 1 0 148181872 113111040 27030 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134564078 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 27615 27030 137 317 0 27294 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110460

[startup+25.5016 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 1658
/proc/meminfo: memFree=849968/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=132324 CPUtime=25.47
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 35100 0 0 0 2533 14 0 0 25 0 1 0 148181872 135499776 32211 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712478 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 33081 32211 139 317 0 32760 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 132324

[startup+51.1012 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 1658
/proc/meminfo: memFree=847664/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=134700 CPUtime=51.07
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 35694 0 0 0 5092 15 0 0 25 0 1 0 148181872 137932800 32805 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272576 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 33675 32805 139 317 0 33354 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134700

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 1658
/proc/meminfo: memFree=837232/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=153864 CPUtime=102.26
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 42059 0 0 0 10208 18 0 0 25 0 1 0 148181872 157556736 35418 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713847 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 38466 35418 139 317 0 38145 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 153864

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 1658
/proc/meminfo: memFree=590384/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=410672 CPUtime=162.25
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 145518 0 0 0 16168 57 0 0 25 0 1 0 148181872 420528128 96701 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135273496 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 102668 96701 170 317 0 102347 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 410672

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=398256/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=614032 CPUtime=222.24
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 231769 0 0 0 22132 92 0 0 25 0 1 0 148181872 628768768 144987 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135272576 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 153508 144987 170 317 0 153187 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 614032

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=297456/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=716392 CPUtime=282.22
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 267007 0 0 0 28116 106 0 0 25 0 1 0 148181872 733585408 170086 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746931 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 179098 170086 170 317 0 178777 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 716392

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=149168/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=877636 CPUtime=342.21
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 338063 0 0 0 34085 136 0 0 25 0 1 0 148181872 898699264 207975 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713850 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 219409 207976 170 317 0 219088 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 877636

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=51760/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=975680 CPUtime=402.2
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 381797 0 0 0 40065 155 0 0 25 0 1 0 148181872 999096320 231362 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 243920 231362 170 317 0 243599 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 975680

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=18160/2055920 swapFree=4141972/4192956
[pid=1657] ppid=1655 vsize=1089112 CPUtime=462.18
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 431335 0 0 0 46043 175 0 0 25 0 1 0 148181872 1115250688 258326 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134563663 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 272278 258326 170 317 0 271957 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1089112

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=15728/2055920 swapFree=4142068/4192956
[pid=1657] ppid=1655 vsize=1386040 CPUtime=522.17
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 538371 0 0 0 51998 219 0 0 25 0 1 0 148181872 1419304960 329899 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713887 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 346510 329899 170 317 0 346189 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1386040

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=16432/2055920 swapFree=4142068/4192956
[pid=1657] ppid=1655 vsize=1544172 CPUtime=582.16
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 589473 0 0 0 57974 242 0 0 25 0 1 0 148181872 1581232128 367677 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134712556 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 386043 367677 170 317 0 385722 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 1544172

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=18544/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=1775592 CPUtime=642.15
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 691102 0 0 0 63930 285 0 0 25 0 1 0 148181872 1818206208 422352 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134606677 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 443898 422352 170 317 0 443577 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 1775592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+665.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=16304/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=1843340 CPUtime=665.75
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 725320 0 0 0 66275 300 0 0 25 0 1 0 148181872 1887580160 438094 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134713744 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 460835 438094 170 317 0 460514 0
Current children cumulated CPU time (s) 665.75
Current children cumulated vsize (KiB) 1843340

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

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

[startup+666.201 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1658
/proc/meminfo: memFree=16304/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=1843340 CPUtime=666.04
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 725353 0 0 0 66304 300 0 0 25 0 1 0 148181872 1887580160 438127 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 134746929 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 460835 438127 170 317 0 460514 0
Current children cumulated CPU time (s) 666.04
Current children cumulated vsize (KiB) 1843340

[startup+667.001 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 1659
/proc/meminfo: memFree=19304/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=1839236 CPUtime=666.84
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194304 725369 0 0 0 66384 300 0 0 25 0 1 0 148181872 1883377664 437311 18446744073709551615 134512640 135812674 4294956704 18446744073709551615 135271355 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 459809 437311 186 317 0 459488 0
Current children cumulated CPU time (s) 666.84
Current children cumulated vsize (KiB) 1839236

[startup+667.201 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 1659
/proc/meminfo: memFree=19304/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=0 CPUtime=667.04
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194308 725369 0 0 0 66390 314 0 0 25 0 1 0 148181872 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 667.04
Current children cumulated vsize (KiB) 0

[startup+667.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 1659
/proc/meminfo: memFree=19304/2055920 swapFree=4146452/4192956
[pid=1657] ppid=1655 vsize=0 CPUtime=667.14
/proc/1657/stat : 1657 (oree) R 1655 1657 1600 0 -1 4194308 725369 0 0 0 66390 324 0 0 25 0 1 0 148181872 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 17474 0 0 0 17 1 0 0
/proc/1657/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 667.14
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 667.348
CPU time (s): 667.196
CPU user time (s): 663.901
CPU system time (s): 3.2945
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 1843340

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

runsolver used 0.789879 second user time and 1.61575 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Thu Apr 19 17:11:01 UTC 2007

IDJOB= 366970
IDBENCH= 2974
IDSOLVER= 172
FILE ID= node29/366970-1177002660

PBS_JOBID= 4630528

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

META MD5SUM SOLVER= 4e41df0f0543e325f03c5155f85b9e9b
MD5SUM BENCH=  d36f723aeb357b1886dd165bafa2139f

RANDOM SEED= 603972615

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:        978768 kB
Buffers:         49352 kB
Cached:         932336 kB
SwapCached:      15872 kB
Active:         400300 kB
Inactive:       608964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978768 kB
SwapTotal:     4192956 kB
SwapFree:      4141972 kB
Dirty:           21868 kB
Writeback:           0 kB
Mapped:          29756 kB
Slab:            53332 kB
Committed_AS:  2096940 kB
PageTables:       1872 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= 66447 MiB

End job on node29 on Thu Apr 19 17:22:09 UTC 2007