Trace number 1581940

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20UNSAT 286.029 146.946

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark165.672
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
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.89	c ==============================================================================
0.79/0.89	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.89	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.89	c ==============================================================================
0.79/0.89	c |         0 |  812032  1943653 |  243609       0        0     nan |  0.000 % |
5.57/5.62	c |         0 |  546568  1525554 |      --       0       --      -- |     --   | -74547/15789
5.57/5.62	c ==============================================================================
5.57/5.62	c Result  :   #vars: 85693   #clauses: 546568   #literals: 1525554
5.57/5.62	c CPU time:   5.41218 s
5.57/5.62	c ==============================================================================
285.95/146.91	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
285.95/146.91	c ============================[ Problem Statistics ]=============================
285.95/146.91	c |                                                                             |
285.95/146.91	c threadId              : 1
285.95/146.91	c restarts              : 616
285.95/146.91	c conflicts             : 43354          (155 /sec)
285.95/146.91	c decisions             : 296444         (1.35 % random) (1061 /sec)
285.95/146.91	c propagations          : 174497327      (624390 /sec)
285.95/146.91	c conflict literals     : 4686575        (42.18 % deleted)
285.95/146.91	c Memory used           : 115.74 MB
285.95/146.91	c CPU time              : 279.469 s
285.95/146.91	
285.95/146.91	c --->m=2, e=8, aimd=0, HOME/9312_many.cnf	time: 139.735	conflicts: 43354        
285.95/146.93	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-1581940-1238934560/watcher-1581940-1238934560 -o /tmp/evaluation-result-1581940-1238934560/solver-1581940-1238934560 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581940-1238934560.cnf aimd 0 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9312
/proc/meminfo: memFree=1729912/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=1560 CPUtime=0
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 266 0 0 0 0 0 0 0 19 0 1 0 1166118608 1597440 250 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 390 252 50 127 0 260 0

[startup+0.024024 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9312
/proc/meminfo: memFree=1729912/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=7060 CPUtime=0.01
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 1695 0 0 0 1 0 0 0 19 0 1 0 1166118608 7229440 1639 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 1765 1640 50 127 0 1635 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12416

[startup+0.102039 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9312
/proc/meminfo: memFree=1729912/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=30944 CPUtime=0.08
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 4930 0 0 0 6 2 0 0 19 0 1 0 1166118608 31686656 4810 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 7736 4810 50 127 0 7606 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36300

[startup+0.301081 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9312
/proc/meminfo: memFree=1729912/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=47264 CPUtime=0.28
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 8828 0 0 0 23 5 0 0 21 0 1 0 1166118608 48398336 8708 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 11816 8709 50 127 0 11686 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52620

[startup+0.701157 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9312
/proc/meminfo: memFree=1729912/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=72716 CPUtime=0.69
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 15717 0 0 0 59 10 0 0 24 0 1 0 1166118608 74461184 15597 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 18179 15599 51 127 0 18049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78072

[startup+1.50132 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9314
/proc/meminfo: memFree=1656488/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=95948 CPUtime=1.49
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 22643 0 0 0 136 13 0 0 25 0 1 0 1166118608 98250752 20523 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 23987 20523 68 127 0 23857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101304

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9314
/proc/meminfo: memFree=1638696/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=110512 CPUtime=3.08
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194304 25814 0 0 0 292 16 0 0 25 0 1 0 1166118608 113164288 23255 1992294400 134512640 135034092 4294956096 18446744073709551615 134548129 0 0 4096 3 0 0 0 17 1 0 0
/proc/9313/statm: 27628 23255 68 127 0 27498 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115868

[startup+6.30126 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9314
/proc/meminfo: memFree=1636328/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=0
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1166118608 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 235 195 169 0 50 0
[pid=9313] ppid=9312 vsize=0 CPUtime=6.27
/proc/9313/stat : 9313 (SatElite) R 9312 9312 8761 0 -1 4194308 29397 0 0 0 604 23 0 0 25 0 1 0 1166118608 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/9313/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 5356

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 9316
/proc/meminfo: memFree=1637024/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=90868 CPUtime=11.92
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 19196 0 0 0 1179 13 0 0 18 0 2 0 1166119239 93048832 19163 1992294400 134512640 135305190 4294956144 18446744073709551615 134528612 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9315/statm: 22717 19163 83 193 0 22521 0
[pid=9315/tid=9316] ppid=9312 vsize=90868 CPUtime=5.57
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 756 0 0 0 556 1 0 0 17 0 2 0 1166119316 93048832 19163 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.2
Current children cumulated vsize (KiB) 96224

[startup+25.5021 s]
/proc/loadavg: 1.23 1.05 1.02 3/67 9316
/proc/meminfo: memFree=1632672/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=95316 CPUtime=37.46
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 20318 0 0 0 3731 15 0 0 19 0 2 0 1166119239 97603584 20285 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/9315/statm: 23829 20285 83 193 0 23633 0
[pid=9315/tid=9316] ppid=9312 vsize=95316 CPUtime=18.37
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 1283 0 0 0 1835 2 0 0 21 0 2 0 1166119316 97603584 20285 1992294400 134512640 135305190 4294956144 18446744073709551615 134531187 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.74
Current children cumulated vsize (KiB) 100672

[startup+51.1021 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 9316
/proc/meminfo: memFree=1623328/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=104376 CPUtime=88.51
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 22614 0 0 0 8833 18 0 0 19 0 2 0 1166119239 106881024 22581 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 26094 22581 83 193 0 25898 0
[pid=9315/tid=9316] ppid=9312 vsize=104376 CPUtime=43.9
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 2175 0 0 0 4386 4 0 0 18 0 2 0 1166119316 106881024 22581 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.79
Current children cumulated vsize (KiB) 109732

[startup+102.305 s]
/proc/loadavg: 1.78 1.26 1.09 3/67 9316
/proc/meminfo: memFree=1617184/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=110560 CPUtime=190.68
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 24142 0 0 0 19047 21 0 0 25 0 2 0 1166119239 113213440 24109 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 27640 24109 83 193 0 27444 0
[pid=9315/tid=9316] ppid=9312 vsize=110560 CPUtime=94.88
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 2691 0 0 0 9483 5 0 0 25 0 2 0 1166119316 113213440 24109 1992294400 134512640 135305190 4294956144 18446744073709551615 134551714 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.96
Current children cumulated vsize (KiB) 115916

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

[startup+127.901 s]
/proc/loadavg: 1.85 1.31 1.11 3/67 9316
/proc/meminfo: memFree=1612768/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=115192 CPUtime=241.75
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 25306 0 0 0 24153 22 0 0 25 0 2 0 1166119239 117956608 25273 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 28798 25273 83 193 0 28602 0
[pid=9315/tid=9316] ppid=9312 vsize=115192 CPUtime=120.37
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3329 0 0 0 12031 6 0 0 25 0 2 0 1166119316 117956608 25273 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.03
Current children cumulated vsize (KiB) 120548

[startup+140.702 s]
/proc/loadavg: 1.88 1.35 1.12 3/67 9316
/proc/meminfo: memFree=1610208/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=117580 CPUtime=267.3
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 25924 0 0 0 26707 23 0 0 25 0 2 0 1166119239 120401920 25891 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29395 25891 83 193 0 29199 0
[pid=9315/tid=9316] ppid=9312 vsize=117580 CPUtime=133.12
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3614 0 0 0 13306 6 0 0 25 0 2 0 1166119316 120401920 25891 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.58
Current children cumulated vsize (KiB) 122936

[startup+143.901 s]
/proc/loadavg: 1.89 1.36 1.13 3/67 9316
/proc/meminfo: memFree=1609760/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=118236 CPUtime=273.68
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 26070 0 0 0 27345 23 0 0 25 0 2 0 1166119239 121073664 26037 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29559 26037 83 193 0 29363 0
[pid=9315/tid=9316] ppid=9312 vsize=118236 CPUtime=136.32
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3687 0 0 0 13625 7 0 0 25 0 2 0 1166119316 121073664 26037 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 123592

[startup+145.502 s]
/proc/loadavg: 1.89 1.36 1.13 3/67 9316
/proc/meminfo: memFree=1609440/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=118368 CPUtime=276.87
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 26115 0 0 0 27664 23 0 0 25 0 2 0 1166119239 121208832 26082 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29592 26082 83 193 0 29396 0
[pid=9315/tid=9316] ppid=9312 vsize=118368 CPUtime=137.91
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3713 0 0 0 13784 7 0 0 18 0 2 0 1166119316 121208832 26082 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.15
Current children cumulated vsize (KiB) 123724

[startup+146.307 s]
/proc/loadavg: 1.89 1.36 1.13 3/67 9316
/proc/meminfo: memFree=1609312/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=118516 CPUtime=278.48
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 26138 0 0 0 27825 23 0 0 25 0 2 0 1166119239 121360384 26105 1992294400 134512640 135305190 4294956144 18446744073709551615 134556841 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29629 26105 83 193 0 29433 0
[pid=9315/tid=9316] ppid=9312 vsize=118516 CPUtime=138.71
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3731 0 0 0 13864 7 0 0 20 0 2 0 1166119316 121360384 26105 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 284.76
Current children cumulated vsize (KiB) 123872

[startup+146.703 s]
/proc/loadavg: 1.89 1.36 1.13 3/67 9316
/proc/meminfo: memFree=1609312/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=118516 CPUtime=279.27
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 26143 0 0 0 27904 23 0 0 25 0 2 0 1166119239 121360384 26110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29629 26110 83 193 0 29433 0
[pid=9315/tid=9316] ppid=9312 vsize=118516 CPUtime=139.11
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3734 0 0 0 13904 7 0 0 21 0 2 0 1166119316 121360384 26110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.55
Current children cumulated vsize (KiB) 123872

[startup+146.903 s]
/proc/loadavg: 1.89 1.36 1.13 3/67 9316
/proc/meminfo: memFree=1609312/2055920 swapFree=4176224/4192956
[pid=9312] ppid=9310 vsize=5356 CPUtime=6.28
/proc/9312/stat : 9312 (manysat.sh) S 9310 9312 8761 0 -1 4194304 312 29397 0 0 0 0 604 24 19 0 1 0 1166118608 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9312/statm: 1339 238 195 169 0 50 0
[pid=9315] ppid=9312 vsize=118516 CPUtime=279.67
/proc/9315/stat : 9315 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194304 26146 0 0 0 27944 23 0 0 25 0 2 0 1166119239 121360384 26113 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9315/statm: 29629 26113 83 193 0 29433 0
[pid=9315/tid=9316] ppid=9312 vsize=118516 CPUtime=139.31
/proc/9315/task/9316/stat : 9316 (manysat1.1_stat) R 9312 9312 8761 0 -1 4194368 3734 0 0 0 13924 7 0 0 21 0 2 0 1166119316 121360384 26113 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.95
Current children cumulated vsize (KiB) 123872

Child status: 20
Real time (s): 146.946
CPU time (s): 286.029
CPU user time (s): 285.516
CPU system time (s): 0.512922
CPU usage (%): 194.649
Max. virtual memory (cumulated for all children) (KiB): 123872

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

runsolver used 0.137979 second user time and 0.404938 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-05 14:29:21
IDJOB=1581940
IDBENCH=71046
IDSOLVER=513
FILE ID=node53/1581940-1238934560
PBS_JOBID= 9101426
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1615863524

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.264
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.264
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:       1730456 kB
Buffers:         24876 kB
Cached:         227612 kB
SwapCached:      10536 kB
Active:          99312 kB
Inactive:       165188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730456 kB
SwapTotal:     4192956 kB
SwapFree:      4176224 kB
Dirty:           16380 kB
Writeback:           0 kB
Mapped:          17692 kB
Slab:            47072 kB
Committed_AS:  3055144 kB
PageTables:       1412 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= 66536 MiB
End job on node53 at 2009-04-05 14:31:48