Trace number 419432

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 NameAnswerCPU timeWall clock time
bsolo 3.0.16? (TO) 1800.12 1800.63

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/babic/xinetd/itox_vc1044.opb
MD5SUM02c4aef8ff467133e598e60e2f780f4f
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark25.9251
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables121244
Total number of constraints356524
Number of constraints which are clauses356524
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 bsolo beta version 3.0.16 - 04/04/2007 : 1458 GMT
0.00/0.00	c Developed by Vasco Manquinho IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file /tmp/evaluation/419432-1177407858/instance-419432-1177407858.opb
0.00/0.00	c File size is 11902433 bytes.
1.99/2.06	c Highest Coefficient sum: 5
1.99/2.06	c Parsing was ok!!
1.99/2.06	c Total parsing time: 2.056 s
2.19/2.26	c Var: 121244 Constr: 356524 356524/0/0 Lit: 932094 Watch. Lit: 705989
2.19/2.26	c Obj. Vars: 0 (0 % of total variables)
29.59/29.61	c Formula reductions applied at preprocessing
29.59/29.62	c Pre-processing Time: 29.613 s
1800.10/1800.61	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.10/1800.61	c        0  82785   271745   743662    2   543490   90581      0      0 29.61
1800.10/1800.61	c Caught signal: 15
1800.10/1800.61	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.10/1800.61	c    0        0      0        0   271745   743662      0      0 1800.10
1800.10/1800.61	s UNKNOWN
1800.10/1800.61	c Total time: 1800.1 s

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-419432-1177407858 -o ROOT/results/node34/solver-419432-1177407858 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.16 -t1800 -m1800 /tmp/evaluation/419432-1177407858/instance-419432-1177407858.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): 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 19255
/proc/meminfo: memFree=1734352/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=15548 CPUtime=0
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 371 0 0 0 0 0 0 0 18 0 1 0 188701319 15921152 340 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 8156795 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 3887 340 283 324 0 50 0

[startup+0.0916 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 19255
/proc/meminfo: memFree=1734352/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=18380 CPUtime=0.08
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 1185 0 0 0 8 0 0 0 18 0 1 0 188701319 18821120 1154 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 8156795 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 4595 1154 409 324 0 758 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18380

[startup+0.101601 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 19255
/proc/meminfo: memFree=1734352/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=18608 CPUtime=0.09
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 1258 0 0 0 9 0 0 0 18 0 1 0 188701319 19054592 1227 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134525286 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 4652 1228 421 324 0 815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18608

[startup+0.301617 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 19255
/proc/meminfo: memFree=1734352/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=23504 CPUtime=0.29
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 2792 0 0 0 28 1 0 0 19 0 1 0 188701319 24068096 2721 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134538905 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 5876 2721 711 324 0 2039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23504

[startup+0.701647 s]
/proc/loadavg: 1.00 1.00 0.94 3/77 19255
/proc/meminfo: memFree=1734352/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=32496 CPUtime=0.69
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 5678 0 0 0 67 2 0 0 23 0 1 0 188701319 33275904 5528 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 8124 5528 1299 324 0 4287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32496

[startup+1.50171 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1710152/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=49968 CPUtime=1.49
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 11272 0 0 0 144 5 0 0 25 0 1 0 188701319 51167232 10916 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 8156795 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 12492 10916 2404 324 0 8655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49968

[startup+3.10184 s]
/proc/loadavg: 1.08 1.01 0.94 2/78 19256
/proc/meminfo: memFree=1687624/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=78680 CPUtime=3.09
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 21897 0 0 0 296 13 0 0 25 0 1 0 188701319 80568320 18538 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 19670 18538 303 324 0 18739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78680

[startup+6.30109 s]
/proc/loadavg: 1.08 1.01 0.94 2/78 19256
/proc/meminfo: memFree=1661000/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=78680 CPUtime=6.29
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 21906 0 0 0 614 15 0 0 25 0 1 0 188701319 80568320 18547 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134551055 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 19670 18547 303 324 0 18739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78680

[startup+12.7016 s]
/proc/loadavg: 1.07 1.01 0.94 2/78 19256
/proc/meminfo: memFree=1661256/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=78680 CPUtime=12.69
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 21906 0 0 0 1254 15 0 0 25 0 1 0 188701319 80568320 18547 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134551522 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 19670 18547 303 324 0 18739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78680

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 0.94 2/78 19256
/proc/meminfo: memFree=1661320/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=78680 CPUtime=25.48
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 21908 0 0 0 2532 16 0 0 25 0 1 0 188701319 80568320 18549 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 8163073 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 19670 18549 303 324 0 18739 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78680

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 0.94 2/78 19256
/proc/meminfo: memFree=1653320/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=88408 CPUtime=51.08
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 1357142 0 0 0 4568 540 0 0 25 0 1 0 188701319 90529792 20465 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22102 20467 331 324 0 21171 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 88408

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1654024/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=89092 CPUtime=102.27
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 4797663 0 0 0 8348 1879 0 0 25 0 1 0 188701319 91230208 20540 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135467635 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22273 20547 331 324 0 21342 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 89092

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1651720/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=89748 CPUtime=162.25
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 10166947 0 0 0 12317 3908 0 0 25 0 1 0 188701319 91901952 20733 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135467635 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22437 20739 331 324 0 21506 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89748

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1650376/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=90364 CPUtime=222.24
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 16064240 0 0 0 16077 6147 0 0 25 0 1 0 188701319 92532736 21040 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22591 21041 331 324 0 21660 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 90364

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 3/78 19256
/proc/meminfo: memFree=1649032/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=91020 CPUtime=282.23
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 22597920 0 0 0 19648 8575 0 0 25 0 1 0 188701319 93204480 21184 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22755 21185 331 324 0 21824 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 91020

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1649288/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=93588 CPUtime=342.21
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 29228669 0 0 0 23159 11062 0 0 25 0 1 0 188701319 95834112 21479 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468346 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23397 21485 331 324 0 22466 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 93588

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1646344/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=92080 CPUtime=402.2
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 36222891 0 0 0 26535 13685 0 0 25 0 1 0 188701319 94289920 21462 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23020 21463 331 324 0 22089 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 92080

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1649032/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=95172 CPUtime=462.19
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 43341269 0 0 0 29889 16330 0 0 25 0 1 0 188701319 97456128 22217 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23793 22223 331 324 0 22862 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 95172

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1645576/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=91840 CPUtime=522.17
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 50686837 0 0 0 33174 19043 0 0 25 0 1 0 188701319 94044160 21485 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 22960 21366 331 324 0 22029 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 91840

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1647432/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=96588 CPUtime=582.16
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 58062934 0 0 0 36388 21828 0 0 25 0 1 0 188701319 98906112 22112 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468352 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24147 22118 331 324 0 23216 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 96588

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1647624/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=92684 CPUtime=642.14
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 65564547 0 0 0 39561 24653 0 0 25 0 1 0 188701319 94908416 21696 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23171 21696 331 324 0 22240 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 92684


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

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1645128/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=94996 CPUtime=822.1
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 88487065 0 0 0 48886 33324 0 0 25 0 1 0 188701319 97275904 22112 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23749 22113 331 324 0 22818 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 94996

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 19256
/proc/meminfo: memFree=1644936/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=99580 CPUtime=882.09
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 96256728 0 0 0 51905 36304 0 0 25 0 1 0 188701319 101969920 22852 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24895 22858 331 324 0 23964 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 99580

[startup+942.301 s]
/proc/loadavg: 1.06 1.02 0.95 2/78 19256
/proc/meminfo: memFree=1640200/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=100108 CPUtime=942.07
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 104081402 0 0 0 54926 39281 0 0 25 0 1 0 188701319 102510592 23234 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 25027 23241 331 324 0 24096 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 100108

[startup+1002.3 s]
/proc/loadavg: 1.08 1.03 0.95 2/84 19282
/proc/meminfo: memFree=1640904/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=94844 CPUtime=1002.04
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 111954062 0 0 0 57883 42321 0 0 25 0 1 0 188701319 97120256 22235 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23711 22235 331 324 0 22780 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 94844

[startup+1062.3 s]
/proc/loadavg: 1.03 1.02 0.95 2/78 19454
/proc/meminfo: memFree=1639728/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=98344 CPUtime=1061.95
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 119870682 0 0 0 60835 45360 0 0 25 0 1 0 188701319 100704256 23111 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24586 23111 619 324 0 23655 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 98344

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 0.95 2/78 19454
/proc/meminfo: memFree=1644680/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=95920 CPUtime=1121.93
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 127829207 0 0 0 63749 48444 0 0 25 0 1 0 188701319 98222080 22370 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 23980 22378 331 324 0 23049 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 95920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 0.95 2/78 19454
/proc/meminfo: memFree=1643976/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=96272 CPUtime=1181.93
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 135825406 0 0 0 66655 51538 0 0 25 0 1 0 188701319 98582528 22423 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24068 22431 331 324 0 23137 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 96272

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1637832/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=96580 CPUtime=1241.91
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 143850617 0 0 0 69534 54657 0 0 25 0 1 0 188701319 98897920 22532 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24145 22539 331 324 0 23214 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 96580

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1639496/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=96908 CPUtime=1301.9
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 151907178 0 0 0 72399 57791 0 0 25 0 1 0 188701319 99233792 22537 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24227 22545 331 324 0 23296 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 96908

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1642440/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=103468 CPUtime=1361.88
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 159993982 0 0 0 75247 60941 0 0 25 0 1 0 188701319 105951232 22933 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 25867 22938 331 324 0 24936 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 103468

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1641544/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=97528 CPUtime=1421.88
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 168112862 0 0 0 78076 64112 0 0 25 0 1 0 188701319 99868672 22906 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24382 22634 331 324 0 23451 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 97528

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1640840/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=104316 CPUtime=1481.86
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 176246430 0 0 0 80874 67312 0 0 25 0 1 0 188701319 106819584 23985 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 26079 23990 331 324 0 25148 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 104316

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1635720/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=98144 CPUtime=1541.84
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 184509364 0 0 0 83636 70548 0 0 25 0 1 0 188701319 100499456 23014 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24536 23021 331 324 0 23605 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 98144

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1641288/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=105228 CPUtime=1601.83
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 192924222 0 0 0 86352 73831 0 0 25 0 1 0 188701319 107753472 24185 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 26307 24191 331 324 0 25376 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 105228

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1639304/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=105692 CPUtime=1661.81
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 201315122 0 0 0 89049 77132 0 0 25 0 1 0 188701319 108228608 24461 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 26423 24469 331 324 0 25492 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 105692

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1641288/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=106140 CPUtime=1721.8
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 209776820 0 0 0 91734 80446 0 0 25 0 1 0 188701319 108687360 23920 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 26535 23926 331 324 0 25604 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 106140

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1639048/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=106564 CPUtime=1781.79
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 218198829 0 0 0 94407 83772 0 0 25 0 1 0 188701319 109121536 23470 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468334 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 26641 23475 331 324 0 25710 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 106564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 19454
/proc/meminfo: memFree=1639304/2055920 swapFree=4159752/4192956
[pid=19255] ppid=19253 vsize=99492 CPUtime=1800.1
/proc/19255/stat : 19255 (bsolo3.0.16) R 19253 19255 18409 0 -1 4194304 220744046 0 0 0 95227 84783 0 0 25 0 1 0 188701319 101879808 23339 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19255/statm: 24873 23345 331 324 0 23942 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 99492

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

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

Child status: 15
Real time (s): 1800.63
CPU time (s): 1800.12
CPU user time (s): 952.272
CPU system time (s): 847.846
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 106688

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

runsolver used 1.67075 second user time and 4.48532 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Tue Apr 24 09:44:19 UTC 2007

IDJOB= 419432
IDBENCH= 47773
IDSOLVER= 163
FILE ID= node34/419432-1177407858

PBS_JOBID= 4675613

Free space on /tmp= 66397 MiB

SOLVER NAME= bsolo 3.0.16
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/xinetd/itox_vc1044.opb
COMMAND LINE= bsolo3.0.16 -t1800 -m1800 /tmp/evaluation/419432-1177407858/instance-419432-1177407858.opb            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-419432-1177407858 -o ROOT/results/node34/solver-419432-1177407858 -C 1800 -W 3600 -M 1800 --output-limit 1,15  bsolo3.0.16 -t1800 -m1800 /tmp/evaluation/419432-1177407858/instance-419432-1177407858.opb            

META MD5SUM SOLVER= b11bf0769a124f73ad50b0fdfcd50482
MD5SUM BENCH=  02c4aef8ff467133e598e60e2f780f4f

RANDOM SEED= 556844076

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1734824 kB
Buffers:         43328 kB
Cached:         179392 kB
SwapCached:       3244 kB
Active:         163244 kB
Inactive:        95244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734824 kB
SwapTotal:     4192956 kB
SwapFree:      4159752 kB
Dirty:           16120 kB
Writeback:           0 kB
Mapped:          42592 kB
Slab:            47948 kB
Committed_AS:  1604956 kB
PageTables:       2004 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= 66397 MiB

End job on node34 on Tue Apr 24 10:14:22 UTC 2007