Trace number 1580850

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-20UNSAT 503.579 256.335

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.894
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.11	c ==============================================================================
1.09/1.11	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.11	c ==============================================================================
1.09/1.11	c |         0 |  995760  2383068 |  298727       0        0     nan |  0.000 % |
5.68/5.75	c |         0 |  659939  1826685 |      --       0       --      -- |     --   | -84792/17404
5.68/5.75	c ==============================================================================
5.68/5.75	c Result  :   #vars: 102107   #clauses: 659939   #literals: 1826685
5.68/5.75	c CPU time:   5.54816 s
5.68/5.75	c ==============================================================================
503.34/256.29	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
503.34/256.29	c ============================[ Problem Statistics ]=============================
503.34/256.29	c |                                                                             |
503.34/256.29	c threadId              : 1
503.34/256.29	c restarts              : 1943
503.34/256.29	c conflicts             : 150518         (303 /sec)
503.34/256.29	c decisions             : 1061307        (1.55 % random) (2138 /sec)
503.34/256.29	c propagations          : 289123016      (582302 /sec)
503.34/256.29	c conflict literals     : 23177995       (27.95 % deleted)
503.34/256.29	c Memory used           : 181.39 MB
503.34/256.29	c CPU time              : 496.518 s
503.34/256.29	
503.34/256.29	c --->m=2, e=8, aimd=2, HOME/23996_many.cnf	time: 248.259	conflicts: 150518       
503.52/256.32	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580850-1238923077/watcher-1580850-1238923077 -o /tmp/evaluation-result-1580850-1238923077/solver-1580850-1238923077 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1580850-1238923077.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: 0.91 0.95 0.99 3/76 23996
/proc/meminfo: memFree=1570504/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=1552 CPUtime=0
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 1164968828 1589248 255 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 388 256 50 127 0 258 0

[startup+0.0845609 s]
/proc/loadavg: 0.91 0.95 0.99 3/76 23996
/proc/meminfo: memFree=1570504/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=27656 CPUtime=0.07
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 4902 0 0 0 5 2 0 0 20 0 1 0 1164968828 28319744 4718 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 6914 4719 50 127 0 6784 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33012

[startup+0.102564 s]
/proc/loadavg: 0.91 0.95 0.99 3/76 23996
/proc/meminfo: memFree=1570504/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=29760 CPUtime=0.09
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 5388 0 0 0 7 2 0 0 20 0 1 0 1164968828 30474240 5204 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 7440 5206 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.302603 s]
/proc/loadavg: 0.91 0.95 0.99 3/76 23996
/proc/meminfo: memFree=1570504/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=47796 CPUtime=0.29
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 9722 0 0 0 24 5 0 0 21 0 1 0 1164968828 48943104 9538 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 11949 9538 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.702679 s]
/proc/loadavg: 0.91 0.95 0.99 3/76 23996
/proc/meminfo: memFree=1570504/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=70208 CPUtime=0.69
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 15342 0 0 0 60 9 0 0 25 0 1 0 1164968828 71892992 15158 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 17552 15158 51 127 0 17422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75564

[startup+1.50185 s]
/proc/loadavg: 0.91 0.95 0.99 2/78 23998
/proc/meminfo: memFree=1484472/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=101716 CPUtime=1.48
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 25484 0 0 0 135 13 0 0 25 0 1 0 1164968828 104157184 23232 1992294400 134512640 135034092 4294956096 18446744073709551615 134562238 0 0 4096 3 0 0 0 17 1 0 0
/proc/23997/statm: 25429 23232 67 127 0 25299 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107072

[startup+3.10114 s]
/proc/loadavg: 0.91 0.95 0.99 2/78 23998
/proc/meminfo: memFree=1464376/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=117344 CPUtime=3.08
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 29530 0 0 0 291 17 0 0 25 0 1 0 1164968828 120160256 26740 1992294400 134512640 135034092 4294956096 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 29336 26740 68 127 0 29206 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122700

[startup+6.30176 s]
/proc/loadavg: 0.92 0.95 0.99 2/78 23998
/proc/meminfo: memFree=1449784/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=0
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164968828 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23996/statm: 1339 235 195 169 0 50 0
[pid=23997] ppid=23996 vsize=117664 CPUtime=6.28
/proc/23997/stat : 23997 (SatElite) R 23996 23996 23568 0 -1 4194304 36108 0 0 0 606 22 0 0 25 0 1 0 1164968828 120487936 27039 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/23997/statm: 29416 27039 68 127 0 29286 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123020

[startup+12.702 s]
/proc/loadavg: 1.01 0.97 0.99 3/79 24000
/proc/meminfo: memFree=1458864/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=107208 CPUtime=11.22
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 23179 0 0 0 1103 19 0 0 18 0 2 0 1164969487 109780992 23164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 26802 23164 83 193 0 26606 0
[pid=23999/tid=24000] ppid=23996 vsize=107208 CPUtime=5.13
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 1034 0 0 0 509 4 0 0 16 0 2 0 1164969579 109780992 23164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 112564

[startup+25.5025 s]
/proc/loadavg: 1.23 1.02 1.01 3/79 24000
/proc/meminfo: memFree=1453232/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=112684 CPUtime=36.74
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 24590 0 0 0 3651 23 0 0 18 0 2 0 1164969487 115388416 24575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 28171 24575 83 193 0 27975 0
[pid=23999/tid=24000] ppid=23996 vsize=112684 CPUtime=17.86
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 1585 0 0 0 1781 5 0 0 16 0 2 0 1164969579 115388416 24575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.3
Current children cumulated vsize (KiB) 118040

[startup+51.1024 s]
/proc/loadavg: 1.49 1.10 1.03 3/79 24000
/proc/meminfo: memFree=1436400/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=129668 CPUtime=87.73
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 28987 0 0 0 8746 27 0 0 16 0 2 0 1164969487 132780032 28972 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 32417 28972 83 193 0 32221 0
[pid=23999/tid=24000] ppid=23996 vsize=129668 CPUtime=43.32
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 3377 0 0 0 4325 7 0 0 17 0 2 0 1164969579 132780032 28972 1992294400 134512640 135305190 4294956144 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 135024

[startup+102.307 s]
/proc/loadavg: 1.78 1.24 1.08 4/79 24000
/proc/meminfo: memFree=1411888/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=154888 CPUtime=189.85
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 34869 0 0 0 18951 34 0 0 17 0 2 0 1164969487 158605312 34854 1992294400 134512640 135305190 4294956144 18446744073709551615 134558410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 38722 34854 83 193 0 38526 0
[pid=23999/tid=24000] ppid=23996 vsize=154888 CPUtime=94.26
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 6032 0 0 0 9416 10 0 0 18 0 2 0 1164969579 158605312 34854 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.41
Current children cumulated vsize (KiB) 160244

[startup+162.303 s]
/proc/loadavg: 1.92 1.37 1.14 3/79 24000
/proc/meminfo: memFree=1399472/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=167456 CPUtime=309.51
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 37952 0 0 0 30913 38 0 0 25 0 2 0 1164969487 171474944 37937 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 41864 37937 83 193 0 41668 0
[pid=23999/tid=24000] ppid=23996 vsize=167456 CPUtime=153.96
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 7538 0 0 0 15384 12 0 0 17 0 2 0 1164969579 171474944 37937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.07
Current children cumulated vsize (KiB) 172812

[startup+222.302 s]
/proc/loadavg: 1.97 1.48 1.19 3/79 24000
/proc/meminfo: memFree=1394800/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=172024 CPUtime=429.16
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 39127 0 0 0 42876 40 0 0 21 0 2 0 1164969487 176152576 39112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 43006 39112 83 193 0 42810 0
[pid=23999/tid=24000] ppid=23996 vsize=172024 CPUtime=213.66
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 8108 0 0 0 21353 13 0 0 22 0 2 0 1164969579 176152576 39112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 435.72
Current children cumulated vsize (KiB) 177380

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

[startup+230.301 s]
/proc/loadavg: 1.97 1.50 1.20 3/79 24000
/proc/meminfo: memFree=1394288/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=172672 CPUtime=445.13
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 39327 0 0 0 44472 41 0 0 17 0 2 0 1164969487 176816128 39312 1992294400 134512640 135305190 4294956144 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 43168 39312 83 193 0 42972 0
[pid=23999/tid=24000] ppid=23996 vsize=172672 CPUtime=221.63
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 8176 0 0 0 22149 14 0 0 17 0 2 0 1164969579 176816128 39312 1992294400 134512640 135305190 4294956144 18446744073709551615 134541969 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 451.69
Current children cumulated vsize (KiB) 178028

[startup+243.107 s]
/proc/loadavg: 1.98 1.52 1.20 3/79 24000
/proc/meminfo: memFree=1384112/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=183376 CPUtime=470.67
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 41832 0 0 0 47024 43 0 0 17 0 2 0 1164969487 187777024 41817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 45844 41817 83 193 0 45648 0
[pid=23999/tid=24000] ppid=23996 vsize=183376 CPUtime=234.37
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9283 0 0 0 23422 15 0 0 18 0 2 0 1164969579 187777024 41817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 477.23
Current children cumulated vsize (KiB) 188732

[startup+249.503 s]
/proc/loadavg: 1.98 1.53 1.21 3/79 24000
/proc/meminfo: memFree=1381552/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=185744 CPUtime=483.42
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 42447 0 0 0 48298 44 0 0 17 0 2 0 1164969487 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134551986 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 46436 42432 83 193 0 46240 0
[pid=23999/tid=24000] ppid=23996 vsize=185744 CPUtime=240.73
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9619 0 0 0 24058 15 0 0 17 0 2 0 1164969579 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 489.98
Current children cumulated vsize (KiB) 191100

[startup+252.701 s]
/proc/loadavg: 1.98 1.53 1.21 3/79 24000
/proc/meminfo: memFree=1381488/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=185744 CPUtime=489.8
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 42447 0 0 0 48936 44 0 0 18 0 2 0 1164969487 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 46436 42432 83 193 0 46240 0
[pid=23999/tid=24000] ppid=23996 vsize=185744 CPUtime=243.91
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9619 0 0 0 24376 15 0 0 18 0 2 0 1164969579 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 496.36
Current children cumulated vsize (KiB) 191100

[startup+254.303 s]
/proc/loadavg: 1.98 1.54 1.22 3/79 24000
/proc/meminfo: memFree=1381488/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=185744 CPUtime=492.99
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 42447 0 0 0 49255 44 0 0 18 0 2 0 1164969487 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134558273 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 46436 42432 83 193 0 46240 0
[pid=23999/tid=24000] ppid=23996 vsize=185744 CPUtime=245.5
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9619 0 0 0 24535 15 0 0 21 0 2 0 1164969579 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 499.55
Current children cumulated vsize (KiB) 191100

[startup+255.102 s]
/proc/loadavg: 1.98 1.54 1.22 3/79 24000
/proc/meminfo: memFree=1381488/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=185744 CPUtime=494.59
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 42447 0 0 0 49415 44 0 0 20 0 2 0 1164969487 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 46436 42432 83 193 0 46240 0
[pid=23999/tid=24000] ppid=23996 vsize=185744 CPUtime=246.3
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9619 0 0 0 24615 15 0 0 25 0 2 0 1164969579 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 501.15
Current children cumulated vsize (KiB) 191100

[startup+255.901 s]
/proc/loadavg: 1.98 1.54 1.22 3/79 24000
/proc/meminfo: memFree=1381488/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=185744 CPUtime=496.17
/proc/23999/stat : 23999 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194304 42447 0 0 0 49573 44 0 0 21 0 2 0 1164969487 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 46436 42432 83 193 0 46240 0
[pid=23999/tid=24000] ppid=23996 vsize=185744 CPUtime=247.09
/proc/23999/task/24000/stat : 24000 (manysat1.1_stat) R 23996 23996 23568 0 -1 4194368 9619 0 0 0 24694 15 0 0 17 0 2 0 1164969579 190201856 42432 1992294400 134512640 135305190 4294956144 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 502.73
Current children cumulated vsize (KiB) 191100

[startup+256.307 s]
/proc/loadavg: 1.98 1.54 1.22 3/79 24000
/proc/meminfo: memFree=1381488/2055920 swapFree=4175228/4192956
[pid=23996] ppid=23994 vsize=5356 CPUtime=6.56
/proc/23996/stat : 23996 (manysat.sh) S 23994 23996 23568 0 -1 4194304 312 36111 0 0 0 0 631 25 16 0 1 0 1164968828 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23996/statm: 1339 238 195 169 0 50 0
[pid=23999] ppid=23996 vsize=0 CPUtime=496.96
/proc/23999/stat : 23999 (manysat1.1_stat) Z 23996 23996 23568 0 -1 4194316 42462 0 0 0 49651 45 0 0 22 0 2 0 1164969487 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 503.52
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 256.335
CPU time (s): 503.579
CPU user time (s): 502.839
CPU system time (s): 0.740887
CPU usage (%): 196.453
Max. virtual memory (cumulated for all children) (KiB): 191100

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

runsolver used 0.299954 second user time and 0.870867 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-05 11:17:59
IDJOB=1580850
IDBENCH=71025
IDSOLVER=515
FILE ID=node63/1580850-1238923077
PBS_JOBID= 9101387
Free space on /tmp= 66544 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580850-1238923077/watcher-1580850-1238923077 -o /tmp/evaluation-result-1580850-1238923077/solver-1580850-1238923077 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1580850-1238923077.cnf aimd 2

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=704632492

node63.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.285
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.285
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:       1570920 kB
Buffers:         47872 kB
Cached:         369860 kB
SwapCached:       7472 kB
Active:         199384 kB
Inactive:       227288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570920 kB
SwapTotal:     4192956 kB
SwapFree:      4175228 kB
Dirty:           20008 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            42876 kB
Committed_AS:  3682312 kB
PageTables:       2312 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= 66544 MiB
End job on node63 at 2009-04-05 11:22:15