Trace number 1723934

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 431.954 218.768

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.49/0.53	c ==============================================================================
0.49/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.53	c ==============================================================================
0.49/0.53	c |         0 |  552411  1288959 |  165723       0        0     nan |  0.000 % |
3.67/3.78	c |         0 |  224311   892727 |      --       0       --      -- |     --   | -328093/-396215
3.67/3.78	c ==============================================================================
3.67/3.78	c Result  :   #vars: 29191   #clauses: 224311   #literals: 892727
3.67/3.78	c CPU time:   3.55646 s
3.67/3.78	c ==============================================================================
431.83/218.73	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
431.83/218.73	c ============================[ Problem Statistics ]=============================
431.83/218.73	c |                                                                             |
431.83/218.73	c threadId              : 1
431.83/218.73	c restarts              : 4463
431.83/218.73	c conflicts             : 362490         (848 /sec)
431.83/218.73	c decisions             : 1638247        (1.59 % random) (3832 /sec)
431.83/218.73	c propagations          : 198649829      (464699 /sec)
431.83/218.73	c conflict literals     : 11622459       (33.98 % deleted)
431.83/218.73	c Memory used           : 93.73 MB
431.83/218.73	c CPU time              : 427.481 s
431.83/218.73	
431.83/218.73	c --->m=2, e=8, aimd=0, HOME/25560_many.cnf	time: 213.741	conflicts: 362490       
431.83/218.75	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-1723934-1240690287/watcher-1723934-1240690287 -o /tmp/evaluation-result-1723934-1240690287/solver-1723934-1240690287 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723934-1240690287.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: 1.00 1.00 1.12 3/64 25560
/proc/meminfo: memFree=1204152/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) R 25558 25560 25401 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25560/statm: 1339 234 194 169 0 50 0
[pid=25561] ppid=25560 vsize=956 CPUtime=0
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 97057328 978944 140 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 239 148 50 127 0 109 0

[startup+0.0572369 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 25560
/proc/meminfo: memFree=1204152/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=9144 CPUtime=0.04
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 1954 0 0 0 4 0 0 0 19 0 1 0 97057328 9363456 1938 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 2286 1939 50 127 0 2156 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14500

[startup+0.10124 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 25560
/proc/meminfo: memFree=1204152/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=16124 CPUtime=0.08
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 3443 0 0 0 7 1 0 0 19 0 1 0 97057328 16510976 3427 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 4031 3429 50 127 0 3901 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21480

[startup+0.301259 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 25560
/proc/meminfo: memFree=1204152/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=41572 CPUtime=0.29
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 9926 0 0 0 24 5 0 0 21 0 1 0 97057328 42569728 9910 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 10393 9911 50 127 0 10263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46928

[startup+0.7013 s]
/proc/loadavg: 1.00 1.00 1.12 3/64 25560
/proc/meminfo: memFree=1204152/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=86452 CPUtime=0.69
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 20224 0 0 0 58 11 0 0 25 0 1 0 97057328 88526848 18643 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 21613 18643 68 127 0 21483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91808

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 25562
/proc/meminfo: memFree=1125288/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=90288 CPUtime=1.49
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 21033 0 0 0 136 13 0 0 25 0 1 0 97057328 92454912 19452 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25561/statm: 22572 19452 68 127 0 22442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95644

[startup+3.10255 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 25562
/proc/meminfo: memFree=1112360/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=0
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97057327 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25560/statm: 1339 235 195 169 0 50 0
[pid=25561] ppid=25560 vsize=94812 CPUtime=3.08
/proc/25561/stat : 25561 (SatElite) R 25560 25560 25401 0 -1 4194304 22258 0 0 0 288 20 0 0 25 0 1 0 97057328 97087488 20496 1992294400 134512640 135034092 4294956096 18446744073709551615 134529225 0 0 4096 3 0 0 0 17 1 0 0
/proc/25561/statm: 23703 20496 68 127 0 23573 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100168

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.12 3/67 25564
/proc/meminfo: memFree=1143520/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=52852 CPUtime=3.9
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 9929 0 0 0 379 11 0 0 17 0 2 0 97057744 54120448 9888 1992294400 134512640 135305190 4294956144 18446744073709551615 134541566 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 13213 9888 83 193 0 13017 0
[pid=25563/tid=25564] ppid=25560 vsize=52852 CPUtime=1.78
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 977 0 0 0 175 3 0 0 17 0 2 0 97057777 54120448 9888 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 58208

[startup+12.7015 s]
/proc/loadavg: 1.08 1.02 1.12 3/67 25564
/proc/meminfo: memFree=1137768/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=58728 CPUtime=16.67
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 11332 0 0 0 1652 15 0 0 17 0 2 0 97057744 60137472 11291 1992294400 134512640 135305190 4294956144 18446744073709551615 134541991 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 14682 11291 83 193 0 14486 0
[pid=25563/tid=25564] ppid=25560 vsize=58728 CPUtime=8.14
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 1504 0 0 0 810 4 0 0 17 0 2 0 97057777 60137472 11291 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.81
Current children cumulated vsize (KiB) 64084

[startup+25.5018 s]
/proc/loadavg: 1.28 1.07 1.13 3/67 25564
/proc/meminfo: memFree=1130088/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=66104 CPUtime=42.2
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 13142 0 0 0 4203 17 0 0 17 0 2 0 97057744 67690496 13099 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 16526 13099 83 193 0 16330 0
[pid=25563/tid=25564] ppid=25560 vsize=66104 CPUtime=20.89
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 2124 0 0 0 2084 5 0 0 18 0 2 0 97057777 67690496 13099 1992294400 134512640 135305190 4294956144 18446744073709551615 134531006 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.34
Current children cumulated vsize (KiB) 71460

[startup+51.1013 s]
/proc/loadavg: 1.53 1.14 1.16 3/67 25564
/proc/meminfo: memFree=1122728/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=72844 CPUtime=93.25
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 14938 0 0 0 9305 20 0 0 17 0 2 0 97057744 74592256 14895 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 18211 14895 83 193 0 18015 0
[pid=25563/tid=25564] ppid=25560 vsize=72844 CPUtime=46.39
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 2749 0 0 0 4632 7 0 0 18 0 2 0 97057777 74592256 14895 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.39
Current children cumulated vsize (KiB) 78200

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.20 3/67 25564
/proc/meminfo: memFree=1111336/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=85112 CPUtime=195.42
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 17846 0 0 0 19519 23 0 0 16 0 2 0 97057744 87154688 17803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 21278 17803 83 193 0 21082 0
[pid=25563/tid=25564] ppid=25560 vsize=85112 CPUtime=97.38
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 3852 0 0 0 9730 8 0 0 17 0 2 0 97057777 87154688 17803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.56
Current children cumulated vsize (KiB) 90468

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.24 3/67 25564
/proc/meminfo: memFree=1102056/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=93760 CPUtime=315.13
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20131 0 0 0 31486 27 0 0 17 0 2 0 97057744 96010240 20088 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23440 20088 83 193 0 23244 0
[pid=25563/tid=25564] ppid=25560 vsize=93760 CPUtime=157.14
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4681 0 0 0 15704 10 0 0 25 0 2 0 97057777 96010240 20088 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.27
Current children cumulated vsize (KiB) 99116

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

[startup+179.101 s]
/proc/loadavg: 1.94 1.43 1.26 3/67 25564
/proc/meminfo: memFree=1101864/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=93904 CPUtime=348.65
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20180 0 0 0 34838 27 0 0 25 0 2 0 97057744 96157696 20137 1992294400 134512640 135305190 4294956144 18446744073709551615 134551661 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23476 20137 83 193 0 23280 0
[pid=25563/tid=25564] ppid=25560 vsize=93904 CPUtime=173.88
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4705 0 0 0 17378 10 0 0 17 0 2 0 97057777 96157696 20137 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 352.79
Current children cumulated vsize (KiB) 99260

[startup+204.702 s]
/proc/loadavg: 1.96 1.48 1.28 3/67 25564
/proc/meminfo: memFree=1100328/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95600 CPUtime=399.74
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20573 0 0 0 39946 28 0 0 25 0 2 0 97057744 97894400 20530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23900 20530 83 193 0 23704 0
[pid=25563/tid=25564] ppid=25560 vsize=95600 CPUtime=199.37
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 19927 10 0 0 17 0 2 0 97057777 97894400 20530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 403.88
Current children cumulated vsize (KiB) 100956

[startup+211.101 s]
/proc/loadavg: 1.96 1.49 1.28 3/67 25564
/proc/meminfo: memFree=1100008/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=412.52
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20647 0 0 0 41224 28 0 0 19 0 2 0 97057744 98283520 20604 1992294400 134512640 135305190 4294956144 18446744073709551615 134528600 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20604 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=205.75
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 20565 10 0 0 25 0 2 0 97057777 98283520 20604 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.66
Current children cumulated vsize (KiB) 101336

[startup+214.302 s]
/proc/loadavg: 1.96 1.49 1.28 3/67 25564
/proc/meminfo: memFree=1100008/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=418.9
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20650 0 0 0 41862 28 0 0 25 0 2 0 97057744 98283520 20607 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20607 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=208.94
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 20884 10 0 0 19 0 2 0 97057777 98283520 20607 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 423.04
Current children cumulated vsize (KiB) 101336

[startup+215.903 s]
/proc/loadavg: 1.97 1.50 1.29 3/67 25564
/proc/meminfo: memFree=1100008/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=422.1
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20651 0 0 0 42182 28 0 0 25 0 2 0 97057744 98283520 20608 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20608 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=210.53
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 21043 10 0 0 21 0 2 0 97057777 98283520 20608 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 426.24
Current children cumulated vsize (KiB) 101336

[startup+217.503 s]
/proc/loadavg: 1.97 1.50 1.29 3/67 25564
/proc/meminfo: memFree=1100008/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=425.29
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20657 0 0 0 42501 28 0 0 25 0 2 0 97057744 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20614 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=212.12
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 21202 10 0 0 25 0 2 0 97057777 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 429.43
Current children cumulated vsize (KiB) 101336

[startup+218.302 s]
/proc/loadavg: 1.97 1.50 1.29 3/67 25564
/proc/meminfo: memFree=1099944/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=426.89
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20657 0 0 0 42661 28 0 0 25 0 2 0 97057744 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20614 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=212.92
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 21282 10 0 0 25 0 2 0 97057777 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.03
Current children cumulated vsize (KiB) 101336

[startup+218.702 s]
/proc/loadavg: 1.97 1.50 1.29 3/67 25564
/proc/meminfo: memFree=1099944/2055920 swapFree=4192956/4192956
[pid=25560] ppid=25558 vsize=5356 CPUtime=4.14
/proc/25560/stat : 25560 (manysat.sh) S 25558 25560 25401 0 -1 4194304 312 24157 0 0 0 0 390 24 16 0 1 0 97057327 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25560/statm: 1339 238 195 169 0 50 0
[pid=25563] ppid=25560 vsize=95980 CPUtime=427.69
/proc/25563/stat : 25563 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194304 20657 0 0 0 42741 28 0 0 25 0 2 0 97057744 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25563/statm: 23995 20614 83 193 0 23799 0
[pid=25563/tid=25564] ppid=25560 vsize=95980 CPUtime=213.32
/proc/25563/task/25564/stat : 25564 (manysat1.1_stat) R 25560 25560 25401 0 -1 4194368 4795 0 0 0 21322 10 0 0 17 0 2 0 97057777 98283520 20614 1992294400 134512640 135305190 4294956144 18446744073709551615 134558376 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.83
Current children cumulated vsize (KiB) 101336

Child status: 20
Real time (s): 218.768
CPU time (s): 431.954
CPU user time (s): 431.389
CPU system time (s): 0.564914
CPU usage (%): 197.448
Max. virtual memory (cumulated for all children) (KiB): 101440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.389
system time used= 0.564914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45295
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= 3579
involuntary context switches= 3232

runsolver used 0.197969 second user time and 0.608907 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-25 22:11:27
IDJOB=1723934
IDBENCH=71745
IDSOLVER=513
FILE ID=node36/1723934-1240690287
PBS_JOBID= 9186710
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED=2072588578

node36.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.232
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.232
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:       1204632 kB
Buffers:         76256 kB
Cached:         681672 kB
SwapCached:          0 kB
Active:         183880 kB
Inactive:       587940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11128 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            65604 kB
Committed_AS:   338544 kB
PageTables:       1356 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= 66352 MiB
End job on node36 at 2009-04-25 22:15:06