Trace number 1723624

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 173.047 86.8298

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.336
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   22229    75188 |    6668       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   22219    75371 |      --       0       --      -- |     --   | -10/183
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 3491   #clauses: 22219   #literals: 75371
0.00/0.05	c CPU time:   0.053991 s
0.00/0.05	c ==============================================================================
172.99/86.81	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
172.99/86.81	c ============================[ Problem Statistics ]=============================
172.99/86.81	c |                                                                             |
172.99/86.81	c threadId              : 1
172.99/86.81	c restarts              : 1651
172.99/86.81	c conflicts             : 330793         (1914 /sec)
172.99/86.81	c decisions             : 569242         (1.21 % random) (3294 /sec)
172.99/86.81	c propagations          : 80511282       (465952 /sec)
172.99/86.81	c conflict literals     : 7254432        (50.26 % deleted)
172.99/86.81	c Memory used           : 50.34 MB
172.99/86.81	c CPU time              : 172.789 s
172.99/86.81	
172.99/86.81	c --->m=2, e=8, aimd=2, HOME/20942_many.cnf	time: 86.3949	conflicts: 330793       
172.99/86.82	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-1723624-1240687683/watcher-1723624-1240687683 -o /tmp/evaluation-result-1723624-1240687683/solver-1723624-1240687683 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723624-1240687683.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: 1.24 1.64 1.41 3/64 20942
/proc/meminfo: memFree=1809904/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0
/proc/20942/stat : 20942 (manysat.sh) R 20940 20942 20489 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 96801541 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20942/statm: 1339 234 194 169 0 50 0
[pid=20943] ppid=20942 vsize=960 CPUtime=0
/proc/20943/stat : 20943 (SatElite) R 20942 20942 20489 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 96801542 983040 139 1992294400 134512640 135034092 4294956096 18446744073709551615 134522967 0 0 4096 3 0 0 0 17 0 0 0
/proc/20943/statm: 240 142 50 127 0 110 0

[startup+0.069349 s]
/proc/loadavg: 1.24 1.64 1.41 3/64 20942
/proc/meminfo: memFree=1809904/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96801541 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20942/statm: 1339 235 195 169 0 50 0
[pid=20943] ppid=20942 vsize=2924 CPUtime=0.06
/proc/20943/stat : 20943 (SatElite) R 20942 20942 20489 0 -1 4194304 638 0 0 0 6 0 0 0 19 0 1 0 96801542 2994176 622 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/20943/statm: 731 622 69 127 0 601 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8280

[startup+0.10136 s]
/proc/loadavg: 1.24 1.64 1.41 3/64 20942
/proc/meminfo: memFree=1809904/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.301398 s]
/proc/loadavg: 1.24 1.64 1.41 3/64 20942
/proc/meminfo: memFree=1809904/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+0.701471 s]
/proc/loadavg: 1.24 1.64 1.41 3/64 20942
/proc/meminfo: memFree=1809904/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5356

[startup+1.50261 s]
/proc/loadavg: 1.24 1.64 1.41 3/67 20946
/proc/meminfo: memFree=1803160/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=20580 CPUtime=2.77
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 1833 0 0 0 275 2 0 0 17 0 2 0 96801550 21073920 1818 1992294400 134512640 135305190 4294956144 18446744073709551615 134541894 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 5145 1818 83 193 0 4949 0
[pid=20945/tid=20946] ppid=20942 vsize=20580 CPUtime=1.37
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 405 0 0 0 136 1 0 0 17 0 2 0 96801553 21073920 1818 1992294400 134512640 135305190 4294956144 18446744073709551615 134570423 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 25936

[startup+3.10189 s]
/proc/loadavg: 1.24 1.64 1.41 3/67 20946
/proc/meminfo: memFree=1801176/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=22524 CPUtime=5.97
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 2379 0 0 0 594 3 0 0 17 0 2 0 96801550 23064576 2364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 5631 2364 83 193 0 5435 0
[pid=20945/tid=20946] ppid=20942 vsize=22524 CPUtime=2.96
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 648 0 0 0 295 1 0 0 17 0 2 0 96801553 23064576 2364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 27880

[startup+6.30246 s]
/proc/loadavg: 1.30 1.64 1.42 3/67 20946
/proc/meminfo: memFree=1797992/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=25280 CPUtime=12.35
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 3138 0 0 0 1231 4 0 0 17 0 2 0 96801550 25886720 3123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 6320 3123 83 193 0 6124 0
[pid=20945/tid=20946] ppid=20942 vsize=25280 CPUtime=6.16
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 983 0 0 0 614 2 0 0 16 0 2 0 96801553 25886720 3123 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 30636

[startup+12.7026 s]
/proc/loadavg: 1.35 1.65 1.42 3/67 20946
/proc/meminfo: memFree=1793448/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=28428 CPUtime=25.12
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 3966 0 0 0 2506 6 0 0 18 0 2 0 96801550 29110272 3951 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 7107 3951 83 193 0 6911 0
[pid=20945/tid=20946] ppid=20942 vsize=28428 CPUtime=12.56
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 1383 0 0 0 1253 3 0 0 18 0 2 0 96801553 29110272 3951 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 33784

[startup+25.5018 s]
/proc/loadavg: 1.50 1.66 1.43 3/67 20946
/proc/meminfo: memFree=1788328/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=33864 CPUtime=50.65
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 5275 0 0 0 5057 8 0 0 25 0 2 0 96801550 34676736 5260 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 8466 5260 83 193 0 8270 0
[pid=20945/tid=20946] ppid=20942 vsize=33864 CPUtime=25.35
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 2013 0 0 0 2531 4 0 0 18 0 2 0 96801553 34676736 5260 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 39220

[startup+51.1013 s]
/proc/loadavg: 1.67 1.69 1.44 3/67 20946
/proc/meminfo: memFree=1781480/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=40600 CPUtime=101.69
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 6938 0 0 0 10159 10 0 0 18 0 2 0 96801550 41574400 6923 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 10150 6923 83 193 0 9954 0
[pid=20945/tid=20946] ppid=20942 vsize=40600 CPUtime=50.92
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 2926 0 0 0 5087 5 0 0 16 0 2 0 96801553 41574400 6923 1992294400 134512640 135305190 4294956144 18446744073709551615 134538162 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 45956

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

[startup+63.9016 s]
/proc/loadavg: 1.72 1.70 1.45 3/67 20946
/proc/meminfo: memFree=1776424/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=46016 CPUtime=127.23
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 8227 0 0 0 12711 12 0 0 17 0 2 0 96801550 47120384 8212 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 11504 8212 83 193 0 11308 0
[pid=20945/tid=20946] ppid=20942 vsize=46016 CPUtime=63.71
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 3453 0 0 0 6365 6 0 0 18 0 2 0 96801553 47120384 8212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.31
Current children cumulated vsize (KiB) 51372

[startup+76.7019 s]
/proc/loadavg: 1.78 1.71 1.46 3/67 20946
/proc/meminfo: memFree=1775016/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=48108 CPUtime=152.75
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 8628 0 0 0 15262 13 0 0 17 0 2 0 96801550 49262592 8613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12027 8613 83 193 0 11831 0
[pid=20945/tid=20946] ppid=20942 vsize=48108 CPUtime=76.49
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 3679 0 0 0 7643 6 0 0 23 0 2 0 96801553 49262592 8613 1992294400 134512640 135305190 4294956144 18446744073709551615 134542053 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.83
Current children cumulated vsize (KiB) 53464

[startup+83.103 s]
/proc/loadavg: 1.80 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1773160/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=50364 CPUtime=165.53
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9097 0 0 0 16538 15 0 0 18 0 2 0 96801550 51572736 9082 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12591 9082 83 193 0 12395 0
[pid=20945/tid=20946] ppid=20942 vsize=50364 CPUtime=82.89
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 3886 0 0 0 8282 7 0 0 19 0 2 0 96801553 51572736 9082 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 165.61
Current children cumulated vsize (KiB) 55720

[startup+84.7053 s]
/proc/loadavg: 1.81 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1772456/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=51548 CPUtime=168.72
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9208 0 0 0 16857 15 0 0 18 0 2 0 96801550 52785152 9193 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12887 9193 83 193 0 12691 0
[pid=20945/tid=20946] ppid=20942 vsize=51548 CPUtime=84.5
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 3964 0 0 0 8442 8 0 0 18 0 2 0 96801553 52785152 9193 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 168.8
Current children cumulated vsize (KiB) 56904

[startup+85.5014 s]
/proc/loadavg: 1.81 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1772456/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=51548 CPUtime=170.31
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9295 0 0 0 17016 15 0 0 17 0 2 0 96801550 52785152 9280 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12887 9280 83 193 0 12691 0
[pid=20945/tid=20946] ppid=20942 vsize=51548 CPUtime=85.3
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 4022 0 0 0 8522 8 0 0 17 0 2 0 96801553 52785152 9280 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 170.39
Current children cumulated vsize (KiB) 56904

[startup+86.3015 s]
/proc/loadavg: 1.81 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1771944/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=51548 CPUtime=171.91
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9349 0 0 0 17176 15 0 0 18 0 2 0 96801550 52785152 9334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12887 9334 83 193 0 12691 0
[pid=20945/tid=20946] ppid=20942 vsize=51548 CPUtime=86.09
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 4047 0 0 0 8601 8 0 0 18 0 2 0 96801553 52785152 9334 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 171.99
Current children cumulated vsize (KiB) 56904

[startup+86.7016 s]
/proc/loadavg: 1.81 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1771944/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=51548 CPUtime=172.71
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9374 0 0 0 17256 15 0 0 17 0 2 0 96801550 52785152 9359 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12887 9359 83 193 0 12691 0
[pid=20945/tid=20946] ppid=20942 vsize=51548 CPUtime=86.49
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 4065 0 0 0 8641 8 0 0 17 0 2 0 96801553 52785152 9359 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.79
Current children cumulated vsize (KiB) 56904

[startup+86.8016 s]
/proc/loadavg: 1.81 1.72 1.46 3/67 20946
/proc/meminfo: memFree=1771624/2055920 swapFree=4181888/4192956
[pid=20942] ppid=20940 vsize=5356 CPUtime=0.08
/proc/20942/stat : 20942 (manysat.sh) S 20940 20942 20489 0 -1 4194304 312 641 0 0 0 0 8 0 16 0 1 0 96801541 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20942/statm: 1339 238 195 169 0 50 0
[pid=20945] ppid=20942 vsize=51548 CPUtime=172.91
/proc/20945/stat : 20945 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194304 9381 0 0 0 17276 15 0 0 17 0 2 0 96801550 52785152 9366 1992294400 134512640 135305190 4294956144 18446744073709551615 134547980 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/20945/statm: 12887 9366 83 193 0 12691 0
[pid=20945/tid=20946] ppid=20942 vsize=51548 CPUtime=86.6
/proc/20945/task/20946/stat : 20946 (manysat1.1_stat) R 20942 20942 20489 0 -1 4194368 4071 0 0 0 8652 8 0 0 17 0 2 0 96801553 52785152 9366 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.99
Current children cumulated vsize (KiB) 56904

Child status: 20
Real time (s): 86.8298
CPU time (s): 173.047
CPU user time (s): 172.874
CPU system time (s): 0.172973
CPU usage (%): 199.294
Max. virtual memory (cumulated for all children) (KiB): 56904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.874
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10503
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= 798
involuntary context switches= 1313

runsolver used 0.093985 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 21:28:03
IDJOB=1723624
IDBENCH=71729
IDSOLVER=515
FILE ID=node18/1723624-1240687683
PBS_JOBID= 9186653
Free space on /tmp= 66148 MiB

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

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=1720250868

node18.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.280
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.280
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:       1810448 kB
Buffers:         28564 kB
Cached:         160264 kB
SwapCached:       5176 kB
Active:          90552 kB
Inactive:       106452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810448 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          13876 kB
Slab:            34552 kB
Committed_AS:   364116 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-25 21:29:30