Trace number 419404

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.04 1800.63

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/babic/xinetd/itox_vc1033.opb
MD5SUMdf0fb5c21df4e872a8b98e98a34be08d
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 benchmark31.1473
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 variables118528
Total number of constraints348058
Number of constraints which are clauses348058
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.01	c bsolo beta version 3.0.16 - 04/04/2007 : 1458 GMT
0.00/0.01	c Developed by Vasco Manquinho IST/UTL - INESC-ID
0.00/0.01	c type "bsolo -h" for help
0.00/0.01	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.01	c Time Limit set to 1800
0.00/0.01	c Memory Limit set to 1800 MB
0.00/0.01	c Instance file /tmp/evaluation/419404-1177407716/instance-419404-1177407716.opb
0.00/0.01	c File size is 11594002 bytes.
1.98/2.02	c Highest Coefficient sum: 5
1.98/2.02	c Parsing was ok!!
1.98/2.02	c Total parsing time: 2.01 s
2.19/2.22	c Var: 118528 Constr: 348058 348058/0/0 Lit: 909600 Watch. Lit: 689058
2.19/2.22	c Obj. Vars: 0 (0 % of total variables)
29.47/29.51	c Formula reductions applied at preprocessing
29.47/29.52	c Pre-processing Time: 29.505 s
1800.01/1800.61	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1800.01/1800.61	c        0  80613   264685   724555    2   529370   88228      0      0 29.51
1800.01/1800.61	c Caught signal: 15
1800.01/1800.61	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1800.01/1800.61	c    0        0      0        0   264685   724555      0      0 1800.02
1800.01/1800.61	s UNKNOWN
1800.01/1800.61	c Total time: 1800.02 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/node74/watcher-419404-1177407716 -o ROOT/results/node74/solver-419404-1177407716 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.16 -t1800 -m1800 /tmp/evaluation/419404-1177407716/instance-419404-1177407716.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: 0.92 0.98 0.95 3/66 16847
/proc/meminfo: memFree=1745952/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=19548 CPUtime=0
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 334 0 3 0 0 0 0 0 18 0 1 0 188686491 20017152 306 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 7718 309 278 324 0 3956 0

[startup+0.0602859 s]
/proc/loadavg: 0.92 0.98 0.95 3/66 16847
/proc/meminfo: memFree=1745952/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=17092 CPUtime=0.04
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 878 0 3 0 4 0 0 0 18 0 1 0 188686491 17502208 850 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 10192507 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 4273 850 354 324 0 511 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17092

[startup+0.101289 s]
/proc/loadavg: 0.92 0.98 0.95 3/66 16847
/proc/meminfo: memFree=1745952/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=18088 CPUtime=0.08
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 1203 0 3 0 8 0 0 0 18 0 1 0 188686491 18522112 1175 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 4522 1175 413 324 0 760 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18088

[startup+0.301312 s]
/proc/loadavg: 0.92 0.98 0.95 3/66 16847
/proc/meminfo: memFree=1745952/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=22872 CPUtime=0.29
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 2717 0 3 0 28 1 0 0 19 0 1 0 188686491 23420928 2649 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 5718 2650 707 324 0 1956 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22872

[startup+0.701359 s]
/proc/loadavg: 0.92 0.98 0.95 3/66 16847
/proc/meminfo: memFree=1745952/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=31920 CPUtime=0.68
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 5602 0 3 0 66 2 0 0 22 0 1 0 188686491 32686080 5455 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 7980 5455 1284 324 0 4218 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31920

[startup+1.50145 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1721880/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=49532 CPUtime=1.48
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 11217 0 3 0 143 5 0 0 25 0 1 0 188686491 50720768 10864 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 10192507 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 12383 10864 2393 324 0 8621 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 49532

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1690348/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=76976 CPUtime=3.09
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 21386 0 3 0 295 14 0 0 25 0 1 0 188686491 78823424 18105 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 19244 18105 303 324 0 18313 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76976

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1673432/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=76976 CPUtime=6.28
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 21394 0 3 0 613 15 0 0 25 0 1 0 188686491 78823424 18113 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134551064 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 19244 18113 303 324 0 18313 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 76976

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1673624/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=76976 CPUtime=12.68
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 21395 0 3 0 1253 15 0 0 25 0 1 0 188686491 78823424 18114 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 10190376 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 19244 18114 303 324 0 18313 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76976

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1673752/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=76976 CPUtime=25.47
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 21397 0 3 0 2531 16 0 0 25 0 1 0 188686491 78823424 18116 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 10186792 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 19244 18116 303 324 0 18313 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 76976

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1666392/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=85468 CPUtime=51.07
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 1365582 0 3 0 4571 536 0 0 25 0 1 0 188686491 87519232 19878 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 21367 19878 331 324 0 20436 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85468

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1665560/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=87432 CPUtime=102.25
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 4812249 0 3 0 8353 1872 0 0 25 0 1 0 188686491 89530368 20244 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 21858 20245 331 324 0 20927 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 87432

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1664664/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=86680 CPUtime=162.24
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 10165229 0 3 0 12296 3928 0 0 25 0 1 0 188686491 88760320 20117 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 21670 20128 331 324 0 20739 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86680

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1663904/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=87156 CPUtime=222.22
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 16230016 0 3 0 16010 6212 0 0 25 0 1 0 188686491 89247744 20269 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 21789 20279 331 324 0 20858 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87156

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1661336/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=90944 CPUtime=282.2
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 22798693 0 3 0 19553 8667 0 0 25 0 1 0 188686491 93126656 21083 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468352 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 22736 21089 332 324 0 21805 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 90944

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1661784/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=89692 CPUtime=342.19
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 29490015 0 3 0 23013 11206 0 0 25 0 1 0 188686491 91844608 20801 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 22423 20802 331 324 0 21492 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 89692

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1662552/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=92608 CPUtime=402.17
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 36560494 0 3 0 26384 13833 0 0 25 0 1 0 188686491 94830592 21076 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23152 21082 331 324 0 22221 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 92608

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1659032/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=89584 CPUtime=462.16
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 43745163 0 3 0 29710 16506 0 0 25 0 1 0 188686491 91734016 20856 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 22396 20862 331 324 0 21465 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 89584

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1659096/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=91988 CPUtime=522.14
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 51125740 0 3 0 32958 19256 0 0 25 0 1 0 188686491 94195712 21032 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 22997 21032 331 324 0 22066 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 91988

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1660760/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=94800 CPUtime=582.12
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 58555837 0 3 0 36143 22069 0 0 25 0 1 0 188686491 97075200 21891 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23700 21897 331 324 0 22769 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 94800

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1658264/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=95440 CPUtime=642.11
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 66100314 0 3 0 39297 24914 0 0 25 0 1 0 188686491 97730560 22324 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23860 22324 331 324 0 22929 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 95440


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

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1658776/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=92300 CPUtime=822.05
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 89144185 0 3 0 48532 33673 0 0 25 0 1 0 188686491 94515200 21526 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23075 21533 331 324 0 22144 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 92300

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1658392/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=92684 CPUtime=882.04
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 96953720 0 3 0 51545 36659 0 0 25 0 1 0 188686491 94908416 21686 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23171 21693 331 324 0 22240 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 92684

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1658520/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=98312 CPUtime=942.03
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 104812281 0 3 0 54543 39660 0 0 25 0 1 0 188686491 100671488 22577 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24578 22583 331 324 0 23647 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 98312

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1657944/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=98824 CPUtime=1002.01
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 112725073 0 3 0 57474 42727 0 0 25 0 1 0 188686491 101195776 22121 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468242 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24706 22126 331 324 0 23775 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 98824

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1656216/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=93344 CPUtime=1062
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 120680244 0 3 0 60417 45783 0 0 25 0 1 0 188686491 95584256 21860 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23336 21860 331 324 0 22405 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 93344

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 16848
/proc/meminfo: memFree=1656280/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=94128 CPUtime=1121.97
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 128677105 0 3 0 63318 48879 0 0 25 0 1 0 188686491 96387072 21884 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23532 21891 331 324 0 22601 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 94128

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/73 17016
/proc/meminfo: memFree=1651736/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=95116 CPUtime=1181.89
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 136704716 0 3 0 66209 51980 0 0 25 0 1 0 188686491 97398784 22165 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23779 22166 331 324 0 22848 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 95116

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1655448/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=100760 CPUtime=1241.86
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 144767894 0 3 0 69081 55105 0 0 25 0 1 0 188686491 103178240 22449 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 25190 22454 331 324 0 24259 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 100760

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1656088/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=95120 CPUtime=1301.85
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 152864471 0 3 0 71920 58265 0 0 25 0 1 0 188686491 97402880 22236 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23780 22243 331 324 0 22849 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 95120

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1651544/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=97888 CPUtime=1361.82
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 160982882 0 3 0 74750 61432 0 0 25 0 1 0 188686491 100237312 22464 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 10193998 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 25418 22469 331 324 0 24487 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 97888

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1650392/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=95736 CPUtime=1421.81
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 169116401 0 3 0 77552 64629 0 0 25 0 1 0 188686491 98033664 22406 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134615049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23934 22412 331 324 0 23003 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 95736

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1654360/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=96560 CPUtime=1481.79
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 177359593 0 3 0 80319 67860 0 0 25 0 1 0 188686491 98877440 22553 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24140 22554 331 324 0 23209 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 96560

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1647320/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=96380 CPUtime=1541.77
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 185737551 0 3 0 83058 71119 0 0 25 0 1 0 188686491 98693120 22618 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24095 22329 331 324 0 23164 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 96380

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1647384/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=95984 CPUtime=1601.75
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 194152751 0 3 0 85747 74428 0 0 25 0 1 0 188686491 98287616 22440 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135469944 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 23996 22454 331 324 0 23065 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 95984

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1653400/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=97440 CPUtime=1661.74
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 202605342 0 3 0 88426 77748 0 0 25 0 1 0 188686491 99778560 22716 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24360 22717 331 324 0 23429 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 97440

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1650904/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=104360 CPUtime=1721.72
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 211007331 0 3 0 91115 81057 0 0 25 0 1 0 188686491 106864640 24267 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 26090 24273 331 324 0 25159 0
Current children cumulated CPU time (s) 1721.72
Current children cumulated vsize (KiB) 104360

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1645208/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=97992 CPUtime=1781.71
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 219481113 0 3 0 93783 84388 0 0 25 0 1 0 188686491 100343808 22926 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 24498 22927 331 324 0 23567 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 97992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.98 0.95 2/67 17046
/proc/meminfo: memFree=1650392/2055920 swapFree=4183092/4192956
[pid=16847] ppid=16845 vsize=104944 CPUtime=1800.01
/proc/16847/stat : 16847 (bsolo3.0.16) R 16845 16847 16095 0 -1 4194304 222044265 0 3 0 94602 85399 0 0 25 0 1 0 188686491 107462656 23664 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 135468006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16847/statm: 26236 23670 331 324 0 25305 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104944

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.04
CPU user time (s): 946.029
CPU system time (s): 854.013
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 104944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 946.029
system time used= 854.013
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222044298
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 2873

runsolver used 1.3238 second user time and 3.86641 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Tue Apr 24 09:41:57 UTC 2007

IDJOB= 419404
IDBENCH= 47771
IDSOLVER= 163
FILE ID= node74/419404-1177407716

PBS_JOBID= 4675606

Free space on /tmp= 103190 MiB

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

META MD5SUM SOLVER= b11bf0769a124f73ad50b0fdfcd50482
MD5SUM BENCH=  df0fb5c21df4e872a8b98e98a34be08d

RANDOM SEED= 426745155

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1746296 kB
Buffers:         32672 kB
Cached:         174200 kB
SwapCached:       3248 kB
Active:          95040 kB
Inactive:       148308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746296 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:           15744 kB
Writeback:           0 kB
Mapped:          42316 kB
Slab:            52020 kB
Committed_AS:  3997384 kB
PageTables:       1544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103190 MiB

End job on node74 on Tue Apr 24 10:12:00 UTC 2007