Trace number 1716788

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 767.43 385.452

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.29/1.31	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.29/1.31	c ==============================================================================
1.29/1.31	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.29/1.31	c CPU time:   1.27281 s
1.29/1.31	c ==============================================================================
767.34/385.43	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
767.34/385.43	c ============================[ Problem Statistics ]=============================
767.34/385.43	c |                                                                             |
767.34/385.43	c threadId              : 0
767.34/385.43	c restarts              : 1306
767.34/385.43	c conflicts             : 514392         (672 /sec)
767.34/385.43	c decisions             : 3046831        (1.16 % random) (3980 /sec)
767.34/385.43	c propagations          : 461390816      (602646 /sec)
767.34/385.43	c conflict literals     : 21450154       (57.15 % deleted)
767.34/385.43	c Memory used           : 104.82 MB
767.34/385.43	c CPU time              : 765.609 s
767.34/385.43	
767.34/385.43	c --->m=2, e=8, aimd=2, HOME/31981_many.cnf	time: 382.804	conflicts: 514392       
767.34/385.44	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-1716788-1240620505/watcher-1716788-1240620505 -o /tmp/evaluation-result-1716788-1240620505/solver-1716788-1240620505 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716788-1240620505.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.92 0.98 1.15 3/65 31981
/proc/meminfo: memFree=1295312/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (manysat.sh) R 31979 31981 31914 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 90079502 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 251601152671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/31981/statm: 1339 234 194 169 0 50 0
[pid=31982] ppid=31981 vsize=5356 CPUtime=0
/proc/31982/stat : 31982 (manysat.sh) R 31981 31981 31914 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 90079503 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601153319 0 0 4096 0 0 0 0 17 0 0 0
/proc/31982/statm: 1339 235 195 169 0 50 0

[startup+0.0885971 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 31981
/proc/meminfo: memFree=1295312/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90079502 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31981/statm: 1339 235 195 169 0 50 0
[pid=31982] ppid=31981 vsize=12472 CPUtime=0.07
/proc/31982/stat : 31982 (SatElite) R 31981 31981 31914 0 -1 4194304 2394 0 0 0 6 1 0 0 18 0 1 0 90079503 12771328 2331 1992294400 134512640 135034092 4294956096 18446744073709551615 134522836 0 0 4096 3 0 0 0 17 0 0 0
/proc/31982/statm: 3118 2332 52 127 0 2988 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17828

[startup+0.102598 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 31981
/proc/meminfo: memFree=1295312/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90079502 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31981/statm: 1339 235 195 169 0 50 0
[pid=31982] ppid=31981 vsize=13528 CPUtime=0.09
/proc/31982/stat : 31982 (SatElite) R 31981 31981 31914 0 -1 4194304 2672 0 0 0 8 1 0 0 18 0 1 0 90079503 13852672 2609 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/31982/statm: 3382 2609 52 127 0 3252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18884

[startup+0.302619 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 31981
/proc/meminfo: memFree=1295312/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90079502 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31981/statm: 1339 235 195 169 0 50 0
[pid=31982] ppid=31981 vsize=20512 CPUtime=0.29
/proc/31982/stat : 31982 (SatElite) R 31981 31981 31914 0 -1 4194304 4520 0 0 0 27 2 0 0 19 0 1 0 90079503 21004288 4064 1992294400 134512640 135034092 4294956096 18446744073709551615 134566679 0 0 4096 3 0 0 0 17 0 0 0
/proc/31982/statm: 5128 4064 68 127 0 4998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25868

[startup+0.702664 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 31981
/proc/meminfo: memFree=1295312/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=0
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90079502 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31981/statm: 1339 235 195 169 0 50 0
[pid=31982] ppid=31981 vsize=23568 CPUtime=0.69
/proc/31982/stat : 31982 (SatElite) R 31981 31981 31914 0 -1 4194304 5152 0 0 0 66 3 0 0 23 0 1 0 90079503 24133632 4696 1992294400 134512640 135034092 4294956096 18446744073709551615 134563481 0 0 4096 3 0 0 0 17 0 0 0
/proc/31982/statm: 5892 4696 68 127 0 5762 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28924

[startup+1.50177 s]
/proc/loadavg: 0.92 0.98 1.15 2/67 31983
/proc/meminfo: memFree=1275008/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5356

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 1.15 3/68 31985
/proc/meminfo: memFree=1272120/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=32820 CPUtime=3.07
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 5260 0 0 0 304 3 0 0 17 0 2 0 90079651 33607680 5246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 8205 5246 83 193 0 8009 0
[pid=31984/tid=31985] ppid=31981 vsize=32820 CPUtime=1.45
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 448 0 0 0 145 0 0 0 16 0 2 0 90079665 33607680 5246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 38176

[startup+6.3013 s]
/proc/loadavg: 1.09 1.02 1.16 3/68 31985
/proc/meminfo: memFree=1265784/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=38360 CPUtime=9.45
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 6585 0 0 0 941 4 0 0 17 0 2 0 90079651 39280640 6571 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 9590 6571 83 193 0 9394 0
[pid=31984/tid=31985] ppid=31981 vsize=38360 CPUtime=4.66
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 1049 0 0 0 465 1 0 0 17 0 2 0 90079665 39280640 6571 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 43716

[startup+12.702 s]
/proc/loadavg: 1.16 1.03 1.16 3/68 31985
/proc/meminfo: memFree=1258296/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=45952 CPUtime=22.23
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 8374 0 0 0 2216 7 0 0 17 0 2 0 90079651 47054848 8360 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 11488 8360 83 193 0 11292 0
[pid=31984/tid=31985] ppid=31981 vsize=45952 CPUtime=11.06
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 1898 0 0 0 1104 2 0 0 17 0 2 0 90079665 47054848 8360 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.7
Current children cumulated vsize (KiB) 51308

[startup+25.5024 s]
/proc/loadavg: 1.34 1.08 1.18 3/68 31985
/proc/meminfo: memFree=1253944/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=49412 CPUtime=47.77
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 9379 0 0 0 4768 9 0 0 20 0 2 0 90079651 50597888 9365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 12353 9365 83 193 0 12157 0
[pid=31984/tid=31985] ppid=31981 vsize=49412 CPUtime=23.84
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 2399 0 0 0 2382 2 0 0 17 0 2 0 90079665 50597888 9365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 54768

[startup+51.1023 s]
/proc/loadavg: 1.57 1.15 1.20 3/68 31985
/proc/meminfo: memFree=1247160/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=56236 CPUtime=98.84
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 10987 0 0 0 9873 11 0 0 18 0 2 0 90079651 57585664 10973 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 14059 10973 83 193 0 13863 0
[pid=31984/tid=31985] ppid=31981 vsize=56236 CPUtime=49.43
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 3073 0 0 0 4940 3 0 0 25 0 2 0 90079665 57585664 10973 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 61592

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.24 3/68 31985
/proc/meminfo: memFree=1237624/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=67388 CPUtime=201.01
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 13386 0 0 0 20086 15 0 0 17 0 2 0 90079651 69005312 13372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 16847 13372 83 193 0 16651 0
[pid=31984/tid=31985] ppid=31981 vsize=67388 CPUtime=100.6
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 4390 0 0 0 10055 5 0 0 17 0 2 0 90079665 69005312 13372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 72744

[startup+162.303 s]
/proc/loadavg: 1.93 1.41 1.28 3/68 31985
/proc/meminfo: memFree=1225976/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=78788 CPUtime=320.72
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 16249 0 0 0 32052 20 0 0 25 0 2 0 90079651 80678912 16235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 19697 16235 83 193 0 19501 0
[pid=31984/tid=31985] ppid=31981 vsize=78788 CPUtime=160.57
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 5780 0 0 0 16048 9 0 0 20 0 2 0 90079665 80678912 16235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.19
Current children cumulated vsize (KiB) 84144

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.32 3/68 31985
/proc/meminfo: memFree=1214584/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=90772 CPUtime=440.44
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 19103 0 0 0 44019 25 0 0 18 0 2 0 90079651 92950528 19089 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 22693 19089 83 193 0 22497 0
[pid=31984/tid=31985] ppid=31981 vsize=90772 CPUtime=220.53
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 6954 0 0 0 22042 11 0 0 25 0 2 0 90079665 92950528 19089 1992294400 134512640 135305190 4294956144 18446744073709551615 134551816 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.91
Current children cumulated vsize (KiB) 96128

[startup+282.303 s]
/proc/loadavg: 1.99 1.60 1.37 3/68 31985
/proc/meminfo: memFree=1211384/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=94076 CPUtime=560.16
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 19901 0 0 0 55990 26 0 0 25 0 2 0 90079651 96333824 19887 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 23519 19887 83 193 0 23323 0
[pid=31984/tid=31985] ppid=31981 vsize=94076 CPUtime=280.5
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 7361 0 0 0 28038 12 0 0 25 0 2 0 90079665 96333824 19887 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.63
Current children cumulated vsize (KiB) 99432

[startup+342.303 s]
/proc/loadavg: 2.03 1.68 1.41 3/68 31985
/proc/meminfo: memFree=1199736/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=105592 CPUtime=679.9
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 22803 0 0 0 67960 30 0 0 18 0 2 0 90079651 108126208 22789 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26398 22789 83 193 0 26202 0
[pid=31984/tid=31985] ppid=31981 vsize=105592 CPUtime=340.47
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9004 0 0 0 34033 14 0 0 22 0 2 0 90079665 108126208 22789 1992294400 134512640 135305190 4294956144 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.37
Current children cumulated vsize (KiB) 110948

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

[startup+358.302 s]
/proc/loadavg: 2.03 1.70 1.41 3/68 31985
/proc/meminfo: memFree=1198072/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107184 CPUtime=711.83
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23208 0 0 0 71152 31 0 0 25 0 2 0 90079651 109756416 23194 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26796 23194 83 193 0 26600 0
[pid=31984/tid=31985] ppid=31981 vsize=107184 CPUtime=356.46
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9087 0 0 0 35631 15 0 0 21 0 2 0 90079665 109756416 23194 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 713.3
Current children cumulated vsize (KiB) 112540

[startup+371.102 s]
/proc/loadavg: 2.02 1.71 1.42 3/68 31985
/proc/meminfo: memFree=1198008/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107184 CPUtime=737.35
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23235 0 0 0 73704 31 0 0 18 0 2 0 90079651 109756416 23221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26796 23221 83 193 0 26600 0
[pid=31984/tid=31985] ppid=31981 vsize=107184 CPUtime=369.26
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9094 0 0 0 36911 15 0 0 19 0 2 0 90079665 109756416 23221 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 738.82
Current children cumulated vsize (KiB) 112540

[startup+377.502 s]
/proc/loadavg: 2.02 1.72 1.43 3/68 31985
/proc/meminfo: memFree=1197944/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107256 CPUtime=750.12
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23250 0 0 0 74981 31 0 0 20 0 2 0 90079651 109830144 23236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26814 23236 83 193 0 26618 0
[pid=31984/tid=31985] ppid=31981 vsize=107256 CPUtime=375.65
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 37550 15 0 0 19 0 2 0 90079665 109830144 23236 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 751.59
Current children cumulated vsize (KiB) 112612

[startup+380.702 s]
/proc/loadavg: 2.02 1.72 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=756.5
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 75619 31 0 0 16 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134529566 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=378.85
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 37870 15 0 0 17 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 757.97
Current children cumulated vsize (KiB) 112684

[startup+383.906 s]
/proc/loadavg: 2.02 1.72 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=762.88
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 76256 32 0 0 20 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=382.05
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 38190 15 0 0 20 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 764.35
Current children cumulated vsize (KiB) 112684

[startup+384.702 s]
/proc/loadavg: 2.02 1.72 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=764.47
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 76415 32 0 0 22 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=382.84
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 38269 15 0 0 22 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 765.94
Current children cumulated vsize (KiB) 112684

[startup+385.102 s]
/proc/loadavg: 2.02 1.73 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=765.27
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 76495 32 0 0 25 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=383.24
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 38309 15 0 0 25 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 766.74
Current children cumulated vsize (KiB) 112684

[startup+385.302 s]
/proc/loadavg: 2.02 1.73 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=765.67
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 76535 32 0 0 25 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=383.44
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 38329 15 0 0 25 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 767.14
Current children cumulated vsize (KiB) 112684

[startup+385.402 s]
/proc/loadavg: 2.02 1.73 1.43 3/68 31985
/proc/meminfo: memFree=1197880/2055920 swapFree=4192956/4192956
[pid=31981] ppid=31979 vsize=5356 CPUtime=1.47
/proc/31981/stat : 31981 (manysat.sh) S 31979 31981 31914 0 -1 4194304 312 5682 0 0 0 0 142 5 16 0 1 0 90079502 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31981/statm: 1339 238 195 169 0 50 0
[pid=31984] ppid=31981 vsize=107328 CPUtime=765.87
/proc/31984/stat : 31984 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194304 23266 0 0 0 76555 32 0 0 25 0 2 0 90079651 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31984/statm: 26832 23252 83 193 0 26636 0
[pid=31984/tid=31985] ppid=31981 vsize=107328 CPUtime=383.54
/proc/31984/task/31985/stat : 31985 (manysat1.1_stat) R 31981 31981 31914 0 -1 4194368 9109 0 0 0 38339 15 0 0 25 0 2 0 90079665 109903872 23252 1992294400 134512640 135305190 4294956144 18446744073709551615 134529110 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 767.34
Current children cumulated vsize (KiB) 112684

Child status: 20
Real time (s): 385.452
CPU time (s): 767.43
CPU user time (s): 767.033
CPU system time (s): 0.396939
CPU usage (%): 199.099
Max. virtual memory (cumulated for all children) (KiB): 112684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.033
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29429
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= 1256
involuntary context switches= 5765

runsolver used 0.364944 second user time and 1.04484 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-25 02:48:25
IDJOB=1716788
IDBENCH=20390
IDSOLVER=515
FILE ID=node91/1716788-1240620505
PBS_JOBID= 9186323
Free space on /tmp= 66520 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716788-1240620505/watcher-1716788-1240620505 -o /tmp/evaluation-result-1716788-1240620505/solver-1716788-1240620505 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716788-1240620505.cnf aimd 2

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=767725467

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:       1295728 kB
Buffers:         85020 kB
Cached:         578728 kB
SwapCached:          0 kB
Active:         271484 kB
Inactive:       406788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295728 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4300 kB
Writeback:           0 kB
Mapped:          24244 kB
Slab:            67748 kB
Committed_AS:   174208 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= 66516 MiB
End job on node91 at 2009-04-25 02:54:50