Trace number 3308538

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 664.134 664.12

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
0.00/0.56	c ==============================================================================
0.00/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.56	c ==============================================================================
0.00/0.56	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
3.39/3.44	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
3.39/3.44	c ==============================================================================
3.39/3.44	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
3.39/3.44	c CPU time:   3.34549 s
3.39/3.44	c ==============================================================================
3.79/3.86	c lySAT 0.1
3.79/3.86	c minisat core +  additionnal features
3.79/3.86	c ============================[ Problem Statistics ]=============================
3.79/3.86	c |                                                                             |
3.79/3.86	c |  Number of variables:  101783                                               |
3.79/3.86	c |  Number of clauses:    656617                                               |
3.86/4.10	c |  Parsing time:         0.21         s                                       |
664.10/664.10	c restarts              : 1890
664.10/664.10	c conflicts             : 339021         (514 /sec)
664.10/664.10	c decisions             : 1699510        (4.33 % random) (2574 /sec)
664.10/664.10	c euip                  : 14744       
664.10/664.10	c propagations          : 2763463165     (4185913 /sec)
664.10/664.10	c conflict literals     : 41855688       (48.01 % deleted)
664.10/664.10	c Memory used           : 85.59 MB
664.10/664.10	c CPU time              : 660.182 s
664.10/664.10	c 
664.10/664.11	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308538-1303983237/watcher-3308538-1303983237 -o /tmp/evaluation-result-3308538-1303983237/solver-3308538-1303983237 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308538-1303983237.cnf i 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 0.47 0.16 4/192 10416
/proc/meminfo: memFree=12483724/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0

[startup+0.0805431 s]
/proc/loadavg: 1.87 0.47 0.16 4/192 10416
/proc/meminfo: memFree=12483724/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100539 s]
/proc/loadavg: 1.87 0.47 0.16 4/192 10416
/proc/meminfo: memFree=12483724/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3005 s]
/proc/loadavg: 1.87 0.47 0.16 4/192 10416
/proc/meminfo: memFree=12483724/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700442 s]
/proc/loadavg: 1.87 0.47 0.16 4/192 10416
/proc/meminfo: memFree=12483724/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 1.87 0.47 0.16 5/194 10418
/proc/meminfo: memFree=12377688/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
[pid=10417] ppid=10416 vsize=116344 CPUtime=1.49 cores=1,3
/proc/10417/stat : 10417 (SatElite) R 10416 10416 10289 0 -1 4202496 29430 0 0 0 141 8 0 0 25 0 1 0 490740068 119136256 26586 33554432000 134512640 135034092 4292156192 18446744073709551615 134566500 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10417/statm: 29086 26586 68 128 0 28956 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125044

[startup+3.101 s]
/proc/loadavg: 2.12 0.55 0.18 5/194 10418
/proc/meminfo: memFree=12362312/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=0 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 490740067 8908800 249 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 249 209 178 0 68 0
[pid=10417] ppid=10416 vsize=115920 CPUtime=3.09 cores=1,3
/proc/10417/stat : 10417 (SatElite) R 10416 10416 10289 0 -1 4202496 34257 0 0 0 300 9 0 0 25 0 1 0 490740068 118702080 26661 33554432000 134512640 135034092 4292156192 18446744073709551615 134561778 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10417/statm: 28980 26661 68 128 0 28850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124620

[startup+6.30043 s]
/proc/loadavg: 2.12 0.55 0.18 5/194 10419
/proc/meminfo: memFree=12412408/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=45980 CPUtime=2.42 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 11043 0 0 0 241 1 0 0 25 0 1 0 490740454 47083520 10995 33554432000 134512640 135226915 4292322784 18446744073709551615 134525821 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 11495 10995 81 175 0 11318 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54680

[startup+12.7003 s]
/proc/loadavg: 2.41 0.66 0.22 5/194 10419
/proc/meminfo: memFree=12407268/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=48212 CPUtime=8.82 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 11608 0 0 0 880 2 0 0 25 0 1 0 490740454 49369088 11560 33554432000 134512640 135226915 4292322784 18446744073709551615 134540051 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 12053 11560 81 175 0 11876 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56912

[startup+25.501 s]
/proc/loadavg: 2.65 0.77 0.26 5/194 10420
/proc/meminfo: memFree=12390060/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=53148 CPUtime=21.62 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 12840 0 0 0 2160 2 0 0 25 0 1 0 490740454 54423552 12792 33554432000 134512640 135226915 4292322784 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 13287 12792 81 175 0 13110 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61848

[startup+51.1004 s]
/proc/loadavg: 3.11 1.03 0.36 5/194 10421
/proc/meminfo: memFree=12369140/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=60760 CPUtime=47.22 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 14739 0 0 0 4719 3 0 0 25 0 1 0 490740454 62218240 14691 33554432000 134512640 135226915 4292322784 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 15190 14691 81 175 0 15013 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69460

[startup+102.307 s]
/proc/loadavg: 3.64 1.52 0.57 5/194 10452
/proc/meminfo: memFree=11300816/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=64716 CPUtime=98.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 15724 0 0 0 9839 4 0 0 25 0 1 0 490740454 66269184 15676 33554432000 134512640 135226915 4292322784 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 16179 15676 81 175 0 16002 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 73416

[startup+162.301 s]
/proc/loadavg: 3.85 1.94 0.76 5/194 10453
/proc/meminfo: memFree=11245332/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=66500 CPUtime=158.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 16160 0 0 0 15839 4 0 0 25 0 1 0 490740454 68096000 16112 33554432000 134512640 135226915 4292322784 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 16625 16112 81 175 0 16448 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75200

[startup+222.301 s]
/proc/loadavg: 3.98 2.35 0.98 5/194 10455
/proc/meminfo: memFree=11210460/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=68368 CPUtime=218.42 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 16612 0 0 0 21838 4 0 0 25 0 1 0 490740454 70008832 16564 33554432000 134512640 135226915 4292322784 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 17092 16564 81 175 0 16915 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 77068

[startup+282.301 s]
/proc/loadavg: 3.99 2.63 1.15 5/194 10457
/proc/meminfo: memFree=11162696/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=73752 CPUtime=278.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 17961 0 0 0 27838 5 0 0 25 0 1 0 490740454 75522048 17913 33554432000 134512640 135226915 4292322784 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 18438 17913 81 175 0 18261 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 82452

[startup+342.3 s]
/proc/loadavg: 3.99 2.89 1.34 5/194 10458
/proc/meminfo: memFree=11153252/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=77480 CPUtime=338.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 18871 0 0 0 33837 6 0 0 25 0 1 0 490740454 79339520 18823 33554432000 134512640 135226915 4292322784 18446744073709551615 134537589 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 19370 18823 81 175 0 19193 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 86180

[startup+402.301 s]
/proc/loadavg: 3.99 3.08 1.49 5/194 10460
/proc/meminfo: memFree=11105852/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=77644 CPUtime=398.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 18900 0 0 0 39837 6 0 0 25 0 1 0 490740454 79507456 18852 33554432000 134512640 135226915 4292322784 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 19411 18852 81 175 0 19234 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 86344

[startup+462.301 s]
/proc/loadavg: 3.99 3.25 1.66 5/194 10490
/proc/meminfo: memFree=11991352/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=82408 CPUtime=458.43 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 20091 0 0 0 45837 6 0 0 25 0 1 0 490740454 84385792 20043 33554432000 134512640 135226915 4292322784 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 20602 20043 81 175 0 20425 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 91108

[startup+522.301 s]
/proc/loadavg: 3.99 3.38 1.79 5/194 10492
/proc/meminfo: memFree=11862248/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=85476 CPUtime=518.44 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 20823 0 0 0 51837 7 0 0 25 0 1 0 490740454 87527424 20775 33554432000 134512640 135226915 4292322784 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21369 20775 81 175 0 21192 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 94176

[startup+582.3 s]
/proc/loadavg: 3.99 3.50 1.94 5/194 10494
/proc/meminfo: memFree=11796008/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=86856 CPUtime=578.44 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21189 0 0 0 57837 7 0 0 25 0 1 0 490740454 88940544 21141 33554432000 134512640 135226915 4292322784 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21714 21141 81 175 0 21537 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 95556

[startup+642.301 s]
/proc/loadavg: 3.99 3.58 2.06 5/194 10495
/proc/meminfo: memFree=11729992/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=638.44 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 63837 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 96340

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

[startup+652.701 s]
/proc/loadavg: 3.99 3.60 2.08 5/194 10496
/proc/meminfo: memFree=11730108/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=648.84 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 64877 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134537003 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 652.7
Current children cumulated vsize (KiB) 96340

[startup+659.101 s]
/proc/loadavg: 3.99 3.60 2.09 5/194 10496
/proc/meminfo: memFree=11730108/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=655.24 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 65517 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 659.1
Current children cumulated vsize (KiB) 96340

[startup+662.301 s]
/proc/loadavg: 3.99 3.61 2.10 5/194 10496
/proc/meminfo: memFree=11729984/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=658.44 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 65837 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 662.3
Current children cumulated vsize (KiB) 96340

[startup+663.101 s]
/proc/loadavg: 3.99 3.61 2.10 5/194 10496
/proc/meminfo: memFree=11729984/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=659.24 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 65917 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 663.1
Current children cumulated vsize (KiB) 96340

[startup+663.901 s]
/proc/loadavg: 3.99 3.61 2.10 5/194 10496
/proc/meminfo: memFree=11729984/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=660.04 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 65997 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134527240 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 663.9
Current children cumulated vsize (KiB) 96340

[startup+664.101 s]
/proc/loadavg: 3.99 3.61 2.10 5/194 10496
/proc/meminfo: memFree=11729984/32951124 swapFree=67111528/67111528
[pid=10416] ppid=10414 vsize=8700 CPUtime=3.86 cores=1,3
/proc/10416/stat : 10416 (lysat.sh) S 10414 10416 10289 0 -1 4202496 355 36517 0 0 0 0 374 12 18 0 1 0 490740067 8908800 251 33554432000 4194304 4922060 140736777363504 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10416/statm: 2175 251 209 178 0 68 0
[pid=10419] ppid=10416 vsize=87640 CPUtime=660.24 cores=1,3
/proc/10419/stat : 10419 (LySATi) R 10416 10416 10289 0 -1 4202496 21418 0 0 0 66017 7 0 0 25 0 1 0 490740454 89743360 21354 33554432000 134512640 135226915 4292322784 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10419/statm: 21910 21354 81 175 0 21733 0
Current children cumulated CPU time (s) 664.1
Current children cumulated vsize (KiB) 96340

Child status: 20
Real time (s): 664.12
CPU time (s): 664.134
CPU user time (s): 663.929
CPU system time (s): 0.204968
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 135700

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

runsolver used 1.02384 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 11:33:58
IDJOB=3308538
IDBENCH=71039
IDSOLVER=1692
FILE ID=node146/3308538-1303983237
RUNJOBID= node146-1303983197-10309
PBS_JOBID= 13168680
Free space on /tmp= 72912 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308538-1303983237/watcher-3308538-1303983237 -o /tmp/evaluation-result-3308538-1303983237/solver-3308538-1303983237 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308538-1303983237.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1884557731

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12483756 kB
Buffers:       2085332 kB
Cached:       17687288 kB
SwapCached:          0 kB
Active:       10142600 kB
Inactive:      9788980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12483756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64624 kB
Writeback:           0 kB
AnonPages:      158460 kB
Mapped:          16280 kB
Slab:           472228 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   339744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72828 MiB
End job on node146 at 2011-04-28 11:45:02