Trace number 1797499

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 NameAnswerCPU timeWall clock time
IUT_BMB_SIM 1.0UNSAT 346.396 346.574

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.161
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
12.39/12.49	This is MiniSat 2.0 beta
12.39/12.49	WARNING: for repeatability, setting FPU to use double precision
12.39/12.49	============================[ Problem Statistics ]=============================
12.39/12.49	|                                                                             |
12.39/12.49	|  Number of variables:  115898                                               |
12.39/12.49	|  Number of clauses:    648970                                               |
12.47/12.89	|  Parsing time:         0.35         s                                       |
12.47/12.91	============================[ Search Statistics ]==============================
12.47/12.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.47/12.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.47/12.91	===============================================================================
12.47/12.91	|         0 |  115898   647048  1717693 |   215682        0    nan |  0.000 % |
12.47/13.01	|       100 |  115898   647048  1717693 |   237250      100     16 |  0.000 % |
12.47/13.09	|       250 |  115898   647048  1717693 |   260976      250     23 |  0.000 % |
13.57/13.64	|       475 |  115898   647048  1717693 |   287073      475     26 |  0.000 % |
13.87/13.91	|       812 |  115898   647048  1717693 |   315780      812     31 |  0.000 % |
14.67/14.70	|      1318 |  115898   647048  1717693 |   347359     1318     34 |  0.000 % |
15.47/15.50	|      2082 |  115864   646810  1717169 |   382095     2078     37 |  0.050 % |
18.56/18.68	|      3223 |  115861   646810  1717169 |   420304     3219     34 |  0.050 % |
20.46/20.59	|      4936 |  115840   646586  1716655 |   462334     4931     33 |  0.050 % |
26.46/26.55	|      7499 |  115840   646586  1716655 |   508568     7494     36 |  0.050 % |
30.66/30.77	|     11344 |  115840   646586  1716655 |   559425    11339     37 |  0.050 % |
41.25/41.32	|     17111 |  115840   646586  1716655 |   615367    17106     38 |  0.050 % |
55.34/55.50	|     25760 |  115814   646327  1716101 |   676904    23159     46 |  0.072 % |
76.83/76.93	|     38738 |  115814   646327  1716101 |   744595    36137     49 |  0.072 % |
112.21/112.34	|     58200 |  115814   646327  1716101 |   819054    55599     49 |  0.072 % |
162.39/162.53	|     87392 |  115814   646327  1716101 |   900960    84791     45 |  0.072 % |
244.64/244.83	|    131186 |  115774   646045  1715456 |   991056   128556     44 |  0.107 % |
344.89/345.19	===============================================================================
344.89/345.19	restarts              : 17
344.89/345.19	conflicts             : 180074         (542 /sec)
344.89/345.19	decisions             : 320179         (1.88 % random) (963 /sec)
344.89/345.19	propagations          : 418190708      (1258116 /sec)
344.89/345.19	conflict literals     : 6913440        (44.92 % deleted)
344.89/345.19	Memory used           : 65.43 MB
344.89/345.19	CPU time              : 332.394 s
344.89/345.19	
344.89/345.19	UNSATISFIABLE
345.00/345.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797499-1242075113/watcher-1797499-1242075113 -o /tmp/evaluation-result-1797499-1242075113/solver-1797499-1242075113 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797499-1242075113.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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: 1.00 1.02 1.00 3/64 15059
/proc/meminfo: memFree=986320/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=8896 CPUtime=0
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 235545398 9109504 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 2224 175 90 274 0 1947 0

[startup+0.05965 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 15059
/proc/meminfo: memFree=986320/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=8896 CPUtime=0.05
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 1103 0 0 0 5 0 0 0 18 0 1 0 235545398 9109504 1086 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 2224 1087 90 274 0 1947 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8896

[startup+0.101652 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 15059
/proc/meminfo: memFree=986320/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=8896 CPUtime=0.09
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 1800 0 0 0 9 0 0 0 18 0 1 0 235545398 9109504 1783 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 2224 1784 90 274 0 1947 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8896

[startup+0.301668 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 15059
/proc/meminfo: memFree=986320/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=27400 CPUtime=0.29
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 6668 0 0 0 27 2 0 0 19 0 1 0 235545398 28057600 6651 1992294400 134512640 135635349 4294956224 18446744073709551615 134624909 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 6850 6651 97 274 0 6573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27400

[startup+0.701701 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 15059
/proc/meminfo: memFree=986320/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=32944 CPUtime=0.69
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 8056 0 0 0 66 3 0 0 23 0 1 0 235545398 33734656 8039 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 8236 8039 97 274 0 7959 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32944

[startup+1.50177 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 15060
/proc/meminfo: memFree=950472/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=42712 CPUtime=1.49
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 10513 0 0 0 144 5 0 0 25 0 1 0 235545398 43737088 10496 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 10678 10496 97 274 0 10401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42712

[startup+3.1019 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 15060
/proc/meminfo: memFree=937352/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=61060 CPUtime=3.09
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 15098 0 0 0 302 7 0 0 25 0 1 0 235545398 62525440 15081 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 15265 15081 97 274 0 14988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61060

[startup+6.30216 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 15060
/proc/meminfo: memFree=897992/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=102772 CPUtime=6.29
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 25515 0 0 0 617 12 0 0 25 0 1 0 235545398 105238528 25498 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 25693 25498 97 274 0 25416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102772

[startup+12.7017 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 15060
/proc/meminfo: memFree=842120/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 134892

[startup+25.5017 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 15061
/proc/meminfo: memFree=805120/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=37776 CPUtime=12.99
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 9157 0 0 0 1293 6 0 0 25 0 1 0 235546646 38682624 8907 1992294400 134512640 135212939 4294956320 18446744073709551615 134536079 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 9444 8907 77 170 0 9272 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 172668

[startup+51.1018 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 15061
/proc/meminfo: memFree=801984/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=41168 CPUtime=38.58
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 9972 0 0 0 3851 7 0 0 25 0 1 0 235546646 42156032 9722 1992294400 134512640 135212939 4294956320 18446744073709551615 134526904 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 10292 9722 77 170 0 10120 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 176060

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 15061
/proc/meminfo: memFree=794752/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=48280 CPUtime=89.76
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 11771 0 0 0 8967 9 0 0 25 0 1 0 235546646 49438720 11521 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 12070 11521 77 170 0 11898 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 183172

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15061
/proc/meminfo: memFree=787904/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=55208 CPUtime=149.72
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 13487 0 0 0 14961 11 0 0 25 0 1 0 235546646 56532992 13237 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 13802 13237 77 170 0 13630 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 190100

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15061
/proc/meminfo: memFree=780608/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=62652 CPUtime=209.69
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 15316 0 0 0 20956 13 0 0 25 0 1 0 235546646 64155648 15066 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 15663 15066 77 170 0 15491 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 197544

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15061
/proc/meminfo: memFree=777408/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=65936 CPUtime=269.66
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 16115 0 0 0 26953 13 0 0 25 0 1 0 235546646 67518464 15865 1992294400 134512640 135212939 4294956320 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 16484 15865 77 170 0 16312 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 200828

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15061
/proc/meminfo: memFree=776512/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=66996 CPUtime=329.62
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 16315 0 0 0 32949 13 0 0 25 0 1 0 235546646 68603904 16065 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 16749 16065 77 170 0 16577 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 201888

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

[startup+343.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15061
/proc/meminfo: memFree=776512/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=12.47
/proc/15059/stat : 15059 (IUT_BMB_SIM) S 15057 15059 14837 0 -1 4194304 34015 0 0 0 1005 242 0 0 25 0 1 0 235545398 138129408 33549 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15059/statm: 33723 33549 105 274 0 33446 0
[pid=15061] ppid=15059 vsize=66996 CPUtime=331.22
/proc/15061/stat : 15061 (minisat) R 15059 15059 14837 0 -1 4194304 16315 0 0 0 33109 13 0 0 25 0 1 0 235546646 68603904 16065 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15061/statm: 16749 16065 77 170 0 16577 0
Current children cumulated CPU time (s) 343.69
Current children cumulated vsize (KiB) 201888

[startup+345.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15061
/proc/meminfo: memFree=840456/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=134892 CPUtime=345.3
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 55341 16326 0 0 1032 245 33239 14 20 0 1 0 235545398 138129408 33550 1992294400 134512640 135635349 4294956224 18446744073709551615 135069218 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 33723 33550 106 274 0 33446 0
Current children cumulated CPU time (s) 345.3
Current children cumulated vsize (KiB) 134892

[startup+346.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15061
/proc/meminfo: memFree=840456/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=124012 CPUtime=346.1
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 60901 16326 0 0 1111 246 33239 14 25 0 1 0 235545398 126988288 30830 1992294400 134512640 135635349 4294956224 18446744073709551615 135063353 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 31003 30830 106 274 0 30726 0
Current children cumulated CPU time (s) 346.1
Current children cumulated vsize (KiB) 124012

[startup+346.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15061
/proc/meminfo: memFree=908488/2055920 swapFree=4191900/4192956
[pid=15059] ppid=15057 vsize=62092 CPUtime=346.3
/proc/15059/stat : 15059 (IUT_BMB_SIM) R 15057 15059 14837 0 -1 4194304 61244 16326 0 0 1130 247 33239 14 25 0 1 0 235545398 63582208 15350 1992294400 134512640 135635349 4294956224 18446744073709551615 135063553 0 0 4096 0 0 0 0 17 0 0 0
/proc/15059/statm: 15523 15350 106 274 0 15246 0
Current children cumulated CPU time (s) 346.3
Current children cumulated vsize (KiB) 62092

Child status: 0
Real time (s): 346.574
CPU time (s): 346.396
CPU user time (s): 343.759
CPU system time (s): 2.6376
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 201888

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

runsolver used 0.290955 second user time and 0.979851 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-11 22:51:54
IDJOB=1797499
IDBENCH=20421
IDSOLVER=650
FILE ID=node3/1797499-1242075113
PBS_JOBID= 9277600
Free space on /tmp= 66264 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797499-1242075113/watcher-1797499-1242075113 -o /tmp/evaluation-result-1797499-1242075113/solver-1797499-1242075113 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797499-1242075113.cnf HOME

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=1148806161

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.212
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.212
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:        986864 kB
Buffers:         76940 kB
Cached:         880852 kB
SwapCached:        260 kB
Active:         222064 kB
Inactive:       749564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986864 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13788 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            83572 kB
Committed_AS:   859876 kB
PageTables:       1392 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= 66252 MiB
End job on node3 at 2009-05-11 22:57:40