Trace number 1724090

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 351.161 177.452

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.534
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

0.00/0.00	c Parsing...
0.29/0.30	c ==============================================================================
0.29/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.30	c ==============================================================================
0.29/0.30	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.39/2.44	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.39/2.44	c ==============================================================================
2.39/2.44	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.39/2.44	c CPU time:   2.35764 s
2.39/2.44	c ==============================================================================
351.06/177.43	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
351.06/177.43	c ============================[ Problem Statistics ]=============================
351.06/177.43	c |                                                                             |
351.06/177.43	c threadId              : 0
351.06/177.43	c restarts              : 314
351.06/177.43	c conflicts             : 154919         (445 /sec)
351.06/177.43	c decisions             : 432039         (1.40 % random) (1240 /sec)
351.06/177.43	c propagations          : 203668293      (584781 /sec)
351.06/177.43	c conflict literals     : 5612960        (44.09 % deleted)
351.06/177.43	c Memory used           : 64.17 MB
351.06/177.43	c CPU time              : 348.281 s
351.06/177.43	
351.06/177.43	c --->m=2, e=8, aimd=0, HOME/23864_many.cnf	time: 174.141	conflicts: 154919       
351.06/177.44	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724090-1240692365/watcher-1724090-1240692365 -o /tmp/evaluation-result-1724090-1240692365/solver-1724090-1240692365 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724090-1240692365.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23864
/proc/meminfo: memFree=1729400/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=1128 CPUtime=0
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 97270549 1155072 165 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 282 166 51 127 0 152 0

[startup+0.0289429 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23864
/proc/meminfo: memFree=1729400/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=4388 CPUtime=0.02
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 914 0 0 0 2 0 0 0 18 0 1 0 97270549 4493312 898 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 1097 899 51 127 0 967 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9744

[startup+0.101956 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23864
/proc/meminfo: memFree=1729400/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=15188 CPUtime=0.09
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 3170 0 0 0 8 1 0 0 18 0 1 0 97270549 15552512 3154 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 3797 3154 51 127 0 3667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20544

[startup+0.301989 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23864
/proc/meminfo: memFree=1729400/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=39876 CPUtime=0.29
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 8954 0 0 0 25 4 0 0 19 0 1 0 97270549 40833024 8938 1992294400 134512640 135034092 4294956096 18446744073709551615 134542704 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 9969 8938 52 127 0 9839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45232

[startup+0.70106 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23864
/proc/meminfo: memFree=1729400/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=47432 CPUtime=0.69
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 11384 0 0 0 63 6 0 0 23 0 1 0 97270549 48570368 10521 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 11858 10521 68 127 0 11728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52788

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23866
/proc/meminfo: memFree=1680232/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=0
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97270549 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23864/statm: 1339 235 195 169 0 50 0
[pid=23865] ppid=23864 vsize=49548 CPUtime=1.48
/proc/23865/stat : 23865 (SatElite) R 23864 23864 23793 0 -1 4194304 12026 0 0 0 141 7 0 0 25 0 1 0 97270549 50737152 11067 1992294400 134512640 135034092 4294956096 18446744073709551615 134566526 0 0 4096 3 0 0 0 17 1 0 0
/proc/23865/statm: 12387 11067 68 127 0 12257 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54904

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23866
/proc/meminfo: memFree=1679016/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 5356

[startup+6.30205 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 23868
/proc/meminfo: memFree=1692960/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=41696 CPUtime=6.98
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 6857 0 0 0 693 5 0 0 17 0 2 0 97270817 42696704 6843 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 10424 6843 83 193 0 10228 0
[pid=23867/tid=23868] ppid=23864 vsize=41696 CPUtime=3.4
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 599 0 0 0 339 1 0 0 17 0 2 0 97270838 42696704 6843 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 47052

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 23868
/proc/meminfo: memFree=1688936/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=45376 CPUtime=19.75
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 7786 0 0 0 1968 7 0 0 17 0 2 0 97270817 46465024 7772 1992294400 134512640 135305190 4294956144 18446744073709551615 134542052 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 11344 7772 83 193 0 11148 0
[pid=23867/tid=23868] ppid=23864 vsize=45376 CPUtime=9.79
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 991 0 0 0 977 2 0 0 17 0 2 0 97270838 46465024 7772 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.42
Current children cumulated vsize (KiB) 50732

[startup+25.5024 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 23868
/proc/meminfo: memFree=1684520/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=49548 CPUtime=45.29
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 8843 0 0 0 4520 9 0 0 20 0 2 0 97270817 50737152 8829 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 12387 8829 83 193 0 12191 0
[pid=23867/tid=23868] ppid=23864 vsize=49548 CPUtime=22.58
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 1370 0 0 0 2255 3 0 0 17 0 2 0 97270838 50737152 8829 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.96
Current children cumulated vsize (KiB) 54904

[startup+51.1029 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 23868
/proc/meminfo: memFree=1679592/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=54400 CPUtime=96.36
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 10110 0 0 0 9625 11 0 0 25 0 2 0 97270817 55705600 10096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 13600 10096 83 193 0 13404 0
[pid=23867/tid=23868] ppid=23864 vsize=54400 CPUtime=48.16
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 1861 0 0 0 4812 4 0 0 19 0 2 0 97270838 55705600 10096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.03
Current children cumulated vsize (KiB) 59756

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 23868
/proc/meminfo: memFree=1672168/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=61316 CPUtime=198.53
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 11893 0 0 0 19839 14 0 0 17 0 2 0 97270817 62787584 11879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 15329 11879 83 193 0 15133 0
[pid=23867/tid=23868] ppid=23864 vsize=61316 CPUtime=99.34
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 2664 0 0 0 9929 5 0 0 17 0 2 0 97270838 62787584 11879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.2
Current children cumulated vsize (KiB) 66672

[startup+162.301 s]
/proc/loadavg: 2.00 1.42 1.16 3/67 23868
/proc/meminfo: memFree=1667944/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65296 CPUtime=318.25
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 12941 0 0 0 31808 17 0 0 20 0 2 0 97270817 66863104 12927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16324 12927 83 193 0 16128 0
[pid=23867/tid=23868] ppid=23864 vsize=65296 CPUtime=159.31
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3159 0 0 0 15924 7 0 0 17 0 2 0 97270838 66863104 12927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.92
Current children cumulated vsize (KiB) 70652

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

[startup+166.301 s]
/proc/loadavg: 2.00 1.43 1.16 3/67 23868
/proc/meminfo: memFree=1667816/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65432 CPUtime=326.23
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 12971 0 0 0 32606 17 0 0 25 0 2 0 97270817 67002368 12957 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16358 12957 83 193 0 16162 0
[pid=23867/tid=23868] ppid=23864 vsize=65432 CPUtime=163.31
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3170 0 0 0 16324 7 0 0 25 0 2 0 97270838 67002368 12957 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 328.9
Current children cumulated vsize (KiB) 70788

[startup+172.706 s]
/proc/loadavg: 2.00 1.44 1.16 3/67 23868
/proc/meminfo: memFree=1667560/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65572 CPUtime=339.02
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13025 0 0 0 33885 17 0 0 25 0 2 0 97270817 67145728 13011 1992294400 134512640 135305190 4294956144 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16393 13011 83 193 0 16197 0
[pid=23867/tid=23868] ppid=23864 vsize=65572 CPUtime=169.71
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3188 0 0 0 16964 7 0 0 25 0 2 0 97270838 67145728 13011 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.69
Current children cumulated vsize (KiB) 70928

[startup+175.902 s]
/proc/loadavg: 2.00 1.45 1.17 3/67 23868
/proc/meminfo: memFree=1667496/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65708 CPUtime=345.4
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13052 0 0 0 34523 17 0 0 17 0 2 0 97270817 67284992 13038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16427 13038 83 193 0 16231 0
[pid=23867/tid=23868] ppid=23864 vsize=65708 CPUtime=172.91
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3197 0 0 0 17284 7 0 0 20 0 2 0 97270838 67284992 13038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 348.07
Current children cumulated vsize (KiB) 71064

[startup+176.702 s]
/proc/loadavg: 2.00 1.45 1.17 3/67 23868
/proc/meminfo: memFree=1667496/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65708 CPUtime=346.99
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13061 0 0 0 34682 17 0 0 18 0 2 0 97270817 67284992 13047 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16427 13047 83 193 0 16231 0
[pid=23867/tid=23868] ppid=23864 vsize=65708 CPUtime=173.71
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3202 0 0 0 17364 7 0 0 22 0 2 0 97270838 67284992 13047 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 349.66
Current children cumulated vsize (KiB) 71064

[startup+177.107 s]
/proc/loadavg: 2.00 1.45 1.17 3/67 23868
/proc/meminfo: memFree=1667432/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65708 CPUtime=347.8
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13067 0 0 0 34763 17 0 0 19 0 2 0 97270817 67284992 13053 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16427 13053 83 193 0 16231 0
[pid=23867/tid=23868] ppid=23864 vsize=65708 CPUtime=174.11
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3203 0 0 0 17404 7 0 0 23 0 2 0 97270838 67284992 13053 1992294400 134512640 135305190 4294956144 18446744073709551615 134528620 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 350.47
Current children cumulated vsize (KiB) 71064

[startup+177.302 s]
/proc/loadavg: 2.00 1.45 1.17 3/67 23868
/proc/meminfo: memFree=1667432/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65708 CPUtime=348.19
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13070 0 0 0 34802 17 0 0 19 0 2 0 97270817 67284992 13056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16427 13056 83 193 0 16231 0
[pid=23867/tid=23868] ppid=23864 vsize=65708 CPUtime=174.31
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3203 0 0 0 17424 7 0 0 24 0 2 0 97270838 67284992 13056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 350.86
Current children cumulated vsize (KiB) 71064

[startup+177.402 s]
/proc/loadavg: 2.00 1.45 1.17 3/67 23868
/proc/meminfo: memFree=1667432/2055920 swapFree=4181848/4192956
[pid=23864] ppid=23862 vsize=5356 CPUtime=2.67
/proc/23864/stat : 23864 (manysat.sh) S 23862 23864 23793 0 -1 4194304 312 14462 0 0 0 0 257 10 16 0 1 0 97270549 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23864/statm: 1339 238 195 169 0 50 0
[pid=23867] ppid=23864 vsize=65708 CPUtime=348.39
/proc/23867/stat : 23867 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194304 13070 0 0 0 34822 17 0 0 20 0 2 0 97270817 67284992 13056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23867/statm: 16427 13056 83 193 0 16231 0
[pid=23867/tid=23868] ppid=23864 vsize=65708 CPUtime=174.41
/proc/23867/task/23868/stat : 23868 (manysat1.1_stat) R 23864 23864 23793 0 -1 4194368 3203 0 0 0 17434 7 0 0 25 0 2 0 97270838 67284992 13056 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 351.06
Current children cumulated vsize (KiB) 71064

Child status: 20
Real time (s): 177.452
CPU time (s): 351.161
CPU user time (s): 350.857
CPU system time (s): 0.303953
CPU usage (%): 197.89
Max. virtual memory (cumulated for all children) (KiB): 71064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 350.857
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28013
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= 777
involuntary context switches= 2631

runsolver used 0.156976 second user time and 0.495924 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 22:46:06
IDJOB=1724090
IDBENCH=71751
IDSOLVER=513
FILE ID=node4/1724090-1240692365
PBS_JOBID= 9186736
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=1361305708

node4.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.265
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.265
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:       1729944 kB
Buffers:         33680 kB
Cached:         232064 kB
SwapCached:       5372 kB
Active:         117280 kB
Inactive:       156800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729944 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            6824 kB
Writeback:           0 kB
Mapped:          13904 kB
Slab:            37900 kB
Committed_AS:   485808 kB
PageTables:       1468 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= 66200 MiB
End job on node4 at 2009-04-25 22:49:03