Trace number 1719959

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 322.281 163.92

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
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.49/0.56	c ==============================================================================
0.49/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.56	c ==============================================================================
0.49/0.56	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.88/3.95	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.88/3.96	c ==============================================================================
3.88/3.96	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.88/3.96	c CPU time:   3.76043 s
3.88/3.96	c ==============================================================================
322.06/163.88	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
322.06/163.88	c ============================[ Problem Statistics ]=============================
322.06/163.88	c |                                                                             |
322.06/163.88	c threadId              : 1
322.06/163.88	c restarts              : 3512
322.06/163.88	c conflicts             : 284973         (897 /sec)
322.06/163.88	c decisions             : 1248981        (1.60 % random) (3933 /sec)
322.06/163.88	c propagations          : 139262240      (438522 /sec)
322.06/163.88	c conflict literals     : 9390783        (31.33 % deleted)
322.06/163.88	c Memory used           : 90.99 MB
322.06/163.88	c CPU time              : 317.572 s
322.06/163.88	
322.06/163.88	c --->m=2, e=8, aimd=1, HOME/15505_many.cnf	time: 158.786	conflicts: 284973       
322.06/163.90	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719959-1240651201/watcher-1719959-1240651201 -o /tmp/evaluation-result-1719959-1240651201/solver-1719959-1240651201 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1719959-1240651201.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: 1.00 1.00 1.10 3/64 15505
/proc/meminfo: memFree=1195312/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=1528 CPUtime=0
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 93152970 1564672 273 1992294400 134512640 135034092 4294956096 18446744073709551615 134545092 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 382 273 50 127 0 252 0

[startup+0.0965889 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 15505
/proc/meminfo: memFree=1195312/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=15200 CPUtime=0.08
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 3105 0 0 0 7 1 0 0 18 0 1 0 93152970 15564800 3089 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 3800 3089 50 127 0 3670 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20556

[startup+0.101589 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 15505
/proc/meminfo: memFree=1195312/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=15596 CPUtime=0.08
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 3259 0 0 0 7 1 0 0 18 0 1 0 93152970 15970304 3243 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 3899 3244 50 127 0 3769 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20952

[startup+0.301618 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 15505
/proc/meminfo: memFree=1195312/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=39996 CPUtime=0.29
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 9360 0 0 0 25 4 0 0 19 0 1 0 93152970 40955904 9344 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 9999 9345 50 127 0 9869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45352

[startup+0.701676 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 15505
/proc/meminfo: memFree=1195312/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=85804 CPUtime=0.69
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 19971 0 0 0 59 10 0 0 23 0 1 0 93152970 87863296 18436 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 21451 18436 68 127 0 21321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91160

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 15507
/proc/meminfo: memFree=1117728/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=89124 CPUtime=1.48
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 20754 0 0 0 136 12 0 0 25 0 1 0 93152970 91262976 19219 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 22281 19220 68 127 0 22151 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94480

[startup+3.10302 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 15507
/proc/meminfo: memFree=1105632/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=0
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93152970 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1339 235 195 169 0 50 0
[pid=15506] ppid=15505 vsize=94432 CPUtime=3.09
/proc/15506/stat : 15506 (SatElite) R 15505 15505 15343 0 -1 4194304 22053 0 0 0 291 18 0 0 25 0 1 0 93152970 96698368 20338 1992294400 134512640 135034092 4294956096 18446744073709551615 134566501 0 0 4096 3 0 0 0 17 1 0 0
/proc/15506/statm: 23608 20338 68 127 0 23478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99788

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.10 3/67 15509
/proc/meminfo: memFree=1135768/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=51592 CPUtime=3.51
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 9800 0 0 0 339 12 0 0 16 0 2 0 93153406 52830208 9786 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 12898 9786 83 193 0 12702 0
[pid=15508/tid=15509] ppid=15505 vsize=51592 CPUtime=1.6
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 952 0 0 0 157 3 0 0 16 0 2 0 93153438 52830208 9786 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 56948

[startup+12.7024 s]
/proc/loadavg: 1.15 1.03 1.11 3/67 15509
/proc/meminfo: memFree=1129816/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=57324 CPUtime=16.28
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 11142 0 0 0 1612 16 0 0 17 0 2 0 93153406 58699776 11128 1992294400 134512640 135305190 4294956144 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 14331 11129 84 193 0 14135 0
[pid=15508/tid=15509] ppid=15505 vsize=57324 CPUtime=7.98
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 1466 0 0 0 794 4 0 0 17 0 2 0 93153438 58699776 11129 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 62680

[startup+25.5013 s]
/proc/loadavg: 1.28 1.06 1.12 3/67 15509
/proc/meminfo: memFree=1122072/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=65048 CPUtime=41.81
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 13074 0 0 0 4162 19 0 0 17 0 2 0 93153406 66609152 13060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 16262 13060 83 193 0 16066 0
[pid=15508/tid=15509] ppid=15505 vsize=65048 CPUtime=20.77
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 2049 0 0 0 2072 5 0 0 17 0 2 0 93153438 66609152 13060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.16
Current children cumulated vsize (KiB) 70404

[startup+51.102 s]
/proc/loadavg: 1.53 1.14 1.14 3/67 15509
/proc/meminfo: memFree=1112792/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=75644 CPUtime=92.86
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 15439 0 0 0 9264 22 0 0 17 0 2 0 93153406 77459456 15425 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 18911 15425 83 193 0 18715 0
[pid=15508/tid=15509] ppid=15505 vsize=75644 CPUtime=46.34
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 2897 0 0 0 4627 7 0 0 18 0 2 0 93153438 77459456 15425 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.21
Current children cumulated vsize (KiB) 81000

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.19 3/67 15509
/proc/meminfo: memFree=1105560/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=82692 CPUtime=195.01
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 17137 0 0 0 19475 26 0 0 23 0 2 0 93153406 84676608 17123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 20673 17123 83 193 0 20477 0
[pid=15508/tid=15509] ppid=15505 vsize=82692 CPUtime=97.52
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 3599 0 0 0 9743 9 0 0 17 0 2 0 93153438 84676608 17123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.36
Current children cumulated vsize (KiB) 88048

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.23 3/67 15509
/proc/meminfo: memFree=1095064/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=92760 CPUtime=314.72
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 19756 0 0 0 31441 31 0 0 25 0 2 0 93153406 94986240 19742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 23190 19742 83 193 0 22994 0
[pid=15508/tid=15509] ppid=15505 vsize=92760 CPUtime=157.47
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 4662 0 0 0 15736 11 0 0 22 0 2 0 93153438 94986240 19742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.07
Current children cumulated vsize (KiB) 98116

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

[startup+163.101 s]
/proc/loadavg: 1.93 1.41 1.24 3/67 15509
/proc/meminfo: memFree=1094744/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=92980 CPUtime=316.31
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 19809 0 0 0 31600 31 0 0 25 0 2 0 93153406 95211520 19795 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 23245 19795 83 193 0 23049 0
[pid=15508/tid=15509] ppid=15505 vsize=92980 CPUtime=158.27
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 4664 0 0 0 15816 11 0 0 25 0 2 0 93153438 95211520 19795 1992294400 134512640 135305190 4294956144 18446744073709551615 134528820 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.66
Current children cumulated vsize (KiB) 98336

[startup+163.501 s]
/proc/loadavg: 1.93 1.41 1.24 3/67 15509
/proc/meminfo: memFree=1094744/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5356 CPUtime=4.35
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 312 23935 0 0 0 0 413 22 16 0 1 0 93152970 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15505/statm: 1339 238 195 169 0 50 0
[pid=15508] ppid=15505 vsize=93172 CPUtime=317.11
/proc/15508/stat : 15508 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194304 19840 0 0 0 31680 31 0 0 25 0 2 0 93153406 95408128 19826 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15508/statm: 23293 19826 83 193 0 23097 0
[pid=15508/tid=15509] ppid=15505 vsize=93172 CPUtime=158.67
/proc/15508/task/15509/stat : 15509 (manysat1.1_stat) R 15505 15505 15343 0 -1 4194368 4673 0 0 0 15856 11 0 0 25 0 2 0 93153438 95408128 19826 1992294400 134512640 135305190 4294956144 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.46
Current children cumulated vsize (KiB) 98528

[startup+163.906 s]
/proc/loadavg: 1.93 1.41 1.24 3/67 15509
/proc/meminfo: memFree=1094616/2055920 swapFree=4192956/4192956
[pid=15505] ppid=15503 vsize=5360 CPUtime=322.25
/proc/15505/stat : 15505 (manysat.sh) S 15503 15505 15343 0 -1 4194304 339 43793 0 0 0 0 32170 55 18 0 1 0 93152970 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15505/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 322.25
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 163.92
CPU time (s): 322.281
CPU user time (s): 321.705
CPU system time (s): 0.575912
CPU usage (%): 196.609
Max. virtual memory (cumulated for all children) (KiB): 101044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.705
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44259
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= 3593
involuntary context switches= 2408

runsolver used 0.152976 second user time and 0.45393 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 11:20:02
IDJOB=1719959
IDBENCH=69586
IDSOLVER=514
FILE ID=node30/1719959-1240651201
PBS_JOBID= 9186491
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=1984650270

node30.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.265
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.265
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:       1195792 kB
Buffers:         97276 kB
Cached:         657456 kB
SwapCached:          0 kB
Active:          88952 kB
Inactive:       680244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1195792 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11028 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            76952 kB
Committed_AS:   390852 kB
PageTables:       1364 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= 66236 MiB
End job on node30 at 2009-04-25 11:22:46