Trace number 1720322

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 0/2009-03-20? (TO) 1200.18 603.319

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1461
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.58/0.63	c ==============================================================================
0.58/0.63	c |           |     ORIGINAL     |              LEARNT              |          |
0.58/0.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.58/0.63	c ==============================================================================
0.58/0.63	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.89/0.91	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.89/0.91	c ==============================================================================
0.89/0.91	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.89/0.91	c CPU time:   0.839872 s
0.89/0.91	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-1720322-1240654803/watcher-1720322-1240654803 -o /tmp/evaluation-result-1720322-1240654803/solver-1720322-1240654803 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720322-1240654803.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24340
/proc/meminfo: memFree=1561744/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) R 24338 24340 24066 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 228706544287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24340/statm: 1339 234 194 169 0 50 0
[pid=24341] ppid=24340 vsize=1556 CPUtime=0
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 272 0 0 0 0 0 0 0 20 0 1 0 93514140 1593344 256 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 389 260 51 127 0 259 0

[startup+0.031173 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24340
/proc/meminfo: memFree=1561744/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24340/statm: 1339 235 195 169 0 50 0
[pid=24341] ppid=24340 vsize=3140 CPUtime=0.02
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 665 0 0 0 2 0 0 0 20 0 1 0 93514140 3215360 649 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 785 650 51 127 0 655 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8496

[startup+0.101178 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24340
/proc/meminfo: memFree=1561744/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24340/statm: 1339 235 195 169 0 50 0
[pid=24341] ppid=24340 vsize=7876 CPUtime=0.09
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 1808 0 0 0 9 0 0 0 22 0 1 0 93514140 8065024 1792 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 1969 1793 51 127 0 1839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13232

[startup+0.301196 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24340
/proc/meminfo: memFree=1561744/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24340/statm: 1339 235 195 169 0 50 0
[pid=24341] ppid=24340 vsize=21424 CPUtime=0.29
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 4968 0 0 0 27 2 0 0 24 0 1 0 93514140 21938176 4952 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 5356 4953 51 127 0 5226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26780

[startup+0.701234 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 24340
/proc/meminfo: memFree=1561744/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24340/statm: 1339 235 195 169 0 50 0
[pid=24341] ppid=24340 vsize=58984 CPUtime=0.69
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 13638 0 0 0 62 7 0 0 25 0 1 0 93514140 60399616 13622 1992294400 134512640 135034092 4294956096 18446744073709551615 134569538 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 14746 13622 67 127 0 14616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64340

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24342
/proc/meminfo: memFree=1508672/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=0
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 93514140 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24340/statm: 1339 235 195 169 0 50 0
[pid=24341] ppid=24340 vsize=53628 CPUtime=1.49
/proc/24341/stat : 24341 (SatElite) R 24340 24340 24066 0 -1 4194304 13700 0 0 0 138 11 0 0 25 0 1 0 93514140 54915072 12953 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24341/statm: 13407 12953 69 127 0 13277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58984

[startup+3.10147 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 24342
/proc/meminfo: memFree=1490304/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30177 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 24344
/proc/meminfo: memFree=1455544/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=102436 CPUtime=7.28
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 22073 0 0 0 712 16 0 0 17 0 2 0 93514362 104894464 22059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 25609 22059 83 193 0 25413 0
[pid=24343/tid=24344] ppid=24340 vsize=102436 CPUtime=3.23
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 2328 0 0 0 318 5 0 0 17 0 2 0 93514443 104894464 22059 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 107792

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 3/68 24344
/proc/meminfo: memFree=1446456/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=108588 CPUtime=20.02
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 23714 0 0 0 1983 19 0 0 17 0 2 0 93514362 111194112 23700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 27147 23700 83 193 0 26951 0
[pid=24343/tid=24344] ppid=24340 vsize=108588 CPUtime=9.61
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 3060 0 0 0 956 5 0 0 17 0 2 0 93514443 111194112 23700 1992294400 134512640 135305190 4294956144 18446744073709551615 134565830 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 113944

[startup+25.5016 s]
/proc/loadavg: 1.28 1.06 1.02 3/68 24344
/proc/meminfo: memFree=1438072/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=116316 CPUtime=45.51
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 25739 0 0 0 4528 23 0 0 17 0 2 0 93514362 119107584 25725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 29079 25725 83 193 0 28883 0
[pid=24343/tid=24344] ppid=24340 vsize=116316 CPUtime=22.38
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 3945 0 0 0 2231 7 0 0 17 0 2 0 93514443 119107584 25725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.71
Current children cumulated vsize (KiB) 121672

[startup+51.102 s]
/proc/loadavg: 1.59 1.15 1.05 3/68 24344
/proc/meminfo: memFree=1424632/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=130648 CPUtime=96.53
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 29123 0 0 0 9624 29 0 0 17 0 2 0 93514362 133783552 29109 1992294400 134512640 135305190 4294956144 18446744073709551615 134836420 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 32662 29109 83 193 0 32466 0
[pid=24343/tid=24344] ppid=24340 vsize=130648 CPUtime=47.96
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 5880 0 0 0 4786 10 0 0 18 0 2 0 93514443 133783552 29109 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 136004

[startup+102.307 s]
/proc/loadavg: 1.84 1.29 1.10 3/68 24344
/proc/meminfo: memFree=1409592/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=145528 CPUtime=198.64
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 32854 0 0 0 19829 35 0 0 17 0 2 0 93514362 149020672 32840 1992294400 134512640 135305190 4294956144 18446744073709551615 134548101 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 36382 32840 83 193 0 36186 0
[pid=24343/tid=24344] ppid=24340 vsize=145528 CPUtime=99.11
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 7872 0 0 0 9897 14 0 0 25 0 2 0 93514443 149020672 32840 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.84
Current children cumulated vsize (KiB) 150884

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/68 24344
/proc/meminfo: memFree=1389240/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=165680 CPUtime=318.28
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 37937 0 0 0 31785 43 0 0 25 0 2 0 93514362 169656320 37923 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 41420 37923 83 193 0 41224 0
[pid=24343/tid=24344] ppid=24340 vsize=165680 CPUtime=159.04
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 11006 0 0 0 15886 18 0 0 25 0 2 0 93514443 169656320 37923 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.48
Current children cumulated vsize (KiB) 171036

[startup+222.301 s]
/proc/loadavg: 1.98 1.52 1.21 3/68 24344
/proc/meminfo: memFree=1382456/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=172440 CPUtime=437.97
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 39605 0 0 0 43750 47 0 0 25 0 2 0 93514362 176578560 39591 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 43110 39591 83 193 0 42914 0
[pid=24343/tid=24344] ppid=24340 vsize=172440 CPUtime=219.01
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 11832 0 0 0 21881 20 0 0 25 0 2 0 93514443 176578560 39591 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.17
Current children cumulated vsize (KiB) 177796

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/68 24344
/proc/meminfo: memFree=1370616/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=185956 CPUtime=557.71
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 42606 0 0 0 55721 50 0 0 17 0 2 0 93514362 190418944 42592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 46489 42592 83 193 0 46293 0
[pid=24343/tid=24344] ppid=24340 vsize=185956 CPUtime=278.99
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 13204 0 0 0 27878 21 0 0 25 0 2 0 93514443 190418944 42592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 559.91
Current children cumulated vsize (KiB) 191312

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/68 24344
/proc/meminfo: memFree=1365816/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=190824 CPUtime=677.34
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 43744 0 0 0 67679 55 0 0 20 0 2 0 93514362 195403776 43730 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 47706 43730 83 193 0 47510 0
[pid=24343/tid=24344] ppid=24340 vsize=190824 CPUtime=338.98
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 13983 0 0 0 33874 24 0 0 25 0 2 0 93514443 195403776 43730 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 679.54
Current children cumulated vsize (KiB) 196180

[startup+402.303 s]
/proc/loadavg: 1.99 1.73 1.33 3/68 24344
/proc/meminfo: memFree=1346296/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=211060 CPUtime=797.07
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 48688 0 0 0 79646 61 0 0 18 0 2 0 93514362 216125440 48674 1992294400 134512640 135305190 4294956144 18446744073709551615 134547933 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 52765 48674 83 193 0 52569 0
[pid=24343/tid=24344] ppid=24340 vsize=211060 CPUtime=398.96
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 17269 0 0 0 39869 27 0 0 25 0 2 0 93514443 216125440 48674 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 799.27
Current children cumulated vsize (KiB) 216416

[startup+462.303 s]
/proc/loadavg: 1.99 1.78 1.38 3/68 24344
/proc/meminfo: memFree=1337912/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=218456 CPUtime=916.68
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 50703 0 0 0 91604 64 0 0 18 0 2 0 93514362 223698944 50689 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 54614 50689 83 193 0 54418 0
[pid=24343/tid=24344] ppid=24340 vsize=218456 CPUtime=458.85
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 18593 0 0 0 45857 28 0 0 25 0 2 0 93514443 223698944 50689 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 918.88
Current children cumulated vsize (KiB) 223812

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/68 24344
/proc/meminfo: memFree=1329976/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=226096 CPUtime=1036.33
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 52686 0 0 0 103566 67 0 0 18 0 2 0 93514362 231522304 52672 1992294400 134512640 135305190 4294956144 18446744073709551615 134561692 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 56524 52672 83 193 0 56328 0
[pid=24343/tid=24344] ppid=24340 vsize=226096 CPUtime=518.78
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 19939 0 0 0 51848 30 0 0 19 0 2 0 93514443 231522304 52672 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1038.53
Current children cumulated vsize (KiB) 231452

[startup+582.303 s]
/proc/loadavg: 1.99 1.85 1.45 3/68 24344
/proc/meminfo: memFree=1325880/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=231648 CPUtime=1156.07
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 53687 0 0 0 115538 69 0 0 19 0 2 0 93514362 237207552 53673 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 57912 53673 83 193 0 57716 0
[pid=24343/tid=24344] ppid=24340 vsize=231648 CPUtime=578.76
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 20656 0 0 0 57845 31 0 0 25 0 2 0 93514443 237207552 53673 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1158.27
Current children cumulated vsize (KiB) 237004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.302 s]
/proc/loadavg: 1.99 1.86 1.46 3/68 24344
/proc/meminfo: memFree=1324280/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=233000 CPUtime=1197.98
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 54094 0 0 0 119728 70 0 0 18 0 2 0 93514362 238592000 54080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528187 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 58250 54080 83 193 0 58054 0
[pid=24343/tid=24344] ppid=24340 vsize=233000 CPUtime=599.76
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 21005 0 0 0 59944 32 0 0 25 0 2 0 93514443 238592000 54080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 238356

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

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

[startup+603.302 s]
/proc/loadavg: 1.99 1.86 1.46 3/68 24344
/proc/meminfo: memFree=1324280/2055920 swapFree=4188716/4192956
[pid=24340] ppid=24338 vsize=5356 CPUtime=2.2
/proc/24340/stat : 24340 (manysat.sh) S 24338 24340 24066 0 -1 4194304 312 13703 0 0 0 0 204 16 16 0 1 0 93514140 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24340/statm: 1339 238 195 169 0 50 0
[pid=24343] ppid=24340 vsize=233000 CPUtime=1197.98
/proc/24343/stat : 24343 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194304 54094 0 0 0 119728 70 0 0 18 0 2 0 93514362 238592000 54080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528187 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24343/statm: 58250 54080 83 193 0 58054 0
[pid=24343/tid=24344] ppid=24340 vsize=233000 CPUtime=599.76
/proc/24343/task/24344/stat : 24344 (manysat1.1_stat) R 24340 24340 24066 0 -1 4194368 21005 0 0 0 59944 32 0 0 25 0 2 0 93514443 238592000 54080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 238356

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24340 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=52687
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=163975
# CPU time returned by wait4() is 2.21666
# while last known CPU time is 1200.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 603.319
CPU time (s): 1200.18
CPU user time (s): 1199.32
CPU system time (s): 0.86
CPU usage (%): 198.929
Max. virtual memory (cumulated for all children) (KiB): 238356

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

runsolver used 0.555915 second user time and 1.65475 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-25 12:20:04
IDJOB=1720322
IDBENCH=69600
IDSOLVER=513
FILE ID=node8/1720322-1240654803
PBS_JOBID= 9186524
Free space on /tmp= 65860 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720322-1240654803/watcher-1720322-1240654803 -o /tmp/evaluation-result-1720322-1240654803/solver-1720322-1240654803 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720322-1240654803.cnf aimd 0

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=1660250242

node8.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.238
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.238
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:       1562160 kB
Buffers:          6200 kB
Cached:         418436 kB
SwapCached:       1928 kB
Active:          69928 kB
Inactive:       367392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562160 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:           22020 kB
Writeback:           0 kB
Mapped:          21064 kB
Slab:            42188 kB
Committed_AS:   450356 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65840 MiB
End job on node8 at 2009-04-25 12:30:10