Trace number 421493

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
minisat SAT 2007UNSAT 500.815 500.962

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2494
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  139818                                               |
0.00/0.00	c |  Number of clauses:    724504                                               |
0.69/0.77	c |  Parsing time:         0.69         s                                       |
31.68/31.80	c ============================[ Search Statistics ]==============================
31.68/31.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.68/31.80	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.68/31.80	c ===============================================================================
31.68/31.80	c |         0 |   38490   526581  2239842 |   175527        0    nan |  0.000 % |
31.88/31.98	c |       102 |   38490   526581  2239842 |   193079      102     23 |  0.024 % |
32.37/32.40	c |       252 |   38490   526581  2239842 |   212387      252     25 |  0.024 % |
32.47/32.56	c |       478 |   38490   526581  2239842 |   233626      478     17 |  0.024 % |
33.27/33.36	c |       815 |   38490   526581  2239842 |   256989      815     17 |  0.024 % |
33.67/33.73	c |      1321 |   38490   526581  2239842 |   282687     1321     14 |  0.024 % |
35.26/35.33	c |      2080 |   38490   526581  2239842 |   310956     2080     18 |  0.024 % |
36.56/36.61	c |      3221 |   38490   526581  2239842 |   342052     3221     17 |  0.024 % |
39.57/39.64	c |      4930 |   38490   526581  2239842 |   376257     4930     19 |  0.024 % |
44.56/44.62	c |      7492 |   38490   526581  2239842 |   413883     7492     22 |  0.024 % |
50.37/50.40	c |     11337 |   38490   526581  2239842 |   455271    11337     26 |  0.024 % |
58.47/58.59	c |     17104 |   38467   526271  2238594 |   500799    17102     29 |  0.041 % |
71.96/72.02	c |     25754 |   38467   526271  2238594 |   550878    25752     32 |  0.041 % |
89.96/90.07	c |     38729 |   38467   526271  2238594 |   605966    38727     33 |  0.041 % |
117.85/117.98	c |     58191 |   38467   526271  2238594 |   666563    58189     32 |  0.041 % |
165.03/165.12	c |     87385 |   38467   526271  2238594 |   733219    87383     32 |  0.041 % |
236.52/236.60	c |    131174 |   38467   526271  2238594 |   806541   131172     30 |  0.041 % |
353.78/353.94	c |    196859 |   38466   526241  2238524 |   887196   191127     27 |  0.041 % |
500.74/500.94	c ===============================================================================
500.74/500.94	c restarts              : 18
500.74/500.94	c conflicts             : 265457         (530 /sec)
500.74/500.94	c decisions             : 379639         (1.78 % random) (758 /sec)
500.74/500.94	c propagations          : 372171413      (743467 /sec)
500.74/500.94	c conflict literals     : 6591771        (47.92 % deleted)
500.74/500.94	c Memory used           : 112.99 MB
500.74/500.94	c CPU time              : 500.589 s
500.74/500.94	c 
500.74/500.94	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-421493-1177492248 -o ROOT/results/node1/solver-421493-1177492248 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421493-1177492248/minisat_noassertions /tmp/evaluation/421493-1177492248/instance-421493-1177492248.cnf 

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): 2400 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.97 0.79 3/77 27460
/proc/meminfo: memFree=1770120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=2332 CPUtime=0
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 225262799 2387968 476 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524841 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 583 476 50 130 0 450 0

[startup+0.0832621 s]
/proc/loadavg: 0.92 0.97 0.79 3/77 27460
/proc/meminfo: memFree=1770120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=7952 CPUtime=0.07
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 1886 0 0 0 7 0 0 0 18 0 1 0 225262799 8142848 1872 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 1988 1873 50 130 0 1855 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7952

[startup+0.101264 s]
/proc/loadavg: 0.92 0.97 0.79 3/77 27460
/proc/meminfo: memFree=1770120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=10064 CPUtime=0.1
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 2252 0 0 0 9 1 0 0 18 0 1 0 225262799 10305536 2238 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 2516 2240 50 130 0 2383 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10064

[startup+0.301288 s]
/proc/loadavg: 0.92 0.97 0.79 3/77 27460
/proc/meminfo: memFree=1770120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=25084 CPUtime=0.29
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 5836 0 0 0 26 3 0 0 19 0 1 0 225262799 25686016 5822 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 6271 5822 50 130 0 6138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25084

[startup+0.701334 s]
/proc/loadavg: 0.92 0.97 0.79 3/77 27460
/proc/meminfo: memFree=1770120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=54360 CPUtime=0.69
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 12939 0 0 0 62 7 0 0 22 0 1 0 225262799 55664640 12925 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 13590 12926 50 130 0 13457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54360

[startup+1.50143 s]
/proc/loadavg: 0.92 0.97 0.79 2/78 27461
/proc/meminfo: memFree=1713408/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=64380 CPUtime=1.49
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 14206 0 0 0 141 8 0 0 25 0 1 0 225262799 65925120 14192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 16095 14192 62 130 0 15962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64380

[startup+3.10162 s]
/proc/loadavg: 0.92 0.97 0.79 2/78 27461
/proc/meminfo: memFree=1713216/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=64380 CPUtime=3.09
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 14206 0 0 0 301 8 0 0 25 0 1 0 225262799 65925120 14192 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529389 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 16095 14192 62 130 0 15962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64380

[startup+6.30199 s]
/proc/loadavg: 0.93 0.97 0.79 2/78 27461
/proc/meminfo: memFree=1691840/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=105924 CPUtime=6.29
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 25083 0 0 0 616 13 0 0 25 0 1 0 225262799 108466176 25069 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 26481 25070 62 130 0 26348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105924

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.79 2/78 27461
/proc/meminfo: memFree=1656768/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=123288 CPUtime=12.69
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 28305 0 0 0 1254 15 0 0 25 0 1 0 225262799 126246912 28291 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 30822 28291 62 130 0 30689 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123288

[startup+25.5012 s]
/proc/loadavg: 0.95 0.97 0.79 2/78 27461
/proc/meminfo: memFree=1651648/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=125664 CPUtime=25.48
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 29613 0 0 0 2533 15 0 0 25 0 1 0 225262799 128679936 29599 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 31416 29599 62 130 0 31283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 125664

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.80 2/78 27461
/proc/meminfo: memFree=1663552/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=112272 CPUtime=51.07
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30195 0 0 0 5090 17 0 0 25 0 1 0 225262799 114966528 26613 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28068 26613 67 130 0 27935 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 112272

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.81 2/78 27461
/proc/meminfo: memFree=1663488/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=112272 CPUtime=102.26
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30199 0 0 0 10209 17 0 0 25 0 1 0 225262799 114966528 26617 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28068 26617 67 130 0 27935 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 112272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 27461
/proc/meminfo: memFree=1663168/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=112636 CPUtime=162.23
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30283 0 0 0 16206 17 0 0 25 0 1 0 225262799 115339264 26701 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28159 26701 67 130 0 28026 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 112636

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 27461
/proc/meminfo: memFree=1662784/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=113060 CPUtime=222.22
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30374 0 0 0 22204 18 0 0 25 0 1 0 225262799 115773440 26792 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28265 26792 67 130 0 28132 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 113060

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 27461
/proc/meminfo: memFree=1661824/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=114420 CPUtime=282.21
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30605 0 0 0 28202 19 0 0 25 0 1 0 225262799 117166080 27023 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28605 27023 67 130 0 28472 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 114420

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/78 27461
/proc/meminfo: memFree=1661568/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=114584 CPUtime=342.19
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30672 0 0 0 34200 19 0 0 25 0 1 0 225262799 117334016 27090 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28646 27090 67 130 0 28513 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 114584

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/78 27461
/proc/meminfo: memFree=1661120/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115452 CPUtime=402.17
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30782 0 0 0 40197 20 0 0 25 0 1 0 225262799 118222848 27200 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28863 27200 67 130 0 28730 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 115452

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=462.15
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 46195 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 115696

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

[startup+486.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=486.15
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 48595 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 486.15
Current children cumulated vsize (KiB) 115696

[startup+492.703 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=492.55
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 49235 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546594 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 492.55
Current children cumulated vsize (KiB) 115696

[startup+495.901 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=495.74
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 49554 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 495.74
Current children cumulated vsize (KiB) 115696

[startup+499.102 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=498.94
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 49874 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 498.94
Current children cumulated vsize (KiB) 115696

[startup+499.902 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=499.74
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 49954 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 499.74
Current children cumulated vsize (KiB) 115696

[startup+500.702 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=500.54
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 50034 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 500.54
Current children cumulated vsize (KiB) 115696

[startup+500.903 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 27461
/proc/meminfo: memFree=1660800/2055920 swapFree=4145748/4192956
[pid=27460] ppid=27458 vsize=115696 CPUtime=500.74
/proc/27460/stat : 27460 (minisat_noasser) R 27458 27460 27036 0 -1 4194304 30870 0 0 0 50054 20 0 0 25 0 1 0 225262799 118472704 27288 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/27460/statm: 28924 27288 67 130 0 28791 0
Current children cumulated CPU time (s) 500.74
Current children cumulated vsize (KiB) 115696

Child status: 20
Real time (s): 500.962
CPU time (s): 500.815
CPU user time (s): 500.589
CPU system time (s): 0.225965
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 131120

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

runsolver used 0.419936 second user time and 1.04884 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Apr 25 09:10:49 UTC 2007

IDJOB= 421493
IDBENCH= 20416
IDSOLVER= 188
FILE ID= node1/421493-1177492248

PBS_JOBID= 4685876

Free space on /tmp= 66440 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h30-unknown.cnf
COMMAND LINE= /tmp/evaluation/421493-1177492248/minisat_noassertions /tmp/evaluation/421493-1177492248/instance-421493-1177492248.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-421493-1177492248 -o ROOT/results/node1/solver-421493-1177492248 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421493-1177492248/minisat_noassertions /tmp/evaluation/421493-1177492248/instance-421493-1177492248.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 457650637

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1770528 kB
Buffers:         37008 kB
Cached:         179820 kB
SwapCached:      15392 kB
Active:         132544 kB
Inactive:       107960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770528 kB
SwapTotal:     4192956 kB
SwapFree:      4145748 kB
Dirty:           14540 kB
Writeback:           0 kB
Mapped:          29724 kB
Slab:            30344 kB
Committed_AS:  5165808 kB
PageTables:       1832 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= 66440 MiB

End job on node1 on Wed Apr 25 09:19:11 UTC 2007