Trace number 1557995

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.12 1200.81

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.19/1.27	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.19/1.27	c ==============================================================================
1.19/1.27	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
1.19/1.27	c CPU time:   1.23681 s
1.19/1.27	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:  14275                                                |
1.29/1.35	|  Number of clauses:    59330                                                |
1.29/1.39	|  Parsing time:         0.03         s                                       |
1200.08/1200.81	HOME/lysat.sh: line 55:  4122 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-1557995-1238861884/watcher-1557995-1238861884 -o /tmp/evaluation-result-1557995-1238861884/solver-1557995-1238861884 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1557995-1238861884.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: 0.93 1.04 1.02 3/64 4119
/proc/meminfo: memFree=1579368/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=0
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1158849393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 235 195 169 0 50 0
[pid=4120] ppid=4119 vsize=1556 CPUtime=0
/proc/4120/stat : 4120 (SatElite) R 4119 4119 3842 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 1158849394 1593344 269 1992294400 134512640 135034092 4294956096 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 0 0 0
/proc/4120/statm: 389 272 50 127 0 259 0

[startup+0.0513091 s]
/proc/loadavg: 0.93 1.04 1.02 3/64 4119
/proc/meminfo: memFree=1579368/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=0
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1158849393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 235 195 169 0 50 0
[pid=4120] ppid=4119 vsize=7996 CPUtime=0.03
/proc/4120/stat : 4120 (SatElite) R 4119 4119 3842 0 -1 4194304 1906 0 0 0 3 0 0 0 19 0 1 0 1158849394 8187904 1890 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/4120/statm: 1999 1891 51 127 0 1869 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13352

[startup+0.102319 s]
/proc/loadavg: 0.93 1.04 1.02 3/64 4119
/proc/meminfo: memFree=1579368/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=0
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1158849393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 235 195 169 0 50 0
[pid=4120] ppid=4119 vsize=13368 CPUtime=0.09
/proc/4120/stat : 4120 (SatElite) R 4119 4119 3842 0 -1 4194304 3404 0 0 0 8 1 0 0 19 0 1 0 1158849394 13688832 3183 1992294400 134512640 135034092 4294956096 18446744073709551615 134566601 0 0 4096 3 0 0 0 17 0 0 0
/proc/4120/statm: 3342 3183 68 127 0 3212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18724

[startup+0.30136 s]
/proc/loadavg: 0.93 1.04 1.02 3/64 4119
/proc/meminfo: memFree=1579368/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=0
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1158849393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 235 195 169 0 50 0
[pid=4120] ppid=4119 vsize=14364 CPUtime=0.29
/proc/4120/stat : 4120 (SatElite) R 4119 4119 3842 0 -1 4194304 3631 0 0 0 27 2 0 0 21 0 1 0 1158849394 14708736 3410 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/4120/statm: 3591 3410 68 127 0 3461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19720

[startup+0.701448 s]
/proc/loadavg: 0.93 1.04 1.02 3/64 4119
/proc/meminfo: memFree=1579368/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=0
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1158849393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 235 195 169 0 50 0
[pid=4120] ppid=4119 vsize=15384 CPUtime=0.69
/proc/4120/stat : 4120 (SatElite) R 4119 4119 3842 0 -1 4194304 3814 0 0 0 66 3 0 0 25 0 1 0 1158849394 15753216 3593 1992294400 134512640 135034092 4294956096 18446744073709551615 134566256 0 0 4096 3 0 0 0 17 0 0 0
/proc/4120/statm: 3846 3593 68 127 0 3716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20740

[startup+1.50163 s]
/proc/loadavg: 0.93 1.04 1.02 2/66 4121
/proc/meminfo: memFree=1560344/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5356

[startup+3.10196 s]
/proc/loadavg: 0.93 1.04 1.02 2/66 4122
/proc/meminfo: memFree=1569048/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=5916 CPUtime=1.73
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 1323 0 0 0 173 0 0 0 25 0 1 0 1158849528 6057984 1308 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 1479 1308 77 171 0 1306 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11272

[startup+6.30165 s]
/proc/loadavg: 0.93 1.04 1.02 2/66 4122
/proc/meminfo: memFree=1568792/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=6048 CPUtime=4.93
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 1364 0 0 0 493 0 0 0 25 0 1 0 1158849528 6193152 1349 1992294400 134512640 135214827 4294956208 18446744073709551615 134529526 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 1512 1349 77 171 0 1339 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11404

[startup+12.702 s]
/proc/loadavg: 0.94 1.04 1.02 2/66 4122
/proc/meminfo: memFree=1568600/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=6444 CPUtime=11.32
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 1451 0 0 0 1132 0 0 0 25 0 1 0 1158849528 6598656 1436 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 1611 1436 77 171 0 1438 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 11800

[startup+25.5028 s]
/proc/loadavg: 0.95 1.04 1.02 2/66 4122
/proc/meminfo: memFree=1568088/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=6972 CPUtime=24.12
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 1585 0 0 0 2411 1 0 0 25 0 1 0 1158849528 7139328 1570 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 1743 1570 77 171 0 1570 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12328

[startup+51.1013 s]
/proc/loadavg: 0.97 1.03 1.01 2/66 4122
/proc/meminfo: memFree=1567128/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=8112 CPUtime=49.69
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 1851 0 0 0 4968 1 0 0 25 0 1 0 1158849528 8306688 1836 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 2028 1836 77 171 0 1855 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 13468

[startup+102.305 s]
/proc/loadavg: 0.98 1.03 1.01 2/66 4122
/proc/meminfo: memFree=1564632/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=10312 CPUtime=100.86
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 2431 0 0 0 10084 2 0 0 25 0 1 0 1158849528 10559488 2416 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 2578 2416 77 171 0 2405 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 15668

[startup+162.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/66 4122
/proc/meminfo: memFree=1561752/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=13340 CPUtime=160.83
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 3150 0 0 0 16080 3 0 0 25 0 1 0 1158849528 13660160 3135 1992294400 134512640 135214827 4294956208 18446744073709551615 134537409 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 3335 3135 77 171 0 3162 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 18696

[startup+222.301 s]
/proc/loadavg: 0.99 1.01 1.00 2/66 4122
/proc/meminfo: memFree=1559704/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=15372 CPUtime=220.8
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 3660 0 0 0 22076 4 0 0 25 0 1 0 1158849528 15740928 3645 1992294400 134512640 135214827 4294956208 18446744073709551615 134529337 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 3843 3645 77 171 0 3670 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 20728

[startup+282.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/66 4122
/proc/meminfo: memFree=1557784/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=17376 CPUtime=280.77
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 4140 0 0 0 28072 5 0 0 25 0 1 0 1158849528 17793024 4125 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 4344 4125 77 171 0 4171 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 22732

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1555480/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=19740 CPUtime=340.74
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 4711 0 0 0 34068 6 0 0 25 0 1 0 1158849528 20213760 4696 1992294400 134512640 135214827 4294956208 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 4935 4696 77 171 0 4762 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 25096


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

[pid=4122] ppid=4119 vsize=21284 CPUtime=460.67
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5089 0 0 0 46060 7 0 0 25 0 1 0 1158849528 21794816 5074 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5321 5074 77 171 0 5148 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 26640

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1553880/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=21284 CPUtime=520.64
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5089 0 0 0 52057 7 0 0 25 0 1 0 1158849528 21794816 5074 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5321 5074 77 171 0 5148 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 26640

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1553880/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=21284 CPUtime=580.6
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5106 0 0 0 58053 7 0 0 25 0 1 0 1158849528 21794816 5091 1992294400 134512640 135214827 4294956208 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5321 5091 77 171 0 5148 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 26640

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1553880/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=21284 CPUtime=640.57
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5106 0 0 0 64050 7 0 0 25 0 1 0 1158849528 21794816 5091 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5321 5091 77 171 0 5148 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 26640

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1553304/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=21892 CPUtime=700.54
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5238 0 0 0 70047 7 0 0 25 0 1 0 1158849528 22417408 5223 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5473 5223 77 171 0 5300 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 27248

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1551832/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=23400 CPUtime=760.5
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 5608 0 0 0 76043 7 0 0 25 0 1 0 1158849528 23961600 5593 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 5850 5593 77 171 0 5677 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 28756

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1549912/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=25336 CPUtime=820.46
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6090 0 0 0 82038 8 0 0 25 0 1 0 1158849528 25944064 6075 1992294400 134512640 135214827 4294956208 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6334 6075 77 171 0 6161 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 30692

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548888/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=26572 CPUtime=880.44
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6340 0 0 0 88035 9 0 0 25 0 1 0 1158849528 27209728 6325 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6643 6325 77 171 0 6470 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 31928

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548888/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=26572 CPUtime=940.4
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6340 0 0 0 94031 9 0 0 25 0 1 0 1158849528 27209728 6325 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6643 6325 77 171 0 6470 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 31928

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548888/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=26572 CPUtime=1000.37
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6347 0 0 0 100028 9 0 0 25 0 1 0 1158849528 27209728 6332 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6643 6332 77 171 0 6470 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 31928

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548824/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=26572 CPUtime=1060.33
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6349 0 0 0 106024 9 0 0 25 0 1 0 1158849528 27209728 6334 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6643 6334 77 171 0 6470 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 31928

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548312/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=27084 CPUtime=1120.29
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6473 0 0 0 112020 9 0 0 25 0 1 0 1158849528 27734016 6458 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6771 6458 77 171 0 6598 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 32440

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548120/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=27280 CPUtime=1180.25
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6519 0 0 0 118016 9 0 0 25 0 1 0 1158849528 27934720 6504 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6820 6504 77 171 0 6647 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 32636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 4122
/proc/meminfo: memFree=1548120/2055920 swapFree=4177960/4192956
[pid=4119] ppid=4117 vsize=5356 CPUtime=1.33
/proc/4119/stat : 4119 (lysat.sh) S 4117 4119 3842 0 -1 4194304 310 4236 0 0 0 0 130 3 19 0 1 0 1158849393 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4119/statm: 1339 237 195 169 0 50 0
[pid=4122] ppid=4119 vsize=27280 CPUtime=1198.75
/proc/4122/stat : 4122 (LySATc) R 4119 4119 3842 0 -1 4194304 6521 0 0 0 119866 9 0 0 25 0 1 0 1158849528 27934720 6506 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/4122/statm: 6820 6506 77 171 0 6647 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 32636

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.81
CPU time (s): 1200.12
CPU user time (s): 1199.98
CPU system time (s): 0.139978
CPU usage (%): 99.9419
Max. virtual memory (cumulated for all children) (KiB): 32636

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

runsolver used 1.14682 second user time and 3.22951 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-04 18:18:04
IDJOB=1557995
IDBENCH=70849
IDSOLVER=512
FILE ID=node71/1557995-1238861884
PBS_JOBID= 9085912
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=670612932

node71.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.270
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.270
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:       1579848 kB
Buffers:         51528 kB
Cached:         349028 kB
SwapCached:       8940 kB
Active:         169536 kB
Inactive:       241604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579848 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          16356 kB
Slab:            50960 kB
Committed_AS:  2671040 kB
PageTables:       1444 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= 66536 MiB
End job on node71 at 2009-04-04 18:38:07