Trace number 1558827

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
LySAT c/2009-03-20? (TO) 1200.08 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   97364   229838 |   29209       0        0     nan |  0.000 % |
1.19/1.26	c |         0 |   60515   180710 |      --       0       --      -- |     --   | -36729/-48704
1.19/1.26	c ==============================================================================
1.19/1.26	c Result  :   #vars: 14564   #clauses: 60515   #literals: 180710
1.19/1.26	c CPU time:   1.22281 s
1.19/1.26	c ==============================================================================
1.29/1.35	This is MiniSat 2.0 beta
1.29/1.35	WARNING: for repeatability, setting FPU to use double precision
1.29/1.35	============================[ Problem Statistics ]=============================
1.29/1.35	|                                                                             |
1.29/1.35	|  Number of variables:  14564                                                |
1.29/1.35	|  Number of clauses:    60515                                                |
1.29/1.39	|  Parsing time:         0.04         s                                       |
1200.05/1200.61	HOME/lysat.sh: line 55: 26422 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1558827-1238874739/watcher-1558827-1238874739 -o /tmp/evaluation-result-1558827-1238874739/solver-1558827-1238874739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1558827-1238874739.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
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: 1.00 1.00 1.00 3/70 26419
/proc/meminfo: memFree=1419680/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160137205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 235 195 169 0 50 0
[pid=26420] ppid=26419 vsize=1748 CPUtime=0
/proc/26420/stat : 26420 (SatElite) R 26419 26419 26165 0 -1 4194304 331 0 0 0 0 0 0 0 19 0 1 0 1160137205 1789952 315 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/26420/statm: 437 324 51 127 0 307 0

[startup+0.106544 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 26419
/proc/meminfo: memFree=1419680/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160137205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 235 195 169 0 50 0
[pid=26420] ppid=26419 vsize=13616 CPUtime=0.09
/proc/26420/stat : 26420 (SatElite) R 26419 26419 26165 0 -1 4194304 3340 0 0 0 8 1 0 0 20 0 1 0 1160137205 13942784 3218 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26420/statm: 3404 3218 68 127 0 3274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18972

[startup+0.202552 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 26419
/proc/meminfo: memFree=1419680/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160137205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 235 195 169 0 50 0
[pid=26420] ppid=26419 vsize=14280 CPUtime=0.19
/proc/26420/stat : 26420 (SatElite) R 26419 26419 26165 0 -1 4194304 3495 0 0 0 17 2 0 0 20 0 1 0 1160137205 14622720 3373 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/26420/statm: 3570 3373 68 127 0 3440 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19636

[startup+0.302561 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 26419
/proc/meminfo: memFree=1419680/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160137205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 235 195 169 0 50 0
[pid=26420] ppid=26419 vsize=14512 CPUtime=0.29
/proc/26420/stat : 26420 (SatElite) R 26419 26419 26165 0 -1 4194304 3551 0 0 0 27 2 0 0 21 0 1 0 1160137205 14860288 3429 1992294400 134512640 135034092 4294956096 18446744073709551615 134671688 0 0 4096 3 0 0 0 17 0 0 0
/proc/26420/statm: 3628 3429 68 127 0 3498 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19868

[startup+0.701603 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 26419
/proc/meminfo: memFree=1419680/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=0
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160137205 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 235 195 169 0 50 0
[pid=26420] ppid=26419 vsize=15524 CPUtime=0.69
/proc/26420/stat : 26420 (SatElite) R 26419 26419 26165 0 -1 4194304 3803 0 0 0 66 3 0 0 25 0 1 0 1160137205 15896576 3659 1992294400 134512640 135034092 4294956096 18446744073709551615 134566242 0 0 4096 3 0 0 0 17 0 0 0
/proc/26420/statm: 3881 3659 68 127 0 3751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20880

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26421
/proc/meminfo: memFree=1400336/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 5356

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1409104/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=6008 CPUtime=1.73
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 1362 0 0 0 173 0 0 0 25 0 1 0 1160137340 6152192 1347 1992294400 134512640 135214827 4294956208 18446744073709551615 134537361 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 1502 1347 77 171 0 1329 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11364

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1408784/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=6140 CPUtime=4.94
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 1402 0 0 0 493 1 0 0 25 0 1 0 1160137340 6287360 1387 1992294400 134512640 135214827 4294956208 18446744073709551615 134537363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 1535 1387 77 171 0 1362 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11496

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1408536/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=6536 CPUtime=11.34
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 1497 0 0 0 1133 1 0 0 25 0 1 0 1160137340 6692864 1482 1992294400 134512640 135214827 4294956208 18446744073709551615 134538976 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 1634 1482 77 171 0 1461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11892

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1407896/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=7332 CPUtime=24.13
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 1687 0 0 0 2412 1 0 0 25 0 1 0 1160137340 7507968 1672 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 1833 1672 77 171 0 1660 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12688

[startup+51.1026 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1406104/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=9216 CPUtime=49.72
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 2153 0 0 0 4970 2 0 0 25 0 1 0 1160137340 9437184 2138 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 2304 2138 77 171 0 2131 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14572

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1403224/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=11952 CPUtime=100.9
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 2842 0 0 0 10087 3 0 0 25 0 1 0 1160137340 12238848 2827 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 2988 2827 77 171 0 2815 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 17308

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1400792/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=14400 CPUtime=160.86
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 3449 0 0 0 16083 3 0 0 25 0 1 0 1160137340 14745600 3434 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 3600 3434 77 171 0 3427 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 19756

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1398616/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=16596 CPUtime=220.84
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 3983 0 0 0 22080 4 0 0 25 0 1 0 1160137340 16994304 3968 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 4149 3968 77 171 0 3976 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 21952

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1396248/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=19088 CPUtime=280.81
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 4583 0 0 0 28076 5 0 0 25 0 1 0 1160137340 19546112 4568 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 4772 4568 77 171 0 4599 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 24444

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26422
/proc/meminfo: memFree=1394648/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=20840 CPUtime=340.8
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 4988 0 0 0 34074 6 0 0 25 0 1 0 1160137340 21340160 4973 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 5210 4973 77 171 0 5037 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 26196


################
# More data... #
################

[pid=26422] ppid=26419 vsize=22708 CPUtime=520.72
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5456 0 0 0 52065 7 0 0 25 0 1 0 1160137340 23252992 5441 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 5677 5441 77 171 0 5504 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 28064

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1392536/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=22708 CPUtime=580.69
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5456 0 0 0 58062 7 0 0 25 0 1 0 1160137340 23252992 5441 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 5677 5441 77 171 0 5504 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 28064

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1392536/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=22708 CPUtime=640.66
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5464 0 0 0 64059 7 0 0 25 0 1 0 1160137340 23252992 5449 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 5677 5449 77 171 0 5504 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 28064

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1392472/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=22708 CPUtime=700.63
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5477 0 0 0 70056 7 0 0 25 0 1 0 1160137340 23252992 5462 1992294400 134512640 135214827 4294956208 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 5677 5462 77 171 0 5504 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 28064

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1392280/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=23044 CPUtime=760.61
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5528 0 0 0 76054 7 0 0 25 0 1 0 1160137340 23597056 5513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529222 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 5761 5513 77 171 0 5588 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 28400

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1391000/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=24244 CPUtime=820.58
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 5844 0 0 0 82051 7 0 0 25 0 1 0 1160137340 24825856 5829 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6061 5829 77 171 0 5888 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 29600

[startup+882.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1389656/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=25660 CPUtime=880.56
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6188 0 0 0 88048 8 0 0 25 0 1 0 1160137340 26275840 6173 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6415 6173 77 171 0 6242 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 31016

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26428
/proc/meminfo: memFree=1389272/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=26236 CPUtime=940.52
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6291 0 0 0 94044 8 0 0 25 0 1 0 1160137340 26865664 6276 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6559 6276 77 171 0 6386 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 31592

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/72 26428
/proc/meminfo: memFree=1389208/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=26384 CPUtime=1000.5
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6313 0 0 0 100042 8 0 0 25 0 1 0 1160137340 27017216 6298 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6596 6298 77 171 0 6423 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 31740

[startup+1062.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/72 26428
/proc/meminfo: memFree=1389208/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=26384 CPUtime=1060.47
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6316 0 0 0 106039 8 0 0 25 0 1 0 1160137340 27017216 6301 1992294400 134512640 135214827 4294956208 18446744073709551615 134529913 0 0 4096 3 0 0 0 17 1 0 0
/proc/26422/statm: 6596 6301 77 171 0 6423 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 31740

[startup+1122.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/72 26428
/proc/meminfo: memFree=1389144/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=26384 CPUtime=1120.45
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6317 0 0 0 112037 8 0 0 25 0 1 0 1160137340 27017216 6302 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6596 6302 77 171 0 6423 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 31740

[startup+1182.3 s]
/proc/loadavg: 1.21 1.07 1.01 2/72 26428
/proc/meminfo: memFree=1388440/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=27172 CPUtime=1180.42
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6506 0 0 0 118034 8 0 0 25 0 1 0 1160137340 27824128 6491 1992294400 134512640 135214827 4294956208 18446744073709551615 134537343 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6793 6491 77 171 0 6620 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 32528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.16 1.07 1.01 2/72 26428
/proc/meminfo: memFree=1388440/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=27172 CPUtime=1198.71
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6507 0 0 0 119863 8 0 0 25 0 1 0 1160137340 27824128 6492 1992294400 134512640 135214827 4294956208 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6793 6492 77 171 0 6620 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.6 s]
/proc/loadavg: 1.16 1.07 1.01 2/72 26428
/proc/meminfo: memFree=1388440/2055920 swapFree=4173176/4192956
[pid=26419] ppid=26417 vsize=5356 CPUtime=1.34
/proc/26419/stat : 26419 (lysat.sh) S 26417 26419 26165 0 -1 4194304 310 4023 0 0 0 0 130 4 19 0 1 0 1160137205 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26419/statm: 1339 237 195 169 0 50 0
[pid=26422] ppid=26419 vsize=27172 CPUtime=1198.71
/proc/26422/stat : 26422 (LySATc) R 26419 26419 26165 0 -1 4194304 6507 0 0 0 119863 8 0 0 25 0 1 0 1160137340 27824128 6492 1992294400 134512640 135214827 4294956208 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/26422/statm: 6793 6492 77 171 0 6620 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1199.94
CPU system time (s): 0.138978
CPU usage (%): 99.9555
Max. virtual memory (cumulated for all children) (KiB): 32528

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

runsolver used 1.3268 second user time and 3.08353 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-04 21:52:19
IDJOB=1558827
IDBENCH=70865
IDSOLVER=512
FILE ID=node36/1558827-1238874739
PBS_JOBID= 9085955
Free space on /tmp= 66548 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-33-s100.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1558827-1238874739/watcher-1558827-1238874739 -o /tmp/evaluation-result-1558827-1238874739/solver-1558827-1238874739 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1558827-1238874739.cnf c

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED=283655498

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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.214
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:       1420096 kB
Buffers:         78996 kB
Cached:         478228 kB
SwapCached:       9148 kB
Active:         231424 kB
Inactive:       336452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420096 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            3720 kB
Writeback:           0 kB
Mapped:          16372 kB
Slab:            53352 kB
Committed_AS:  3412120 kB
PageTables:       1876 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= 66544 MiB
End job on node36 at 2009-04-04 22:12:22