Trace number 1579965

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 840.579 424.959

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.79/0.90	c ==============================================================================
0.79/0.90	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.90	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.90	c ==============================================================================
0.79/0.90	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.68/5.71	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.68/5.72	c ==============================================================================
5.68/5.72	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.68/5.72	c CPU time:   5.52016 s
5.68/5.72	c ==============================================================================
840.49/424.92	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
840.49/424.92	c ============================[ Problem Statistics ]=============================
840.49/424.92	c |                                                                             |
840.49/424.92	c threadId              : 0
840.49/424.92	c restarts              : 618
840.49/424.92	c conflicts             : 222142         (266 /sec)
840.49/424.92	c decisions             : 886336         (1.32 % random) (1063 /sec)
840.49/424.92	c propagations          : 360796088      (432753 /sec)
840.49/424.92	c conflict literals     : 32044387       (39.37 % deleted)
840.49/424.92	c Memory used           : 157.41 MB
840.49/424.92	c CPU time              : 833.723 s
840.49/424.92	
840.49/424.92	c --->m=2, e=8, aimd=1, HOME/8704_many.cnf	time: 416.862	conflicts: 222142       
840.49/424.94	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-1579965-1238912977/watcher-1579965-1238912977 -o /tmp/evaluation-result-1579965-1238912977/solver-1579965-1238912977 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1579965-1238912977.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.92 0.98 0.99 3/64 8704
/proc/meminfo: memFree=1295648/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) R 8702 8704 8204 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8704/statm: 1339 234 194 169 0 50 0
[pid=8705] ppid=8704 vsize=1560 CPUtime=0
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 280 0 0 0 0 0 0 0 18 0 1 0 1163962793 1597440 265 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 390 267 50 127 0 260 0

[startup+0.012917 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8704
/proc/meminfo: memFree=1295648/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=3892 CPUtime=0
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 865 0 0 0 0 0 0 0 18 0 1 0 1163962793 3985408 849 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 973 853 50 127 0 843 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9248

[startup+0.101934 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8704
/proc/meminfo: memFree=1295648/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=31076 CPUtime=0.09
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 4938 0 0 0 7 2 0 0 19 0 1 0 1163962793 31821824 4818 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 7769 4820 50 127 0 7639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36432

[startup+0.301975 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8704
/proc/meminfo: memFree=1295648/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=47264 CPUtime=0.28
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 8821 0 0 0 24 4 0 0 21 0 1 0 1163962793 48398336 8701 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 11816 8702 50 127 0 11686 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52620

[startup+0.701053 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8704
/proc/meminfo: memFree=1295648/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=72952 CPUtime=0.69
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 15777 0 0 0 60 9 0 0 25 0 1 0 1163962793 74702848 15657 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 18238 15659 51 127 0 18108 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78308

[startup+1.50121 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8706
/proc/meminfo: memFree=1222224/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=95928 CPUtime=1.49
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 22646 0 0 0 136 13 0 0 25 0 1 0 1163962793 98230272 20524 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 23982 20524 68 127 0 23852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101284

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8706
/proc/meminfo: memFree=1204816/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=109800 CPUtime=3.09
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 25932 0 0 0 293 16 0 0 25 0 1 0 1163962793 112435200 23372 1992294400 134512640 135034092 4294956096 18446744073709551615 134582423 0 0 4096 3 0 0 0 17 1 0 0
/proc/8705/statm: 27450 23372 68 127 0 27320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115156

[startup+6.30118 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8706
/proc/meminfo: memFree=1202128/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=0
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1163962793 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8704/statm: 1339 235 195 169 0 50 0
[pid=8705] ppid=8704 vsize=103588 CPUtime=6.27
/proc/8705/stat : 8705 (SatElite) R 8704 8704 8204 0 -1 4194304 30072 0 0 0 605 22 0 0 25 0 1 0 1163962793 106074112 22265 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/8705/statm: 25897 22265 68 127 0 25767 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 108944

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 8708
/proc/meminfo: memFree=1203080/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=90324 CPUtime=11.68
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 19074 0 0 0 1152 16 0 0 17 0 2 0 1163963434 92491776 19041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 22581 19041 83 193 0 22385 0
[pid=8707/tid=8708] ppid=8704 vsize=90324 CPUtime=5.43
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 752 0 0 0 540 3 0 0 17 0 2 0 1163963514 92491776 19041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (KiB) 95680

[startup+25.502 s]
/proc/loadavg: 1.23 1.05 1.02 3/67 8708
/proc/meminfo: memFree=1197896/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=95848 CPUtime=37.21
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 20479 0 0 0 3703 18 0 0 17 0 2 0 1163963434 98148352 20446 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 23962 20447 83 193 0 23766 0
[pid=8707/tid=8708] ppid=8704 vsize=95848 CPUtime=18.21
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 1356 0 0 0 1818 3 0 0 17 0 2 0 1163963514 98148352 20447 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.6
Current children cumulated vsize (KiB) 101204

[startup+51.1012 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 8708
/proc/meminfo: memFree=1184264/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=109492 CPUtime=88.25
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 23975 0 0 0 8803 22 0 0 17 0 2 0 1163963434 112119808 23942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 27373 23942 83 193 0 27177 0
[pid=8707/tid=8708] ppid=8704 vsize=109492 CPUtime=43.79
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 2844 0 0 0 4374 5 0 0 17 0 2 0 1163963514 112119808 23942 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.64
Current children cumulated vsize (KiB) 114848

[startup+102.306 s]
/proc/loadavg: 1.78 1.26 1.09 3/67 8708
/proc/meminfo: memFree=1167624/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=125180 CPUtime=190.42
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 27973 0 0 0 19013 29 0 0 20 0 2 0 1163963434 128184320 27940 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 31295 27940 83 193 0 31099 0
[pid=8707/tid=8708] ppid=8704 vsize=125180 CPUtime=94.97
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 4536 0 0 0 9489 8 0 0 19 0 2 0 1163963514 128184320 27940 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.81
Current children cumulated vsize (KiB) 130536

[startup+162.301 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 8708
/proc/meminfo: memFree=1153544/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=139804 CPUtime=310.12
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 31464 0 0 0 30979 33 0 0 18 0 2 0 1163963434 143159296 31431 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 34951 31431 83 193 0 34755 0
[pid=8707/tid=8708] ppid=8704 vsize=139804 CPUtime=154.93
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 6109 0 0 0 15483 10 0 0 17 0 2 0 1163963514 143159296 31431 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 316.51
Current children cumulated vsize (KiB) 145160

[startup+222.302 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 8708
/proc/meminfo: memFree=1147592/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=146136 CPUtime=429.85
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 32960 0 0 0 42949 36 0 0 17 0 2 0 1163963434 149643264 32927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 36534 32927 83 193 0 36338 0
[pid=8707/tid=8708] ppid=8704 vsize=146136 CPUtime=214.89
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 6774 0 0 0 21478 11 0 0 20 0 2 0 1163963514 149643264 32927 1992294400 134512640 135305190 4294956144 18446744073709551615 134556926 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 436.24
Current children cumulated vsize (KiB) 151492

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 8708
/proc/meminfo: memFree=1138568/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=154792 CPUtime=549.55
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 35216 0 0 0 54916 39 0 0 18 0 2 0 1163963434 158507008 35183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 38698 35183 83 193 0 38502 0
[pid=8707/tid=8708] ppid=8704 vsize=154792 CPUtime=274.85
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 7942 0 0 0 27473 12 0 0 18 0 2 0 1163963514 158507008 35183 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 555.94
Current children cumulated vsize (KiB) 160148

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/67 8708
/proc/meminfo: memFree=1135944/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=158244 CPUtime=669.29
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 35899 0 0 0 66888 41 0 0 20 0 2 0 1163963434 162041856 35866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 39561 35866 83 193 0 39365 0
[pid=8707/tid=8708] ppid=8704 vsize=158244 CPUtime=334.82
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8278 0 0 0 33469 13 0 0 19 0 2 0 1163963514 162041856 35866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.68
Current children cumulated vsize (KiB) 163600

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 8708
/proc/meminfo: memFree=1133256/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=160680 CPUtime=789
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36520 0 0 0 78859 41 0 0 25 0 2 0 1163963434 164536320 36487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40170 36487 83 193 0 39974 0
[pid=8707/tid=8708] ppid=8704 vsize=160680 CPUtime=394.79
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8497 0 0 0 39466 13 0 0 20 0 2 0 1163963514 164536320 36487 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 795.39
Current children cumulated vsize (KiB) 166036

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

[startup+409.503 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 8708
/proc/meminfo: memFree=1133256/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=160680 CPUtime=803.38
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36520 0 0 0 80296 42 0 0 25 0 2 0 1163963434 164536320 36487 1992294400 134512640 135305190 4294956144 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40170 36487 83 193 0 39974 0
[pid=8707/tid=8708] ppid=8704 vsize=160680 CPUtime=401.98
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8497 0 0 0 40185 13 0 0 25 0 2 0 1163963514 164536320 36487 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 809.77
Current children cumulated vsize (KiB) 166036

[startup+415.902 s]
/proc/loadavg: 1.99 1.73 1.34 3/67 8708
/proc/meminfo: memFree=1133128/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161012 CPUtime=816.15
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36567 0 0 0 81573 42 0 0 25 0 2 0 1163963434 164876288 36534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40253 36534 83 193 0 40057 0
[pid=8707/tid=8708] ppid=8704 vsize=161012 CPUtime=408.39
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8521 0 0 0 40825 14 0 0 25 0 2 0 1163963514 164876288 36534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 166368

[startup+419.107 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 8708
/proc/meminfo: memFree=1133128/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161012 CPUtime=822.54
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36568 0 0 0 82212 42 0 0 25 0 2 0 1163963434 164876288 36535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40253 36535 83 193 0 40057 0
[pid=8707/tid=8708] ppid=8704 vsize=161012 CPUtime=411.59
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8521 0 0 0 41145 14 0 0 18 0 2 0 1163963514 164876288 36535 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 828.93
Current children cumulated vsize (KiB) 166368

[startup+422.302 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 8708
/proc/meminfo: memFree=1133064/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161012 CPUtime=828.92
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36580 0 0 0 82850 42 0 0 21 0 2 0 1163963434 164876288 36547 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40253 36547 83 193 0 40057 0
[pid=8707/tid=8708] ppid=8704 vsize=161012 CPUtime=414.78
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8533 0 0 0 41464 14 0 0 20 0 2 0 1163963514 164876288 36547 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 835.31
Current children cumulated vsize (KiB) 166368

[startup+423.902 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 8708
/proc/meminfo: memFree=1133000/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161180 CPUtime=832.11
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36609 0 0 0 83169 42 0 0 25 0 2 0 1163963434 165048320 36576 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40295 36576 83 193 0 40099 0
[pid=8707/tid=8708] ppid=8704 vsize=161180 CPUtime=416.38
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8560 0 0 0 41624 14 0 0 25 0 2 0 1163963514 165048320 36576 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 838.5
Current children cumulated vsize (KiB) 166536

[startup+424.702 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 8708
/proc/meminfo: memFree=1132936/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161180 CPUtime=833.7
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36610 0 0 0 83328 42 0 0 25 0 2 0 1163963434 165048320 36577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40295 36577 83 193 0 40099 0
[pid=8707/tid=8708] ppid=8704 vsize=161180 CPUtime=417.17
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8560 0 0 0 41703 14 0 0 17 0 2 0 1163963514 165048320 36577 1992294400 134512640 135305190 4294956144 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 840.09
Current children cumulated vsize (KiB) 166536

[startup+424.902 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 8708
/proc/meminfo: memFree=1132936/2055920 swapFree=4175784/4192956
[pid=8704] ppid=8702 vsize=5356 CPUtime=6.39
/proc/8704/stat : 8704 (manysat.sh) S 8702 8704 8204 0 -1 4194304 312 30075 0 0 0 0 614 25 16 0 1 0 1163962793 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8704/statm: 1339 238 195 169 0 50 0
[pid=8707] ppid=8704 vsize=161180 CPUtime=834.1
/proc/8707/stat : 8707 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194304 36610 0 0 0 83368 42 0 0 25 0 2 0 1163963434 165048320 36577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/8707/statm: 40295 36577 83 193 0 40099 0
[pid=8707/tid=8708] ppid=8704 vsize=161180 CPUtime=417.37
/proc/8707/task/8708/stat : 8708 (manysat1.1_stat) R 8704 8704 8204 0 -1 4194368 8560 0 0 0 41723 14 0 0 17 0 2 0 1163963514 165048320 36577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 840.49
Current children cumulated vsize (KiB) 166536

Child status: 20
Real time (s): 424.959
CPU time (s): 840.579
CPU user time (s): 839.867
CPU system time (s): 0.711891
CPU usage (%): 197.802
Max. virtual memory (cumulated for all children) (KiB): 166536

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

runsolver used 0.39394 second user time and 1.16082 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-05 08:29:38
IDJOB=1579965
IDBENCH=71008
IDSOLVER=514
FILE ID=node33/1579965-1238912977
PBS_JOBID= 9101351
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=1985867553

node33.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.266
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.266
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:       1296128 kB
Buffers:         72948 kB
Cached:         599444 kB
SwapCached:      11416 kB
Active:         355940 kB
Inactive:       329460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296128 kB
SwapTotal:     4192956 kB
SwapFree:      4175784 kB
Dirty:           16396 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            60360 kB
Committed_AS:  3458248 kB
PageTables:       1424 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= 66512 MiB
End job on node33 at 2009-04-05 08:36:43