Trace number 1719960

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 365.687 185.671

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark286.744
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.56	c ==============================================================================
0.49/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.56	c ==============================================================================
0.49/0.56	c |         0 |  547077  1276513 |  164123       0        0     nan |  0.000 % |
3.89/3.96	c |         0 |  222774   884637 |      --       0       --      -- |     --   | -324296/-391859
3.89/3.96	c ==============================================================================
3.89/3.96	c Result  :   #vars: 28754   #clauses: 222774   #literals: 884637
3.89/3.96	c CPU time:   3.75943 s
3.89/3.96	c ==============================================================================
365.57/185.63	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
365.57/185.63	c ============================[ Problem Statistics ]=============================
365.57/185.63	c |                                                                             |
365.57/185.63	c threadId              : 1
365.57/185.63	c restarts              : 4086
365.57/185.63	c conflicts             : 332235         (920 /sec)
365.57/185.63	c decisions             : 1476949        (1.60 % random) (4092 /sec)
365.57/185.63	c propagations          : 160326708      (444165 /sec)
365.57/185.63	c conflict literals     : 10514319       (32.13 % deleted)
365.57/185.63	c Memory used           : 92.29 MB
365.57/185.63	c CPU time              : 360.962 s
365.57/185.63	
365.57/185.63	c --->m=2, e=8, aimd=2, HOME/19743_many.cnf	time: 180.481	conflicts: 332235       
365.57/185.65	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-1719960-1240651283/watcher-1719960-1240651283 -o /tmp/evaluation-result-1719960-1240651283/solver-1719960-1240651283 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1719960-1240651283.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19743
/proc/meminfo: memFree=1431152/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) R 19741 19743 19640 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19743/statm: 1339 234 194 169 0 50 0
[pid=19744] ppid=19743 vsize=956 CPUtime=0
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 93155176 978944 129 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 239 130 50 127 0 109 0

[startup+0.0963121 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19743
/proc/meminfo: memFree=1431152/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=15200 CPUtime=0.09
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 3085 0 0 0 8 1 0 0 19 0 1 0 93155176 15564800 3069 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 3800 3070 50 127 0 3670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20556

[startup+0.101313 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19743
/proc/meminfo: memFree=1431152/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=15596 CPUtime=0.09
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 3236 0 0 0 8 1 0 0 19 0 1 0 93155176 15970304 3220 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 3899 3220 50 127 0 3769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20952

[startup+0.301347 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19743
/proc/meminfo: memFree=1431152/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=39864 CPUtime=0.29
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 9321 0 0 0 25 4 0 0 21 0 1 0 93155176 40820736 9305 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 9966 9305 50 127 0 9836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45220

[startup+0.701419 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19743
/proc/meminfo: memFree=1431152/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=85804 CPUtime=0.69
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 19971 0 0 0 60 9 0 0 25 0 1 0 93155176 87863296 18436 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 21451 18436 68 127 0 21321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91160

[startup+1.50156 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19745
/proc/meminfo: memFree=1353568/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=89124 CPUtime=1.49
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 20754 0 0 0 137 12 0 0 25 0 1 0 93155176 91262976 19219 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 22281 19219 68 127 0 22151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94480

[startup+3.10285 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 19745
/proc/meminfo: memFree=1341408/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=0
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93155176 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19743/statm: 1339 235 195 169 0 50 0
[pid=19744] ppid=19743 vsize=94432 CPUtime=3.08
/proc/19744/stat : 19744 (SatElite) R 19743 19743 19640 0 -1 4194304 22053 0 0 0 290 18 0 0 25 0 1 0 93155176 96698368 20338 1992294400 134512640 135034092 4294956096 18446744073709551615 134575653 0 0 4096 3 0 0 0 17 1 0 0
/proc/19744/statm: 23608 20338 68 127 0 23478 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99788

[startup+6.30143 s]
/proc/loadavg: 1.01 1.00 1.00 3/67 19747
/proc/meminfo: memFree=1371544/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=52612 CPUtime=3.52
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 9802 0 0 0 339 13 0 0 17 0 2 0 93155613 53874688 9788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 13153 9788 83 193 0 12957 0
[pid=19746/tid=19747] ppid=19743 vsize=52612 CPUtime=1.59
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 970 0 0 0 155 4 0 0 17 0 2 0 93155645 53874688 9788 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 57968

[startup+12.7026 s]
/proc/loadavg: 1.17 1.03 1.01 3/67 19747
/proc/meminfo: memFree=1365856/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=56812 CPUtime=16.28
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 11026 0 0 0 1612 16 0 0 17 0 2 0 93155613 58175488 11012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 14203 11012 83 193 0 14007 0
[pid=19746/tid=19747] ppid=19743 vsize=56812 CPUtime=7.99
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 1496 0 0 0 793 6 0 0 17 0 2 0 93155645 58175488 11012 1992294400 134512640 135305190 4294956144 18446744073709551615 134541978 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 62168

[startup+25.5019 s]
/proc/loadavg: 1.35 1.08 1.03 3/67 19747
/proc/meminfo: memFree=1357984/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=64816 CPUtime=41.81
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 12951 0 0 0 4162 19 0 0 17 0 2 0 93155613 66371584 12937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528203 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 16204 12937 83 193 0 16008 0
[pid=19746/tid=19747] ppid=19743 vsize=64816 CPUtime=20.78
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 2167 0 0 0 2071 7 0 0 17 0 2 0 93155645 66371584 12937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528322 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.17
Current children cumulated vsize (KiB) 70172

[startup+51.1015 s]
/proc/loadavg: 1.57 1.15 1.05 3/67 19747
/proc/meminfo: memFree=1353696/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=70768 CPUtime=92.88
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 14134 0 0 0 9266 22 0 0 17 0 2 0 93155613 72466432 14120 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 17692 14120 83 193 0 17496 0
[pid=19746/tid=19747] ppid=19743 vsize=70768 CPUtime=46.34
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 2540 0 0 0 4626 8 0 0 23 0 2 0 93155645 72466432 14120 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.24
Current children cumulated vsize (KiB) 76124

[startup+102.306 s]
/proc/loadavg: 1.83 1.29 1.10 3/67 19747
/proc/meminfo: memFree=1337632/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=85736 CPUtime=195.02
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 18006 0 0 0 19473 29 0 0 18 0 2 0 93155613 87793664 17992 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 21434 17992 83 193 0 21238 0
[pid=19746/tid=19747] ppid=19743 vsize=85736 CPUtime=97.51
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4093 0 0 0 9740 11 0 0 25 0 2 0 93155645 87793664 17992 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.38
Current children cumulated vsize (KiB) 91092

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 19747
/proc/meminfo: memFree=1333280/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=90088 CPUtime=314.73
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19106 0 0 0 31442 31 0 0 18 0 2 0 93155613 92250112 19092 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 22522 19092 83 193 0 22326 0
[pid=19746/tid=19747] ppid=19743 vsize=90088 CPUtime=157.47
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4577 0 0 0 15735 12 0 0 25 0 2 0 93155645 92250112 19092 1992294400 134512640 135305190 4294956144 18446744073709551615 134551653 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.09
Current children cumulated vsize (KiB) 95444

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

[startup+166.301 s]
/proc/loadavg: 1.93 1.42 1.16 3/67 19747
/proc/meminfo: memFree=1333088/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=90232 CPUtime=322.71
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19157 0 0 0 32240 31 0 0 18 0 2 0 93155613 92397568 19143 1992294400 134512640 135305190 4294956144 18446744073709551615 134548082 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 22558 19143 83 193 0 22362 0
[pid=19746/tid=19747] ppid=19743 vsize=90232 CPUtime=161.47
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4588 0 0 0 16135 12 0 0 23 0 2 0 93155645 92397568 19143 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 327.07
Current children cumulated vsize (KiB) 95588

[startup+179.101 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1331616/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=92284 CPUtime=348.25
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19627 0 0 0 34793 32 0 0 25 0 2 0 93155613 94498816 19613 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23071 19613 83 193 0 22875 0
[pid=19746/tid=19747] ppid=19743 vsize=92284 CPUtime=174.27
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4731 0 0 0 17415 12 0 0 20 0 2 0 93155645 94498816 19613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 352.61
Current children cumulated vsize (KiB) 97640

[startup+182.302 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1330400/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94036 CPUtime=354.63
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19841 0 0 0 35431 32 0 0 17 0 2 0 93155613 96292864 19827 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23509 19827 83 193 0 23313 0
[pid=19746/tid=19747] ppid=19743 vsize=94036 CPUtime=177.46
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4821 0 0 0 17734 12 0 0 19 0 2 0 93155645 96292864 19827 1992294400 134512640 135305190 4294956144 18446744073709551615 134528584 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 358.99
Current children cumulated vsize (KiB) 99392

[startup+183.901 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1330080/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94184 CPUtime=357.82
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19898 0 0 0 35750 32 0 0 17 0 2 0 93155613 96444416 19884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23546 19884 83 193 0 23350 0
[pid=19746/tid=19747] ppid=19743 vsize=94184 CPUtime=179.06
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4854 0 0 0 17894 12 0 0 18 0 2 0 93155645 96444416 19884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 362.18
Current children cumulated vsize (KiB) 99540

[startup+184.701 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1329952/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94352 CPUtime=359.43
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19939 0 0 0 35911 32 0 0 17 0 2 0 93155613 96616448 19925 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23588 19925 83 193 0 23392 0
[pid=19746/tid=19747] ppid=19743 vsize=94352 CPUtime=179.87
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4878 0 0 0 17975 12 0 0 19 0 2 0 93155645 96616448 19925 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 363.79
Current children cumulated vsize (KiB) 99708

[startup+185.102 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1329952/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94352 CPUtime=360.22
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19941 0 0 0 35990 32 0 0 17 0 2 0 93155613 96616448 19927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23588 19927 83 193 0 23392 0
[pid=19746/tid=19747] ppid=19743 vsize=94352 CPUtime=180.26
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4879 0 0 0 18014 12 0 0 16 0 2 0 93155645 96616448 19927 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 364.58
Current children cumulated vsize (KiB) 99708

[startup+185.503 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1329952/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94352 CPUtime=361.02
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19952 0 0 0 36070 32 0 0 17 0 2 0 93155613 96616448 19938 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23588 19938 83 193 0 23392 0
[pid=19746/tid=19747] ppid=19743 vsize=94352 CPUtime=180.66
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4879 0 0 0 18054 12 0 0 17 0 2 0 93155645 96616448 19938 1992294400 134512640 135305190 4294956144 18446744073709551615 134569936 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 365.38
Current children cumulated vsize (KiB) 99708

[startup+185.603 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 19747
/proc/meminfo: memFree=1329952/2055920 swapFree=4180880/4192956
[pid=19743] ppid=19741 vsize=5356 CPUtime=4.36
/proc/19743/stat : 19743 (manysat.sh) S 19741 19743 19640 0 -1 4194304 312 23935 0 0 0 0 412 24 16 0 1 0 93155176 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19743/statm: 1339 238 195 169 0 50 0
[pid=19746] ppid=19743 vsize=94500 CPUtime=361.21
/proc/19746/stat : 19746 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194304 19962 0 0 0 36089 32 0 0 17 0 2 0 93155613 96768000 19948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19746/statm: 23625 19948 83 193 0 23429 0
[pid=19746/tid=19747] ppid=19743 vsize=94500 CPUtime=180.76
/proc/19746/task/19747/stat : 19747 (manysat1.1_stat) R 19743 19743 19640 0 -1 4194368 4879 0 0 0 18064 12 0 0 16 0 2 0 93155645 96768000 19948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 365.57
Current children cumulated vsize (KiB) 99856

Child status: 20
Real time (s): 185.671
CPU time (s): 365.687
CPU user time (s): 365.087
CPU system time (s): 0.600908
CPU usage (%): 196.955
Max. virtual memory (cumulated for all children) (KiB): 101044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.086
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44378
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= 3521
involuntary context switches= 2725

runsolver used 0.179972 second user time and 0.500923 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 11:21:24
IDJOB=1719960
IDBENCH=69586
IDSOLVER=515
FILE ID=node60/1719960-1240651283
PBS_JOBID= 9186508
Free space on /tmp= 66400 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719960-1240651283/watcher-1719960-1240651283 -o /tmp/evaluation-result-1719960-1240651283/solver-1719960-1240651283 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1719960-1240651283.cnf aimd 2

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED=1447993755

node60.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.256
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.256
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:       1431696 kB
Buffers:         66520 kB
Cached:         470844 kB
SwapCached:       6500 kB
Active:          67652 kB
Inactive:       478732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1431696 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:           11024 kB
Writeback:           0 kB
Mapped:          14072 kB
Slab:            63856 kB
Committed_AS:   313704 kB
PageTables:       1448 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= 66400 MiB
End job on node60 at 2009-04-25 11:24:30