Trace number 1557942

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 i/2009-03-20? (TO) 1200.09 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
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 variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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 |   94910   223744 |   28472       0        0     nan |  0.000 % |
1.19/1.25	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
1.19/1.25	c ==============================================================================
1.19/1.25	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
1.19/1.25	c CPU time:   1.21981 s
1.19/1.25	c ==============================================================================
1.28/1.32	c lySAT 0.1
1.28/1.32	c minisat core +  additionnal features
1.28/1.32	c ============================[ Problem Statistics ]=============================
1.28/1.32	c |                                                                             |
1.28/1.33	c |  Number of variables:  13864                                                |
1.28/1.33	c |  Number of clauses:    57628                                                |
1.28/1.37	c |  Parsing time:         0.03         s                                       |
1200.06/1200.41	HOME/lysat.sh: line 55: 24884 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-1557942-1238860982/watcher-1557942-1238860982 -o /tmp/evaluation-result-1557942-1238860982/solver-1557942-1238860982 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1557942-1238860982.cnf i 

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.02 1.04 3/80 24881
/proc/meminfo: memFree=1855180/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=0
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158761897 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 235 195 169 0 50 0
[pid=24882] ppid=24881 vsize=1556 CPUtime=0
/proc/24882/stat : 24882 (SatElite) R 24881 24881 24470 0 -1 4194304 304 0 0 0 0 0 0 0 20 0 1 0 1158761898 1593344 288 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 1 0 0
/proc/24882/statm: 389 291 50 127 0 259 0

[startup+0.10516 s]
/proc/loadavg: 1.00 1.02 1.04 3/80 24881
/proc/meminfo: memFree=1855180/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=0
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158761897 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 235 195 169 0 50 0
[pid=24882] ppid=24881 vsize=13396 CPUtime=0.09
/proc/24882/stat : 24882 (SatElite) R 24881 24881 24470 0 -1 4194304 3377 0 0 0 8 1 0 0 21 0 1 0 1158761898 13717504 3160 1992294400 134512640 135034092 4294956096 18446744073709551615 134547386 0 0 4096 3 0 0 0 17 1 0 0
/proc/24882/statm: 3349 3160 68 127 0 3219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18752

[startup+0.201163 s]
/proc/loadavg: 1.00 1.02 1.04 3/80 24881
/proc/meminfo: memFree=1855180/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=0
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158761897 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 235 195 169 0 50 0
[pid=24882] ppid=24881 vsize=14008 CPUtime=0.19
/proc/24882/stat : 24882 (SatElite) R 24881 24881 24470 0 -1 4194304 3536 0 0 0 18 1 0 0 21 0 1 0 1158761898 14344192 3319 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24882/statm: 3502 3319 68 127 0 3372 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19364

[startup+0.301173 s]
/proc/loadavg: 1.00 1.02 1.04 3/80 24881
/proc/meminfo: memFree=1855180/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=0
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158761897 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 235 195 169 0 50 0
[pid=24882] ppid=24881 vsize=14264 CPUtime=0.29
/proc/24882/stat : 24882 (SatElite) R 24881 24881 24470 0 -1 4194304 3596 0 0 0 27 2 0 0 22 0 1 0 1158761898 14606336 3379 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24882/statm: 3566 3379 68 127 0 3436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19620

[startup+0.701215 s]
/proc/loadavg: 1.00 1.02 1.04 3/80 24881
/proc/meminfo: memFree=1855180/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=0
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158761897 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 235 195 169 0 50 0
[pid=24882] ppid=24881 vsize=15416 CPUtime=0.68
/proc/24882/stat : 24882 (SatElite) R 24881 24881 24470 0 -1 4194304 3801 0 0 0 66 2 0 0 25 0 1 0 1158761898 15785984 3584 1992294400 134512640 135034092 4294956096 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 1 0 0
/proc/24882/statm: 3854 3584 68 127 0 3724 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20772

[startup+1.50131 s]
/proc/loadavg: 1.00 1.02 1.04 2/82 24883
/proc/meminfo: memFree=1836788/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5356

[startup+3.10146 s]
/proc/loadavg: 1.00 1.02 1.04 2/82 24884
/proc/meminfo: memFree=1843636/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=6996 CPUtime=1.76
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 1606 0 0 0 175 1 0 0 25 0 1 0 1158762030 7163904 1591 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 1749 1591 81 174 0 1572 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12352

[startup+6.30179 s]
/proc/loadavg: 1.16 1.05 1.05 2/82 24884
/proc/meminfo: memFree=1843316/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=7328 CPUtime=4.96
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 1678 0 0 0 495 1 0 0 25 0 1 0 1158762030 7503872 1663 1992294400 134512640 135226915 4294956208 18446744073709551615 134526538 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 1832 1663 81 174 0 1655 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12684

[startup+12.7015 s]
/proc/loadavg: 1.31 1.09 1.06 2/82 24884
/proc/meminfo: memFree=1842876/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=7592 CPUtime=11.35
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 1753 0 0 0 1134 1 0 0 25 0 1 0 1158762030 7774208 1738 1992294400 134512640 135226915 4294956208 18446744073709551615 134525828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 1898 1738 81 174 0 1721 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12948

[startup+25.5028 s]
/proc/loadavg: 1.57 1.15 1.08 2/82 24884
/proc/meminfo: memFree=1842236/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=8508 CPUtime=24.14
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 1950 0 0 0 2413 1 0 0 25 0 1 0 1158762030 8712192 1935 1992294400 134512640 135226915 4294956208 18446744073709551615 134537009 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 2127 1935 81 174 0 1950 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13864

[startup+51.1074 s]
/proc/loadavg: 1.45 1.16 1.09 2/82 24884
/proc/meminfo: memFree=1841532/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=9320 CPUtime=49.74
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 2156 0 0 0 4973 1 0 0 25 0 1 0 1158762030 9543680 2141 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 2330 2141 81 174 0 2153 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14676

[startup+102.303 s]
/proc/loadavg: 1.19 1.14 1.08 2/82 24884
/proc/meminfo: memFree=1839868/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=10932 CPUtime=100.92
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 2574 0 0 0 10090 2 0 0 25 0 1 0 1158762030 11194368 2559 1992294400 134512640 135226915 4294956208 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 2733 2559 81 174 0 2556 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16288

[startup+162.303 s]
/proc/loadavg: 1.07 1.11 1.08 2/82 24884
/proc/meminfo: memFree=1838012/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=12724 CPUtime=160.91
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 3024 0 0 0 16088 3 0 0 25 0 1 0 1158762030 13029376 3009 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 3181 3009 81 174 0 3004 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18080

[startup+222.302 s]
/proc/loadavg: 1.02 1.09 1.07 2/82 24884
/proc/meminfo: memFree=1836732/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=14128 CPUtime=220.89
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 3341 0 0 0 22086 3 0 0 25 0 1 0 1158762030 14467072 3326 1992294400 134512640 135226915 4294956208 18446744073709551615 134540888 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 3532 3326 81 174 0 3355 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19484

[startup+282.302 s]
/proc/loadavg: 1.01 1.07 1.07 2/82 24884
/proc/meminfo: memFree=1835772/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=15196 CPUtime=280.88
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 3600 0 0 0 28084 4 0 0 25 0 1 0 1158762030 15560704 3585 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 3799 3585 81 174 0 3622 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20552

[startup+342.302 s]
/proc/loadavg: 1.00 1.05 1.06 2/82 24884
/proc/meminfo: memFree=1834436/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=16576 CPUtime=340.86
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 3942 0 0 0 34082 4 0 0 25 0 1 0 1158762030 16973824 3927 1992294400 134512640 135226915 4294956208 18446744073709551615 134525815 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 4144 3927 81 174 0 3967 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 21932


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

[pid=24884] ppid=24881 vsize=19724 CPUtime=520.81
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 4708 0 0 0 52076 5 0 0 25 0 1 0 1158762030 20197376 4693 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 4931 4693 81 174 0 4754 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 25080

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.04 2/82 24885
/proc/meminfo: memFree=1829700/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=21096 CPUtime=580.81
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5062 0 0 0 58075 6 0 0 25 0 1 0 1158762030 21602304 5047 1992294400 134512640 135226915 4294956208 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 5274 5047 81 174 0 5097 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 26452

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.03 2/82 24885
/proc/meminfo: memFree=1829700/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=21096 CPUtime=640.79
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5064 0 0 0 64073 6 0 0 25 0 1 0 1158762030 21602304 5049 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 5274 5049 81 174 0 5097 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 26452

[startup+702.307 s]
/proc/loadavg: 1.00 1.01 1.03 2/82 24885
/proc/meminfo: memFree=1829444/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=21376 CPUtime=700.78
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5113 0 0 0 70072 6 0 0 25 0 1 0 1158762030 21889024 5098 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 5344 5098 81 174 0 5167 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 26732

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/82 24885
/proc/meminfo: memFree=1828036/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=22960 CPUtime=760.76
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5470 0 0 0 76070 6 0 0 25 0 1 0 1158762030 23511040 5455 1992294400 134512640 135226915 4294956208 18446744073709551615 134546354 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 5740 5455 81 174 0 5563 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 28316

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 24885
/proc/meminfo: memFree=1826500/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=24384 CPUtime=820.73
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5839 0 0 0 82067 6 0 0 25 0 1 0 1158762030 24969216 5824 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 6096 5824 81 174 0 5919 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 29740

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 24885
/proc/meminfo: memFree=1826372/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=24616 CPUtime=880.72
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5868 0 0 0 88066 6 0 0 25 0 1 0 1158762030 25206784 5853 1992294400 134512640 135226915 4294956208 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 6154 5853 81 174 0 5977 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1826372/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=24616 CPUtime=940.7
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5870 0 0 0 94064 6 0 0 25 0 1 0 1158762030 25206784 5855 1992294400 134512640 135226915 4294956208 18446744073709551615 134539918 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 6154 5855 81 174 0 5977 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 29972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1826116/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=24756 CPUtime=1000.7
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 5928 0 0 0 100063 7 0 0 25 0 1 0 1158762030 25350144 5913 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 6189 5913 81 174 0 6012 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 30112

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1824836/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=26096 CPUtime=1060.68
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 6244 0 0 0 106061 7 0 0 25 0 1 0 1158762030 26722304 6229 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 6524 6229 81 174 0 6347 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 31452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1822148/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=28668 CPUtime=1120.66
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 6906 0 0 0 112058 8 0 0 25 0 1 0 1158762030 29356032 6891 1992294400 134512640 135226915 4294956208 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 7167 6891 81 174 0 6990 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 34024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1821060/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=29724 CPUtime=1180.64
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 7165 0 0 0 118056 8 0 0 25 0 1 0 1158762030 30437376 7150 1992294400 134512640 135226915 4294956208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 7431 7150 81 174 0 7254 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 35080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1821060/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=29724 CPUtime=1198.74
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 7165 0 0 0 119866 8 0 0 25 0 1 0 1158762030 30437376 7150 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 7431 7150 81 174 0 7254 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 35080

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 24885
/proc/meminfo: memFree=1821060/2055920 swapFree=4163524/4192956
[pid=24881] ppid=24879 vsize=5356 CPUtime=1.32
/proc/24881/stat : 24881 (lysat.sh) S 24879 24881 24470 0 -1 4194304 310 4021 0 0 0 0 129 3 16 0 1 0 1158761897 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24881/statm: 1339 237 195 169 0 50 0
[pid=24884] ppid=24881 vsize=29724 CPUtime=1198.74
/proc/24884/stat : 24884 (LySATi) R 24881 24881 24470 0 -1 4194304 7165 0 0 0 119866 8 0 0 25 0 1 0 1158762030 30437376 7150 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/24884/statm: 7431 7150 81 174 0 7254 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 35080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1199.96
CPU system time (s): 0.12798
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 35080

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

runsolver used 1.67575 second user time and 4.49332 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-04 18:03:02
IDJOB=1557942
IDBENCH=70848
IDSOLVER=511
FILE ID=node90/1557942-1238860982
PBS_JOBID= 9085875
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=1135534939

node90.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1856428 kB
Buffers:         12660 kB
Cached:         112536 kB
SwapCached:      18488 kB
Active:          14200 kB
Inactive:       130912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856428 kB
SwapTotal:     4192956 kB
SwapFree:      4163524 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          25596 kB
Slab:            38620 kB
Committed_AS:  2761964 kB
PageTables:       2668 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= 66524 MiB
End job on node90 at 2009-04-04 18:23:05