Trace number 1727368

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.05 609.62

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
Bench CategoryCRAFTED (crafted 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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

Solver Data

0.00/0.01	c Parsing...
0.98/1.04	c ==============================================================================
0.98/1.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.98/1.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.98/1.04	c ==============================================================================
0.98/1.04	c |         0 | 1112504  2234596 |  333751       0        0     nan |  0.000 % |
13.17/13.21	c |         0 | 1085262  3486593 |      --       0       --      -- |     --   | -27242/1251997
13.17/13.21	c ==============================================================================
13.17/13.21	c Result  :   #vars: 10979   #clauses: 1085262   #literals: 3486593
13.17/13.21	c CPU time:   13.009 s
13.17/13.21	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-1727368-1240723890/watcher-1727368-1240723890 -o /tmp/evaluation-result-1727368-1240723890/solver-1727368-1240723890 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727368-1240723890.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.0662001 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 4720
/proc/meminfo: memFree=1682688/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101198 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 4720
/proc/meminfo: memFree=1682688/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301217 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 4720
/proc/meminfo: memFree=1682688/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701259 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 4720
/proc/meminfo: memFree=1682688/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 4722
/proc/meminfo: memFree=1627504/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
[pid=4722] ppid=4720 vsize=74808 CPUtime=1.47
/proc/4722/stat : 4722 (SatElite) R 4720 4720 4576 0 -1 4194304 16533 0 0 0 138 9 0 0 25 0 1 0 100415253 76603392 16517 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/4722/statm: 18702 16517 68 127 0 18572 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 80164

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 4722
/proc/meminfo: memFree=1605680/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
[pid=4722] ppid=4720 vsize=102304 CPUtime=3.07
/proc/4722/stat : 4722 (SatElite) R 4720 4720 4576 0 -1 4194304 22838 0 0 0 294 13 0 0 25 0 1 0 100415253 104759296 22790 1992294400 134512640 135034092 4294956096 18446744073709551615 134582951 0 0 4096 3 0 0 0 17 0 0 0
/proc/4722/statm: 25576 22790 68 127 0 25446 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 107660

[startup+6.3028 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 4722
/proc/meminfo: memFree=1582896/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
[pid=4722] ppid=4720 vsize=108920 CPUtime=6.27
/proc/4722/stat : 4722 (SatElite) R 4720 4720 4576 0 -1 4194304 24200 0 0 0 613 14 0 0 25 0 1 0 100415253 111534080 24152 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/4722/statm: 27230 24152 68 127 0 27100 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 114276

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 4722
/proc/meminfo: memFree=1584304/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=0
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100415252 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 235 195 169 0 50 0
[pid=4722] ppid=4720 vsize=109104 CPUtime=12.66
/proc/4722/stat : 4722 (SatElite) R 4720 4720 4576 0 -1 4194304 30849 0 0 0 1249 17 0 0 25 0 1 0 100415253 111722496 23790 1992294400 134512640 135034092 4294956096 18446744073709551615 134569556 0 0 4096 3 0 0 0 17 0 0 0
/proc/4722/statm: 27276 23790 68 127 0 27146 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 114460

[startup+25.5017 s]
/proc/loadavg: 1.15 1.03 1.10 3/67 4724
/proc/meminfo: memFree=1523432/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=150440 CPUtime=19.94
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 33772 0 0 0 1970 24 0 0 19 0 2 0 100416711 154050560 33758 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 37610 33758 83 193 0 37414 0
[pid=4723/tid=4724] ppid=4720 vsize=150440 CPUtime=9.08
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 2467 0 0 0 904 4 0 0 17 0 2 0 100416892 154050560 33758 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.49
Current children cumulated vsize (KiB) 155796

[startup+51.1013 s]
/proc/loadavg: 1.44 1.11 1.12 3/67 4724
/proc/meminfo: memFree=1518440/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=155920 CPUtime=70.99
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 34995 0 0 0 7073 26 0 0 17 0 2 0 100416711 159662080 34981 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 38980 34981 83 193 0 38784 0
[pid=4723/tid=4724] ppid=4720 vsize=155920 CPUtime=34.66
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 3058 0 0 0 3461 5 0 0 25 0 2 0 100416892 159662080 34981 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.54
Current children cumulated vsize (KiB) 161276

[startup+102.306 s]
/proc/loadavg: 1.76 1.24 1.16 3/67 4724
/proc/meminfo: memFree=1513000/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=161164 CPUtime=173.15
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 36354 0 0 0 17286 29 0 0 21 0 2 0 100416711 165031936 36340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 40291 36340 83 193 0 40095 0
[pid=4723/tid=4724] ppid=4720 vsize=161164 CPUtime=85.84
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 3691 0 0 0 8578 6 0 0 18 0 2 0 100416892 165031936 36340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.7
Current children cumulated vsize (KiB) 166520

[startup+162.301 s]
/proc/loadavg: 1.91 1.38 1.21 3/67 4724
/proc/meminfo: memFree=1508776/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=165160 CPUtime=292.88
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 37430 0 0 0 29257 31 0 0 21 0 2 0 100416711 169123840 37416 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 41290 37416 83 193 0 41094 0
[pid=4723/tid=4724] ppid=4720 vsize=165160 CPUtime=145.8
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 4219 0 0 0 14573 7 0 0 17 0 2 0 100416892 169123840 37416 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.43
Current children cumulated vsize (KiB) 170516

[startup+222.301 s]
/proc/loadavg: 1.96 1.49 1.26 3/67 4724
/proc/meminfo: memFree=1505448/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=169564 CPUtime=412.6
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 38256 0 0 0 41228 32 0 0 25 0 2 0 100416711 173633536 38242 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 42391 38242 83 193 0 42195 0
[pid=4723/tid=4724] ppid=4720 vsize=169564 CPUtime=205.77
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 4586 0 0 0 20570 7 0 0 17 0 2 0 100416892 173633536 38242 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 427.15
Current children cumulated vsize (KiB) 174920

[startup+282.301 s]
/proc/loadavg: 1.98 1.58 1.30 3/67 4724
/proc/meminfo: memFree=1501416/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=173332 CPUtime=532.34
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 39265 0 0 0 53200 34 0 0 25 0 2 0 100416711 177491968 39251 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 43333 39251 83 193 0 43137 0
[pid=4723/tid=4724] ppid=4720 vsize=173332 CPUtime=265.75
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 5072 0 0 0 26566 9 0 0 25 0 2 0 100416892 177491968 39251 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 546.89
Current children cumulated vsize (KiB) 178688

[startup+342.301 s]
/proc/loadavg: 1.99 1.65 1.34 3/67 4724
/proc/meminfo: memFree=1497320/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=176772 CPUtime=652.09
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 40274 0 0 0 65173 36 0 0 25 0 2 0 100416711 181014528 40260 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 44193 40260 83 193 0 43997 0
[pid=4723/tid=4724] ppid=4720 vsize=176772 CPUtime=325.72
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 5474 0 0 0 32563 9 0 0 25 0 2 0 100416892 181014528 40260 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 666.64
Current children cumulated vsize (KiB) 182128

[startup+402.301 s]
/proc/loadavg: 1.99 1.71 1.38 3/67 4724
/proc/meminfo: memFree=1494568/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=179376 CPUtime=771.81
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 40969 0 0 0 77144 37 0 0 25 0 2 0 100416711 183681024 40955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 44844 40955 83 193 0 44648 0
[pid=4723/tid=4724] ppid=4720 vsize=179376 CPUtime=385.69
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 5774 0 0 0 38559 10 0 0 25 0 2 0 100416892 183681024 40955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 786.36
Current children cumulated vsize (KiB) 184732

[startup+462.301 s]
/proc/loadavg: 2.07 1.78 1.42 3/67 4726
/proc/meminfo: memFree=1490472/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=183268 CPUtime=891.54
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 41975 0 0 0 89114 40 0 0 17 0 2 0 100416711 187666432 41961 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 45817 41961 83 193 0 45621 0
[pid=4723/tid=4724] ppid=4720 vsize=183268 CPUtime=445.66
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 6228 0 0 0 44555 11 0 0 17 0 2 0 100416892 187666432 41961 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 906.09
Current children cumulated vsize (KiB) 188624

[startup+522.301 s]
/proc/loadavg: 2.10 1.83 1.46 3/67 4726
/proc/meminfo: memFree=1490408/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=183268 CPUtime=1011.28
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 41983 0 0 0 101088 40 0 0 25 0 2 0 100416711 187666432 41969 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 45817 41969 83 193 0 45621 0
[pid=4723/tid=4724] ppid=4720 vsize=183268 CPUtime=505.64
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 6236 0 0 0 50553 11 0 0 25 0 2 0 100416892 187666432 41969 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1025.83
Current children cumulated vsize (KiB) 188624

[startup+582.301 s]
/proc/loadavg: 2.10 1.88 1.50 3/67 4726
/proc/meminfo: memFree=1484968/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=188676 CPUtime=1131.02
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 43373 0 0 0 113060 42 0 0 20 0 2 0 100416711 193204224 43359 1992294400 134512640 135305190 4294956144 18446744073709551615 134530572 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 47169 43359 83 193 0 46973 0
[pid=4723/tid=4724] ppid=4720 vsize=188676 CPUtime=565.61
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 6900 0 0 0 56549 12 0 0 25 0 2 0 100416892 193204224 43359 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1145.57
Current children cumulated vsize (KiB) 194032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+609.602 s]
/proc/loadavg: 2.07 1.89 1.51 3/67 4726
/proc/meminfo: memFree=1480296/2055920 swapFree=4191900/4192956
[pid=4720] ppid=4718 vsize=5356 CPUtime=14.55
/proc/4720/stat : 4720 (manysat.sh) S 4718 4720 4576 0 -1 4194304 312 30854 0 0 0 0 1429 26 16 0 1 0 100415252 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4720/statm: 1339 238 195 169 0 50 0
[pid=4723] ppid=4720 vsize=194160 CPUtime=1185.5
/proc/4723/stat : 4723 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194304 44509 0 0 0 118505 45 0 0 25 0 2 0 100416711 198819840 44495 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/4723/statm: 48540 44495 83 193 0 48344 0
[pid=4723/tid=4724] ppid=4720 vsize=194160 CPUtime=592.91
/proc/4723/task/4724/stat : 4724 (manysat1.1_stat) R 4720 4720 4576 0 -1 4194368 7459 0 0 0 59278 13 0 0 25 0 2 0 100416892 198819840 44495 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 199516

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 4720 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=299826
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=272958
# CPU time returned by wait4() is 14.5728
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 609.62
CPU time (s): 1200.05
CPU user time (s): 1199.34
CPU system time (s): 0.71
CPU usage (%): 196.852
Max. virtual memory (cumulated for all children) (KiB): 199516

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

runsolver used 0.537918 second user time and 1.69274 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 07:31:32
IDJOB=1727368
IDBENCH=24637
IDSOLVER=513
FILE ID=node70/1727368-1240723890
PBS_JOBID= 9186916
Free space on /tmp= 66324 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727368-1240723890/watcher-1727368-1240723890 -o /tmp/evaluation-result-1727368-1240723890/solver-1727368-1240723890 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727368-1240723890.cnf aimd 0

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

MD5SUM BENCH= 4c4e7e1211c6b5f2d2564e77e64df6f5
RANDOM SEED=1909472462

node70.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.213
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.213
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:       1683232 kB
Buffers:         41228 kB
Cached:         249496 kB
SwapCached:        384 kB
Active:         146452 kB
Inactive:       157696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683232 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           15920 kB
Writeback:           0 kB
Mapped:          21828 kB
Slab:            54692 kB
Committed_AS:   324084 kB
PageTables:       1372 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= 66296 MiB
End job on node70 at 2009-04-26 07:41:44