Trace number 1581576

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 923.365 467.171

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.09/1.12	c ==============================================================================
1.09/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.12	c ==============================================================================
1.09/1.12	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.58/6.61	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.58/6.62	c ==============================================================================
6.58/6.62	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.58/6.62	c CPU time:   6.37903 s
6.58/6.62	c ==============================================================================
923.25/467.13	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
923.25/467.13	c ============================[ Problem Statistics ]=============================
923.25/467.13	c |                                                                             |
923.25/467.13	c threadId              : 0
923.25/467.13	c restarts              : 193
923.25/467.13	c conflicts             : 100667         (110 /sec)
923.25/467.13	c decisions             : 258772         (1.26 % random) (283 /sec)
923.25/467.13	c propagations          : 666705383      (728182 /sec)
923.25/467.13	c conflict literals     : 9199232        (51.81 % deleted)
923.25/467.13	c Memory used           : 135.00 MB
923.25/467.13	c CPU time              : 915.576 s
923.25/467.13	
923.25/467.13	c --->m=2, e=8, aimd=0, HOME/16797_many.cnf	time: 457.788	conflicts: 100667       
923.25/467.15	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-1581576-1238930554/watcher-1581576-1238930554 -o /tmp/evaluation-result-1581576-1238930554/solver-1581576-1238930554 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581576-1238930554.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/73 16797
/proc/meminfo: memFree=1397688/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) R 16795 16797 16490 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16797/statm: 1339 234 194 169 0 50 0
[pid=16798] ppid=16797 vsize=1552 CPUtime=0
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 295 0 0 0 0 0 0 0 19 0 1 0 1165719432 1589248 279 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 388 282 50 127 0 258 0

[startup+0.049413 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 16797
/proc/meminfo: memFree=1397688/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=25244 CPUtime=0.03
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 3591 0 0 0 2 1 0 0 19 0 1 0 1165719432 25849856 3407 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 6311 3411 50 127 0 6181 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30600

[startup+0.101423 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 16797
/proc/meminfo: memFree=1397688/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=29760 CPUtime=0.09
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 5375 0 0 0 7 2 0 0 21 0 1 0 1165719432 30474240 5191 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 7440 5192 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.301463 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 16797
/proc/meminfo: memFree=1397688/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=47664 CPUtime=0.29
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 9712 0 0 0 23 6 0 0 23 0 1 0 1165719432 48807936 9528 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 11916 9528 50 127 0 11786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53020

[startup+0.701544 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 16797
/proc/meminfo: memFree=1397688/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=69512 CPUtime=0.69
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 15159 0 0 0 60 9 0 0 25 0 1 0 1165719432 71180288 14975 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 17378 14977 51 127 0 17248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74868

[startup+1.50272 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 16799
/proc/meminfo: memFree=1312168/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=101260 CPUtime=1.49
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 25293 0 0 0 135 14 0 0 25 0 1 0 1165719432 103690240 23047 1992294400 134512640 135034092 4294956096 18446744073709551615 134572612 0 0 4096 3 0 0 0 17 1 0 0
/proc/16798/statm: 25315 23047 67 127 0 25185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106616

[startup+3.10203 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 16799
/proc/meminfo: memFree=1291176/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=116268 CPUtime=3.08
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 29401 0 0 0 290 18 0 0 25 0 1 0 1165719432 119058432 26585 1992294400 134512640 135034092 4294956096 18446744073709551615 134566310 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121624

[startup+6.30268 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 16799
/proc/meminfo: memFree=1285416/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=0
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1165719431 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16797/statm: 1339 235 195 169 0 50 0
[pid=16798] ppid=16797 vsize=116440 CPUtime=6.28
/proc/16798/stat : 16798 (SatElite) R 16797 16797 16490 0 -1 4194304 34464 0 0 0 607 21 0 0 25 0 1 0 1165719432 119234560 26801 1992294400 134512640 135034092 4294956096 18446744073709551615 134566270 0 0 4096 3 0 0 0 17 0 0 0
/proc/16798/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121796

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 3/76 16801
/proc/meminfo: memFree=1285856/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=106716 CPUtime=9.53
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 23022 0 0 0 935 18 0 0 17 0 2 0 1165720176 109277184 23007 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 26679 23007 83 193 0 26483 0
[pid=16800/tid=16801] ppid=16797 vsize=106716 CPUtime=4.3
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 1019 0 0 0 425 5 0 0 16 0 2 0 1165720267 109277184 23007 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.96
Current children cumulated vsize (KiB) 112072

[startup+25.5016 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 16801
/proc/meminfo: memFree=1281312/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=111820 CPUtime=35.04
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 24292 0 0 0 3484 20 0 0 19 0 2 0 1165720176 114503680 24277 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 27955 24277 83 193 0 27759 0
[pid=16800/tid=16801] ppid=16797 vsize=111820 CPUtime=17.02
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 1602 0 0 0 1697 5 0 0 17 0 2 0 1165720267 114503680 24277 1992294400 134512640 135305190 4294956144 18446744073709551615 134529104 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.47
Current children cumulated vsize (KiB) 117176

[startup+51.1018 s]
/proc/loadavg: 1.53 1.14 1.04 3/76 16801
/proc/meminfo: memFree=1268000/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=125140 CPUtime=86.09
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 27667 0 0 0 8584 25 0 0 25 0 2 0 1165720176 128143360 27652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 31285 27652 83 193 0 31089 0
[pid=16800/tid=16801] ppid=16797 vsize=125140 CPUtime=42.47
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 3024 0 0 0 4240 7 0 0 17 0 2 0 1165720267 128143360 27652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.52
Current children cumulated vsize (KiB) 130496

[startup+102.307 s]
/proc/loadavg: 1.80 1.27 1.09 3/76 16801
/proc/meminfo: memFree=1256032/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=136652 CPUtime=188.21
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30566 0 0 0 18791 30 0 0 25 0 2 0 1165720176 139931648 30551 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34163 30551 83 193 0 33967 0
[pid=16800/tid=16801] ppid=16797 vsize=136652 CPUtime=93.42
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4257 0 0 0 9332 10 0 0 25 0 2 0 1165720267 139931648 30551 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.64
Current children cumulated vsize (KiB) 142008

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.15 3/76 16801
/proc/meminfo: memFree=1255648/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=136816 CPUtime=307.87
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30651 0 0 0 30757 30 0 0 25 0 2 0 1165720176 140099584 30636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34204 30636 83 193 0 34008 0
[pid=16800/tid=16801] ppid=16797 vsize=136816 CPUtime=153.12
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4292 0 0 0 15302 10 0 0 25 0 2 0 1165720267 140099584 30636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.3
Current children cumulated vsize (KiB) 142172

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/76 16801
/proc/meminfo: memFree=1255584/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=136976 CPUtime=427.55
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30706 0 0 0 42724 31 0 0 25 0 2 0 1165720176 140263424 30691 1992294400 134512640 135305190 4294956144 18446744073709551615 134551857 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34244 30691 83 193 0 34048 0
[pid=16800/tid=16801] ppid=16797 vsize=136976 CPUtime=212.82
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4313 0 0 0 21272 10 0 0 25 0 2 0 1165720267 140263424 30691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.98
Current children cumulated vsize (KiB) 142332

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.24 3/76 16801
/proc/meminfo: memFree=1255520/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=136976 CPUtime=547.23
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30706 0 0 0 54692 31 0 0 20 0 2 0 1165720176 140263424 30691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528620 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34244 30691 83 193 0 34048 0
[pid=16800/tid=16801] ppid=16797 vsize=136976 CPUtime=272.52
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4313 0 0 0 27242 10 0 0 25 0 2 0 1165720267 140263424 30691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.66
Current children cumulated vsize (KiB) 142332

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/76 16801
/proc/meminfo: memFree=1255520/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=136976 CPUtime=666.91
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30715 0 0 0 66660 31 0 0 25 0 2 0 1165720176 140263424 30700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34244 30700 83 193 0 34048 0
[pid=16800/tid=16801] ppid=16797 vsize=136976 CPUtime=332.22
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4317 0 0 0 33212 10 0 0 25 0 2 0 1165720267 140263424 30700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 674.34
Current children cumulated vsize (KiB) 142332

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/76 16801
/proc/meminfo: memFree=1254944/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=137676 CPUtime=786.58
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 30845 0 0 0 78627 31 0 0 25 0 2 0 1165720176 140980224 30830 1992294400 134512640 135305190 4294956144 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34419 30830 83 193 0 34223 0
[pid=16800/tid=16801] ppid=16797 vsize=137676 CPUtime=391.93
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4394 0 0 0 39183 10 0 0 25 0 2 0 1165720267 140980224 30830 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 794.01
Current children cumulated vsize (KiB) 143032

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254432/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=906.26
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31002 0 0 0 90594 32 0 0 25 0 2 0 1165720176 141549568 30987 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30987 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=451.63
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4443 0 0 0 45153 10 0 0 25 0 2 0 1165720267 141549568 30987 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 913.69
Current children cumulated vsize (KiB) 143588

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

[startup+463.903 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254304/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=909.45
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31008 0 0 0 90913 32 0 0 25 0 2 0 1165720176 141549568 30993 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30993 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=453.23
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4449 0 0 0 45313 10 0 0 17 0 2 0 1165720267 141549568 30993 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 916.88
Current children cumulated vsize (KiB) 143588

[startup+465.502 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254240/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=912.64
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31011 0 0 0 91232 32 0 0 25 0 2 0 1165720176 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30996 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=454.81
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4451 0 0 0 45471 10 0 0 19 0 2 0 1165720267 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 920.07
Current children cumulated vsize (KiB) 143588

[startup+466.301 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254240/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=914.23
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31011 0 0 0 91391 32 0 0 17 0 2 0 1165720176 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30996 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=455.61
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4451 0 0 0 45551 10 0 0 17 0 2 0 1165720267 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.66
Current children cumulated vsize (KiB) 143588

[startup+466.701 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254240/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=915.02
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31011 0 0 0 91470 32 0 0 17 0 2 0 1165720176 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30996 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=456.01
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4451 0 0 0 45591 10 0 0 17 0 2 0 1165720267 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.45
Current children cumulated vsize (KiB) 143588

[startup+467.101 s]
/proc/loadavg: 1.99 1.77 1.37 3/76 16801
/proc/meminfo: memFree=1254240/2055920 swapFree=4170040/4192956
[pid=16797] ppid=16795 vsize=5356 CPUtime=7.43
/proc/16797/stat : 16797 (manysat.sh) S 16795 16797 16490 0 -1 4194304 312 36489 0 0 0 0 713 30 16 0 1 0 1165719431 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16797/statm: 1339 238 195 169 0 50 0
[pid=16800] ppid=16797 vsize=138232 CPUtime=915.82
/proc/16800/stat : 16800 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194304 31011 0 0 0 91550 32 0 0 18 0 2 0 1165720176 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16800/statm: 34558 30996 83 193 0 34362 0
[pid=16800/tid=16801] ppid=16797 vsize=138232 CPUtime=456.41
/proc/16800/task/16801/stat : 16801 (manysat1.1_stat) R 16797 16797 16490 0 -1 4194368 4451 0 0 0 45631 10 0 0 18 0 2 0 1165720267 141549568 30996 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.25
Current children cumulated vsize (KiB) 143588

Child status: 20
Real time (s): 467.171
CPU time (s): 923.365
CPU user time (s): 922.711
CPU system time (s): 0.6539
CPU usage (%): 197.65
Max. virtual memory (cumulated for all children) (KiB): 143588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 922.711
system time used= 0.6539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67981
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= 3791
involuntary context switches= 7029

runsolver used 0.542917 second user time and 1.58176 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-05 13:22:35
IDJOB=1581576
IDBENCH=71039
IDSOLVER=513
FILE ID=node80/1581576-1238930554
PBS_JOBID= 9101424
Free space on /tmp= 66516 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581576-1238930554/watcher-1581576-1238930554 -o /tmp/evaluation-result-1581576-1238930554/solver-1581576-1238930554 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1581576-1238930554.cnf aimd 0

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=76723244

node80.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.263
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.263
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:       1398168 kB
Buffers:         63776 kB
Cached:         504164 kB
SwapCached:      14548 kB
Active:         277844 kB
Inactive:       306608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1398168 kB
SwapTotal:     4192956 kB
SwapFree:      4170040 kB
Dirty:           19992 kB
Writeback:           0 kB
Mapped:          22096 kB
Slab:            58420 kB
Committed_AS:  3252800 kB
PageTables:       2028 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= 66516 MiB
End job on node80 at 2009-04-05 13:30:22