Trace number 1558778

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
ManySAT 1.1 aimd 2/2009-03-20? (TO) 1200.1 602.42

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-34-s100.cnf
MD5SUMd33264afbb7fa6f88a24b97cfc468c5a
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 variables32465
Number of clauses97748
Sum of the clauses size230766
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262350
Number of clauses of size 335334
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.02/0.09	c ==============================================================================
0.02/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.09	c ==============================================================================
0.02/0.09	c |         0 |   97556   230314 |   29266       0        0     nan |  0.000 % |
1.18/1.27	c |         0 |   60741   181511 |      --       0       --      -- |     --   | -36695/-48379
1.18/1.27	c ==============================================================================
1.18/1.27	c Result  :   #vars: 14617   #clauses: 60741   #literals: 181511
1.18/1.27	c CPU time:   1.23981 s
1.18/1.27	c ==============================================================================

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-1558778-1238873759/watcher-1558778-1238873759 -o /tmp/evaluation-result-1558778-1238873759/solver-1558778-1238873759 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1558778-1238873759.cnf aimd 2 

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.11 1.09 1.03 3/73 11011
/proc/meminfo: memFree=1673008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=0
/proc/11011/stat : 11011 (manysat.sh) R 11009 11011 10734 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1160039880 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11011/statm: 1339 234 194 169 0 50 0
[pid=11012] ppid=11011 vsize=1556 CPUtime=0
/proc/11012/stat : 11012 (SatElite) R 11011 11011 10734 0 -1 4194304 314 0 0 0 0 0 0 0 18 0 1 0 1160039881 1593344 298 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/11012/statm: 389 300 50 127 0 259 0

[startup+0.0402799 s]
/proc/loadavg: 1.11 1.09 1.03 3/73 11011
/proc/meminfo: memFree=1673008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=0
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160039880 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 235 195 169 0 50 0
[pid=11012] ppid=11011 vsize=6940 CPUtime=0.02
/proc/11012/stat : 11012 (SatElite) R 11011 11011 10734 0 -1 4194304 1625 0 0 0 2 0 0 0 19 0 1 0 1160039881 7106560 1609 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11012/statm: 1735 1609 51 127 0 1605 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12296

[startup+0.101291 s]
/proc/loadavg: 1.11 1.09 1.03 3/73 11011
/proc/meminfo: memFree=1673008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=0
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160039880 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 235 195 169 0 50 0
[pid=11012] ppid=11011 vsize=13360 CPUtime=0.09
/proc/11012/stat : 11012 (SatElite) R 11011 11011 10734 0 -1 4194304 3289 0 0 0 8 1 0 0 19 0 1 0 1160039881 13680640 3166 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/11012/statm: 3340 3166 68 127 0 3210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18716

[startup+0.301332 s]
/proc/loadavg: 1.11 1.09 1.03 3/73 11011
/proc/meminfo: memFree=1673008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=0
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160039880 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 235 195 169 0 50 0
[pid=11012] ppid=11011 vsize=14548 CPUtime=0.28
/proc/11012/stat : 11012 (SatElite) R 11011 11011 10734 0 -1 4194304 3557 0 0 0 27 1 0 0 21 0 1 0 1160039881 14897152 3434 1992294400 134512640 135034092 4294956096 18446744073709551615 134566406 0 0 4096 3 0 0 0 17 0 0 0
/proc/11012/statm: 3637 3434 68 127 0 3507 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19904

[startup+0.701412 s]
/proc/loadavg: 1.11 1.09 1.03 3/73 11011
/proc/meminfo: memFree=1673008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=0
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160039880 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 235 195 169 0 50 0
[pid=11012] ppid=11011 vsize=15560 CPUtime=0.69
/proc/11012/stat : 11012 (SatElite) R 11011 11011 10734 0 -1 4194304 3811 0 0 0 67 2 0 0 25 0 1 0 1160039881 15933440 3665 1992294400 134512640 135034092 4294956096 18446744073709551615 134566187 0 0 4096 3 0 0 0 17 0 0 0
/proc/11012/statm: 3890 3665 68 127 0 3760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20916

[startup+1.50159 s]
/proc/loadavg: 1.11 1.09 1.03 2/75 11013
/proc/meminfo: memFree=1653728/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 5356

[startup+3.10191 s]
/proc/loadavg: 1.11 1.09 1.03 3/76 11015
/proc/meminfo: memFree=1656344/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=23808 CPUtime=3.39
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 2940 0 0 0 337 2 0 0 18 0 2 0 1160040016 24379392 2926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 5952 2926 83 193 0 5756 0
[pid=11014/tid=11015] ppid=11011 vsize=23808 CPUtime=1.64
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 207 0 0 0 164 0 0 0 18 0 2 0 1160040024 24379392 2926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 29164

[startup+6.30156 s]
/proc/loadavg: 1.18 1.10 1.03 3/76 11015
/proc/meminfo: memFree=1655512/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=24464 CPUtime=9.77
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 3091 0 0 0 974 3 0 0 20 0 2 0 1160040016 25051136 3077 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 6116 3077 83 193 0 5920 0
[pid=11014/tid=11015] ppid=11011 vsize=24464 CPUtime=4.83
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 297 0 0 0 483 0 0 0 25 0 2 0 1160040024 25051136 3077 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 29820

[startup+12.7019 s]
/proc/loadavg: 1.24 1.12 1.04 3/76 11015
/proc/meminfo: memFree=1654808/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=24992 CPUtime=22.54
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 3248 0 0 0 2251 3 0 0 25 0 2 0 1160040016 25591808 3234 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 6248 3234 83 193 0 6052 0
[pid=11014/tid=11015] ppid=11011 vsize=24992 CPUtime=11.2
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 362 0 0 0 1119 1 0 0 25 0 2 0 1160040024 25591808 3234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 30348

[startup+25.5015 s]
/proc/loadavg: 1.41 1.16 1.05 3/76 11015
/proc/meminfo: memFree=1653784/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=26180 CPUtime=48.06
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 3544 0 0 0 4803 3 0 0 25 0 2 0 1160040016 26808320 3530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 6545 3530 83 193 0 6349 0
[pid=11014/tid=11015] ppid=11011 vsize=26180 CPUtime=23.93
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 510 0 0 0 2392 1 0 0 25 0 2 0 1160040024 26808320 3530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 31536

[startup+51.1017 s]
/proc/loadavg: 1.61 1.23 1.08 3/76 11015
/proc/meminfo: memFree=1651416/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=28420 CPUtime=99.13
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 4126 0 0 0 9908 5 0 0 25 0 2 0 1160040016 29102080 4112 1992294400 134512640 135305190 4294956144 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 7105 4112 83 193 0 6909 0
[pid=11014/tid=11015] ppid=11011 vsize=28420 CPUtime=49.4
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 823 0 0 0 4939 1 0 0 25 0 2 0 1160040024 29102080 4112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 33776

[startup+102.306 s]
/proc/loadavg: 1.83 1.34 1.12 3/76 11015
/proc/meminfo: memFree=1646872/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=32672 CPUtime=201.26
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 5232 0 0 0 20120 6 0 0 25 0 2 0 1160040016 33456128 5218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528933 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 8168 5218 83 193 0 7972 0
[pid=11014/tid=11015] ppid=11011 vsize=32672 CPUtime=100.36
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 1298 0 0 0 10034 2 0 0 25 0 2 0 1160040024 33456128 5218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.6
Current children cumulated vsize (KiB) 38028

[startup+162.302 s]
/proc/loadavg: 1.93 1.46 1.18 3/76 11015
/proc/meminfo: memFree=1643416/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=36044 CPUtime=320.92
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 6071 0 0 0 32086 6 0 0 25 0 2 0 1160040016 36909056 6057 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 9011 6057 83 193 0 8815 0
[pid=11014/tid=11015] ppid=11011 vsize=36044 CPUtime=160.06
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 1613 0 0 0 16004 2 0 0 25 0 2 0 1160040024 36909056 6057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.26
Current children cumulated vsize (KiB) 41400

[startup+222.303 s]
/proc/loadavg: 1.97 1.56 1.22 3/76 11015
/proc/meminfo: memFree=1642072/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=37400 CPUtime=440.61
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 6416 0 0 0 44054 7 0 0 25 0 2 0 1160040016 38297600 6402 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 9350 6402 83 193 0 9154 0
[pid=11014/tid=11015] ppid=11011 vsize=37400 CPUtime=219.76
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 1834 0 0 0 21974 2 0 0 25 0 2 0 1160040024 38297600 6402 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.95
Current children cumulated vsize (KiB) 42756

[startup+282.302 s]
/proc/loadavg: 1.99 1.63 1.27 3/76 11015
/proc/meminfo: memFree=1640216/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=39284 CPUtime=560.28
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 6871 0 0 0 56021 7 0 0 25 0 2 0 1160040016 40226816 6857 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 9821 6857 83 193 0 9625 0
[pid=11014/tid=11015] ppid=11011 vsize=39284 CPUtime=279.47
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2039 0 0 0 27945 2 0 0 25 0 2 0 1160040024 40226816 6857 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.62
Current children cumulated vsize (KiB) 44640

[startup+342.302 s]
/proc/loadavg: 1.99 1.70 1.31 3/76 11015
/proc/meminfo: memFree=1634904/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=44496 CPUtime=679.95
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 8180 0 0 0 67986 9 0 0 25 0 2 0 1160040016 45563904 8166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 11124 8166 83 193 0 10928 0
[pid=11014/tid=11015] ppid=11011 vsize=44496 CPUtime=339.17
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2632 0 0 0 33914 3 0 0 25 0 2 0 1160040024 45563904 8166 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 681.29
Current children cumulated vsize (KiB) 49852

[startup+402.301 s]
/proc/loadavg: 1.99 1.75 1.35 3/76 11015
/proc/meminfo: memFree=1634264/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=45240 CPUtime=799.63
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 8347 0 0 0 79954 9 0 0 25 0 2 0 1160040016 46325760 8333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 11310 8333 83 193 0 11114 0
[pid=11014/tid=11015] ppid=11011 vsize=45240 CPUtime=398.88
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2648 0 0 0 39885 3 0 0 25 0 2 0 1160040024 46325760 8333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 800.97
Current children cumulated vsize (KiB) 50596

[startup+462.301 s]
/proc/loadavg: 1.99 1.79 1.39 3/76 11015
/proc/meminfo: memFree=1634008/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=45392 CPUtime=919.31
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 8403 0 0 0 91921 10 0 0 25 0 2 0 1160040016 46481408 8389 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 11348 8389 83 193 0 11152 0
[pid=11014/tid=11015] ppid=11011 vsize=45392 CPUtime=458.58
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2693 0 0 0 45855 3 0 0 25 0 2 0 1160040024 46481408 8389 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.65
Current children cumulated vsize (KiB) 50748

[startup+522.303 s]
/proc/loadavg: 1.99 1.83 1.42 3/76 11015
/proc/meminfo: memFree=1633624/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=45956 CPUtime=1039
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 8511 0 0 0 103890 10 0 0 25 0 2 0 1160040016 47058944 8472 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 11489 8472 83 193 0 11293 0
[pid=11014/tid=11015] ppid=11011 vsize=45956 CPUtime=518.29
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2788 0 0 0 51826 3 0 0 25 0 2 0 1160040024 47058944 8472 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1040.34
Current children cumulated vsize (KiB) 51312

[startup+582.302 s]
/proc/loadavg: 1.99 1.86 1.46 3/76 11015
/proc/meminfo: memFree=1633432/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=46280 CPUtime=1158.67
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 8573 0 0 0 115857 10 0 0 25 0 2 0 1160040016 47390720 8534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 11570 8534 83 193 0 11374 0
[pid=11014/tid=11015] ppid=11011 vsize=46280 CPUtime=577.99
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2789 0 0 0 57796 3 0 0 25 0 2 0 1160040024 47390720 8534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1160.01
Current children cumulated vsize (KiB) 51636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+602.402 s]
/proc/loadavg: 1.99 1.86 1.47 3/76 11015
/proc/meminfo: memFree=1631128/2055920 swapFree=4170040/4192956
[pid=11011] ppid=11009 vsize=5356 CPUtime=1.34
/proc/11011/stat : 11011 (manysat.sh) S 11009 11011 10734 0 -1 4194304 312 4035 0 0 0 0 131 3 16 0 1 0 1160039880 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11011/statm: 1339 238 195 169 0 50 0
[pid=11014] ppid=11011 vsize=48584 CPUtime=1198.76
/proc/11014/stat : 11014 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194304 9148 0 0 0 119866 10 0 0 25 0 2 0 1160040016 49750016 9109 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11014/statm: 12146 9109 83 193 0 11950 0
[pid=11014/tid=11015] ppid=11011 vsize=48584 CPUtime=597.99
/proc/11014/task/11015/stat : 11015 (manysat1.1_stat) R 11011 11011 10734 0 -1 4194368 2966 0 0 0 59796 3 0 0 25 0 2 0 1160040024 49750016 9109 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 53940

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11011 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=318799
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 1.35079
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 602.42
CPU time (s): 1200.1
CPU user time (s): 1199.97
CPU system time (s): 0.13
CPU usage (%): 199.213
Max. virtual memory (cumulated for all children) (KiB): 53940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3188
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4347
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= 5
involuntary context switches= 14

runsolver used 0.684895 second user time and 2.06169 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-04 21:36:00
IDJOB=1558778
IDBENCH=70864
IDSOLVER=515
FILE ID=node80/1558778-1238873759
PBS_JOBID= 9085954
Free space on /tmp= 66228 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-34-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1558778-1238873759/watcher-1558778-1238873759 -o /tmp/evaluation-result-1558778-1238873759/solver-1558778-1238873759 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1558778-1238873759.cnf aimd 2

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

MD5SUM BENCH= d33264afbb7fa6f88a24b97cfc468c5a
RANDOM SEED=1675273942

node80.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.263
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.263
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:       1673560 kB
Buffers:         39036 kB
Cached:         261100 kB
SwapCached:      14500 kB
Active:          89572 kB
Inactive:       226916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673560 kB
SwapTotal:     4192956 kB
SwapFree:      4170040 kB
Dirty:            3044 kB
Writeback:           0 kB
Mapped:          22052 kB
Slab:            50996 kB
Committed_AS:  3184276 kB
PageTables:       2008 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= 66220 MiB
End job on node80 at 2009-04-04 21:46:04