Trace number 3308577

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-20? (exit code) 357.748 357.742

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 14582074, num vars = 889302
0.00/0.00	c Exiting...too many clauses
0.00/0.00	c lySAT 0.1
0.00/0.00	c minisat core +  additionnal features
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  889302                                               |
0.00/0.00	c |  Number of clauses:    14582074                                             |
4.89/4.93	c |  Parsing time:         4.58         s                                       |
357.50/357.50	c restarts              : 1168
357.50/357.50	c conflicts             : 61031          (171 /sec)
357.50/357.50	c decisions             : 4646374        (9.96 % random) (13012 /sec)
357.50/357.50	c euip                  : 6344        
357.50/357.50	c propagations          : 1805197213     (5055375 /sec)
357.50/357.50	c conflict literals     : 20288548       (20.18 % deleted)
357.50/357.50	c Memory used           : 904.75 MB
357.50/357.50	c CPU time              : 357.085 s
357.50/357.50	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3308577-1303983301/watcher-3308577-1303983301 -o /tmp/evaluation-result-3308577-1303983301/solver-3308577-1303983301 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308577-1303983301.cnf i 

running on 2 cores: 5,7

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: 3.41 1.26 0.46 5/192 10448
/proc/meminfo: memFree=12105780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) R 10446 10448 10289 0 -1 4202496 337 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039475605 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0

[startup+0.0169081 s]
/proc/loadavg: 3.41 1.26 0.46 5/192 10448
/proc/meminfo: memFree=12105780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100894 s]
/proc/loadavg: 3.41 1.26 0.46 5/192 10448
/proc/meminfo: memFree=12105780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300856 s]
/proc/loadavg: 3.41 1.26 0.46 5/192 10448
/proc/meminfo: memFree=12105780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700796 s]
/proc/loadavg: 3.41 1.26 0.46 5/192 10448
/proc/meminfo: memFree=12105780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 3.41 1.26 0.46 5/194 10451
/proc/meminfo: memFree=11913440/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=287964 CPUtime=1.49 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 67097 0 0 0 137 12 0 0 25 0 1 0 490747512 294875136 66830 33554432000 134512640 135226915 4293909696 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 71991 66831 64 175 0 71814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 296664

[startup+3.10036 s]
/proc/loadavg: 3.41 1.26 0.46 5/194 10451
/proc/meminfo: memFree=11751856/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=536136 CPUtime=3.08 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 126073 0 0 0 286 22 0 0 25 0 1 0 490747512 549003264 125806 33554432000 134512640 135226915 4293909696 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 134034 125806 64 175 0 133857 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 544836

[startup+6.30079 s]
/proc/loadavg: 3.46 1.31 0.47 5/194 10451
/proc/meminfo: memFree=11324056/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=834348 CPUtime=6.29 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 198027 0 0 0 594 35 0 0 25 0 1 0 490747512 854372352 197760 33554432000 134512640 135226915 4293909696 18446744073709551615 134537296 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 208587 197760 81 175 0 208410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 843048

[startup+12.7006 s]
/proc/loadavg: 3.50 1.35 0.49 5/194 10451
/proc/meminfo: memFree=11310780/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=841576 CPUtime=12.69 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 199860 0 0 0 1233 36 0 0 25 0 1 0 490747512 861773824 199593 33554432000 134512640 135226915 4293909696 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 210394 199593 81 175 0 210217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 850276

[startup+25.5003 s]
/proc/loadavg: 3.61 1.48 0.55 5/194 10452
/proc/meminfo: memFree=11300736/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=844908 CPUtime=25.49 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 200743 0 0 0 2513 36 0 0 25 0 1 0 490747512 865185792 200476 33554432000 134512640 135226915 4293909696 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 211227 200476 81 175 0 211050 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 853608

[startup+51.1008 s]
/proc/loadavg: 3.74 1.68 0.64 5/194 10453
/proc/meminfo: memFree=11277748/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=862184 CPUtime=51.09 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 204925 0 0 0 5072 37 0 0 25 0 1 0 490747512 882876416 204658 33554432000 134512640 135226915 4293909696 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 215546 204658 81 175 0 215369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 870884

[startup+102.307 s]
/proc/loadavg: 3.96 2.09 0.83 5/194 10454
/proc/meminfo: memFree=11238000/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=880152 CPUtime=102.29 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 209408 0 0 0 10191 38 0 0 25 0 1 0 490747512 901275648 209140 33554432000 134512640 135226915 4293909696 18446744073709551615 134537156 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 220038 209140 81 175 0 219861 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 888852

[startup+162.301 s]
/proc/loadavg: 3.98 2.41 1.01 5/194 10455
/proc/meminfo: memFree=11205240/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=888880 CPUtime=162.29 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 211588 0 0 0 16190 39 0 0 25 0 1 0 490747512 910213120 211320 33554432000 134512640 135226915 4293909696 18446744073709551615 134527710 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 222220 211320 81 175 0 222043 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 897580

[startup+222.301 s]
/proc/loadavg: 3.99 2.69 1.20 5/194 10457
/proc/meminfo: memFree=11161816/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=895840 CPUtime=222.29 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 213325 0 0 0 22189 40 0 0 25 0 1 0 490747512 917340160 213057 33554432000 134512640 135226915 4293909696 18446744073709551615 134543615 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 223960 213057 81 175 0 223783 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 904540

[startup+282.3 s]
/proc/loadavg: 3.99 2.93 1.37 5/194 10459
/proc/meminfo: memFree=11139720/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=905376 CPUtime=282.29 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 215717 0 0 0 28188 41 0 0 25 0 1 0 490747512 927105024 215449 33554432000 134512640 135226915 4293909696 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 226344 215449 81 175 0 226167 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 914076

[startup+342.301 s]
/proc/loadavg: 3.99 3.12 1.53 5/194 10460
/proc/meminfo: memFree=11098088/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=919892 CPUtime=342.3 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 219344 0 0 0 34188 42 0 0 25 0 1 0 490747512 941969408 219076 33554432000 134512640 135226915 4293909696 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 229973 219076 81 175 0 229796 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 928592

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

[startup+345.501 s]
/proc/loadavg: 3.99 3.13 1.55 5/194 10460
/proc/meminfo: memFree=11096600/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=920544 CPUtime=345.49 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 219512 0 0 0 34507 42 0 0 25 0 1 0 490747512 942637056 219244 33554432000 134512640 135226915 4293909696 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 230136 219244 81 175 0 229959 0
Current children cumulated CPU time (s) 345.49
Current children cumulated vsize (KiB) 929244

[startup+351.901 s]
/proc/loadavg: 3.99 3.15 1.56 5/194 10461
/proc/meminfo: memFree=11091268/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=924404 CPUtime=351.9 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 220455 0 0 0 35148 42 0 0 25 0 1 0 490747512 946589696 220187 33554432000 134512640 135226915 4293909696 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 231101 220187 81 175 0 230924 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 933104

[startup+355.1 s]
/proc/loadavg: 3.99 3.16 1.57 5/194 10461
/proc/meminfo: memFree=11089532/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=925188 CPUtime=355.09 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 220662 0 0 0 35467 42 0 0 25 0 1 0 490747512 947392512 220394 33554432000 134512640 135226915 4293909696 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 231297 220394 81 175 0 231120 0
Current children cumulated CPU time (s) 355.09
Current children cumulated vsize (KiB) 933888

[startup+356.701 s]
/proc/loadavg: 3.99 3.16 1.57 5/194 10461
/proc/meminfo: memFree=11088540/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=925452 CPUtime=356.69 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 220729 0 0 0 35627 42 0 0 25 0 1 0 490747512 947662848 220461 33554432000 134512640 135226915 4293909696 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 231363 220461 81 175 0 231186 0
Current children cumulated CPU time (s) 356.69
Current children cumulated vsize (KiB) 934152

[startup+357.507 s]
/proc/loadavg: 3.99 3.18 1.58 5/194 10461
/proc/meminfo: memFree=11088416/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=926456 CPUtime=357.5 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 220974 0 0 0 35708 42 0 0 25 0 1 0 490747512 948690944 220706 33554432000 134512640 135226915 4293909696 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 231614 220706 81 175 0 231437 0
Current children cumulated CPU time (s) 357.5
Current children cumulated vsize (KiB) 935156

[startup+357.701 s]
/proc/loadavg: 3.99 3.18 1.58 5/194 10461
/proc/meminfo: memFree=11088416/32951124 swapFree=67111528/67111528
[pid=10448] ppid=10446 vsize=8700 CPUtime=0 cores=5,7
/proc/10448/stat : 10448 (lysat.sh) S 10446 10448 10289 0 -1 4202496 354 107 0 0 0 0 0 0 23 0 1 0 490747511 8908800 251 33554432000 4194304 4922060 140736074185680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/10448/statm: 2175 251 209 178 0 68 0
[pid=10450] ppid=10448 vsize=926460 CPUtime=357.7 cores=5,7
/proc/10450/stat : 10450 (LySATi) R 10448 10448 10289 0 -1 4202496 220983 0 0 0 35727 43 0 0 25 0 1 0 490747512 948695040 220714 33554432000 134512640 135226915 4293909696 18446744073709551615 134754958 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10450/statm: 231615 220714 88 175 0 231438 0
Current children cumulated CPU time (s) 357.7
Current children cumulated vsize (KiB) 935160

Child status: 10
Real time (s): 357.742
CPU time (s): 357.748
CPU user time (s): 357.276
CPU system time (s): 0.471928
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 935160

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

runsolver used 0.567913 second user time and 1.38879 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 11:35:12
IDJOB=3308577
IDBENCH=71686
IDSOLVER=1692
FILE ID=node146/3308577-1303983301
RUNJOBID= node146-1303983197-10310
PBS_JOBID= 13168680
Free space on /tmp= 72616 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308577-1303983301/watcher-3308577-1303983301 -o /tmp/evaluation-result-3308577-1303983301/solver-3308577-1303983301 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308577-1303983301.cnf i

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

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=604937935

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:      12106052 kB
Buffers:       2085696 kB
Cached:       17991900 kB
SwapCached:          0 kB
Active:       10557524 kB
Inactive:      9746708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12106052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          335796 kB
Writeback:           0 kB
AnonPages:      225916 kB
Mapped:          16080 kB
Slab:           477692 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   409576 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= 72604 MiB
End job on node146 at 2011-04-28 11:41:10