Trace number 1716786

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 767.968 385.766

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.12	c ==============================================================================
0.09/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.28/1.35	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.28/1.35	c ==============================================================================
1.28/1.35	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.28/1.35	c CPU time:   1.3058 s
1.28/1.35	c ==============================================================================
767.84/385.74	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
767.84/385.74	c ============================[ Problem Statistics ]=============================
767.84/385.74	c |                                                                             |
767.84/385.74	c threadId              : 1
767.84/385.74	c restarts              : 3897
767.84/385.74	c conflicts             : 534822         (698 /sec)
767.84/385.74	c decisions             : 3940690        (1.18 % random) (5144 /sec)
767.84/385.74	c propagations          : 488993779      (638255 /sec)
767.84/385.74	c conflict literals     : 21563855       (56.60 % deleted)
767.84/385.74	c Memory used           : 92.40 MB
767.84/385.74	c CPU time              : 766.142 s
767.84/385.74	
767.84/385.74	c --->m=2, e=8, aimd=0, HOME/11773_many.cnf	time: 383.071	conflicts: 534822       
767.84/385.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-1716786-1240620397/watcher-1716786-1240620397 -o /tmp/evaluation-result-1716786-1240620397/solver-1716786-1240620397 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716786-1240620397.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: 0.92 0.98 0.99 3/64 11773
/proc/meminfo: memFree=1044368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) R 11771 11773 11215 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11773/statm: 1339 234 194 169 0 50 0
[pid=11774] ppid=11773 vsize=1556 CPUtime=0
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 90074392 1593344 277 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/11774/statm: 389 279 50 127 0 259 0

[startup+0.055241 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11773
/proc/meminfo: memFree=1044368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 235 195 169 0 50 0
[pid=11774] ppid=11773 vsize=9840 CPUtime=0.04
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 1763 0 0 0 3 1 0 0 19 0 1 0 90074392 10076160 1700 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11774/statm: 2460 1702 52 127 0 2330 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15196

[startup+0.101249 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11773
/proc/meminfo: memFree=1044368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 235 195 169 0 50 0
[pid=11774] ppid=11773 vsize=13528 CPUtime=0.09
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 2690 0 0 0 7 2 0 0 19 0 1 0 90074392 13852672 2627 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11774/statm: 3382 2627 52 127 0 3252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18884

[startup+0.301287 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11773
/proc/meminfo: memFree=1044368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 235 195 169 0 50 0
[pid=11774] ppid=11773 vsize=20512 CPUtime=0.29
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 4521 0 0 0 26 3 0 0 21 0 1 0 90074392 21004288 4065 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/11774/statm: 5128 4065 68 127 0 4998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25868

[startup+0.701375 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11773
/proc/meminfo: memFree=1044368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 235 195 169 0 50 0
[pid=11774] ppid=11773 vsize=23568 CPUtime=0.68
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 5152 0 0 0 65 3 0 0 25 0 1 0 90074392 24133632 4696 1992294400 134512640 135034092 4294956096 18446744073709551615 134569242 0 0 4096 3 0 0 0 17 1 0 0
/proc/11774/statm: 5892 4696 68 127 0 5762 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28924

[startup+1.50253 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 11775
/proc/meminfo: memFree=1024064/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=0
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90074392 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 235 195 169 0 50 0
[pid=11774] ppid=11773 vsize=21832 CPUtime=1.48
/proc/11774/stat : 11774 (SatElite) R 11773 11773 11215 0 -1 4194304 5679 0 0 0 144 4 0 0 25 0 1 0 90074392 22355968 4400 1992294400 134512640 135034092 4294956096 18446744073709551615 134755426 0 0 4096 3 0 0 0 17 1 0 0
/proc/11774/statm: 5458 4400 68 127 0 5328 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27188

[startup+3.10185 s]
/proc/loadavg: 0.92 0.98 0.99 3/67 11777
/proc/meminfo: memFree=1021368/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=33924 CPUtime=2.96
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 5239 0 0 0 292 4 0 0 16 0 2 0 90074546 34738176 5225 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 8481 5225 83 193 0 8285 0
[pid=11776/tid=11777] ppid=11773 vsize=33924 CPUtime=1.39
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 514 0 0 0 138 1 0 0 17 0 2 0 90074561 34738176 5225 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 39280

[startup+6.30249 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 11777
/proc/meminfo: memFree=1015864/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=36972 CPUtime=9.34
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 6073 0 0 0 929 5 0 0 17 0 2 0 90074546 37859328 6059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 9243 6059 83 193 0 9047 0
[pid=11776/tid=11777] ppid=11773 vsize=36972 CPUtime=4.58
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 919 0 0 0 456 2 0 0 17 0 2 0 90074561 37859328 6059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 42328

[startup+12.7018 s]
/proc/loadavg: 1.16 1.03 1.01 3/67 11777
/proc/meminfo: memFree=1008120/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=45676 CPUtime=22.11
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 8182 0 0 0 2203 8 0 0 17 0 2 0 90074546 46772224 8168 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 11419 8168 83 193 0 11223 0
[pid=11776/tid=11777] ppid=11773 vsize=45676 CPUtime=10.96
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 1885 0 0 0 1093 3 0 0 17 0 2 0 90074561 46772224 8168 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.63
Current children cumulated vsize (KiB) 51032

[startup+25.5013 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 11777
/proc/meminfo: memFree=1003768/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=49184 CPUtime=47.65
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 9090 0 0 0 4755 10 0 0 17 0 2 0 90074546 50364416 9076 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 12296 9076 83 193 0 12100 0
[pid=11776/tid=11777] ppid=11773 vsize=49184 CPUtime=23.7
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 2252 0 0 0 2366 4 0 0 19 0 2 0 90074561 50364416 9076 1992294400 134512640 135305190 4294956144 18446744073709551615 134556761 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.17
Current children cumulated vsize (KiB) 54540

[startup+51.1014 s]
/proc/loadavg: 1.57 1.15 1.05 3/67 11777
/proc/meminfo: memFree=997816/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=55780 CPUtime=98.72
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 10610 0 0 0 9860 12 0 0 17 0 2 0 90074546 57118720 10596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 13945 10596 83 193 0 13749 0
[pid=11776/tid=11777] ppid=11773 vsize=55780 CPUtime=49.19
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 2970 0 0 0 4915 4 0 0 25 0 2 0 90074561 57118720 10596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.24
Current children cumulated vsize (KiB) 61136

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 11777
/proc/meminfo: memFree=985336/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=68588 CPUtime=200.87
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 13679 0 0 0 20071 16 0 0 18 0 2 0 90074546 70234112 13665 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 17147 13665 83 193 0 16951 0
[pid=11776/tid=11777] ppid=11773 vsize=68588 CPUtime=100.18
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 4430 0 0 0 10012 6 0 0 18 0 2 0 90074561 70234112 13665 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.39
Current children cumulated vsize (KiB) 73944

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 11777
/proc/meminfo: memFree=972344/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=81308 CPUtime=320.59
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 16904 0 0 0 32038 21 0 0 18 0 2 0 90074546 83259392 16890 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 20327 16890 83 193 0 20131 0
[pid=11776/tid=11777] ppid=11773 vsize=81308 CPUtime=159.93
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 5644 0 0 0 15985 8 0 0 25 0 2 0 90074561 83259392 16890 1992294400 134512640 135305190 4294956144 18446744073709551615 134557150 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.11
Current children cumulated vsize (KiB) 86664

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 11777
/proc/meminfo: memFree=965112/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=88180 CPUtime=440.3
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 18709 0 0 0 44007 23 0 0 25 0 2 0 90074546 90296320 18695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 22045 18695 83 193 0 21849 0
[pid=11776/tid=11777] ppid=11773 vsize=88180 CPUtime=219.68
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 6557 0 0 0 21959 9 0 0 25 0 2 0 90074561 90296320 18695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.82
Current children cumulated vsize (KiB) 93536

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 11777
/proc/meminfo: memFree=961144/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=91928 CPUtime=560.01
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 19722 0 0 0 55975 26 0 0 17 0 2 0 90074546 94134272 19708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 22982 19708 83 193 0 22786 0
[pid=11776/tid=11777] ppid=11773 vsize=91928 CPUtime=279.43
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7044 0 0 0 27933 10 0 0 25 0 2 0 90074561 94134272 19708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.53
Current children cumulated vsize (KiB) 97284

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 11777
/proc/meminfo: memFree=959672/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=93704 CPUtime=679.73
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20084 0 0 0 67946 27 0 0 25 0 2 0 90074546 95952896 20070 1992294400 134512640 135305190 4294956144 18446744073709551615 134528350 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23426 20070 83 193 0 23230 0
[pid=11776/tid=11777] ppid=11773 vsize=93704 CPUtime=339.2
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7198 0 0 0 33909 11 0 0 25 0 2 0 90074561 95952896 20070 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 681.25
Current children cumulated vsize (KiB) 99060

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

[startup+358.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 11777
/proc/meminfo: memFree=959224/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94036 CPUtime=711.66
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20184 0 0 0 71139 27 0 0 25 0 2 0 90074546 96292864 20170 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23509 20170 83 193 0 23313 0
[pid=11776/tid=11777] ppid=11773 vsize=94036 CPUtime=355.13
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7239 0 0 0 35502 11 0 0 25 0 2 0 90074561 96292864 20170 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 713.18
Current children cumulated vsize (KiB) 99392

[startup+371.102 s]
/proc/loadavg: 1.99 1.70 1.31 3/67 11777
/proc/meminfo: memFree=958840/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94468 CPUtime=737.19
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20291 0 0 0 73692 27 0 0 25 0 2 0 90074546 96735232 20277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23617 20277 83 193 0 23421 0
[pid=11776/tid=11777] ppid=11773 vsize=94468 CPUtime=367.88
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7242 0 0 0 36777 11 0 0 25 0 2 0 90074561 96735232 20277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 738.71
Current children cumulated vsize (KiB) 99824

[startup+377.502 s]
/proc/loadavg: 1.99 1.70 1.32 3/67 11777
/proc/meminfo: memFree=958840/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94468 CPUtime=749.96
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20291 0 0 0 74969 27 0 0 17 0 2 0 90074546 96735232 20277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23617 20277 83 193 0 23421 0
[pid=11776/tid=11777] ppid=11773 vsize=94468 CPUtime=374.25
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7242 0 0 0 37414 11 0 0 25 0 2 0 90074561 96735232 20277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 751.48
Current children cumulated vsize (KiB) 99824

[startup+380.702 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 11777
/proc/meminfo: memFree=958776/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94612 CPUtime=756.35
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20317 0 0 0 75608 27 0 0 21 0 2 0 90074546 96882688 20303 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23653 20303 83 193 0 23457 0
[pid=11776/tid=11777] ppid=11773 vsize=94612 CPUtime=377.44
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7268 0 0 0 37733 11 0 0 19 0 2 0 90074561 96882688 20303 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.87
Current children cumulated vsize (KiB) 99968

[startup+383.905 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 11777
/proc/meminfo: memFree=958712/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94612 CPUtime=762.74
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20322 0 0 0 76247 27 0 0 25 0 2 0 90074546 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134846421 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23653 20308 83 193 0 23457 0
[pid=11776/tid=11777] ppid=11773 vsize=94612 CPUtime=380.63
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7273 0 0 0 38052 11 0 0 25 0 2 0 90074561 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 764.26
Current children cumulated vsize (KiB) 99968

[startup+384.702 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 11777
/proc/meminfo: memFree=958712/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94612 CPUtime=764.33
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20322 0 0 0 76406 27 0 0 17 0 2 0 90074546 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23653 20308 83 193 0 23457 0
[pid=11776/tid=11777] ppid=11773 vsize=94612 CPUtime=381.43
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7273 0 0 0 38132 11 0 0 17 0 2 0 90074561 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 765.85
Current children cumulated vsize (KiB) 99968

[startup+385.502 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 11777
/proc/meminfo: memFree=958712/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94612 CPUtime=765.92
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20322 0 0 0 76565 27 0 0 18 0 2 0 90074546 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23653 20308 83 193 0 23457 0
[pid=11776/tid=11777] ppid=11773 vsize=94612 CPUtime=382.22
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7273 0 0 0 38211 11 0 0 18 0 2 0 90074561 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 767.44
Current children cumulated vsize (KiB) 99968

[startup+385.702 s]
/proc/loadavg: 1.99 1.71 1.32 3/67 11777
/proc/meminfo: memFree=958712/2055920 swapFree=4192956/4192956
[pid=11773] ppid=11771 vsize=5356 CPUtime=1.52
/proc/11773/stat : 11773 (manysat.sh) S 11771 11773 11215 0 -1 4194304 312 5682 0 0 0 0 147 5 16 0 1 0 90074392 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11773/statm: 1339 238 195 169 0 50 0
[pid=11776] ppid=11773 vsize=94612 CPUtime=766.32
/proc/11776/stat : 11776 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194304 20322 0 0 0 76605 27 0 0 18 0 2 0 90074546 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/11776/statm: 23653 20308 83 193 0 23457 0
[pid=11776/tid=11777] ppid=11773 vsize=94612 CPUtime=382.42
/proc/11776/task/11777/stat : 11777 (manysat1.1_stat) R 11773 11773 11215 0 -1 4194368 7273 0 0 0 38231 11 0 0 18 0 2 0 90074561 96882688 20308 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 767.84
Current children cumulated vsize (KiB) 99968

Child status: 20
Real time (s): 385.766
CPU time (s): 767.968
CPU user time (s): 767.621
CPU system time (s): 0.346947
CPU usage (%): 199.076
Max. virtual memory (cumulated for all children) (KiB): 99968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.621
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26485
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= 1078
involuntary context switches= 5773

runsolver used 0.357945 second user time and 1.05284 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 02:46:37
IDJOB=1716786
IDBENCH=20390
IDSOLVER=513
FILE ID=node1/1716786-1240620397
PBS_JOBID= 9186313
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=1610653465

node1.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.259
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	: 5931.00
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.259
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:       1044848 kB
Buffers:         96872 kB
Cached:         806304 kB
SwapCached:          0 kB
Active:         137688 kB
Inactive:       779448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1044848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4300 kB
Writeback:           0 kB
Mapped:          23736 kB
Slab:            79884 kB
Committed_AS:   282480 kB
PageTables:       1436 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= 66332 MiB
End job on node1 at 2009-04-25 02:53:03