Trace number 1723468

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 160.732 82.666

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.37/3.42	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.37/3.42	c ==============================================================================
3.37/3.42	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.37/3.42	c CPU time:   3.23051 s
3.37/3.42	c ==============================================================================
160.62/82.64	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
160.62/82.64	c ============================[ Problem Statistics ]=============================
160.62/82.64	c |                                                                             |
160.62/82.64	c threadId              : 0
160.62/82.64	c restarts              : 985
160.62/82.64	c conflicts             : 218127         (1392 /sec)
160.62/82.64	c decisions             : 1488461        (1.53 % random) (9499 /sec)
160.62/82.64	c propagations          : 74551751       (475785 /sec)
160.62/82.64	c conflict literals     : 4261977        (22.03 % deleted)
160.62/82.64	c Memory used           : 71.71 MB
160.62/82.64	c CPU time              : 156.692 s
160.62/82.64	
160.62/82.64	c --->m=2, e=8, aimd=2, HOME/5412_many.cnf	time: 78.3461	conflicts: 218127       
160.62/82.65	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-1723468-1240686253/watcher-1723468-1240686253 -o /tmp/evaluation-result-1723468-1240686253/solver-1723468-1240686253 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723468-1240686253.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5412
/proc/meminfo: memFree=1727312/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=684 CPUtime=0
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 64 0 0 0 0 0 0 0 19 0 1 0 96653447 700416 48 1992294400 134512640 135034092 4294956096 18446744073709551615 134690685 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 171 48 39 127 0 41 0

[startup+0.0288289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5412
/proc/meminfo: memFree=1727312/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=4572 CPUtime=0.02
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 944 0 0 0 2 0 0 0 19 0 1 0 96653447 4681728 928 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 1143 931 50 127 0 1013 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9928

[startup+0.101837 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5412
/proc/meminfo: memFree=1727312/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=15896 CPUtime=0.09
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 3365 0 0 0 8 1 0 0 19 0 1 0 96653447 16277504 3350 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 3974 3350 50 127 0 3844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21252

[startup+0.301859 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5412
/proc/meminfo: memFree=1727312/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=41268 CPUtime=0.28
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 9808 0 0 0 24 4 0 0 21 0 1 0 96653447 42258432 9792 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 10317 9793 50 127 0 10187 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46624

[startup+0.701906 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5412
/proc/meminfo: memFree=1727312/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=79708 CPUtime=0.69
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 18501 0 0 0 59 10 0 0 25 0 1 0 96653447 81620992 17091 1992294400 134512640 135034092 4294956096 18446744073709551615 134540947 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 19927 17091 68 127 0 19797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85064

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5414
/proc/meminfo: memFree=1654272/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=83620 CPUtime=1.48
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 19348 0 0 0 135 13 0 0 25 0 1 0 96653447 85626880 17938 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 20905 17938 68 127 0 20775 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88976

[startup+3.10119 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5414
/proc/meminfo: memFree=1641152/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=0
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96653447 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 235 195 169 0 50 0
[pid=5413] ppid=5412 vsize=86900 CPUtime=3.07
/proc/5413/stat : 5413 (SatElite) R 5412 5412 4954 0 -1 4194304 20437 0 0 0 290 17 0 0 25 0 1 0 96653447 88985600 18695 1992294400 134512640 135034092 4294956096 18446744073709551615 134569554 0 0 4096 3 0 0 0 17 0 0 0
/proc/5413/statm: 21725 18695 68 127 0 21595 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 92256

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 5416
/proc/meminfo: memFree=1669816/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=51848 CPUtime=4.67
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 9614 0 0 0 456 11 0 0 17 0 2 0 96653827 53092352 9600 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 12962 9600 83 193 0 12766 0
[pid=5415/tid=5416] ppid=5412 vsize=51848 CPUtime=2.18
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 1002 0 0 0 215 3 0 0 17 0 2 0 96653857 53092352 9600 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 57204

[startup+12.7023 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 5416
/proc/meminfo: memFree=1664248/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=57520 CPUtime=17.43
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 10875 0 0 0 1730 13 0 0 17 0 2 0 96653827 58900480 10861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 14380 10861 83 193 0 14184 0
[pid=5415/tid=5416] ppid=5412 vsize=57520 CPUtime=8.58
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 1548 0 0 0 854 4 0 0 17 0 2 0 96653857 58900480 10861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 62876

[startup+25.5018 s]
/proc/loadavg: 1.28 1.06 1.02 3/67 5416
/proc/meminfo: memFree=1659832/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=61424 CPUtime=42.97
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 11932 0 0 0 4281 16 0 0 18 0 2 0 96653827 62898176 11910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 15356 11910 83 193 0 15160 0
[pid=5415/tid=5416] ppid=5412 vsize=61424 CPUtime=21.37
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 1942 0 0 0 2132 5 0 0 17 0 2 0 96653857 62898176 11910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.74
Current children cumulated vsize (KiB) 66780

[startup+51.1018 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 5416
/proc/meminfo: memFree=1651896/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=70380 CPUtime=94.02
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14016 0 0 0 9381 21 0 0 17 0 2 0 96653827 72069120 13994 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 17595 13994 83 193 0 17399 0
[pid=5415/tid=5416] ppid=5412 vsize=70380 CPUtime=46.93
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 2751 0 0 0 4685 8 0 0 17 0 2 0 96653857 72069120 13994 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.79
Current children cumulated vsize (KiB) 75736

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

[startup+63.9023 s]
/proc/loadavg: 1.63 1.18 1.06 3/67 5416
/proc/meminfo: memFree=1649464/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=71964 CPUtime=119.54
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14519 0 0 0 11932 22 0 0 17 0 2 0 96653827 73691136 14497 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 17991 14497 83 193 0 17795 0
[pid=5415/tid=5416] ppid=5412 vsize=71964 CPUtime=59.72
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 2962 0 0 0 5964 8 0 0 19 0 2 0 96653857 73691136 14497 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.31
Current children cumulated vsize (KiB) 77320

[startup+70.3011 s]
/proc/loadavg: 1.66 1.19 1.06 3/67 5416
/proc/meminfo: memFree=1649336/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=72096 CPUtime=132.31
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14553 0 0 0 13209 22 0 0 18 0 2 0 96653827 73826304 14531 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/5415/statm: 18024 14531 83 193 0 17828 0
[pid=5415/tid=5416] ppid=5412 vsize=72096 CPUtime=66.11
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 2964 0 0 0 6603 8 0 0 17 0 2 0 96653857 73826304 14531 1992294400 134512640 135305190 4294956144 18446744073709551615 134531193 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.08
Current children cumulated vsize (KiB) 77452

[startup+76.7018 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 5416
/proc/meminfo: memFree=1649016/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=72368 CPUtime=145.07
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14652 0 0 0 14485 22 0 0 17 0 2 0 96653827 74104832 14630 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18092 14630 83 193 0 17896 0
[pid=5415/tid=5416] ppid=5412 vsize=72368 CPUtime=72.5
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 2984 0 0 0 7242 8 0 0 17 0 2 0 96653857 74104832 14630 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.84
Current children cumulated vsize (KiB) 77724

[startup+79.9012 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 5416
/proc/meminfo: memFree=1648760/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=72636 CPUtime=151.45
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14726 0 0 0 15123 22 0 0 17 0 2 0 96653827 74379264 14704 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18159 14704 83 193 0 17963 0
[pid=5415/tid=5416] ppid=5412 vsize=72636 CPUtime=75.68
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 3001 0 0 0 7560 8 0 0 20 0 2 0 96653857 74379264 14704 1992294400 134512640 135305190 4294956144 18446744073709551615 134552013 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.22
Current children cumulated vsize (KiB) 77992

[startup+81.5024 s]
/proc/loadavg: 1.73 1.23 1.08 3/67 5416
/proc/meminfo: memFree=1648248/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=73036 CPUtime=154.64
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14831 0 0 0 15442 22 0 0 19 0 2 0 96653827 74788864 14809 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18259 14809 83 193 0 18063 0
[pid=5415/tid=5416] ppid=5412 vsize=73036 CPUtime=77.28
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 3027 0 0 0 7720 8 0 0 17 0 2 0 96653857 74788864 14809 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.41
Current children cumulated vsize (KiB) 78392

[startup+82.3025 s]
/proc/loadavg: 1.73 1.23 1.08 3/67 5416
/proc/meminfo: memFree=1648248/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=73300 CPUtime=156.25
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14912 0 0 0 15602 23 0 0 20 0 2 0 96653827 75059200 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18325 14890 83 193 0 18129 0
[pid=5415/tid=5416] ppid=5412 vsize=73300 CPUtime=78.07
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 3070 0 0 0 7799 8 0 0 18 0 2 0 96653857 75059200 14890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 78656

[startup+82.5065 s]
/proc/loadavg: 1.73 1.23 1.08 3/67 5416
/proc/meminfo: memFree=1647736/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=73432 CPUtime=156.65
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14931 0 0 0 15642 23 0 0 21 0 2 0 96653827 75194368 14909 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18358 14909 83 193 0 18162 0
[pid=5415/tid=5416] ppid=5412 vsize=73432 CPUtime=78.27
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 3078 0 0 0 7819 8 0 0 17 0 2 0 96653857 75194368 14909 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 78788

[startup+82.6025 s]
/proc/loadavg: 1.73 1.23 1.08 3/67 5416
/proc/meminfo: memFree=1647736/2055920 swapFree=4192812/4192956
[pid=5412] ppid=5410 vsize=5356 CPUtime=3.77
/proc/5412/stat : 5412 (manysat.sh) S 5410 5412 4954 0 -1 4194304 312 22157 0 0 0 0 355 22 16 0 1 0 96653447 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5412/statm: 1339 238 195 169 0 50 0
[pid=5415] ppid=5412 vsize=73432 CPUtime=156.85
/proc/5415/stat : 5415 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194304 14939 0 0 0 15662 23 0 0 21 0 2 0 96653827 75194368 14917 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5415/statm: 18358 14917 83 193 0 18162 0
[pid=5415/tid=5416] ppid=5412 vsize=73432 CPUtime=78.37
/proc/5415/task/5416/stat : 5416 (manysat1.1_stat) R 5412 5412 4954 0 -1 4194368 3082 0 0 0 7829 8 0 0 17 0 2 0 96653857 75194368 14917 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 78788

Child status: 20
Real time (s): 82.666
CPU time (s): 160.732
CPU user time (s): 160.254
CPU system time (s): 0.477927
CPU usage (%): 194.435
Max. virtual memory (cumulated for all children) (KiB): 93680

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

runsolver used 0.092985 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 21:04:14
IDJOB=1723468
IDBENCH=71715
IDSOLVER=515
FILE ID=node53/1723468-1240686253
PBS_JOBID= 9186639
Free space on /tmp= 66440 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723468-1240686253/watcher-1723468-1240686253 -o /tmp/evaluation-result-1723468-1240686253/solver-1723468-1240686253 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723468-1240686253.cnf aimd 2

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=957866637

node53.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.245
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.245
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:       1727792 kB
Buffers:         24800 kB
Cached:         231280 kB
SwapCached:        144 kB
Active:         118312 kB
Inactive:       151864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10252 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            44004 kB
Committed_AS:   267624 kB
PageTables:       1384 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= 66440 MiB
End job on node53 at 2009-04-25 21:05:37