Trace number 1797495

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 134.684 134.77

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.439
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
7.48/7.58	This is MiniSat 2.0 beta
7.48/7.58	WARNING: for repeatability, setting FPU to use double precision
7.48/7.58	============================[ Problem Statistics ]=============================
7.48/7.58	|                                                                             |
7.48/7.58	|  Number of variables:  87475                                                |
7.48/7.58	|  Number of clauses:    414447                                               |
7.77/7.82	|  Parsing time:         0.21         s                                       |
7.77/7.83	============================[ Search Statistics ]==============================
7.77/7.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/7.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/7.83	===============================================================================
7.77/7.83	|         0 |   87475   412975  1070374 |   137658        0    nan |  0.000 % |
7.87/7.91	|       101 |   87475   412975  1070374 |   151424      101     18 |  0.000 % |
7.97/8.04	|       251 |   87475   412975  1070374 |   166566      251     16 |  0.000 % |
8.07/8.18	|       477 |   87475   412975  1070374 |   183223      477     21 |  0.000 % |
8.27/8.37	|       816 |   87475   412975  1070374 |   201545      816     31 |  0.000 % |
8.68/8.73	|      1322 |   87475   412975  1070374 |   221700     1322     34 |  0.000 % |
9.27/9.30	|      2081 |   87475   412975  1070374 |   243870     2081     39 |  0.000 % |
11.47/11.55	|      3220 |   87475   412975  1070374 |   268257     3220     38 |  0.000 % |
12.97/13.00	|      4931 |   87475   412975  1070374 |   295082     4931     40 |  0.000 % |
19.47/19.53	|      7493 |   87475   412975  1070374 |   324591     7493     41 |  0.000 % |
25.36/25.47	|     11338 |   87475   412975  1070374 |   357050    11338     40 |  0.000 % |
31.86/32.00	|     17104 |   87475   412975  1070374 |   392755    17104     37 |  0.000 % |
44.76/44.88	|     25754 |   87475   412975  1070374 |   432030    25754     33 |  0.000 % |
62.34/62.47	|     38729 |   87475   412975  1070374 |   475233    38729     30 |  0.000 % |
94.23/94.40	|     58190 |   87463   412848  1070095 |   522757    58189     29 |  0.014 % |
134.10/134.21	===============================================================================
134.10/134.21	restarts              : 15
134.10/134.21	conflicts             : 83442          (660 /sec)
134.10/134.21	decisions             : 160526         (1.83 % random) (1269 /sec)
134.10/134.21	propagations          : 245199694      (1938310 /sec)
134.10/134.21	conflict literals     : 2268588        (39.20 % deleted)
134.10/134.21	Memory used           : 35.73 MB
134.10/134.21	CPU time              : 126.502 s
134.10/134.21	
134.10/134.21	UNSATISFIABLE
134.10/134.22	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-1797495-1242074403/watcher-1797495-1242074403 -o /tmp/evaluation-result-1797495-1242074403/solver-1797495-1242074403 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797495-1242074403.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.00 1.00 1/65 28935
/proc/meminfo: memFree=1110568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=6144 CPUtime=0
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 235470778 6291456 188 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 1536 188 90 274 0 1259 0

[startup+0.09734 s]
/proc/loadavg: 1.00 1.00 1.00 1/65 28935
/proc/meminfo: memFree=1110568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=10508 CPUtime=0.09
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 2222 0 0 0 9 0 0 0 20 0 1 0 235470778 10760192 2205 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 2627 2206 90 274 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10508

[startup+0.10134 s]
/proc/loadavg: 1.00 1.00 1.00 1/65 28935
/proc/meminfo: memFree=1110568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=10508 CPUtime=0.09
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 2288 0 0 0 9 0 0 0 20 0 1 0 235470778 10760192 2271 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 2627 2272 90 274 0 2350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10508

[startup+0.301379 s]
/proc/loadavg: 1.00 1.00 1.00 1/65 28935
/proc/meminfo: memFree=1110568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=21092 CPUtime=0.29
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 5100 0 0 0 28 1 0 0 22 0 1 0 235470778 21598208 5083 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 5273 5083 97 274 0 4996 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21092

[startup+0.701458 s]
/proc/loadavg: 1.00 1.00 1.00 1/65 28935
/proc/meminfo: memFree=1110568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=26504 CPUtime=0.69
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 6461 0 0 0 67 2 0 0 25 0 1 0 235470778 27140096 6444 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 6626 6444 97 274 0 6349 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26504

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28936
/proc/meminfo: memFree=1081568/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=36140 CPUtime=1.49
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 8858 0 0 0 146 3 0 0 25 0 1 0 235470778 37007360 8841 1992294400 134512640 135635349 4294956224 18446744073709551615 134521333 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 9035 8841 97 274 0 8758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36140

[startup+3.10193 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28936
/proc/meminfo: memFree=1068640/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=55148 CPUtime=3.09
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 13609 0 0 0 304 5 0 0 25 0 1 0 235470778 56471552 13592 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 13787 13592 97 274 0 13510 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55148

[startup+6.30156 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 28936
/proc/meminfo: memFree=1023600/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=6.29
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 21946 0 0 0 565 64 0 0 25 0 1 0 235470778 88940544 21535 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 21714 21535 100 274 0 21437 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86856

[startup+12.7028 s]
/proc/loadavg: 1.15 1.03 1.01 2/67 28937
/proc/meminfo: memFree=993256/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=25372 CPUtime=5.11
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 6279 0 0 0 508 3 0 0 25 0 1 0 235471535 25980928 6029 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 6343 6029 77 170 0 6171 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 112228

[startup+25.5013 s]
/proc/loadavg: 1.19 1.05 1.01 2/67 28937
/proc/meminfo: memFree=992104/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=26692 CPUtime=17.9
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 6617 0 0 0 1787 3 0 0 25 0 1 0 235471535 27332608 6367 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 6673 6367 77 170 0 6501 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 113548

[startup+51.1013 s]
/proc/loadavg: 1.12 1.04 1.01 2/67 28937
/proc/meminfo: memFree=989416/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=29548 CPUtime=43.5
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 7324 0 0 0 4346 4 0 0 25 0 1 0 235471535 30257152 7074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 7387 7074 77 170 0 7215 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 116404

[startup+102.305 s]
/proc/loadavg: 1.05 1.03 1.01 2/67 28937
/proc/meminfo: memFree=984744/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=34396 CPUtime=94.66
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 8513 0 0 0 9461 5 0 0 25 0 1 0 235471535 35221504 8263 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 8599 8263 77 170 0 8427 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 121252

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

[startup+115.102 s]
/proc/loadavg: 1.04 1.03 1.01 2/67 28937
/proc/meminfo: memFree=983592/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=35504 CPUtime=107.45
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 8800 0 0 0 10740 5 0 0 25 0 1 0 235471535 36356096 8550 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 8876 8550 77 170 0 8704 0
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (KiB) 122360

[startup+127.901 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28937
/proc/meminfo: memFree=982760/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=36296 CPUtime=120.24
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 9002 0 0 0 12019 5 0 0 25 0 1 0 235471535 37167104 8752 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 9074 8752 77 170 0 8902 0
Current children cumulated CPU time (s) 127.8
Current children cumulated vsize (KiB) 123152

[startup+131.101 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28938
/proc/meminfo: memFree=982440/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=36428 CPUtime=123.44
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 9030 0 0 0 12338 6 0 0 25 0 1 0 235471535 37302272 8780 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 9107 8780 77 170 0 8935 0
Current children cumulated CPU time (s) 131
Current children cumulated vsize (KiB) 123284

[startup+132.701 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28938
/proc/meminfo: memFree=982440/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=36584 CPUtime=125.04
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 9054 0 0 0 12498 6 0 0 25 0 1 0 235471535 37462016 8804 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 9146 8804 77 170 0 8974 0
Current children cumulated CPU time (s) 132.6
Current children cumulated vsize (KiB) 123440

[startup+133.502 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28938
/proc/meminfo: memFree=982440/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=7.56
/proc/28935/stat : 28935 (IUT_BMB_SIM) S 28933 28935 28831 0 -1 4194304 21952 0 0 0 605 151 0 0 25 0 1 0 235470778 88940544 21540 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28935/statm: 21714 21540 105 274 0 21437 0
[pid=28937] ppid=28935 vsize=36584 CPUtime=125.84
/proc/28937/stat : 28937 (minisat) R 28935 28935 28831 0 -1 4194304 9055 0 0 0 12578 6 0 0 25 0 1 0 235471535 37462016 8805 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28937/statm: 9146 8805 77 170 0 8974 0
Current children cumulated CPU time (s) 133.4
Current children cumulated vsize (KiB) 123440

[startup+134.303 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28938
/proc/meminfo: memFree=982440/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=86856 CPUtime=134.2
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 30020 9073 0 0 612 152 12650 6 19 0 1 0 235470778 88940544 21541 1992294400 134512640 135635349 4294956224 18446744073709551615 134531206 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 21714 21541 106 274 0 21437 0
Current children cumulated CPU time (s) 134.2
Current children cumulated vsize (KiB) 86856

[startup+134.703 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 28938
/proc/meminfo: memFree=982440/2055920 swapFree=4180628/4192956
[pid=28935] ppid=28933 vsize=77620 CPUtime=134.6
/proc/28935/stat : 28935 (IUT_BMB_SIM) R 28933 28935 28831 0 -1 4194304 38982 9073 0 0 650 154 12650 6 22 0 1 0 235470778 79482880 19232 1992294400 134512640 135635349 4294956224 18446744073709551615 135069130 0 0 4096 0 0 0 0 17 0 0 0
/proc/28935/statm: 19405 19232 106 274 0 19128 0
Current children cumulated CPU time (s) 134.6
Current children cumulated vsize (KiB) 77620

Child status: 0
Real time (s): 134.77
CPU time (s): 134.684
CPU user time (s): 133.064
CPU system time (s): 1.61975
CPU usage (%): 99.9358
Max. virtual memory (cumulated for all children) (KiB): 123440

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

runsolver used 0.122981 second user time and 0.371943 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-11 22:40:04
IDJOB=1797495
IDBENCH=20415
IDSOLVER=650
FILE ID=node77/1797495-1242074403
PBS_JOBID= 9277668
Free space on /tmp= 66156 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797495-1242074403/watcher-1797495-1242074403 -o /tmp/evaluation-result-1797495-1242074403/solver-1797495-1242074403 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797495-1242074403.cnf HOME

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=1522501170

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1110984 kB
Buffers:         74552 kB
Cached:         779668 kB
SwapCached:       6388 kB
Active:         216640 kB
Inactive:       646060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110984 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            9372 kB
Writeback:           0 kB
Mapped:          14132 kB
Slab:            68168 kB
Committed_AS:   832364 kB
PageTables:       1372 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= 66148 MiB
End job on node77 at 2009-05-11 22:42:19