Trace number 1716787

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 1/2009-03-20UNSAT 642.455 324.917

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.29/1.38	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.29/1.38	c ==============================================================================
1.29/1.38	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.29/1.38	c CPU time:   1.3358 s
1.29/1.38	c ==============================================================================
642.32/324.89	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
642.32/324.89	c ============================[ Problem Statistics ]=============================
642.32/324.89	c |                                                                             |
642.32/324.89	c threadId              : 1
642.32/324.89	c restarts              : 3191
642.32/324.89	c conflicts             : 447528         (699 /sec)
642.32/324.89	c decisions             : 2948392        (1.16 % random) (4603 /sec)
642.32/324.89	c propagations          : 400103731      (624601 /sec)
642.32/324.89	c conflict literals     : 18483519       (56.46 % deleted)
642.32/324.89	c Memory used           : 93.91 MB
642.32/324.89	c CPU time              : 640.575 s
642.32/324.89	
642.32/324.89	c --->m=2, e=8, aimd=1, HOME/11738_many.cnf	time: 320.287	conflicts: 447528       
642.42/324.90	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-1716787-1240620497/watcher-1716787-1240620497 -o /tmp/evaluation-result-1716787-1240620497/solver-1716787-1240620497 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716787-1240620497.cnf aimd 1 

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.98 2/64 11738
/proc/meminfo: memFree=1528968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=688 CPUtime=0
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 67 0 0 0 0 0 0 0 23 0 1 0 90074070 704512 51 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 172 51 41 127 0 42 0

[startup+0.096757 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 11738
/proc/meminfo: memFree=1528968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=12736 CPUtime=0.08
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 2463 0 0 0 6 2 0 0 23 0 1 0 90074070 13041664 2400 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 3184 2401 52 127 0 3054 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18092

[startup+0.101754 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 11738
/proc/meminfo: memFree=1528968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=13000 CPUtime=0.09
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 2549 0 0 0 7 2 0 0 23 0 1 0 90074070 13312000 2486 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 3250 2486 52 127 0 3120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18356

[startup+0.301782 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 11738
/proc/meminfo: memFree=1528968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=20380 CPUtime=0.28
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 4506 0 0 0 25 3 0 0 24 0 1 0 90074070 20869120 4050 1992294400 134512640 135034092 4294956096 18446744073709551615 134566679 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 5095 4050 68 127 0 4965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25736

[startup+0.701839 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 11738
/proc/meminfo: memFree=1528968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=23312 CPUtime=0.69
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 5089 0 0 0 65 4 0 0 25 0 1 0 90074070 23871488 4633 1992294400 134512640 135034092 4294956096 18446744073709551615 134585645 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 5828 4633 68 127 0 5698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28668

[startup+1.50195 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 11740
/proc/meminfo: memFree=1508536/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=0
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90074069 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 235 195 169 0 50 0
[pid=11739] ppid=11738 vsize=21832 CPUtime=1.49
/proc/11739/stat : 11739 (SatElite) R 11738 11738 11701 0 -1 4194304 5679 0 0 0 144 5 0 0 25 0 1 0 90074070 22355968 4400 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/11739/statm: 5458 4400 68 127 0 5328 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27188

[startup+3.1022 s]
/proc/loadavg: 0.92 0.95 0.98 3/67 11742
/proc/meminfo: memFree=1505968/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=33632 CPUtime=2.9
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 5152 0 0 0 286 4 0 0 17 0 2 0 90074226 34439168 5138 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 8408 5138 83 193 0 8212 0
[pid=11741/tid=11742] ppid=11738 vsize=33632 CPUtime=1.37
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 450 0 0 0 137 0 0 0 17 0 2 0 90074241 34439168 5138 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 38988

[startup+6.30164 s]
/proc/loadavg: 0.92 0.95 0.98 3/67 11742
/proc/meminfo: memFree=1500144/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=38032 CPUtime=9.28
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 6367 0 0 0 922 6 0 0 17 0 2 0 90074226 38944768 6353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528215 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 9508 6353 83 193 0 9312 0
[pid=11741/tid=11742] ppid=11738 vsize=38032 CPUtime=4.56
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 984 0 0 0 455 1 0 0 17 0 2 0 90074241 38944768 6353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 43388

[startup+12.7016 s]
/proc/loadavg: 1.09 0.99 0.99 3/67 11742
/proc/meminfo: memFree=1492992/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=45268 CPUtime=22.04
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 8094 0 0 0 2196 8 0 0 17 0 2 0 90074226 46354432 8080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 11317 8080 83 193 0 11121 0
[pid=11741/tid=11742] ppid=11738 vsize=45268 CPUtime=10.96
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 1691 0 0 0 1094 2 0 0 17 0 2 0 90074241 46354432 8080 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 50624

[startup+25.5014 s]
/proc/loadavg: 1.23 1.02 1.01 3/67 11742
/proc/meminfo: memFree=1485120/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=51872 CPUtime=47.59
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 9996 0 0 0 4748 11 0 0 17 0 2 0 90074226 53116928 9982 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 12968 9982 83 193 0 12772 0
[pid=11741/tid=11742] ppid=11738 vsize=51872 CPUtime=23.76
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 2638 0 0 0 2373 3 0 0 17 0 2 0 90074241 53116928 9982 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.14
Current children cumulated vsize (KiB) 57228

[startup+51.102 s]
/proc/loadavg: 1.49 1.10 1.03 3/67 11742
/proc/meminfo: memFree=1479616/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=58408 CPUtime=98.66
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 11298 0 0 0 9853 13 0 0 25 0 2 0 90074226 59809792 11284 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 14602 11284 83 193 0 14406 0
[pid=11741/tid=11742] ppid=11738 vsize=58408 CPUtime=49.34
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 3269 0 0 0 4930 4 0 0 17 0 2 0 90074241 59809792 11284 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.21
Current children cumulated vsize (KiB) 63764

[startup+102.306 s]
/proc/loadavg: 1.79 1.25 1.08 3/67 11742
/proc/meminfo: memFree=1466368/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=71508 CPUtime=200.83
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 14579 0 0 0 20063 20 0 0 17 0 2 0 90074226 73224192 14565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 17877 14565 83 193 0 17681 0
[pid=11741/tid=11742] ppid=11738 vsize=71508 CPUtime=100.52
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 4796 0 0 0 10045 7 0 0 17 0 2 0 90074241 73224192 14565 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.38
Current children cumulated vsize (KiB) 76864

[startup+162.302 s]
/proc/loadavg: 1.92 1.38 1.14 3/67 11742
/proc/meminfo: memFree=1457728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=80396 CPUtime=320.54
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 16736 0 0 0 32032 22 0 0 20 0 2 0 90074226 82325504 16722 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 20099 16722 83 193 0 19903 0
[pid=11741/tid=11742] ppid=11738 vsize=80396 CPUtime=160.49
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 5849 0 0 0 16040 9 0 0 25 0 2 0 90074241 82325504 16722 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.09
Current children cumulated vsize (KiB) 85752

[startup+222.301 s]
/proc/loadavg: 1.97 1.49 1.19 3/67 11742
/proc/meminfo: memFree=1454016/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=83656 CPUtime=440.26
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 17645 0 0 0 44002 24 0 0 25 0 2 0 90074226 85663744 17631 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 20914 17631 83 193 0 20718 0
[pid=11741/tid=11742] ppid=11738 vsize=83656 CPUtime=220.47
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 6161 0 0 0 22037 10 0 0 17 0 2 0 90074241 85663744 17631 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.81
Current children cumulated vsize (KiB) 89012

[startup+282.302 s]
/proc/loadavg: 1.99 1.57 1.23 3/67 11742
/proc/meminfo: memFree=1446720/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=91784 CPUtime=559.99
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 19555 0 0 0 55972 27 0 0 17 0 2 0 90074226 93986816 19541 1992294400 134512640 135305190 4294956144 18446744073709551615 134530991 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 22946 19541 83 193 0 22750 0
[pid=11741/tid=11742] ppid=11738 vsize=91784 CPUtime=280.44
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 7027 0 0 0 28033 11 0 0 25 0 2 0 90074241 93986816 19541 1992294400 134512640 135305190 4294956144 18446744073709551615 134530664 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.54
Current children cumulated vsize (KiB) 97140

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.61 1.26 3/67 11742
/proc/meminfo: memFree=1442304/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=95788 CPUtime=609.47
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20573 0 0 0 60918 29 0 0 25 0 2 0 90074226 98086912 20559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 23947 20559 83 193 0 23751 0
[pid=11741/tid=11742] ppid=11738 vsize=95788 CPUtime=305.22
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 7450 0 0 0 30510 12 0 0 17 0 2 0 90074241 98086912 20559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 611.02
Current children cumulated vsize (KiB) 101144

[startup+313.505 s]
/proc/loadavg: 1.99 1.62 1.26 3/67 11742
/proc/meminfo: memFree=1441984/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=96084 CPUtime=622.25
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20632 0 0 0 62196 29 0 0 21 0 2 0 90074226 98390016 20618 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 24021 20618 83 193 0 23825 0
[pid=11741/tid=11742] ppid=11738 vsize=96084 CPUtime=311.63
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 7453 0 0 0 31151 12 0 0 17 0 2 0 90074241 98390016 20618 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 623.8
Current children cumulated vsize (KiB) 101440

[startup+319.901 s]
/proc/loadavg: 1.99 1.63 1.26 3/67 11742
/proc/meminfo: memFree=1441728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=96156 CPUtime=635.02
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20701 0 0 0 63473 29 0 0 18 0 2 0 90074226 98463744 20687 1992294400 134512640 135305190 4294956144 18446744073709551615 134556926 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 24039 20687 83 193 0 23843 0
[pid=11741/tid=11742] ppid=11738 vsize=96156 CPUtime=318.02
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194368 7483 0 0 0 31790 12 0 0 17 0 2 0 90074241 98463744 20687 1992294400 134512640 135305190 4294956144 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.57
Current children cumulated vsize (KiB) 101512

[startup+323.102 s]
/proc/loadavg: 1.91 1.62 1.26 2/67 11742
/proc/meminfo: memFree=1441728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=96156 CPUtime=639.07
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20704 0 0 0 63878 29 0 0 21 0 2 0 90074226 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134529624 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11741/statm: 24039 20690 83 193 0 23843 0
[pid=11741/tid=11742] ppid=11738 vsize=96156 CPUtime=318.88
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) S 11738 11738 11701 0 -1 4194368 7483 0 0 0 31876 12 0 0 18 0 2 0 90074241 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.62
Current children cumulated vsize (KiB) 101512

[startup+323.902 s]
/proc/loadavg: 1.91 1.62 1.26 2/67 11742
/proc/meminfo: memFree=1441728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=96156 CPUtime=639.87
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20704 0 0 0 63958 29 0 0 23 0 2 0 90074226 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11741/statm: 24039 20690 83 193 0 23843 0
[pid=11741/tid=11742] ppid=11738 vsize=96156 CPUtime=318.88
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) S 11738 11738 11701 0 -1 4194368 7483 0 0 0 31876 12 0 0 18 0 2 0 90074241 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.42
Current children cumulated vsize (KiB) 101512

[startup+324.702 s]
/proc/loadavg: 1.91 1.62 1.26 2/67 11742
/proc/meminfo: memFree=1441728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=96156 CPUtime=640.67
/proc/11741/stat : 11741 (manysat1.1_stat) R 11738 11738 11701 0 -1 4194304 20704 0 0 0 64038 29 0 0 25 0 2 0 90074226 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134529618 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11741/statm: 24039 20690 83 193 0 23843 0
[pid=11741/tid=11742] ppid=11738 vsize=96156 CPUtime=318.88
/proc/11741/task/11742/stat : 11742 (manysat1.1_stat) S 11738 11738 11701 0 -1 4194368 7483 0 0 0 31876 12 0 0 18 0 2 0 90074241 98463744 20690 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 101512

[startup+324.902 s]
/proc/loadavg: 1.91 1.62 1.26 2/67 11742
/proc/meminfo: memFree=1441728/2055920 swapFree=4180324/4192956
[pid=11738] ppid=11736 vsize=5356 CPUtime=1.55
/proc/11738/stat : 11738 (manysat.sh) S 11736 11738 11701 0 -1 4194304 312 5682 0 0 0 0 150 5 16 0 1 0 90074069 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11738/statm: 1339 238 195 169 0 50 0
[pid=11741] ppid=11738 vsize=0 CPUtime=640.87
/proc/11741/stat : 11741 (manysat1.1_stat) Z 11738 11738 11701 0 -1 4194316 20719 0 0 0 64057 30 0 0 25 0 2 0 90074226 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11741/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 324.917
CPU time (s): 642.455
CPU user time (s): 642.081
CPU system time (s): 0.373943
CPU usage (%): 197.729
Max. virtual memory (cumulated for all children) (KiB): 101512

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

runsolver used 0.291955 second user time and 0.897863 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-25 02:48:17
IDJOB=1716787
IDBENCH=20390
IDSOLVER=514
FILE ID=node49/1716787-1240620497
PBS_JOBID= 9186361
Free space on /tmp= 66300 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716787-1240620497/watcher-1716787-1240620497 -o /tmp/evaluation-result-1716787-1240620497/solver-1716787-1240620497 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716787-1240620497.cnf aimd 1

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=2134358584

node49.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.241
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.241
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:       1529384 kB
Buffers:         54092 kB
Cached:         396480 kB
SwapCached:       6388 kB
Active:         116148 kB
Inactive:       343332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529384 kB
SwapTotal:     4192956 kB
SwapFree:      4180324 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:          13656 kB
Slab:            52888 kB
Committed_AS:   296272 kB
PageTables:       1384 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= 66300 MiB
End job on node49 at 2009-04-25 02:53:42