Trace number 1723936

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 381.939 193.681

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark280.7
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
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.48/0.53	c ==============================================================================
0.48/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.48/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.48/0.53	c ==============================================================================
0.48/0.53	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.69/3.75	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.69/3.75	c ==============================================================================
3.69/3.75	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.69/3.75	c CPU time:   3.55246 s
3.69/3.75	c ==============================================================================
381.79/193.65	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
381.79/193.65	c ============================[ Problem Statistics ]=============================
381.79/193.65	c |                                                                             |
381.79/193.65	c threadId              : 0
381.79/193.65	c restarts              : 844
381.79/193.65	c conflicts             : 372580         (987 /sec)
381.79/193.65	c decisions             : 1153812        (1.55 % random) (3057 /sec)
381.79/193.65	c propagations          : 156647753      (415001 /sec)
381.79/193.65	c conflict literals     : 13928870       (36.27 % deleted)
381.79/193.65	c Memory used           : 94.57 MB
381.79/193.65	c CPU time              : 377.464 s
381.79/193.65	
381.79/193.65	c --->m=2, e=8, aimd=2, HOME/2554_many.cnf	time: 188.732	conflicts: 372580       
381.79/193.66	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-1723936-1240690292/watcher-1723936-1240690292 -o /tmp/evaluation-result-1723936-1240690292/solver-1723936-1240690292 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723936-1240690292.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: 0.99 0.98 0.99 3/65 2554
/proc/meminfo: memFree=1596800/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=1528 CPUtime=0
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97058284 1564672 274 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 382 276 50 127 0 252 0

[startup+0.103323 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 2554
/proc/meminfo: memFree=1596800/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=16388 CPUtime=0.09
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 3536 0 0 0 8 1 0 0 18 0 1 0 97058284 16781312 3520 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 4097 3521 50 127 0 3967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21744

[startup+0.201333 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 2554
/proc/meminfo: memFree=1596800/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=31836 CPUtime=0.19
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 6742 0 0 0 16 3 0 0 18 0 1 0 97058284 32600064 6726 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 7959 6727 50 127 0 7829 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37192

[startup+0.301344 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 2554
/proc/meminfo: memFree=1596800/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=41704 CPUtime=0.28
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 9967 0 0 0 24 4 0 0 19 0 1 0 97058284 42704896 9951 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 10426 9952 50 127 0 10296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47060

[startup+0.701387 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 2554
/proc/meminfo: memFree=1596800/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=86452 CPUtime=0.69
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 20229 0 0 0 59 10 0 0 23 0 1 0 97058284 88526848 18648 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 21613 18648 68 127 0 21483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91808

[startup+1.50148 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2556
/proc/meminfo: memFree=1516784/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=90288 CPUtime=1.48
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 21037 0 0 0 136 12 0 0 25 0 1 0 97058284 92454912 19456 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 22572 19456 68 127 0 22442 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95644

[startup+3.10166 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 2556
/proc/meminfo: memFree=1503920/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=0
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 97058284 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2554/statm: 1339 235 195 169 0 50 0
[pid=2555] ppid=2554 vsize=94812 CPUtime=3.09
/proc/2555/stat : 2555 (SatElite) R 2554 2554 2025 0 -1 4194304 22258 0 0 0 291 18 0 0 25 0 1 0 97058284 97087488 20496 1992294400 134512640 135034092 4294956096 18446744073709551615 134577075 0 0 4096 3 0 0 0 17 1 0 0
/proc/2555/statm: 23703 20496 68 127 0 23573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100168

[startup+6.30302 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 2558
/proc/meminfo: memFree=1535144/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=51924 CPUtime=3.96
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 9969 0 0 0 385 11 0 0 17 0 2 0 97058698 53170176 9927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 12981 9927 83 193 0 12785 0
[pid=2557/tid=2558] ppid=2554 vsize=51924 CPUtime=1.82
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 989 0 0 0 178 4 0 0 17 0 2 0 97058730 53170176 9927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 57280

[startup+12.7017 s]
/proc/loadavg: 1.38 1.07 1.02 3/68 2558
/proc/meminfo: memFree=1529464/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=57580 CPUtime=16.73
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 11262 0 0 0 1659 14 0 0 17 0 2 0 97058698 58961920 11220 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 14395 11220 83 193 0 14199 0
[pid=2557/tid=2558] ppid=2554 vsize=57580 CPUtime=8.19
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 1462 0 0 0 813 6 0 0 17 0 2 0 97058730 58961920 11220 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (KiB) 62936

[startup+25.5012 s]
/proc/loadavg: 1.62 1.13 1.04 3/68 2558
/proc/meminfo: memFree=1523896/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=64004 CPUtime=42.25
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 12827 0 0 0 4207 18 0 0 18 0 2 0 97058698 65540096 12785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 16001 12785 83 193 0 15805 0
[pid=2557/tid=2558] ppid=2554 vsize=64004 CPUtime=20.93
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 2009 0 0 0 2085 8 0 0 18 0 2 0 97058730 65540096 12785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.37
Current children cumulated vsize (KiB) 69360

[startup+51.102 s]
/proc/loadavg: 1.75 1.20 1.07 3/68 2558
/proc/meminfo: memFree=1517816/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=70344 CPUtime=93.32
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 14410 0 0 0 9310 22 0 0 17 0 2 0 97058698 72032256 14368 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 17586 14368 83 193 0 17390 0
[pid=2557/tid=2558] ppid=2554 vsize=70344 CPUtime=46.4
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 2626 0 0 0 4631 9 0 0 19 0 2 0 97058730 72032256 14368 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.44
Current children cumulated vsize (KiB) 75700

[startup+102.302 s]
/proc/loadavg: 1.90 1.33 1.12 3/68 2558
/proc/meminfo: memFree=1503416/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=85376 CPUtime=195.48
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 17971 0 0 0 19521 27 0 0 17 0 2 0 97058698 87425024 17929 1992294400 134512640 135305190 4294956144 18446744073709551615 134558376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 21344 17929 83 193 0 21148 0
[pid=2557/tid=2558] ppid=2554 vsize=85376 CPUtime=97.39
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 3912 0 0 0 9727 12 0 0 19 0 2 0 97058730 87425024 17929 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.6
Current children cumulated vsize (KiB) 90732

[startup+162.301 s]
/proc/loadavg: 1.96 1.45 1.17 3/68 2558
/proc/meminfo: memFree=1494456/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=94372 CPUtime=315.21
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20238 0 0 0 31492 29 0 0 18 0 2 0 97058698 96636928 20196 1992294400 134512640 135305190 4294956144 18446744073709551615 134528846 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 23593 20196 83 193 0 23397 0
[pid=2557/tid=2558] ppid=2554 vsize=94372 CPUtime=157.14
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 4983 0 0 0 15701 13 0 0 18 0 2 0 97058730 96636928 20196 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.33
Current children cumulated vsize (KiB) 99728

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

[startup+179.201 s]
/proc/loadavg: 1.97 1.48 1.18 3/68 2558
/proc/meminfo: memFree=1491576/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96708 CPUtime=348.93
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20893 0 0 0 34863 30 0 0 21 0 2 0 97058698 99028992 20851 1992294400 134512640 135305190 4294956144 18446744073709551615 134541985 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24177 20851 83 193 0 23981 0
[pid=2557/tid=2558] ppid=2554 vsize=96708 CPUtime=173.97
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5306 0 0 0 17384 13 0 0 25 0 2 0 97058730 99028992 20851 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 353.05
Current children cumulated vsize (KiB) 102064

[startup+185.603 s]
/proc/loadavg: 1.97 1.48 1.19 3/68 2558
/proc/meminfo: memFree=1491576/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96708 CPUtime=361.71
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20893 0 0 0 36141 30 0 0 25 0 2 0 97058698 99028992 20851 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24177 20851 83 193 0 23981 0
[pid=2557/tid=2558] ppid=2554 vsize=96708 CPUtime=180.34
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5306 0 0 0 18021 13 0 0 18 0 2 0 97058730 99028992 20851 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.83
Current children cumulated vsize (KiB) 102064

[startup+188.801 s]
/proc/loadavg: 1.97 1.49 1.19 3/68 2558
/proc/meminfo: memFree=1491448/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96840 CPUtime=368.08
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20920 0 0 0 36778 30 0 0 21 0 2 0 97058698 99164160 20878 1992294400 134512640 135305190 4294956144 18446744073709551615 134528814 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24210 20878 83 193 0 24014 0
[pid=2557/tid=2558] ppid=2554 vsize=96840 CPUtime=183.53
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5323 0 0 0 18340 13 0 0 21 0 2 0 97058730 99164160 20878 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 372.2
Current children cumulated vsize (KiB) 102196

[startup+192.002 s]
/proc/loadavg: 1.98 1.50 1.19 3/68 2558
/proc/meminfo: memFree=1491448/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96840 CPUtime=374.47
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20922 0 0 0 37417 30 0 0 18 0 2 0 97058698 99164160 20880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24210 20880 83 193 0 24014 0
[pid=2557/tid=2558] ppid=2554 vsize=96840 CPUtime=186.71
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5324 0 0 0 18658 13 0 0 25 0 2 0 97058730 99164160 20880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 378.59
Current children cumulated vsize (KiB) 102196

[startup+192.803 s]
/proc/loadavg: 1.98 1.50 1.19 3/68 2558
/proc/meminfo: memFree=1491448/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96840 CPUtime=376.07
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20925 0 0 0 37577 30 0 0 20 0 2 0 97058698 99164160 20883 1992294400 134512640 135305190 4294956144 18446744073709551615 134570400 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24210 20883 83 193 0 24014 0
[pid=2557/tid=2558] ppid=2554 vsize=96840 CPUtime=187.51
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5324 0 0 0 18738 13 0 0 25 0 2 0 97058730 99164160 20883 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 380.19
Current children cumulated vsize (KiB) 102196

[startup+193.203 s]
/proc/loadavg: 1.98 1.50 1.19 3/68 2558
/proc/meminfo: memFree=1491448/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96840 CPUtime=376.87
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20926 0 0 0 37657 30 0 0 20 0 2 0 97058698 99164160 20884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24210 20884 83 193 0 24014 0
[pid=2557/tid=2558] ppid=2554 vsize=96840 CPUtime=187.91
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5325 0 0 0 18778 13 0 0 25 0 2 0 97058730 99164160 20884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 380.99
Current children cumulated vsize (KiB) 102196

[startup+193.603 s]
/proc/loadavg: 1.98 1.50 1.19 3/68 2558
/proc/meminfo: memFree=1491384/2055920 swapFree=4192952/4192956
[pid=2554] ppid=2552 vsize=5356 CPUtime=4.12
/proc/2554/stat : 2554 (manysat.sh) S 2552 2554 2025 0 -1 4194304 312 24157 0 0 0 0 390 22 16 0 1 0 97058284 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2554/statm: 1339 238 195 169 0 50 0
[pid=2557] ppid=2554 vsize=96840 CPUtime=377.67
/proc/2557/stat : 2557 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194304 20938 0 0 0 37737 30 0 0 21 0 2 0 97058698 99164160 20896 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2557/statm: 24210 20896 83 193 0 24014 0
[pid=2557/tid=2558] ppid=2554 vsize=96840 CPUtime=188.31
/proc/2557/task/2558/stat : 2558 (manysat1.1_stat) R 2554 2554 2025 0 -1 4194368 5336 0 0 0 18818 13 0 0 25 0 2 0 97058730 99164160 20896 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 381.79
Current children cumulated vsize (KiB) 102196

Child status: 20
Real time (s): 193.681
CPU time (s): 381.939
CPU user time (s): 381.37
CPU system time (s): 0.568913
CPU usage (%): 197.2
Max. virtual memory (cumulated for all children) (KiB): 102196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 381.37
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45576
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= 3691
involuntary context switches= 2848

runsolver used 0.176973 second user time and 0.536918 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-25 22:11:33
IDJOB=1723936
IDBENCH=71745
IDSOLVER=515
FILE ID=node91/1723936-1240690292
PBS_JOBID= 9186656
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=505086439

node91.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1597280 kB
Buffers:         50688 kB
Cached:         315352 kB
SwapCached:          4 kB
Active:          81244 kB
Inactive:       299368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597280 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11140 kB
Writeback:           0 kB
Mapped:          24316 kB
Slab:            63940 kB
Committed_AS:   241584 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node91 at 2009-04-25 22:14:46