Trace number 2673372

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PBPASSolver 2010-06-13? (TO) 1800.07 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=67-P1=71-B.opb
MD5SUMae67e81d38ba4f76b7dd516b4c482d81
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.077987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables27
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 522902
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)81
Sum of products size (including duplicates)162
Number of different products81
Sum of products size162

Solver Data

1058.43/1058.75	c 27 3 81 162 0 0 0 0
1058.43/1058.75	o 7
1058.43/1058.75	c 256 ~x18247+128 ~x18246+64 ~x18245+32 ~x18244+16 ~x18243+8 ~x18242+4 ~x18241+2 ~x18240+1 ~x18239+256 ~x10+128 ~x9+64 ~x8+32 ~x7+16 ~x6+8 ~x5+4 ~x4+2 ~x3+1 ~x2-0=1019
1058.43/1058.75	o 3
1058.43/1058.75	c 256 ~x18247+128 ~x18246+64 ~x18245+32 ~x18244+16 ~x18243+8 ~x18242+4 ~x18241+2 ~x18240+1 ~x18239+256 ~x10+128 ~x9+64 ~x8+32 ~x7+16 ~x6+8 ~x5+4 ~x4+2 ~x3+1 ~x2-0=1021
1111.43/1111.77	c 256 ~x18247+128 ~x18246+64 ~x18245+32 ~x18244+16 ~x18243+8 ~x18242+4 ~x18241+2 ~x18240+1 ~x18239+256 ~x10+128 ~x9+64 ~x8+32 ~x7+16 ~x6+8 ~x5+4 ~

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2673372-1276809799/watcher-2673372-1276809799 -o /tmp/evaluation-result-2673372-1276809799/solver-2673372-1276809799 -C 1800 -W 2000 -M 1800 run HOME/instance-2673372-1276809799.opb 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 22783
/proc/meminfo: memFree=1809348/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0

[startup+0.0360521 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 22783
/proc/meminfo: memFree=1809348/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101058 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 22783
/proc/meminfo: memFree=1809348/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301074 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 22783
/proc/meminfo: memFree=1809348/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701108 s]
/proc/loadavg: 0.93 0.98 0.99 3/106 22783
/proc/meminfo: memFree=1809348/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 0.93 0.98 0.99 2/108 22786
/proc/meminfo: memFree=1798544/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=14480 CPUtime=1.49
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 2963 0 0 0 148 1 0 0 25 0 1 0 22270684 14827520 2757 1992294400 134512640 134902295 4289095568 18446744073709551615 4159676013 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 3620 2757 270 96 0 2832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23180

[startup+3.10032 s]
/proc/loadavg: 0.94 0.98 0.99 2/108 22786
/proc/meminfo: memFree=1798296/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=15144 CPUtime=3.08
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 3119 0 0 0 307 1 0 0 25 0 1 0 22270684 15507456 2913 1992294400 134512640 134902295 4289095568 18446744073709551615 4159689672 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 3786 2913 270 96 0 2998 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23844

[startup+6.30059 s]
/proc/loadavg: 0.94 0.98 0.99 2/108 22786
/proc/meminfo: memFree=1797428/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=16068 CPUtime=6.29
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 3349 0 0 0 627 2 0 0 25 0 1 0 22270684 16453632 3143 1992294400 134512640 134902295 4289095568 18446744073709551615 4159656570 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 4017 3143 270 96 0 3229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24768

[startup+12.7011 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 22788
/proc/meminfo: memFree=1794700/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=18448 CPUtime=12.68
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 3956 0 0 0 1266 2 0 0 25 0 1 0 22270684 18890752 3750 1992294400 134512640 134902295 4289095568 18446744073709551615 4159679080 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 4612 3750 270 96 0 3824 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27148

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/108 22788
/proc/meminfo: memFree=1791104/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=21880 CPUtime=25.48
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 4809 0 0 0 2545 3 0 0 25 0 1 0 22270684 22405120 4603 1992294400 134512640 134902295 4289095568 18446744073709551615 4159675585 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 5470 4603 270 96 0 4682 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30580

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/108 22788
/proc/meminfo: memFree=1788376/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=24620 CPUtime=51.08
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 5506 0 0 0 5104 4 0 0 25 0 1 0 22270684 25210880 5300 1992294400 134512640 134902295 4289095568 18446744073709551615 4159675636 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 6155 5300 270 96 0 5367 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33320

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22790
/proc/meminfo: memFree=1782052/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=30724 CPUtime=102.27
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 7028 0 0 0 10221 6 0 0 25 0 1 0 22270684 31461376 6822 1992294400 134512640 134902295 4289095568 18446744073709551615 4159670473 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 7681 6822 270 96 0 6893 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39424

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22792
/proc/meminfo: memFree=1777588/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=35356 CPUtime=162.25
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 8152 0 0 0 16218 7 0 0 25 0 1 0 22270684 36204544 7946 1992294400 134512640 134902295 4289095568 18446744073709551615 4159656601 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 8839 7946 270 96 0 8051 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44056

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22792
/proc/meminfo: memFree=1774488/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=38288 CPUtime=222.24
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 8909 0 0 0 22216 8 0 0 25 0 1 0 22270684 39206912 8703 1992294400 134512640 134902295 4289095568 18446744073709551615 4159686782 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 9572 8703 270 96 0 8784 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 46988

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22794
/proc/meminfo: memFree=1771636/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=41260 CPUtime=282.22
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 9630 0 0 0 28214 8 0 0 25 0 1 0 22270684 42250240 9424 1992294400 134512640 134902295 4289095568 18446744073709551615 4159656616 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 10315 9424 270 96 0 9527 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 49960

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22796
/proc/meminfo: memFree=1771024/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=41796 CPUtime=342.2
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 9777 0 0 0 34212 8 0 0 25 0 1 0 22270684 42799104 9571 1992294400 134512640 134902295 4289095568 18446744073709551615 4159656576 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 10449 9571 270 96 0 9661 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50496

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22798
/proc/meminfo: memFree=1771024/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=41976 CPUtime=402.19
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 9791 0 0 0 40211 8 0 0 25 0 1 0 22270684 42983424 9585 1992294400 134512640 134902295 4289095568 18446744073709551615 4159686782 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 10494 9585 270 96 0 9706 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 50676

[startup+462.301 s]

################
# More data... #
################

/proc/22785/statm: 8981 8054 270 96 0 8193 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 44624

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22823
/proc/meminfo: memFree=1769288/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=43260 CPUtime=1241.99
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 33478 0 0 0 124166 33 0 0 25 0 1 0 22270684 44298240 9860 1992294400 134512640 134902295 4289095568 18446744073709551615 4159675228 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 10815 9860 270 96 0 10027 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 51960

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22825
/proc/meminfo: memFree=1764204/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=48236 CPUtime=1301.99
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 34730 0 0 0 130164 35 0 0 25 0 1 0 22270684 49393664 11112 1992294400 134512640 134902295 4289095568 18446744073709551615 4159694554 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 12059 11112 270 96 0 11271 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 56936

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22827
/proc/meminfo: memFree=1760236/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=52400 CPUtime=1361.96
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 35730 0 0 0 136160 36 0 0 25 0 1 0 22270684 53657600 12112 1992294400 134512640 134902295 4289095568 18446744073709551615 4159668756 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 13100 12112 270 96 0 12312 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 61100

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22827
/proc/meminfo: memFree=1757260/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=55256 CPUtime=1421.96
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36453 0 0 0 142159 37 0 0 25 0 1 0 22270684 56582144 12835 1992294400 134512640 134902295 4289095568 18446744073709551615 4159656576 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 13814 12835 270 96 0 13026 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 63956

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22829
/proc/meminfo: memFree=1755648/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=56768 CPUtime=1481.93
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36851 0 0 0 148155 38 0 0 25 0 1 0 22270684 58130432 13233 1992294400 134512640 134902295 4289095568 18446744073709551615 4159674959 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14192 13233 270 96 0 13404 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 65468

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22831
/proc/meminfo: memFree=1755524/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=56768 CPUtime=1541.92
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36851 0 0 0 154154 38 0 0 25 0 1 0 22270684 58130432 13233 1992294400 134512640 134902295 4289095568 18446744073709551615 4159686782 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14192 13233 270 96 0 13404 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 65468

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22833
/proc/meminfo: memFree=1755524/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=56928 CPUtime=1601.91
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36881 0 0 0 160153 38 0 0 25 0 1 0 22270684 58294272 13263 1992294400 134512640 134902295 4289095568 18446744073709551615 4159689651 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14232 13263 270 96 0 13444 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 65628

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22835
/proc/meminfo: memFree=1755400/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=56928 CPUtime=1661.89
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36891 0 0 0 166151 38 0 0 25 0 1 0 22270684 58294272 13273 1992294400 134512640 134902295 4289095568 18446744073709551615 4159668753 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14232 13273 270 96 0 13444 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 65628

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22835
/proc/meminfo: memFree=1755276/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=57192 CPUtime=1721.88
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36897 0 0 0 172150 38 0 0 25 0 1 0 22270684 58564608 13279 1992294400 134512640 134902295 4289095568 18446744073709551615 4159676063 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14298 13279 270 96 0 13510 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 65892

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22837
/proc/meminfo: memFree=1755152/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=57192 CPUtime=1781.86
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36930 0 0 0 178148 38 0 0 25 0 1 0 22270684 58564608 13312 1992294400 134512640 134902295 4289095568 18446744073709551615 4159668840 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14298 13312 270 96 0 13510 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 65892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22837
/proc/meminfo: memFree=1755152/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=57192 CPUtime=1800.07
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36933 0 0 0 179969 38 0 0 25 0 1 0 22270684 58564608 13315 1992294400 134512640 134902295 4289095568 18446744073709551615 4159675636 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14298 13315 270 96 0 13510 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65892

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

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

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 22837
/proc/meminfo: memFree=1755152/2059040 swapFree=4164932/4192956
[pid=22783] ppid=22781 vsize=8700 CPUtime=0
/proc/22783/stat : 22783 (run) S 22781 22783 22195 0 -1 4202496 389 134 0 0 0 0 0 0 23 0 1 0 22270684 8908800 250 1992294400 4194304 4922060 140736323984272 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22783/statm: 2175 250 211 178 0 68 0
[pid=22785] ppid=22783 vsize=57192 CPUtime=1800.07
/proc/22785/stat : 22785 (PBPASSolver) R 22783 22783 22195 0 -1 4202496 36933 0 0 0 179969 38 0 0 25 0 1 0 22270684 58564608 13315 1992294400 134512640 134902295 4289095568 18446744073709551615 4159675636 0 0 4096 17608 0 0 0 17 1 0 0 0
/proc/22785/statm: 14298 13315 270 96 0 13510 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 65892

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22783 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1799.69
CPU system time (s): 0.38
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 65892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523
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= 3
involuntary context switches= 3

runsolver used 2.92355 second user time and 8.5567 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-17 23:23:19
IDJOB=2673372
IDBENCH=48039
IDSOLVER=1174
FILE ID=node057/2673372-1276809799
PBS_JOBID= 11176655
Free space on /tmp= 62532 MiB

SOLVER NAME= PBPASSolver 2010-06-13
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=67-P1=71-B.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2673372-1276809799/watcher-2673372-1276809799 -o /tmp/evaluation-result-2673372-1276809799/solver-2673372-1276809799 -C 1800 -W 2000 -M 1800  run HOME/instance-2673372-1276809799.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae67e81d38ba4f76b7dd516b4c482d81
RANDOM SEED=816879757

node057.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1809744 kB
Buffers:         46796 kB
Cached:          89632 kB
SwapCached:       1524 kB
Active:          36096 kB
Inactive:       133252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809744 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:             868 kB
Writeback:           0 kB
AnonPages:       31424 kB
Mapped:          14652 kB
Slab:            58184 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182332 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node057 at 2010-06-17 23:53:21